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
|
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 |
|
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 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 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 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 Smith
|
ee0d0ced7f
|
🔨 refactor: #61 Resolve simple sonar code smells
|
2024-03-28 15:59:24 -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 Smith
|
164659dcb5
|
✨ feat: #73 Add option for tooltip on issue and pr status
Closes: #73
|
2024-03-09 19:57:01 -05:00 |
|
Nathan Smith
|
a4c6107142
|
🐛 fix: #71 Correct closed as wont do issue icon color
Closes: #71
|
2024-03-09 19:41:15 -05:00 |
|
Nathan Smith
|
c66e0ae308
|
✨ feat: #70 Use specific icons for each state of issue and PR
Closes: #70
|
2024-03-09 19:25:07 -05:00 |
|
Nathan Smith
|
d29312d1dd
|
✨ feat: #24 Allow configuring default page size
Closes: #24
|
2024-02-24 19:20:38 -05:00 |
|
Nathan Smith
|
faab146f33
|
🐛 fix: #16 Use org from params or query if possible
Closes: #16
|
2024-02-24 17:13:19 -05:00 |
|
Nathan Smith
|
ba6925a251
|
✨ feat: Add log level setting
|
2024-02-24 16:49:37 -05:00 |
|
Nathan Smith
|
2058a6dbec
|
✨ feat: #6 Add refresh button to tables
Can be disabled using the refresh param
Closes: #6
|
2024-02-24 16:40:51 -05:00 |
|
Nathan Smith
|
c3b0e67680
|
🐛 fix: #36 Column names are case insensitive
Closes: #36
|
2024-02-24 16:02:40 -05:00 |
|
Nathan Smith
|
97f8bc097c
|
🐛 fix: #50 Tables horizontally scroll
Closes: #50
|
2024-02-24 15:57:13 -05:00 |
|
Nathan Smith
|
467e00fa66
|
🐛 fix: #48 Inline tags not rendered for links with display text
Closes: #48
|
2024-02-22 22:07:44 +00:00 |
|
Nathan Smith
|
5a02e4cd72
|
✨ feat: #38 Add logger with configurable log levels
Setting will be added in a later PR.
Closes: #38
|
2024-02-13 18:53:50 +00:00 |
|
Nathan Smith
|
732112feb5
|
✨ feat: #28 Add default columns for simple queries
Not configurable for the moment, that can come later.
Closes: #28
|
2024-02-13 04:30:43 +00:00 |
|
Nathan Smith
|
d3397e5c62
|
🐛 fix: #25 Allow for string or string array of labels for issue lists
Closes: #25
|
2024-02-09 20:24:07 +00:00 |
|
Nathan Smith
|
5d6f0c9227
|
✨ feat: #25 Use dedicated endpoints for listing issues and PRs
Allows less manual querying, more configuration in codeblock
Closes: #25
|
2024-02-09 19:37:22 +00:00 |
|
Nathan Smith
|
0d9fad913e
|
✨ feat: #17 Add special issue columns
Closes: #17
|
2024-02-07 19:11:57 -05:00 |
|
Nathan Smith
|
25b5b799df
|
✨ feat: Use real API queries
No more sample data.
|
2024-02-01 23:26:44 -05:00 |
|
Nathan Smith
|
3913ec116b
|
✨ feat: #11 Add predefined PR table columns
Columns will automatically link, set text, add icons, etc.
Closes: #11
|
2024-02-01 22:37:39 -05:00 |
|
Nathan Smith
|
2febcf6360
|
✨ feat: 8 Add support for nested column props
Will attempt to parse a string as json object notation to get nested properties
|
2024-01-31 15:33:07 +00:00 |
|
Nathan Smith
|
69014fb27e
|
✨ feat: Basic query search support
Still a lot to do, but able to render a table with info from a search of issues
|
2024-01-31 04:05:49 +00:00 |
|
Nathan Smith
|
d18f9b1e3a
|
Add some basic documentation
|
2024-01-27 21:01:24 -05:00 |
|
Nathan Smith
|
41ccebf581
|
some minor tweaks to inline view plugin behavior
|
2024-01-13 20:33:48 -05:00 |
|
Nathan Smith
|
573f6ca802
|
live preview mode working reliably now!
|
2024-01-13 20:17:27 -05:00 |
|
Nathan Smith
|
49e3e2eb97
|
add cache layer
|
2024-01-10 03:06:30 +00:00 |
|