Commit graph

150 commits

Author SHA1 Message Date
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
d717a93976 feat: #102 Improve spacing of pagination links 2024-06-28 22:45:18 -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
ea2ee0608c
Merge pull request #117 from nathonius/release/0.7.2
🚀 release: Release v0.7.2
2024-06-16 14:43:54 -04:00
Nathan Smith
1a3059512a 🚀 release: Release v0.7.2 2024-06-16 14:41:37 -04:00
Nathan
65ab8c207e
Merge pull request #116 from nathonius/fix/115/popout-window
🐛 fix: #115 Ensure popout windows arent closed when clicking links
2024-06-16 14:19:30 -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
4ca024edf4
Merge pull request #112 from nathonius/test/107/jest
Unit tests
2024-04-23 00:03:34 -04:00
Nathan Smith
8ef8163425 🤖 ci: #107 Add test to code check workflow 2024-04-23 00:00:21 -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
7aa5aee6ab
Merge pull request #111 from nathonius/ci/109/eslint
Upgrade eslint
2024-04-21 22:06:22 -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 Smith
810a15646e 🤖 ci: #109 Upgrade to flat eslint config 2024-04-21 21:46:33 -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
Nathan Smith
afe8a2ed0c 🔨 refactor: #85 Move queue to dependencies 2024-04-21 21:08:06 -04:00
Nathan
14ba964f6c
Merge pull request #106 from nathonius/release/v0.7.1
🚀 release: Release v0.7.1
2024-04-21 09:23:07 -04:00
Nathan Smith
d6db5dadbb 🚀 release: Release v0.7.1 2024-04-21 09:22:15 -04:00
Nathan
a919786982
Merge pull request #105 from agriffis/main
fix: #104 init data to empty object
2024-04-21 09:17:25 -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
f8c9e4794e
Merge pull request #100 from nathonius/release/0.7.0
release/0.7.0
2024-04-11 23:00:24 -04:00
Nathan Smith
0bbd9601f0 🚀 release: Release v0.7.0 2024-04-11 22:57:30 -04:00
Nathan Smith
d2908c72d0 🤖 ci: Update version bump script to take an arg and update everywhere 2024-04-11 22:54:19 -04:00
Nathan
240189c961
Merge pull request #99 from nathonius/feat/84/oauth
feat/84/oauth
2024-04-11 22:41:02 -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
01646824d1
Merge pull request #97 from nathonius/doc/better-commits
📚 docs: Add note about better-commits to contrib
2024-04-06 00:00:55 -04:00
Nathan Smith
b45b970aea 📚 docs: Add note about better-commits to contrib 2024-04-05 23:59:57 -04:00
Nathan
925767880e
Merge pull request #95 from nathonius/feat/72/check-status
 feat: #72 Add simple PR check status icons
2024-04-05 23:56:35 -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
Nathan
8719cb1ea6
Merge pull request #94 from nathonius/feat/80/org-inline
 feat: #80 Show user or org name when transforming link to repo
2024-04-05 22:05:14 -04:00
Nathan Smith
312226eedd 🔨 refactor: #80 Reduce complexity of create tag function 2024-04-05 22:04:10 -04:00
Nathan Smith
9237b2f0fa feat: #80 Show user or org name when transforming link to repo
Closes: #80
2024-04-05 21:47:55 -04:00
Nathan
6876269a7e
Merge pull request #92 from nathonius/release/v0.6.0
🚀 release: Release v0.6.0
2024-03-29 20:47:10 -04:00
Nathan Smith
254ca7f909 🚀 release: Release v0.6.0 2024-03-29 20:46:20 -04:00
Nathan
9712b0e325
Merge pull request #91 from nathonius/doc/46/contrib
📚 docs: #46 Add CONTRIBUTING.md
2024-03-29 20:38:27 -04:00
Nathan
93457423d7
Merge pull request #90 from nathonius/feat/54/external-link
 feat: #54 Add link to query search on github
2024-03-29 20:37:32 -04:00
Nathan Smith
aeeb932456 📚 docs: #46 Add CONTRIBUTING.md
Closes: #46
2024-03-29 20:37:19 -04:00
Nathan Smith
6414839a17 feat: #54 Add link to query search on github
Only applies for custom queries

Closes: #54
2024-03-29 20:30:49 -04:00
Nathan
fa32ee196a
Merge pull request #89 from nathonius/feat/86/cache
 feat: #86 Overhaul cache implementation
2024-03-29 20:04:00 -04:00
Nathan Smith
8efa182766 🔨 refactor: #86 minor code smell resolution 2024-03-29 12:02:37 -04:00
Nathan Smith
3dbc555ca0 🔨 refactor: #86 github api is now a class 2024-03-29 11:58:46 -04:00