summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/environments_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Fixes backend specsTiago Botelho2018-07-021-2/+2
|
* Remove GET empty from EnvironmentsControllerTiago Botelho2018-06-291-11/+2
|
* Prevents project first environment from being fetched in every project viewTiago Botelho2018-06-281-0/+18
|
* Specify environment actions to distinguish between metrics and every other ↵Tiago Botelho2018-06-261-0/+10
| | | | environment related actions
* Reduce CE/EE diff in spec/controllers/projects/environments_controller_spec.rbRémy Coutable2018-05-241-0/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-13/+13
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Re-enable polling for environmentsenable-polling-envFilipa Lacerda2017-07-061-4/+2
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-221-10/+12
|\ | | | | | | 28717-additional-metrics-review-branch
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
| |
| * Disable environment list polling as it breaks deployboardKamil Trzcinski2017-06-211-2/+4
| |
* | cleanup wipPawel Chojnacki2017-06-161-5/+7
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-071-2/+7
|\ \ | |/ | | | | | | | | | | | | 28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
| * Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-06-011-2/+2
| |\
| | * Use - as the prefix so we don't conflict with namespacesLin Jen-Shin2017-05-261-2/+2
| | | | | | | | | | | | | | | The decision was made around: https://gitlab.com/gitlab-org/gitlab-ce/issues/26407#note_30624641
| | * Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-261-7/+12
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
| | * | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
| * | | Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-05-251-3/+8
| |\ \ \ | | | |/ | | |/|
| * | | Test etag caching router and incorporate reviewZ.J. van de Weg2017-05-241-4/+9
| | |/ | |/|
* | | Environments#additional_metrics testsPawel Chojnacki2017-06-051-0/+40
| |/ |/|
* | Improve test wordingZ.J. van de Weg2017-05-231-7/+7
| |
* | Make sorting difference clearerZeger-Jan van de Weg2017-05-191-4/+4
| |
* | Sort environments folders when opening themZ.J. van de Weg2017-05-171-0/+5
|/ | | | Fixes gitlab-org/gitlab-ce#30814
* Merge request widget redesignFatih Acet2017-05-091-0/+42
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Add controller specs for environment folder actionGrzegorz Bizon2017-03-271-0/+33
|
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+46
|
* Add support for environment scopes in controllerGrzegorz Bizon2017-02-091-11/+48
|
* Enable grouping and pagination in environmnets APIGrzegorz Bizon2017-02-091-8/+18
|
* Add terminal UI and controller actionsFatih Acet2016-12-191-0/+1
|
* Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-0/+68
|
* Add controller specs for environments index actionGrzegorz Bizon2016-11-161-6/+27
|
* Incorporate feedbackZ.J. van de Weg2016-07-291-8/+16
|
* Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-0/+50
This MR adds a string (thus max 255 chars) field to the enviroments table to expose it later in other features.