Sujay Patel
ed8a00b9c4
Adding labels to note event payload.
2019-06-10 15:35:38 +05:30
Shinya Maeda
7e05f3b78b
Use source ref for pipeline webhook
...
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.
2019-05-28 09:29:59 +07:00
Jason Goodman
1b8646804d
Update deployment chat message notification
...
Include link to user and commit title.
Rearrange text
2019-05-02 16:07:26 +00:00
Douglas Barbosa Alexandre
f832b96ad7
Merge branch 'use-keyword-args-for-databuilder-push' into 'master'
...
Use keyword args for databuilder push
See merge request gitlab-org/gitlab-ce!24088
2019-04-29 14:43:56 +00:00
Jason Goodman
fe86890b9d
Add deployment events to chat notification services
...
This enables sending a chat message to Slack or Mattermost
upon a successful, failed, or canceled deployment
2019-04-26 21:08:41 +00:00
Jonathon Reinhart
f48605c796
Use all keyword args for DataBuilder::Push.build()
2019-04-25 13:54:26 +02:00
Luke Duncalfe
f27cba0fee
Fix private user email being visible in tag webhooks
...
Fixes #54721
2019-01-31 16:51:18 +01:00
Luke Duncalfe
6c0758f69b
Prefer build() rather than create()
2019-01-31 16:51:17 +01:00
Andrew Newdigate
ff0b2cc61f
Re-enable MethodCallWithoutArgsParentheses Cop
...
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
2019-01-29 21:05:30 +02:00
Pierre Tardy
57a4ee88ae
Add variables on pipeline webhook
2018-10-01 17:22:41 +00:00
Maciej Sokolowski
e2118d831f
Test for failure_reason in job webhook
2018-08-20 12:54:46 +02:00
Jasper Maes
f0eaf22553
Rails5 fix MySQL milliseconds problem in specs
2018-06-27 18:49:22 +02:00
Zeger-Jan van de Weg
92482e01b4
Bump Gitaly to 0.98.0
...
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
2018-05-07 14:10:04 +02:00
Douwe Maan
52967b107b
Merge branch 'jej/mattermost-notification-confidentiality-10-6' into '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
2018-04-05 08:41:56 +02:00
James Edwards-Jones
6253d4456a
Backport changes from EE's GithubService integration
...
Adds detailed_status to pipeline hook data
Adds detailed_description option for Services
Integration edit page renders 404 if a service is disabled
2018-03-07 17:50:10 +00:00
Dmitriy Zaporozhets
8fe9995f11
Replace deprecated name_with_namespace with full_name in app and spec
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05 16:15:26 +02:00
Micael Bergeron
a31e0aff22
Resolve "Error 500 in non-UTF8 branch names"
2017-09-12 14:07:31 +00:00
Robert Speicher
c8b802471b
Enable the RSpec/HookArgument cop and auto-correct offenses
2017-08-10 19:29:42 -04:00
Rémy Coutable
ddccd24c13
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:53 +02:00
Alexander Randa
e0ab5618a0
Wrong data type when testing webhooks
2017-07-20 15:12:06 +00:00
Grzegorz Bizon
0430b76441
Enable Style/DotPosition Rubocop 👮
2017-06-21 13:48:12 +00:00
David Turner
47b8516c15
Add username field to push webhook
...
Signed-off-by: David Turner <novalis@novalis.org>
2017-05-10 17:11:36 -04:00
Kamil Trzciński
29d5a7ab75
Merge branch '26500-informative-slack-notifications' into 'master'
...
Adding links to user & build stage in a Build message
Closes #26500
See merge request !8641
2017-02-17 13:04:01 +00:00
Robert Speicher
80a6d2fda2
Use `:empty_project` where possible throughout spec/lib
2017-01-25 12:25:42 -05:00
Poornima M
d5fa77d53d
Adding links to user & build in Chat Notifications
2017-01-25 21:48:57 +05:30
tiagonbotelho
c90483406e
refactors tests because of gitlab-test repository changes
2016-10-11 16:33:06 +01:00
Lin Jen-Shin
d5264e8804
Simplify the name for data builder, feedback:
...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791
2016-08-12 16:09:29 +08:00
Lin Jen-Shin
ce4a669d03
Prefer described_class, feedback:
...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13810811
And other similar places.
2016-08-12 15:16:31 +08:00
Kamil Trzcinski
99928aca75
Enhance a pipeline event tests to analyse number of returned builds
2016-08-11 17:23:35 +02:00
Lin Jen-Shin
984367f957
Move those builders to their own namespace, feedback:
...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099
2016-08-04 23:44:27 +08:00
Lin Jen-Shin
020ea32e76
Implement pipeline hooks, extracted from !5525
...
Closes #20115
2016-08-02 18:22:24 +08:00