summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Removes escape from job item53013-duplicate-escapeFilipa Lacerda2018-10-231-3/+2
| | | | | Tooltips aren't using v-html anymore thus causing escape not to be needed
* Add `Any` option to milestone filterHeinrich Lee Yu2018-10-231-1/+9
|
* Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon2018-10-231-0/+18
|\ | | | | | | | | | | | | Resolve "Removed branch link in pipelines page is broken" Closes #42611 See merge request gitlab-org/gitlab-ce!21451
| * Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-221-3/+6
| | | | | | | | | | | | | | | | Return from the `Ci::Pipeline#ref_exists?` in case when there is no repository present. This also fixes pipeline page feature specs by changing pipeline reference instead of stubbing `ref_exist?` method.
| * Removes extra empty linesFilipa Lacerda2018-10-171-2/+0
| |
| * Creates ref_exists? method for Pipeline classFilipa Lacerda2018-10-081-1/+1
| |
| * Merge branch 'master' into 42611-removed-branch-linkFilipa Lacerda2018-10-0899-900/+2499
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1252 commits) Render log artifact files in GitLab Check disabled_services when finding a service Fix invalid parent path on group settings page Backport CE changes for: [Frontend only] Batch comments on merge requests Add button to insert table in markdown editor Update GITALY_SERVER_VERSION Updates Laravel.gitlab-ci.yml template Update operations metrics empty state Fix LFS uploaded images not being rendered Prepare admin/projects/show view to allow EE specific feature Add timed incremental rollout to Auto DevOps Update spec comment to point to correct issue Fix documentation for variables Document Security and Licence Management features permissions Fix time dependent jobs spec Use a CTE to remove the query timeout Backport changes from gitlab-ee!7538 Fix CE to EE merge (backport) Add changelog entry Refactor Feature.flipper method ...
| * | Render link to branch only when branch still existsFilipa Lacerda2018-08-311-0/+17
| | |
* | | Merge branch 'mr-creation-source-project-filtering' into 'master'Filipa Lacerda2018-10-221-0/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
| * | | Fixed source projects not filteringPhil Hughes2018-10-221-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
* | | | Remove window scroll in features/project/job_specSteve Azzopardi2018-10-221-27/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have some tests that execute `execute_script "window.scrollTo(0,0)"` which is not needed since we are just checking the dom, which end up in a some slower tests. Move the `before` block for `when job starts environment` sub contextes to one block since all of the are the same. Some formatting fixes to be consistent. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52690
* | | 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
| | | | |