Commit graph

134 commits

Author SHA1 Message Date
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
Nathan Smith
0ced195bbc feat: #86 Overhaul cache implementation
Closes: #86
2024-03-28 22:39:08 -04:00
Nathan
213b497aa2
Merge pull request #88 from nathonius/fix/61/sonar
resolve sonar issues
2024-03-28 17:05:42 -04:00
Nathan Smith
ffbded9df9 🔨 refactor: #61 Reduce complexity of url parse function
Closes: #61
2024-03-28 17:02:26 -04:00
Nathan Smith
0db7b3c88d 🔨 refactor: #61 Make logger and plugin settings constants 2024-03-28 16:53:50 -04:00
Nathan
d6e2e50c2a
Merge pull request #87 from nathonius/fix/61/sonar
Resolve sonar issues
2024-03-28 16:05:11 -04:00
Nathan Smith
ee0d0ced7f 🔨 refactor: #61 Resolve simple sonar code smells 2024-03-28 15:59:24 -04:00
Nathan
98ec93d05d
Merge pull request #82 from nathonius/release/0.5.1
🚀 release: Release v0.5.1
2024-03-16 23:17:02 -04:00
Nathan Smith
0d6bac9244 🚀 release: Release v0.5.1 2024-03-16 23:16:09 -04:00
Nathan
52f064fa61
Merge pull request #81 from nathonius/feat/21/rate-limit
Mitigate some rate limit issues
2024-03-16 23:13:04 -04:00
Nathan Smith
0e153c228b feat: #21 add request queue
Making requests serially instead of concurrently should help with rate limit issues
2024-03-16 23:10:48 -04:00
Nathan Smith
40d34c27b2 🐛 fix: #21 correct pull request cache logic
PRs were also using the id property instead of number property
2024-03-16 21:54:01 -04:00
Nathan Smith
e11ed49c91 feat: #21 Lazy load tag content
Tags will be rendered with available content before API requests resolve
2024-03-16 21:51:43 -04:00
Nathan Smith
40247cd3e4 🐛 fix: #21 correct issue caching logic
Cache was incorrectly using issue.id and not issue.number, which led to no issue requests being cached.
2024-03-16 21:29:09 -04:00
Nathan
63566edd6c
Merge pull request #78 from nathonius/fix-changelog
📚 docs: Correct changelog link
2024-03-09 20:14:43 -05:00
Nathan Smith
193211f1c5 📚 docs: Correct changelog link 2024-03-09 20:12:23 -05:00
Nathan
c01f27e621
Merge pull request #77 from nathonius/release/0.5.0
🚀 release: Release v0.5.0
2024-03-09 20:10:03 -05:00