-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
GitLab Integration #3327
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
GitLab Integration #3327
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ef9c792
Add GitLab repo sync and webhook support
cf5c47c
oauth: gitlab: use unicode whenever format is used
BenoitKnecht 2356d84
oauth: gitlab: prevent duplicate entries after sync
BenoitKnecht 7113e94
oauth: gitlab: avoid KeyError when owner is missing
BenoitKnecht 5d7d6c1
oauth: gitlab: setup_webhook must return a tuple
BenoitKnecht f9df35e
oauth: gitlab: set a default avatar if none is returned
BenoitKnecht e4adb98
oauth: gitlab: use SSH url if repo is private
BenoitKnecht da7471f
Added tests for the GitLabService
aec6941
Added some documentation for the Gitlab integration
9152bb6
Merge pull request #1 from galileo-press/sync-gitlab-repos
saily 299a2b5
Improved url_pattern of the GitLabService to support private reposito…
8a10848
Fixed linting error
97a4fb1
Simplified exception handling
dff4d7d
Use PRODUCTION_DOMAIN as webhook id
4fbe6bb
Make imports python3 compatible
50285fe
Use the GitLab project ID, not the PRODUCTION_DOMAIN
e288bf3
Merge pull request #2 from galileo-press/sync-gitlab-repos
saily 6c8d1c3
Update urls as mentioned in comments
0cb1ed5
Update webhook docs as mentioned in comments
saily 435e870
Merge branch 'sync-gitlab-repos' of https://github.com/saily/readthed…
humitos c33b691
Style changes
humitos be5ccd0
New interface for paginated results
humitos 7e38e70
Improve gitlab integration's code
humitos 90e4ba1
Fix sync orgs and webhook create
humitos 1e8a8a8
Fix webhook URL
humitos 2fa1c51
Update webhook workflow for GitLab
humitos 39c9899
Merge branch 'master' of github.com:rtfd/readthedocs.org into humitos…
humitos c2f16d6
Better yapf setting to fulfill PEP257 D202
humitos e77efa4
Lint fix
humitos b1ff48c
Remove default avatars for GitLab
humitos 4db7339
Do not use REGEX to get owner and repo
humitos 5e5a6c8
Merge branch 'master' of github.com:rtfd/readthedocs.org into humitos…
humitos b8e1b25
Fix GitLab tests
humitos ad6ba74
Mock `is_owned_by` properly
humitos 66f8ea2
Added button to Import Project dashboard
humitos 237531c
Feedback on docs
humitos 4e6f4a6
Fix isort settings
humitos 0ce1702
Fix lint
humitos 1e668e1
Styles / Linting
humitos 4eec51e
Context for GitLab on templates
humitos 1e5200e
Merge branch 'master' of github.com:rtfd/readthedocs.org into humitos…
humitos 12eae4b
More style
humitos 3d276dd
Test for get_gitlab_url
humitos 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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should test this method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!