-
-
Notifications
You must be signed in to change notification settings - Fork 2
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: add server mode #12
Merged
Merged
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 20 30 +10
Lines 730 1405 +675
======================================
- Misses 730 1405 +675 ☔ View full report in Codecov by Sentry. |
451a864
to
c6f7f12
Compare
383a1ea
to
94e534e
Compare
94e534e
to
532eb2c
Compare
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.
Work
/gitlab
endpointComments
(note
event)Merge request events
(merge_request
event)webhook_event
Expr variable value with the full raw event payload sent from the GitLab server. (NULL in non-server mode)Why
Deploy a single instance of
scm-engine
, with a single privileged account/token, and configure webhook at the level you want. Any project can start to usescm-engine
by simply putting anscm-engine.yml
file in the location configured on the server (default:/.scm-engine.yml
)No additional overhead, security, or compliance considerations.
Workflow
project.path_with_namespace
merge_request.iid
(project level id for the MR)merge_request.last_commit.id
(git SHA)$SCM_ENGINE_CONFIG_FILE
(-config-file
) from the repo over HTTP API