WIP: Add IssueCards #67

Draft
cswimr wants to merge 4 commits from issuecards/init into main
Owner

IssueCards

IssueCards allows for fetching issues from Git hosting providers. Currently supports GitHub, GitLab, and Forgejo / Gitea. Selfhosted services are (obviously) supported, and are the main selling point for this cog versus @Kowlin's GithubCards cog. Inspiration was taken from the Monty Python Discord bot for the user-facing UI.

Todo

  • Switch to GraphQL for GitHub (when authentication is used) and GitLab.
    • GitHub's GraphQL endpoint requires authentication. Therefore, the GitHub REST API will be used as a fallback if authentication is not provided.
    • Forgejo does not have a GraphQL endpoint.
  • Finish Provider configuration commands & view.
  • Add permission checks to the pre-existing Repository configuration commands.
  • Add configuration commands for adding global Repositories.
  • Write documentation.
# IssueCards IssueCards allows for fetching issues from Git hosting providers. Currently supports GitHub, GitLab, and Forgejo / Gitea. Selfhosted services are (obviously) supported, and are the main selling point for this cog versus [@Kowlin](https://github.com/Kowlin)'s [GithubCards](https://github.com/Kowlin/Sentinel/tree/master/githubcards) cog. Inspiration was taken from the [Monty Python](https://github.com/onerandomusername/monty-python) Discord bot for the user-facing UI. ## Todo - [ ] Switch to GraphQL for GitHub (when authentication is used) and GitLab. - GitHub's GraphQL endpoint requires authentication. Therefore, the GitHub REST API will be used as a fallback if authentication is not provided. - Forgejo does not have a GraphQL endpoint. - [ ] Finish Provider configuration commands & view. - [x] Add permission checks to the pre-existing Repository configuration commands. - [x] Add configuration commands for adding global Repositories. - [ ] Write documentation. <!-- Create a new issue, if it doesn't exist yet --> - [x] By submitting this pull request, I permit [cswimr](https://www.coastalcommits.com/cswimr) to license my work under the [Mozilla Public License Version 2.0](https://www.coastalcommits.com/cswimr/SeaCogs/src/branch/main/LICENSE).
cswimr added the
cog
label 2025-03-28 11:02:07 -04:00
cswimr self-assigned this 2025-03-28 11:02:07 -04:00
cswimr added 1 commit 2025-03-28 11:02:08 -04:00
feat(issuecards): init
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 55s
Actions / Build Documentation (MkDocs) (pull_request) Failing after 1m1s
fdbc4c0810
cswimr force-pushed issuecards/init from fdbc4c0810 to 5c999735f1 2025-03-28 11:23:20 -04:00 Compare
cswimr force-pushed issuecards/init from 5c999735f1 to 73efaae9a5 2025-03-28 11:25:18 -04:00 Compare
cswimr force-pushed issuecards/init from 73efaae9a5 to d615acdcdd 2025-03-28 11:38:09 -04:00 Compare
cswimr added 3 commits 2025-03-28 14:45:41 -04:00
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 35s
Required
Details
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
Required
Details
This pull request has changes conflicting with the target branch.
  • pyproject.toml
  • uv.lock
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issuecards/init:issuecards/init
git checkout issuecards/init
Sign in to join this conversation.
No description provided.