| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Rename build to job in the docs | Z.J. van de Weg | 2017-03-06 | 1 | -5/+5 |
| | | |||||
| * | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -3/+1 |
| | | |||||
| * | Add MockCiService integrationmock-ci-service | Eric Eastwood | 2017-02-24 | 1 | -1/+14 |
| | | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service | ||||
| * | Improve performance of triggered chat commandszj-slow-service-fetch | Z.J. van de Weg | 2017-01-30 | 1 | -3/+10 |
| | | | | | | | | | | | | When the trigger endpoint is called, it has to find the right service for the given project. However, the old implementation did much more. For example, it build a list of the missing services on this project. This whole process took about 750ms _each time_. The current implementation is expected to perform 10x better, as it only searches in the current projects services. Given the service has to be configured anyway, this can be done. | ||||
| * | adds test suite22974-trigger-service-events-through-api | Tiago Botelho | 2017-01-22 | 1 | -3/+2 |
| | | |||||
| * | adds events to services api deserialization | Tiago Botelho | 2017-01-22 | 1 | -3/+46 |
| | | |||||
| * | Add API route slack slash commandszj-404-slack-error | Z.J. van de Weg | 2017-01-03 | 1 | -0/+7 |
| | | |||||
| * | Rename MattermostNotificationService back to MattermostServicefix/25843 | Douglas Barbosa Alexandre | 2016-12-20 | 1 | -1/+1 |
| | | |||||
| * | Rename SlackNotificationService back to SlackService | Douglas Barbosa Alexandre | 2016-12-20 | 1 | -1/+1 |
| | | |||||
| * | Improve after feedback | Kamil Trzcinski | 2016-12-19 | 1 | -1/+8 |
| | | |||||
| * | Change SlackService to SlackNotificationsServiceissue_22269_fix_eeissue_22269 | Felipe Artur | 2016-12-15 | 1 | -1/+9 |
| | | |||||
| * | Introduce deployment services, starting with a KubernetesService | Nick Thomas | 2016-12-14 | 1 | -0/+28 |
| | | |||||
| * | Grapify the service API | Robert Schilling | 2016-12-09 | 1 | -54/+572 |
| | | |||||
| * | API: Use `#find_project` in API::Triggers and API::Services | Rémy Coutable | 2016-11-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Return a consistent not found message | Z.J. van de Weg | 2016-11-18 | 1 | -2/+3 |
| | | | | | | This prevents leakage of project names on an endpoint which is unauthenticated and thus open to the world. | ||||
| * | Improve style, add more tests | Z.J. van de Weg | 2016-11-18 | 1 | -2/+4 |
| | | |||||
| * | More coverage on service level | Z.J. van de Weg | 2016-11-18 | 1 | -6/+1 |
| | | |||||
| * | More refactoring, push present to base command | Z.J. van de Weg | 2016-11-17 | 1 | -2/+2 |
| | | |||||
| * | Incorporate feedback, improve presenter class | Z.J. van de Weg | 2016-11-17 | 1 | -3/+5 |
| | | | | | [ci skip] | ||||
| * | Make chat authorization to work [ci skip] | Kamil Trzcinski | 2016-11-17 | 1 | -3/+26 |
| | | |||||
| * | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | | |||||
| * | Hide passwords to non-admin users in the services API | Alex Lossent | 2015-10-12 | 1 | -1/+1 |
| | | | | | In order to be consistent with !1490 doing it for the web interface | ||||
| * | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-11 | 1 | -0/+10 |
| |\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | Added service API endpoint to retrieve service parameters | Petheo Bence | 2015-09-10 | 1 | -0/+10 |
| | | | |||||
| * | | Remove network from CI | Dmitriy Zaporozhets | 2015-09-11 | 1 | -2/+2 |
| |/ | |||||
| * | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -55/+31 |
| | | |||||
| * | Add Hipchat services API | Kevin Houdebert | 2014-10-14 | 1 | -2/+36 |
| | | |||||
| * | gitlab-ci service api: clean values instead of destroy | Dmitriy Zaporozhets | 2013-10-29 | 1 | -1/+5 |
| | | |||||
| * | API: set gitlab-ci service for project | Dmitriy Zaporozhets | 2013-10-29 | 1 | -0/+40 |
