summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/data_builder
Commit message (Collapse)AuthorAgeFilesLines
* Use source ref for pipeline webhookuse-source-ref-name-in-webhookShinya Maeda2019-05-281-0/+9
| | | | | | When user uses Pipelines for merge requests, the pipeline is a run on a merge request ref instead of branch ref. However, we should send source ref as a webhook in order to respect the original behavior.
* Update deployment chat message notificationJason Goodman2019-05-021-0/+3
| | | | | Include link to user and commit title. Rearrange text
* Merge branch 'use-keyword-args-for-databuilder-push' into 'master'Douglas Barbosa Alexandre2019-04-291-4/+7
|\ | | | | | | | | Use keyword args for databuilder push See merge request gitlab-org/gitlab-ce!24088
| * Use all keyword args for DataBuilder::Push.build()Jonathon Reinhart2019-04-251-4/+7
| |
* | Add deployment events to chat notification servicesJason Goodman2019-04-261-0/+36
|/ | | | | This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
* Fix private user email being visible in tag webhooksLuke Duncalfe2019-01-311-2/+2
| | | | Fixes #54721
* Prefer build() rather than create()Luke Duncalfe2019-01-311-1/+1
|
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* Add variables on pipeline webhookPierre Tardy2018-10-011-15/+32
|
* Test for failure_reason in job webhookMaciej Sokolowski2018-08-201-0/+1
|
* Rails5 fix MySQL milliseconds problem in specsJasper Maes2018-06-271-4/+4
|
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+1
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan2018-04-051-0/+8
| | | | | | | | | | '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
* Backport changes from EE's GithubService integrationJames Edwards-Jones2018-03-071-0/+1
| | | | | | Adds detailed_status to pipeline hook data Adds detailed_description option for Services Integration edit page renders 404 if a service is disabled
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Resolve "Error 500 in non-UTF8 branch names"Micael Bergeron2017-09-121-1/+1
|
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-272-2/+2
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Wrong data type when testing webhooksAlexander Randa2017-07-201-0/+21
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Add username field to push webhookDavid Turner2017-05-101-0/+1
| | | | Signed-off-by: David Turner <novalis@novalis.org>
* Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-0/+26
|\ | | | | | | | | | | | | Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
| * Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+26
| |
* | Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-253-3/+3
|/
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-4/+4
|
* Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-124-4/+4
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791
* Prefer described_class, feedback:Lin Jen-Shin2016-08-123-3/+3
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13810811 And other similar places.
* Enhance a pipeline event tests to analyse number of returned buildsKamil Trzcinski2016-08-111-2/+6
|
* Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-043-0/+205
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099
* Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-0/+32
Closes #20115