Update Gitlab integration readme#278
Merged
Merged
Conversation
- Added link to Gitlab setup to main README file - Actualized Gitlab setup steps
dregad
requested changes
Aug 21, 2018
| - Gitlab config fields are: | ||
| - hub_root: root url of the Gitlab webserver, required to access Web API | ||
| - hub_repoid: id of the Gitlab projet, starting from 1 for the first created project (auto-filed if reponame is valid and readable for the user) | ||
| - hub_repoid: id of the Gitlab project. Should be auto-filed if reponame is valid and readable for the user. |
| http://mantis.server.intra/plugin.php?page=Source/checkin&api_key=abcdeb8129a4451a35f47881 | ||
| - Create a user with (at least) read access to the repository. For a public repository, any user would work. | ||
| Login with this user, go to "Profile settings", "Account", and copy the "Private token". | ||
| - Login with an Owner (or Adminstrator) of a Project, go to "Settings" -> "Integrations" and |
Member
There was a problem hiding this comment.
- Administrator
- Suggest to use MarkDown italics instead of using quotes, e.g.
_Settings -> Integrations_
| - Login with an Owner (or Adminstrator) of a Project, go to "Settings" -> "Integrations" and | ||
| add a Push hook to Web Hooks section with Mantis URL and Mantis Source Integration plugin "API Key": | ||
| `http://mantis.server.intra/plugin.php?page=Source/checkin&api_key=abcdeb8129a4451a35f47881` | ||
| - Go to your user Settings -> "Access Token" -> "Personal Access Tokens" and create a token with at least "api" |
Member
There was a problem hiding this comment.
Same as above: _Settings -> Access Token -> Personal Access Tokens_
Contributor
Author
|
@dregad thanks for feedback, see updated. |
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.
Just set up Gitlab integration and found out that current data is out-of-date. Also there was no link to Gitlab setup from the main readme.