-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat[Op#23673]: Merge btey/openproject-gitlab-integration
🎉
#14881
Merged
akabiru
merged 121 commits into
dev
from
implementation/53019-bring-bteyopenproject-gitlab-integration-into-a-structure-that-matches-openproject
Mar 6, 2024
Merged
feat[Op#23673]: Merge btey/openproject-gitlab-integration
🎉
#14881
akabiru
merged 121 commits into
dev
from
implementation/53019-bring-bteyopenproject-gitlab-integration-into-a-structure-that-matches-openproject
Mar 6, 2024
Conversation
This file contains 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
no message
Co-authored-by: btey <[email protected]>
Remove requiring changes to the OpenProject core
Update version in Readme.
Set this version as stable.
Add the necessary dependency to Gemfile.lock which was missing in the Readme.
Updating Readme referencing official OpenProject Docker documentation
Don't try to output link on new record
…_github_integration_docs Update README with current link to GitHub integration docs
Some updates and fixes from the community. Thank you all!
akabiru
force-pushed
the
implementation/53019-bring-bteyopenproject-gitlab-integration-into-a-structure-that-matches-openproject
branch
from
March 2, 2024 12:40
1a70966
to
e3c4388
Compare
modules/gitlab_integration/lib/open_project/gitlab_integration/hook_handler.rb
Dismissed
Show dismissed
Hide dismissed
akabiru
commented
Mar 6, 2024
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.
Co-Authored-by: Pavel Balashou <[email protected]>
…tlab-integration-into-a-structure-that-matches-openproject
ba1ash
approved these changes
Mar 6, 2024
…-tests-for-the-critical-path Implementation/53117 Add automated tests for the critical path of gitlab integration
akabiru
deleted the
implementation/53019-bring-bteyopenproject-gitlab-integration-into-a-structure-that-matches-openproject
branch
March 6, 2024 18:14
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.
https://community.openproject.org/projects/openproject/work_packages/23673
btey/openproject-gitlab-integration#59
Purpose:
The goal of this integration is to make GitLab's units of work (merge requests and issues) manageable from within OpenProject by
Integration Tasks
3.0.0
to prevent clashesConsolidate with GitHub integration and remove code duplication, wherever it is worth it.Out of scope: