Nathan
|
4919fe23eb
|
Merge pull request #146 from nathonius/fix/144/tolerant-url
🐛 fix: #144 Tolerate badly formatted URLs
|
2024-08-30 17:25:28 -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
|
8d495d990d
|
Merge pull request #141 from nathonius/fix/139/display-text-links
🐛 fix: #139 Adjust url regex to exclude URLs with display text
|
2024-08-19 11:33:35 -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
|
43728122a6
|
Merge pull request #138 from nathonius/release/v1.0.0
🚀 release: Release v1.0.0
|
2024-07-08 18:53:12 -04:00 |
|
Nathan Smith
|
9d495329d6
|
🚀 release: Release v1.0.0
|
2024-07-08 18:51:49 -04:00 |
|
Nathan
|
97b1f8a34f
|
Merge pull request #137 from nathonius/docs/adjust-badge-spacing
📚 docs: Adjust badge spacing
|
2024-07-08 18:29:43 -04:00 |
|
Nathan Smith
|
cd0f34086c
|
🧹 chore: Try to fix code contrib
|
2024-07-08 18:28:41 -04:00 |
|
Nathan Smith
|
9b7997cc30
|
📚 docs: Adjust badge spacing
|
2024-07-08 18:22:17 -04:00 |
|
Nathan
|
12a0b6e332
|
Merge pull request #136 from nathonius/all-contributors/add-nikclayton
docs: add nikclayton as a contributor for bug
|
2024-07-08 18:20:13 -04:00 |
|
allcontributors[bot]
|
376174907a
|
docs: update .all-contributorsrc
|
2024-07-08 22:17:51 +00:00 |
|
allcontributors[bot]
|
968dfbcc8a
|
docs: update README.md
|
2024-07-08 22:17:50 +00:00 |
|
Nathan
|
309177e07a
|
Merge pull request #134 from nathonius/all-contributors/add-agriffis
docs: add agriffis as a contributor for code
|
2024-07-08 18:15:04 -04:00 |
|
allcontributors[bot]
|
613c53b96b
|
docs: update .all-contributorsrc
|
2024-07-08 22:13:39 +00:00 |
|
allcontributors[bot]
|
1f43fba5dd
|
docs: update README.md
|
2024-07-08 22:13:38 +00:00 |
|
Nathan
|
5aab216db0
|
Merge pull request #133 from nathonius/all-contributors/add-nathonius
docs: add nathonius as a contributor for doc
|
2024-07-08 18:12:31 -04:00 |
|
allcontributors[bot]
|
2b270db569
|
docs: update .all-contributorsrc
|
2024-07-08 22:11:09 +00:00 |
|
allcontributors[bot]
|
5a9766bf30
|
docs: update README.md
|
2024-07-08 22:11:08 +00:00 |
|
Nathan
|
426078dc2e
|
Merge pull request #132 from nathonius/doc/93/readme-revamp
doc/93/readme revamp
|
2024-07-08 18:08:29 -04:00 |
|
Nathan
|
5c106a9f1e
|
Merge pull request #131 from nathonius/fix/125/user-column-overflow
🐛 fix: #125 Set author and assignee columns to show full width
|
2024-07-08 18:07:31 -04:00 |
|
Nathan Smith
|
aad1320bd8
|
📚 docs: #93 Update readme with clearer desc, doc links, and contrib
Closes: #93
|
2024-07-08 18:07:06 -04:00 |
|
Nathan Smith
|
85093e223a
|
🐛 fix: #125 Set author and assignee columns to show full width
Closes: #125
|
2024-07-08 17:49:12 -04:00 |
|
Nathan
|
3b98818272
|
Merge pull request #130 from nathonius/fix/121/codeBlock
🐛 fix: #121 Rewrite live preview renderer
|
2024-07-07 23:19:55 -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
|
9b59e6abc6
|
Merge pull request #129 from nathonius/feat/114/org-issues
✨ feat: #114 Support org issues query
|
2024-07-07 09:38:03 -04:00 |
|
Nathan Smith
|
4e5d4f07d5
|
🚧 build: #114 Correct tsconfig target
Was already es2018 in esbuild config
|
2024-07-07 09:34:52 -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
|
5640f400ea
|
Merge pull request #128 from nathonius/migrate
🐛 fix: Add migration mechanism for plugin data
|
2024-06-30 16:51:59 -04:00 |
|
Nathan Smith
|
d0aff85157
|
🐛 fix: Add migration mechanism for plugin data
|
2024-06-30 16:50:30 -04:00 |
|
Nathan
|
50f2e7b14a
|
Merge pull request #127 from nathonius/feat/126/external-link
✨ feat: #126 Add toggle for external link
|
2024-06-30 16:33:54 -04:00 |
|
Nathan Smith
|
4cad2f634f
|
✨ feat: #126 Add toggle for external link
Closes: #126
|
2024-06-30 16:23:32 -04:00 |
|
Nathan
|
d0496b1600
|
Merge pull request #124 from nathonius/feat/123/assignee
✨ feat: #123 Add assignee column
|
2024-06-30 16:14:03 -04:00 |
|
Nathan Smith
|
f5eca6a566
|
✨ feat: #123 Add assignee column
Closes: #123
|
2024-06-30 16:10:28 -04:00 |
|
Nathan
|
99af75cffe
|
Merge pull request #122 from nathonius/feat/119/label-column
✨ feat: #119 Add Labels column
|
2024-06-30 16:01:32 -04:00 |
|
Nathan Smith
|
2af4f73d51
|
✨ feat: #119 Add Labels column
Closes: #119
|
2024-06-30 15:59:28 -04:00 |
|
Nathan
|
cb64714466
|
Merge pull request #120 from nathonius/feat/102/table-pagination
Feat/102/table pagination
|
2024-06-30 14:41:55 -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 |
|