[gitlab] Update documentation - GitLab bot setup#382
Open
sondrebr wants to merge 9 commits into
Open
Conversation
Also rename Steps 2 and 3 to differentiate between GitHub steps and GitLab steps
Also rename Steps 5.1-5.3 to differentiate between GitHub steps and GitLab steps
ocaisa
reviewed
Jul 2, 2026
| - An event handler [`eessi_bot_event_handler.py`](eessi_bot_event_handler.py) which receives events from a GitHub repository or GitLab project and acts on them. | ||
| - A job manager [`eessi_bot_job_manager.py`](eessi_bot_job_manager.py) which monitors the Slurm job queue and acts on state changes of jobs submitted by the event handler. | ||
|
|
||
| Note that GitLab support is currently limited to the `help` command. |
Member
There was a problem hiding this comment.
Let's make this jump out
Suggested change
| Note that GitLab support is currently limited to the `help` command. | |
| !!! warning "Limited feature support in GitLab" | |
| Note that GitLab support is currently limited to the `help` command. |
Member
There was a problem hiding this comment.
I think it is still important to bold this as it is pretty critical information
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 PR adds documentation for setting up the bot for GitLab (addressing issue #374).
Most of the changes are in the README, updating the prerequisites and adding GitLab-specific versions of steps 2, 3, and 5.1-5.3. I also renamed the original GitHub-specific steps to clearly differentiate between the GitHub and GitLab steps.
In step 4, I changed the minimum recommended Python version to Python 3.9. In step 5.4, I added the
[git]and[gitlab]config sections, and made a few changes to thecommand_permissionsetting documentation (inapp.cfg.exampleas well) to make it also apply to GitLab.