[WIP]: implement Gitea/ForgeJo/Codeberg support #1224
Draft
Shadow53 wants to merge 8 commits into
Draft
Conversation
Builds off PR GothenburgBitFactory#720 to add gitea integration to bugwarrior.
mish-mash between the github and gitlab documentation with everything I don't think is supported removed.
Suggestions from here are implemented GothenburgBitFactory#1048 (review)
Remove user+pass auth, token only now. Added issue API Querying for writing custom queries Added include_assigned,created,mentioned, and review_requested issues config settings Added ability to limit the number of issues you will query (Gitea limits the API by default to 50, but I host my own instance so I raised it) get_tags simplified greatly
Collaborator
|
Hi, maybe @ryneeverett will have another opinion, as the main maintainer, but I think you should first implement some tests and comply with formatting / linting rules from this repo (basically ensure all CI jobs are green) before we properly review this PR. As you're starting over for this, I would also suggest you squash all commits |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a reopening on #1048 since it got closed by the original author.
I have not made any changes other than cherry-picking commits, nor have I tested things yet. I will edit this post once I have time to test things and make any necessary changes.
Since it has been two years since the previous PR was reviewed, I'd appreciate a fresh review on this PR. I'll try to apply any open comments from that PR here, though.