summaryrefslogtreecommitdiff
path: root/spec/features/projects/environments/environments_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-281-1/+1
|
* Fix static analysysShinya Maeda2017-11-281-1/+1
|
* Aling shared_exmaples to "same behavior between KubernetesService and ↵Shinya Maeda2017-11-281-3/+3
| | | | Platform::Kubernetes"
* Add test suit for platform::kubernetesShinya Maeda2017-11-281-10/+23
|
* Improve environments performanceFilipa Lacerda2017-11-231-6/+29
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-131-94/+112
|\ \ | |/
| * Merge branch '29943-environment-folder' into 'security-9-5'Kamil Trzciński2017-09-071-94/+112
| | | | | | | | | | Do not use `location.pathname` when accessing environments folders See merge request !2147
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-1/+1
|\ \ | |/
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| |
* | Change trigger('click') -> click for ChromeStan Hu2017-08-021-1/+1
|/ | | | | | | | Done via: ``` git grep --name-only trigger\(\'click\'\) | xargs sed -i -e "s/trigger('click')/click/g" ```
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-6/+6
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Fix click not being able to find the current element to use trigger('click') ↵34302-update-testFilipa Lacerda2017-06-261-1/+1
| | | | instead
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Responsive environment tablesAnnabel Dunstone Gray2017-06-061-2/+2
|
* 32118 Make New environment empty state btn lowercase32118-new-environment-btn-copytauriedavis2017-06-021-1/+3
|
* Backport changes of ee fix for transient failure in environments specFilipa Lacerda2017-04-041-0/+4
|
* Adds tests for scoped tabs28732-expandable-foldersFilipa Lacerda2017-03-311-0/+36
|
* Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda2017-03-141-9/+1
|
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+252