summaryrefslogtreecommitdiff
path: root/app/views/shared/web_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Filter project hooks by branchDuana Saskia2018-08-131-0/+1
| | | | | | Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
* Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray2018-07-191-4/+4
|
* Fix checkbox/radio button structureClement Ho2018-05-311-63/+53
|
* Fix dropdownsClement Ho2018-04-171-1/+1
|
* [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-1/+1
|
* [skip ci] Convert .checkbox to .form-checkClement Ho2018-04-111-1/+1
|
* Replace .pull-left with .float-leftClement Ho2018-04-091-10/+10
|
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan2018-04-051-0/+7
| | | | | | | | | | '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
* use sentence case for "Merge request events"Alexis Reigel2018-01-041-1/+1
|
* Wrong data type when testing webhooksAlexander Randa2017-07-201-0/+12
|
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-3/+3
| | | | | | | 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 Maan2017-05-151-3/+3
| | | This reverts merge request !11287
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-3/+3
|
* Implement ability to update hooksAlexander Randa2017-04-281-101/+81
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis2017-02-031-1/+1
|\ | | | | | | | | Refactor integrations page documentation See merge request !8966
| * Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
| |
| * Move webhooks to new a location under IntegrationsAchilleas Pipinellis2017-02-031-1/+1
| |
* | Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* | Adds changelog entryFilipa Lacerda2017-02-031-1/+1
|/ | | | | | Replace "builds" in project settings Replace "builds" in admin area
* Renamed a file to make the transition to EE easierJose Ivan Vargas2017-01-191-1/+1
|
* Corrected code style and titlesJose Ivan Vargas2017-01-181-2/+0
|
* Fixed spinach feature tests for the services and hooks controllersJose Ivan Vargas2017-01-181-2/+1
| | | | Added a test for the integrations controller
* Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre2016-08-311-0/+7
|
* Capitalise URL on web_hooks/formKamil Trzcinski2016-08-121-8/+8
|
* Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (233 commits) Fix awardable button mutuality loading spinners Update CHANGELOG for 8.10.5 Clean up project destruction Small refactor of doc/development/README.md Avoid commit lookup on diff_helper Removed extra newline from redis_spec.rb Used cached value of project count to reduce DB load Remove duplicate link_to statements Mention add_column_with_default in downtime guide Add missing space to generic badge template Rename `run` task helper method to prevent conflict with StateMachine Add a method in Project to return a cached value of total count of projects spellcheck Add svg guidelines to ui guide Add Changelog entry for Grape upgrade [ci skip] Fix Grape tests. Retain old behavior Update Grape from 0.13.0 to 0.15.0. adds second batch of tests changed to active tense fixes part1 of files to start using active tense ...
| * Document that webhook secret token is sent in X-Gitlab-Token HTTP headerSteve Halasz2016-08-031-1/+1
| |
* | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-0/+7
|/ | | | Closes #20115
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-1/+1
| | | | parameters.
* Backported from EE shared form for web hookswebhooks-shared-formPhil Hughes2016-06-031-0/+91