Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress update events on pipeline if already they got scheduledsuppress-update-events-on-pipeline | Kamil Trzcinski | 2016-10-19 | 3 | -10/+32 |
| | |||||
* | Merge branch 'sh-improve-merge-service-logging' into 'master' | Robert Speicher | 2016-10-19 | 2 | -6/+18 |
|\ | | | | | | | | | | | | | Improve error logging of MergeService Relates to #23505 See merge request !6975 | ||||
| * | Identify merge request project and IID in log messagesh-improve-merge-service-logging | Stan Hu | 2016-10-18 | 1 | -1/+7 |
| | | |||||
| * | Improve error logging of MergeService | Stan Hu | 2016-10-18 | 2 | -6/+12 |
| | | | | | | | | Relates to #23505 | ||||
* | | Merge branch 'sh-fix-broken-note-award-emoji' into 'master' | Robert Speicher | 2016-10-19 | 2 | -6/+42 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix broken award emoji for comments Closes #23506 See merge request !6967 | ||||
| * | | Add spec for toggling award emoji on issue notessh-fix-broken-note-award-emoji | Stan Hu | 2016-10-18 | 1 | -5/+41 |
| | | | |||||
| * | | Fix broken award emoji for comments | Stan Hu | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes #23506 | ||||
* | | | Merge branch 'backport-git-access-spec-changes' into 'master' | Douwe Maan | 2016-10-19 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Backport git access spec changes from EE https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/645#note_16391185 See merge request !6961 | ||||
| * | | | Backport git access spec changes from EEbackport-git-access-spec-changes | Sean McGivern | 2016-10-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | These were introduced in: <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/645> | ||||
* | | | | Merge branch '22191-delete-dynamic-envs-mr' into 'master' | Rémy Coutable | 2016-10-19 | 33 | -102/+657 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete dynamic environments - Adds "close environment" action to a merge request - Adds tabs to environments list - Adds close button to each environment row in environments list - Replaces Destroy button with Close button inside an environment - Adds close button to builds list inside an environment #### Configuration In order to enable stopping environments a valid `.gitlab-ci.yml` syntax has to be used: ``` review: environment: name: review/$app on_stop: stop_review stop_review: script: echo Delete My App when: manual environment: name: review/$app action: stop ``` This MR requires that `stop_review` has to have: `when`, `environment:name` and `environment:action` defined. The next MR after this one will verify that and enforce that these settings are configured. It will also implicitly configure these settings, making it possible to define it like this: ``` review: environment: name: review/$app on_stop: stop_review stop_review: script: echo Delete My App ``` Closes #22191 See merge request !6669 | ||||
| * | | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-18 | 38 | -218/+506 |
| |\ \ \ | |||||
| * | | | | Merge two scenarios into one | Kamil Trzcinski | 2016-10-18 | 1 | -8/+2 |
| | | | | | |||||
| * | | | | Fix remaining offenses | Kamil Trzcinski | 2016-10-18 | 2 | -4/+5 |
| | | | | | |||||
| * | | | | Add logical validation to gitlab-ci.yml | Kamil Trzcinski | 2016-10-18 | 3 | -1/+77 |
| | | | | | |||||
| * | | | | Add `stop!` to `environment` | Kamil Trzcinski | 2016-10-18 | 3 | -4/+50 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-18 | 45 | -587/+1561 |
| |\ \ \ \ | |||||
| * | | | | | Fix remaining specs failures | Kamil Trzcinski | 2016-10-18 | 4 | -7/+14 |
| | | | | | | |||||
| * | | | | | Merge branch '22191-delete-dynamic-envs-mr' of ↵ | Kamil Trzcinski | 2016-10-17 | 0 | -0/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into 22191-delete-dynamic-envs-mr | ||||
| | * | | | | | Fixes broken test | Filipa Lacerda | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Kamil Trzcinski | 2016-10-17 | 38 | -265/+461 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 22191-delete-dynamic-envs-mr | ||||
| * | | | | | | | Fix specs | Kamil Trzcinski | 2016-10-17 | 4 | -12/+12 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Fixes typo | Filipa Lacerda | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Updates class name for consistency | Filipa Lacerda | 2016-10-17 | 5 | -11/+11 |
| | | | | | | | |||||
| * | | | | | | Fix specs | Kamil Trzcinski | 2016-10-17 | 4 | -57/+43 |
| | | | | | | | |||||
| * | | | | | | Fix environments specs | Kamil Trzcinski | 2016-10-17 | 8 | -32/+74 |
| | | | | | | | |||||
| * | | | | | | Work on specs | Kamil Trzcinski | 2016-10-17 | 4 | -3/+140 |
| | | | | | | | |||||
| * | | | | | | Add specs to test on_stop and action on environments | Kamil Trzcinski | 2016-10-17 | 2 | -2/+6 |
| | | | | | | | |||||
| * | | | | | | Merge branch '22191-delete-dynamic-envs-mr' of ↵ | Kamil Trzcinski | 2016-10-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into 22191-delete-dynamic-envs-mr | ||||
| | * | | | | | | Changes after review | Filipa Lacerda | 2016-10-17 | 3 | -5/+5 |
| | | | | | | | | |||||
| | * | | | | | | Adds entry to CHANGELOG | Filipa Lacerda | 2016-10-17 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Updates close to say stop in confirm message | Filipa Lacerda | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Improve after code review | Kamil Trzcinski | 2016-10-17 | 10 | -23/+86 |
| |/ / / / / / | |||||
| * | | | | | | Remove destroy from environments [ci skip] | Kamil Trzcinski | 2016-10-17 | 2 | -14/+4 |
| | | | | | | | |||||
| * | | | | | | Add on_stop column [ci skip] | Kamil Trzcinski | 2016-10-17 | 3 | -24/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch '22191-delete-dynamic-envs-mr' of ↵ | Kamil Trzcinski | 2016-10-17 | 1 | -0/+11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into 22191-delete-dynamic-envs-mr | ||||
| | * | | | | | | Renames button to show 'Stop' instead of 'Close' | Filipa Lacerda | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Updates MR template to include stop link | Filipa Lacerda | 2016-10-17 | 1 | -0/+11 |
| | | | | | | | | |||||
| * | | | | | | | Update `db/schema.rb` | Kamil Trzcinski | 2016-10-17 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-17 | 8 | -9/+46 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Save `on_stop` in deployment | Kamil Trzcinski | 2016-10-17 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Add `action` and `on_stop` to `environment` in .gitlab-ci.yml | Kamil Trzcinski | 2016-10-17 | 2 | -16/+20 |
| | | | | | | | | | |||||
| * | | | | | | | | Refactor code to use available and stopped statuses and refactor views to ↵ | Kamil Trzcinski | 2016-10-17 | 19 | -94/+111 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | use separate renders | ||||
| * | | | | | | | Merge commit '7d12683' into 22191-delete-dynamic-envs-mr [ci skip] | Kamil Trzcinski | 2016-10-17 | 2 | -3/+68 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fixes broken tests | Filipa Lacerda | 2016-10-11 | 2 | -3/+53 |
| | | | | | | | | | |||||
| | * | | | | | | | Adds tests to verify if tabs are rendered | Filipa Lacerda | 2016-10-10 | 1 | -0/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Add environment stop action [ci skip] | Kamil Trzcinski | 2016-10-17 | 4 | -12/+11 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-17 | 760 | -6592/+14985 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Allow to close environments | Kamil Trzcinski | 2016-10-06 | 5 | -8/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Make environments to be close able | Kamil Trzcinski | 2016-10-06 | 8 | -32/+45 |
| | | | | | | | | | |||||
| * | | | | | | | | Add play type | Kamil Trzcinski | 2016-10-06 | 1 | -1/+15 |
| | | | | | | | | |