Commit graph

50 commits

Author SHA1 Message Date
Nathan
9a22df6eff
Merge pull request #45 from nathonius/upgrade
🚧 build: Upgrade dependencies
2024-02-18 23:50:40 -05:00
Nathan Smith
2dc051d4d9 🚧 build: Upgrade dependencies 2024-02-18 23:48:54 -05:00
Nathan
3987aa3499
Merge pull request #44 from nathonius/ci/43/release-workflow
🤖 ci: #43 Repair release action by uploading artifact
2024-02-15 23:51:08 -05:00
Nathan Smith
b95d6acac2 🤖 ci: #43 Repair release action by uploading artifact
Closes: #43
2024-02-15 23:48:58 -05:00
Nathan
6f4970cccd Merge pull request #42 from nathonius/release-0.3.0
🚀 release: Release v0.3.0
2024-02-13 19:06:29 +00:00
Nathan Smith
031757d431 🚀 release: Release v0.3.0 2024-02-13 19:04:37 +00:00
Nathan
921730c5a8
Merge pull request #41 from nathonius/fix/40/technical-language
📚 docs: #40 Remove some overly technical language from docs
2024-02-13 14:00:19 -05:00
Nathan
ffcb5dc385
Merge pull request #39 from nathonius/feat/38/debug-logging
 feat: #38 Add logger with configurable log levels
2024-02-13 13:58:17 -05:00
Nathan Smith
8f08cfd359 📚 docs: #40 Remove some overly technical language from docs
Closes: #40
2024-02-13 18:57:57 +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
89954b11eb
Merge pull request #37 from nathonius/feat/28/default-columns
 feat: #28 Add default columns for simple queries
2024-02-12 23:32:05 -05: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
c999e1a4fe
Merge pull request #34 from nathonius/ci/33/pr-checks
🤖 ci: #33 Add build and code check workflows
2024-02-10 00:12:07 -05:00
Nathan Smith
50babff64f 🤖 ci: #33 Add build and code check workflows
Closes: #33
2024-02-10 05:10:20 +00:00
Nathan
eb71576927
Merge pull request #32 from nathonius/ci/31/release-workflow
🤖 ci: #31 Add release workflow
2024-02-09 23:38:46 -05:00
Nathan Smith
004f507a42 🤖 ci: #31 Add release workflow
Drafts a new release when a tag is pushed

Closes: #31
2024-02-10 04:38:13 +00:00
Nathan Smith
fa007a741f 📚 docs: Make the warning on token security clearer 2024-02-09 21:14:47 +00:00
Nathan Smith
c62fd4468d 📚 docs: Add note about other github plugins 2024-02-09 21:12:35 +00:00
Nathan
6d4570e00e
Merge pull request #27 from nathonius/feat/25/dedicated-endpoints
 feat: #25 Use dedicated endpoints for listing issues and PRs
2024-02-09 15:52:23 -05:00
Nathan Smith
d203b3c57f 🚀 release: #25 Release v0.2.0
Closes: #25
2024-02-09 20:51:56 +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
bc7867fc2f 📚 docs: #25 Document new parameters
Closes: #25
2024-02-09 20:21:22 +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
3023f215f8
Merge pull request #26 from nathonius/issue-columns
 feat: #17 Add special issue columns
2024-02-07 19:12:19 -05:00
Nathan Smith
0d9fad913e feat: #17 Add special issue columns
Closes: #17
2024-02-07 19:11:57 -05:00
Nathan
33755f8e43 Merge pull request #20 from nathonius/release-0.1.0
🚀 release: #19 Initial release
2024-02-01 23:39:21 -05:00
Nathan Smith
d24299494d 🚀 release: #19 Initial release
Closes: #19
2024-02-01 23:37:42 -05:00
Nathan
201099127c
Merge pull request #14 from nathonius/no-more-sample
Queries and docs
2024-02-01 23:27:59 -05:00
Nathan Smith
ff2f2f34ef 📚 docs: Add query docs and sample images
More docs more power.
2024-02-01 23:27:38 -05:00
Nathan Smith
25b5b799df feat: Use real API queries
No more sample data.
2024-02-01 23:26:44 -05:00
Nathan
35855e204e
Merge pull request #13 from nathonius/special-columns
 feat: #11 Add predefined PR table columns
2024-02-01 22:38:28 -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
c4ab669a54
Merge pull request #10 from nathonius/nested-props
 feat: 8 Add support for nested column props
2024-01-31 10:33:49 -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
256e1d311f
Merge pull request #7 from nathonius/author
📚 docs: 5 Add author and project description
2024-01-31 10:04:17 -05:00
Nathan Smith
a2389a2415 📚 docs: 5 Add author and project description
Closes: 5
2024-01-31 15:03:08 +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
39ae421590 slim down the inline tags considerably 2024-01-29 17:27:39 +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
Nathan Smith
3021fb28f1 correctly filtering decorations when cursor is adjacent or overlapping 2024-01-09 22:16:53 +00:00
Nathan Smith
93e6f704ce stop infinite update loop 2024-01-09 21:41:54 +00:00
Nathan Smith
e21a45754a kind of working in live preview, just need to make sure we're not constantly re-rendering 2024-01-08 19:15:59 +00:00
Nathan Smith
697db638ea styling inline links 2024-01-05 00:12:23 -05:00
Nathan Smith
5efda44294 working multi-account support and parsing of links 2024-01-04 21:38:43 +00:00
Nathan Smith
f2feb5d897 add some more endpoints 2024-01-03 22:42:51 +00:00
Nathan Smith
7abb5673b2 initial commit 2024-01-03 22:03:23 +00:00
Nathan
15330d56d5
Initial commit 2024-01-02 21:35:51 -05:00