Commit graph

93 commits

Author SHA1 Message Date
Nathan Smith
6e143d00ce 🚨 test: Add more tests 2025-01-22 23:06:14 -05:00
Nathan Smith
ebb30a8940 🔨 refactor: Adjust test methodology 2025-01-22 00:17:37 -05:00
Nathan Smith
41f6c40bb3 remove unnecessary escapes 2025-01-19 18:50:40 -05:00
red
7679a149be Fix: Add more edge cases in tests and rework regexp 2025-01-18 02:22:51 +01:00
red
bf0572256a Fix: Don't capture first word after repo 2025-01-04 23:05:34 +01:00
red
0257f4909f Fix: Simplified Regexp 2024-12-30 21:01:12 +01:00
red
ea163a31e0 Fix: More URL subtleties, and some unit tests 2024-12-30 20:49:05 +01:00
red
42d35e4c70 Fix: Match links to a single file with their dot extensions 2024-12-20 09:48:00 +01:00
Nathan Smith
0b38bd17f0 🐛 fix: #142 Trim oauth client id of whitespace
Was resulting in 404

Closes: #142
2024-08-30 17:42:49 -04:00
Nathan Smith
061b8bdab9 🐛 fix: #143 Use custom oauth setting during token gen for new account
Closes: #143
2024-08-30 17:33:38 -04:00
Nathan Smith
2d42cb3edf 🐛 fix: #144 Tolerate badly formatted URLs
URL constructor should not throw error anymore. Known special paths are ignored.

Closes: #144
2024-08-30 17:17:34 -04:00
Nathan Smith
0fb4e4dbd0 🐛 fix: #139 Adjust url regex to exclude URLs with display text
Closes: #139
2024-08-16 21:27:09 -04:00
Nathan Smith
982ac30a89 🐛 fix: #121 Prevent rendering inside inline code block 2024-07-07 23:18:42 -04:00
Nathan Smith
f2eee1f178 🐛 fix: #121 Rewrite live preview renderer 2024-07-07 23:11:14 -04:00
Nathan Smith
5f65a14c24 🔨 refactor: #114 Extract parameter transformation 2024-07-07 09:34:16 -04:00
Nathan Smith
a9ff3857c8 feat: #114 Support org issues query
Closes: #114
2024-06-30 18:32:18 -04:00
Nathan Smith
d0aff85157 🐛 fix: Add migration mechanism for plugin data 2024-06-30 16:50:30 -04:00
Nathan Smith
4cad2f634f feat: #126 Add toggle for external link
Closes: #126
2024-06-30 16:23:32 -04:00
Nathan Smith
f5eca6a566 feat: #123 Add assignee column
Closes: #123
2024-06-30 16:10:28 -04:00
Nathan Smith
2af4f73d51 feat: #119 Add Labels column
Closes: #119
2024-06-30 15:59:28 -04:00
Nathan Smith
5327ed61ef 🔨 refactor: #102 Sonar linting 2024-06-30 14:38:53 -04:00
Nathan Smith
1c6d1a28ad 🚨 test: #102 Add header property to cache test 2024-06-30 14:35:36 -04:00
Nathan Smith
9e53b68bc5 🚨 test: #102 Correct test imports 2024-06-30 14:33:38 -04:00
Nathan Smith
e5aaebc1bb feat: #102 Add refresh and pagination settings 2024-06-30 13:09:46 -04:00
Nathan Smith
b7ac55dc59 feat: #102 ensure cache is applied but can be skipped 2024-06-30 13:06:39 -04:00
Nathan Smith
6f2a97ebe1 feat: #102 Ensure table query responses are cached and paginated 2024-06-30 12:54:44 -04:00
Nathan Smith
f204ddd71d feat: #102 reimplement external link 2024-06-30 12:40:21 -04:00
Nathan Smith
0d11e02991 🔨 refactor: #102 Move sort utilities to their own file 2024-06-30 12:37:31 -04:00
Nathan Smith
80bb501282 feat: #102 Move table refresher to plugin setting 2024-06-30 12:35:25 -04:00
Nathan Smith
0aeff6cd46 🔨 refactor: #102 Clean up query class 2024-06-30 12:33:08 -04:00
Nathan Smith
a1724f2ca2 🔨 refactor: #102 Make imports more consistent 2024-06-30 12:11:33 -04:00
Nathan Smith
f670708c68 🔨 refactor: #102 Remove init logic from query constructor 2024-06-29 16:06:55 -04:00
Nathan Smith
c2cc1dea9c Merge branch 'main' into feat/102/table-pagination 2024-06-29 16:04:00 -04:00
Nathan Smith
dd32f7299f feat: #102 Only show first/last links not equal prev/next 2024-06-28 22:40:52 -04:00
Nathan Smith
247997c431 feat: #102 Working pagination 2024-06-28 22:33:13 -04:00
Nathan Smith
38091a52e8 🐛 fix: #115 Ensure popout windows arent closed when clicking links
Also added the actual url to an authors page when rendering it in the table.

Closes: #115
2024-06-16 14:16:19 -04:00
Nathan Smith
6be7a0131d types are hard 2024-06-01 01:38:38 -04:00
Nathan Smith
fae232cba4 🚨 test: #107 Add some general sanity tests for the setting up the plugin
Closes: #107
2024-04-22 23:53:55 -04:00
Nathan Smith
7584ec8470 🚨 test: #107 Working simple test 2024-04-22 13:59:17 -04:00
Nathan Smith
8cfc5690f1 🚨 test: #107 Set up jest 2024-04-21 23:31:50 -04:00
Nathan Smith
5cc35c318d 🔨 refactor: #109 Remove unused void operator 2024-04-21 22:05:11 -04:00
Nathan Smith
2600878b0b 🔨 refactor: #109 Resolve new eslint errors
Closes: #109
2024-04-21 21:59:58 -04:00
Nathan
0a15cd53a3
Merge pull request #108 from nathonius/feat/85/refresh-errored-tags
Show errored tags with some info
2024-04-21 21:13:42 -04:00
Aron Griffis
d5b48c7cac fix: #104 init data to empty object 2024-04-21 09:02:38 -04:00
Nathan Smith
ddd76872c0 feat: #85 Add error icon to tags that could not be retrieved 2024-04-16 22:34:16 -04:00
Nathan Smith
62a6f0d94e feat: #84 Support custom oauth app
Closes: #84
2024-04-11 22:37:59 -04:00
Nathan Smith
807d604a1d 🐛 fix: #84 Correct cache save 2024-04-06 13:55:34 -04:00
Nathan Smith
40aff6125a 🐛 fix: #84 Trim extra spaces from orgs 2024-04-06 13:35:28 -04:00
Nathan Smith
144013cee9 🔨 refactor: #84 Move account settings into new class 2024-04-06 13:31:27 -04:00
Nathan Smith
eccc0ef3e0 feat: #72 Add simple PR check status icons
Can be more granular in the future

Closes: #72
2024-04-05 23:54:06 -04:00