Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42 | GitLab Bot | 2021-10-20 | 1 | -173/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42 | GitLab Bot | 2021-07-20 | 1 | -51/+46 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 1 | -5/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42 | GitLab Bot | 2020-11-19 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-10-stable-ee | GitLab Bot | 2020-04-20 | 1 | -3/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-07 | 1 | -0/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+2 |
| | |||||
* | Move API::Services constants to a helper | Yorick Peterse | 2019-03-04 | 1 | -695/+3 |
| | | | | | | | This moves various constants previously defined in API::Services to the API::Helpers::ServicesHelpers module, using class methods instead of constants. This allows EE to extend the returned values, without having to modify the CE source code directly. | ||||
* | Merge branch 'add_YouTrack_integration' into 'master' | Sean McGivern | 2019-02-26 | 1 | -0/+21 |
|\ | | | | | | | | | | | | | Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361 | ||||
| * | Remove new_issue_url field from YouTrack integration service | Kotau Yauhen | 2019-02-21 | 1 | -6/+0 |
| | | |||||
| * | Added YouTrack integration | Yauhen Kotau | 2019-02-18 | 1 | -0/+27 |
| | | | | | | | | Fixes gitlab-org/gitlab-ce#42595 | ||||
* | | Merge branch '55109-jira-integration-api-doesn-t-respect-available-format' ↵ | Sean McGivern | 2019-02-19 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | into 'master' API: Support Jira transition ID as string Closes #55109 See merge request gitlab-org/gitlab-ce!24400 | ||||
| * | API: Support Jira transition ID as string | Robert Schilling | 2019-02-10 | 1 | -1/+1 |
| | | |||||
* | | API: Fix docs and parameters for hangouts-chat service | Robert Schilling | 2019-02-13 | 1 | -2/+3 |
| | | |||||
* | | Remove HipChat integration from GitLab | Nick Thomas | 2019-02-08 | 1 | -39/+0 |
|/ | |||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -2/+2 |
| | | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS | ||||
* | Add Discord integration | blackst0ne | 2018-10-30 | 1 | -0/+9 |
| | |||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Remove Gemnasium service | Gilbert Roulot | 2018-08-20 | 1 | -15/+0 |
| | |||||
* | Add dummy Google Hangouts Chat integration | Kukovskii Vladimir | 2018-07-14 | 1 | -0/+9 |
| | |||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | Improve JIRA event descriptionsissue_25542 | Felipe Artur | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Fix a "can't modify frozen Hash" error in lib/api/services.rb in development env | Rémy Coutable | 2018-02-27 | 1 | -8/+11 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix a performance/memory issue in lib/api/services.rb43620-lib-api-services-rb-retains-a-lot-of-memory-and-objects | Rémy Coutable | 2018-02-26 | 1 | -42/+42 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch ↵ | Stan Hu | 2018-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API | ||||
* | Support new chat notifications parameters in Services API | Mark Fletcher | 2017-12-22 | 1 | -32/+148 |
| | | | | | + Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions | ||||
* | Fix acceptance of username for Mattermost service update via API | Mark Fletcher | 2017-11-08 | 1 | -0/+6 |
| | |||||
* | Merge branch 'add-packagist-project-service' into 'master' | Kamil Trzciński | 2017-10-31 | 1 | -0/+21 |
|\ | | | | | | | | | Add Packagist project service See merge request gitlab-org/gitlab-ce!14493 | ||||
| * | Add Packagist project service | Matt Coleman | 2017-10-13 | 1 | -0/+21 |
| | | |||||
* | | Validate username/pw for Jiraservice, require them in the API | Robert Schilling | 2017-10-24 | 1 | -2/+2 |
|/ | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | Update remaining endpoints | Robert Schilling | 2017-08-28 | 1 | -7/+7 |
| | |||||
* | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -2/+2 |
| | |||||
* | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+2 |
| | |||||
* | Remove project_key from the Jira configuration | Jarka Kadlecova | 2017-07-25 | 1 | -6/+0 |
| | |||||
* | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand` | ||||
* | Add API URL to JIRA settings31448-jira-urls | Jarka Kadlecova | 2017-05-26 | 1 | -1/+7 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -3/+3 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove the User#is_admin? method | blackst0ne | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | adds relevant tests | Tiago Botelho | 2017-04-06 | 1 | -0/+9 |
| | |||||
* | Added mock deployment and monitoring service with environments fixtures | Kamil Trzciński | 2017-04-05 | 1 | -1/+7 |
| | |||||
* | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 1 | -23/+2 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -2/+5 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Added Prometheus Service and Prometheus graphs | Kamil Trzciński | 2017-03-07 | 1 | -0/+9 |
| |