-
Notifications
You must be signed in to change notification settings - Fork 25
Add GitLab support #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add GitLab support #424
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7b0a90a
gitlab: add GitLab support
arnavk23 e6105eb
Merge branch 'JuliaRegistries:master' into master
arnavk23 8dc75b1
chore: update poetry.lock after pyproject changes (add python-gitlab)
arnavk23 622d48f
flake8
arnavk23 43adcd5
black
arnavk23 cad1b98
main
arnavk23 864f981
Apply suggestions from code review
arnavk23 d152f92
poetry lock
arnavk23 91208b9
type checking
arnavk23 a2c1943
black
arnavk23 052dfd4
adding Any
arnavk23 1151a79
Apply suggestions from code review
arnavk23 5c582a1
from base64 import b64decode, b64encode
arnavk23 48931d6
Apply suggestions from code review
arnavk23 266e7b8
black .
arnavk23 0fb5cb7
Refactor: Move helper classes to module level in gitlab.py
IanButterworth 14122f4
Add create_repository_dispatch stub for GitLab
IanButterworth f2dca24
Fix get_issues state mapping for GitLab
IanButterworth 742d482
Fix remaining issues in gitlab.py
IanButterworth 3e65555
Expand GitLab test coverage
IanButterworth e712c6c
Format with black
IanButterworth d895e06
fix type error
IanButterworth c655eac
fix import
IanButterworth 613e497
Address Copilot review feedback
IanButterworth 9a4684d
Address second Copilot review feedback
IanButterworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ htmlcov/ | |
| node_modules/ | ||
| requirements.txt | ||
| tagbot.egg-info/ | ||
| .venv/ | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.