summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_trigger.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-1/+1
|
* Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-3/+0
|\ | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| * Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-3/+0
| | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-2/+5
|/ | | | | | | | | Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
* Do not expose trigger token when user should not see itGrzegorz Bizon2019-01-311-1/+1
|
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-3/+3
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-1/+1
|\
| * Replace time_ago_in_words with JS-based oneTakuya Noguchi2018-04-271-1/+1
| |
* | [skip ci] label-danger => badge-dangerClement Ho2018-04-131-1/+1
| |
* | [skip ci] label-primary => badge-primaryClement Ho2018-04-131-1/+1
| |
* | [skip ci] Convert .label. to .badge.Clement Ho2018-04-131-2/+2
| |
* | Rename .btn-default to .btn-secondaryClement Ho2018-04-091-3/+3
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
|
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-6/+0
|
* Fix test failuresKamil Trzcinski2017-04-071-1/+1
|
* Simplify ifKamil Trzcinski2017-04-071-1/+1
|
* Fix ref referenceKamil Trzcinski2017-04-071-2/+2
|
* N/A to None. Revert validates from validates_presence_of.Shinya Maeda2017-04-071-1/+1
|
* Add def trigger_schedule in Trigger. Use persisted? for checling existanceShinya Maeda2017-04-071-1/+1
|
* Add form for scheduled triggerShinya Maeda2017-04-071-0/+6
|
* Copy diff file path as GFMDouwe Maan2017-04-061-1/+1
|
* Improve pipeline triggers UIKamil TrzciƄski2017-03-071-5/+35
|
* Updated triggers UIupdated-triggers-uiPhil Hughes2016-04-271-5/+3
| | | | Closes #14090
* Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-291-0/+14
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>