Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move project services log to a separate file | Felipe Artur | 2018-09-06 | 1 | -0/+1 |
| | |||||
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Add dummy Google Hangouts Chat integration | Kukovskii Vladimir | 2018-07-14 | 1 | -0/+1 |
| | |||||
* | Check whether new service created from template is valid after unflagging it ↵ | Douwe Maan | 2018-07-05 | 1 | -1/+1 |
| | | | | as a template | ||||
* | Fix boolean casting for nil value | Jan Provaznik | 2018-05-29 | 1 | -2/+3 |
| | | | | | | `nil` value is not included in `ActiveModel::Type::Boolean::FALSE_VALUES` which caused that in Rails 5 the boolean_accessor converted `nil` to `true` instead of `false`. | ||||
* | Resolve "Deprecate Gemnasium project service" | Olivier Gonzalez | 2018-05-23 | 1 | -1/+0 |
| | |||||
* | [Rails5] Add FALSE_VALUES constant to Service#boolean_accessorblackst0ne-rails5-replace-true-values-with-false-values | blackst0ne | 2018-04-08 | 1 | -1/+5 |
| | | | | | | | | | In Rails 5.0 the `ActiveRecord::ConnectionAdapters::Column::TRUE_VALUES` constant has been removed [1] and the remaining `FALSE_VALUES` constant has been moved to `ActiveModel::Type::Boolean` [2] [1]: https://github.com/rails/rails/commit/a502703c3d2151d4d3b421b29fefdac5ad05df61 [2]: https://github.com/rails/rails/commit/9cc8c6f3730df3d94c81a55be9ee1b7b4ffd29f6 | ||||
* | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵ | Douwe Maan | 2018-04-05 | 1 | -2/+6 |
| | | | | | | | | | | 'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb | ||||
* | When a Service templates are invalid newly created projects will have them ↵ | Tiago Botelho | 2018-03-28 | 1 | -0/+1 |
| | | | | inactive | ||||
* | Improve JIRA event descriptionsissue_25542 | Felipe Artur | 2018-03-19 | 1 | -0/+23 |
| | |||||
* | Merge branch '43522-technical-debt-service-disabled_title' into 'master' | Dmitriy Zaporozhets | 2018-03-16 | 1 | -5/+0 |
|\ | | | | | | | | | | | | | Resolve "Technical debt: `Service#disabled_title` no longer used and is left dangling in `services/_form.html.haml`" Closes #43522 See merge request gitlab-org/gitlab-ce!17305 | ||||
| * | Removed unused `Service#disabled_title` methods43522-technical-debt-service-disabled_title | James Edwards-Jones | 2018-03-15 | 1 | -5/+0 |
| | | |||||
* | | Hides Triggers if integration only has one event | James Edwards-Jones | 2018-03-08 | 1 | -0/+11 |
|/ | | | | | | | | | | | Removes confusing/unnecessary checkboxes when trying to configure an integration. If there is only one supported event we don't need to allow these to be individually disabled since the integration can be disabled instead. E.g. Project Integrations for GitHub, Bugzilla, Asana, Pipeline emails and Gemnasium Allows integrations to override which triggers are configurable | ||||
* | update code based on feedback42327-import-from-gitlab-com-fails-destination-already-exists-and-is-not-an-empty-directory-error | James Lopez | 2018-01-26 | 1 | -0/+4 |
| | |||||
* | fix validation error on services | James Lopez | 2018-01-26 | 1 | -0/+2 |
| | |||||
* | Merge branch ↵ | Stan Hu | 2018-01-16 | 1 | -0/+5 |
| | | | | | | | | | | | | '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 | ||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Create Kubernetes based on Application Templates | Mayra Cabrera | 2018-01-04 | 1 | -0/+5 |
| | |||||
* | 41054-Disallow creation of new Kubernetes integrations | Mayra Cabrera | 2018-01-04 | 1 | -0/+8 |
| | |||||
* | Consistently schedule Sidekiq jobsdm-application-worker | Douwe Maan | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | Add Packagist project service | Matt Coleman | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'backport_slack_application_changes' into 'master' | Sean McGivern | 2017-07-06 | 1 | -0/+8 |
|\ | | | | | | | | | Backport Service changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2259 See merge request !12653 | ||||
| * | Backport Service changes from ↵backport_slack_application_changes | Valery Sizov | 2017-07-05 | 1 | -0/+8 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2259 | ||||
* | | Rename ActiverecordSerialize cop | Yorick Peterse | 2017-07-06 | 1 | -1/+1 |
|/ | | | | | This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written. | ||||
* | Added Cop to blacklist the use of serializedocument-not-using-serialize | Yorick Peterse | 2017-05-31 | 1 | -1/+1 |
| | | | | | This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this. | ||||
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458c | Douwe Maan | 2017-05-16 | 1 | -2/+2 |
| | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287 | ||||
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'" | Douwe Maan | 2017-05-15 | 1 | -2/+2 |
| | | | This reverts merge request !11287 | ||||
* | Rename `build_events` to `job_events` in code | Bob Van Landuyt | 2017-05-15 | 1 | -2/+2 |
| | |||||
* | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵ | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886 | ||||
| * | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projects | Tiago Botelho | 2017-04-27 | 1 | -1/+1 |
| | | |||||
* | | remove invalid services | Tiago Botelho | 2017-04-26 | 1 | -0/+1 |
|/ | |||||
* | adds initial microsoft teams integration | Tiago Botelho | 2017-04-05 | 1 | -0/+1 |
| | |||||
* | Added mock deployment and monitoring service with environments fixtures | Kamil Trzciński | 2017-04-05 | 1 | -1/+3 |
| | |||||
* | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 1 | -1/+0 |
| | |||||
* | Added Prometheus Service and Prometheus graphs | Kamil Trzciński | 2017-03-07 | 1 | -0/+1 |
| | |||||
* | Add MockCiService integrationmock-ci-service | Eric Eastwood | 2017-02-24 | 1 | -1/+4 |
| | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service | ||||
* | Remove deprecated CI service | Z.J. van de Weg | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | adds test suite22974-trigger-service-events-through-api | Tiago Botelho | 2017-01-22 | 1 | -1/+12 |
| | |||||
* | adds events to services api deserialization | Tiago Botelho | 2017-01-22 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | Create Slack Slash command service | Z.J. van de Weg | 2016-12-16 | 1 | -1/+2 |
| | |||||
* | Change SlackService to SlackNotificationsServiceissue_22269_fix_eeissue_22269 | Felipe Artur | 2016-12-15 | 1 | -2/+2 |
| | |||||
* | Mattermost Notifications Service | Felipe Artur | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Introduce deployment services, starting with a KubernetesService | Nick Thomas | 2016-12-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'issue_5541' into 'master' | Sean McGivern | 2016-11-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Allow to block JIRA events for commits and merge requests implements #5541 See merge request !7469 | ||||
| * | Allow enabling and disabling commit and MR events for JIRAissue_5541 | Felipe Artur | 2016-11-18 | 1 | -0/+1 |
| | | |||||
* | | Rename mattermost_command to mattermost_slash_commandszj-slash-commands-mattermost | Kamil Trzcinski | 2016-11-18 | 1 | -1/+1 |
| | | |||||
* | | Incorporate feedback, improve presenter class | Z.J. van de Weg | 2016-11-17 | 1 | -2/+2 |
| | | | | | | | | [ci skip] |