summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-191-1/+1
|
* Change single-item breadcrumbs to page titlesDmitriy Zaporozhets2018-10-191-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-196-19/+19
|
* Merge branch 'bvl-remove-forked-project-link' into 'master'Sean McGivern2018-10-195-10/+46
|\ | | | | | | | | | | | | Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
| * Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-195-10/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted.
* | Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López2018-10-172-20/+16
| |
* | Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda2018-10-171-1/+1
|\ \ | | | | | | | | | | | | Update environments empty state See merge request gitlab-org/gitlab-ce!22297
| * | Update environments empty stateGeorge Tsiolis2018-10-171-1/+1
| | |
* | | Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-173-12/+14
| | |
* | | Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas2018-10-171-1/+1
|/ / | | | | | | directory"
* | Merge branch 'sh-fix-commit-signatures-error' into 'master'Douwe Maan2018-10-161-0/+17
|\ \ | | | | | | | | | | | | | | | | | | Fix commit signature error when project is disabled Closes #50903 See merge request gitlab-org/gitlab-ce!22344
| * | Fix commit signature error when project is disabledStan Hu2018-10-151-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | When a project is disabled, visiting the home page would show, "An error occurred while loading commit signatures". This change checks that the user has permission to view the project to avoid unnecessary GPG signature lookups. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50903
* | | Merge branch '52147-loading-state' into 'master'Mike Greiling2018-10-161-6/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes styling issues in test reports Closes #51386 and #52147 See merge request gitlab-org/gitlab-ce!22204
| * | | Adds a `js-` class to allow for specsFilipa Lacerda2018-10-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rspec was using a CSS class to check if the content was being rendered. Since the CSS has changed, the specs failed This commit replaces the CSS class with a `js-` prepended one to guarantee changing CSS won't break a pipeline
* | | | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-152-49/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | | | Remove Koding integration and documentationStan Hu2018-10-122-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | | | | Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-154-5/+8
| | | | |
* | | | | Resolve "Personal projects pagination in Profile Overview tab is broken"Martin Wortschack2018-10-151-2/+29
| |_|_|/ |/| | |
* | | | Send deployment_status when job starts environmentSteve Azzopardi2018-10-151-0/+25
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
* | | Hide job sidebar on mobileFilipa Lacerda2018-10-121-1/+38
|/ / | | | | | | | | This commit adds back `js-` classes needed to automatically collapse the sidebar on resize.
* | Fix erased block not being rendered when job was erasedFilipa Lacerda2018-10-111-0/+13
| |
* | Add new sort option "most_stars" to "Group > Children" pagesRene Hennig2018-10-111-0/+21
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-24/+2
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Merge branch 'rails5-user-status-spec' into 'master'Sean McGivern2018-10-091-0/+2
|\ | | | | | | | | Rails5: fix user edit profile clear status spec See merge request gitlab-org/gitlab-ce!22169
| * Rails5: fix user edit profile clear status specJasper Maes2018-10-061-0/+2
| |
* | Fix invalid parent path on group settings pageDmitriy Zaporozhets2018-10-061-0/+16
|/
* Fix time dependent jobs specAlessio Caiazza2018-10-051-4/+0
|
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+11
|\
| * Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-0/+11
| |
* | Fix pipelines specShinya Maeda2018-10-051-1/+1
| |
* | Add feature spec for remaining timeShinya Maeda2018-10-052-0/+21
| |
* | Add :js tag for a feature specShinya Maeda2018-10-051-1/+1
| |
* | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0513-85/+458
|\ \ | |/
| * Resolve "2FA mobile options should be rephrased"Marc Schwede2018-10-041-2/+2
| |
| * Merge branch 'dz-labels-subscribe-filter' into 'master'Dmitriy Zaporozhets2018-10-041-5/+45
| |\ | | | | | | | | | | | | Add subscribe filter to labels page See merge request gitlab-org/gitlab-ce!21965
| | * Add subscribe filter to labels pageDmitriy Zaporozhets2018-10-041-5/+45
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Renders empty states in the Vue app in Job pageFilipa Lacerda2018-10-041-6/+6
| | |
| * | Merge branch 'fix-todo-cops' into 'master'Rémy Coutable2018-10-041-2/+2
| |\ \ | | | | | | | | | | | | | | | | Fix todo cops See merge request gitlab-org/gitlab-ce!21850
| | * | Fix SpaceBeforeFirstArg copSemyon Pupkov2018-09-201-2/+2
| | | |
| * | | Merge branch '41922-simplify-runner-registration-token-resetting' into 'master'Kamil Trzciński2018-10-042-0/+63
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify runner registration token resetting Closes #41922 See merge request gitlab-org/gitlab-ce!21658
| | * | | Simplify runner registration token resettingTomasz Maczukin2018-10-042-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
| * | | | Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński2018-10-042-6/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
| | * | | Remove `rbac_clusters` feature flagThong Kuah2018-10-042-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that Auto DevOps can run in a RBAC enabled cluster from https://gitlab.com/gitlab-org/gitlab-ce/issues/51942, we can now remove the FF. As the flag only governed if UI elements would appear or not when creating/adding existing clusters; the effect of removing the FF would be that the checkbox to choose to enable RBAC clusters will now always appear. Remove FF stubs from specs Improve spec context names
| * | | | Resolve "Add status message from within user menu"Dennis Tang2018-10-041-54/+200
| | | | |
| * | | | Resolve "Add new "Overview" tab on user profile page"Martin Wortschack2018-10-044-10/+138
| | |/ / | |/| |
* | | | Groomed specsShinya Maeda2018-10-043-18/+21
| | | |
* | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0413-55/+216
|\ \ \ \ | |/ / /
| * | | Uses Vue app to render part of job show pageFilipa Lacerda2018-10-032-19/+147
| | | |
| * | | Moves stages dropdown into the new vue appFilipa Lacerda2018-10-033-9/+17
| | | |
| * | | Merge branch '52066-blacklist-encrypted_-columns-in-gitlab-project-export' ↵Nick Thomas2018-10-031-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Blacklist `encrypted_*` columns in gitlab project export" Closes #52066 See merge request gitlab-org/gitlab-ce!22072