summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-subgroup-in-dropdowns' into 'master'Sean McGivern2017-11-143-1/+85
|\ | | | | | | | | | | | | Include child projects a user can manage in namespace dropdowns Closes #39987 See merge request gitlab-org/gitlab-ce!15294
| * Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-143-1/+85
| | | | | | | | These dropdown options are used for creating and transfering projects.
* | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-141-6/+20
|/
* Merge branch 'bvl-refresh-member-listing-on-removal' into 'master'Tim Zallmann2017-11-132-1/+21
|\ | | | | | | | | | | | | Don't perform a JS request when deleting a membership. Closes #39933 and #31720 See merge request gitlab-org/gitlab-ce!15344
| * Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removalBob Van Landuyt2017-11-132-1/+21
| |
* | fix to allow integer label refernceshaseeb2017-11-131-9/+9
| |
* | Merge branch '39335-add-time-spend-to-milestones' into 'master'Sean McGivern2017-11-131-0/+29
|\ \ | | | | | | | | | | | | | | | | | | Add total time spent to milestones Closes #39335 See merge request gitlab-org/gitlab-ce!15116
| * | Add feature test to milestoneGeorge Andrinopoulos2017-11-111-0/+29
| |/
* | Merge branch '39564-clear-filter-on-gitlab-dropdown-open' into 'master'Tim Zallmann2017-11-121-0/+22
|\ \ | |/ |/| | | | | | | | | Clear filter on gl_dropdown open Closes #39564 See merge request gitlab-org/gitlab-ce!15214
| * add feature spec to assert no linked filter inputsLuke "Jared" Bennett2017-11-061-0/+22
| |
* | Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern2017-11-101-3/+4
|\ \ | | | | | | | | | | | | | | | | | | Clean up the schema of the table "issues" Closes #31811 See merge request gitlab-org/gitlab-ce!15225
| * | Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
* | | Move clear search test to JS to reduce overkillmove-filter-mr-clear-search-spec-to-jsEric Eastwood2017-11-091-16/+0
|/ / | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661
* | Add feature spec for IngressEric Eastwood2017-11-071-16/+60
| |
* | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-083-5/+7
|\ \
| * \ Merge branch '39878-commit-pipeline-reads-wrong-key' into 'master'Tim Zallmann2017-11-071-0/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix commit pipeline showing wrong status Closes #39878 See merge request gitlab-org/gitlab-ce!15238
| | * | Fix commit pipeline showing wrong status39878-commit-pipeline-reads-wrong-keyFilipa Lacerda2017-11-071-0/+7
| | | |
| * | | Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix arguments error on Import/Export fetch_ref method Closes #39541 See merge request gitlab-org/gitlab-ce!15241
| | * | | Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-0/+0
| | |/ / | | | | | | | | | | | | Added unit test and updated integration spec to test for this as well.
| * | | Merge branch 'multi-file-editor-separate-commits-call' into 'master'Filipa Lacerda2017-11-071-5/+0
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Multi-file editor fetch log data from a different endpoint Closes #38360 See merge request gitlab-org/gitlab-ce!15132
| | * | fixed specsPhil Hughes2017-11-061-5/+0
| | |/
* | | Add feature spec for app installationShinya Maeda2017-11-081-0/+42
|/ /
* | Merge branch '35616-move-gke-form-1st-iteration' into 'master'Grzegorz Bizon2017-11-071-1/+5
|\ \ | | | | | | | | | | | | First iteration of Move Kubernetes from service to Cluster page See merge request gitlab-org/gitlab-ce!15061
| * | Fix spec35616-move-gke-form-1st-iterationShinya Maeda2017-11-071-2/+1
| | |
| * | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-11-061-0/+13
| |\ \ | | | | | | | | | | | | 35616-move-gke-form-1st-iteration
| * \ \ Merge remote-tracking branch ↵Kamil Trzcinski2017-11-06123-422/+735
| |\ \ \ | | | | | | | | | | | | | | | 'origin/move-kubernetes-from-service-to-clusters-page-10-2-ver' into 35616-move-gke-form-1st-iteration
| | * \ \ Merge branch 'refactor-clusters' into ↵Shinya Maeda2017-11-05111-350/+371
| | |\ \ \ | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| | * \ \ \ Merge branch '35616-move-gke-form-1st-iteration' into ↵Shinya Maeda2017-11-041-1/+5
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver
| * | | | | | Workaround today the failure in testsKamil Trzcinski2017-11-031-1/+2
| | |/ / / / | |/| | | |
| * | | | | Fix pipeline. Fix routing when validation failed.Shinya Maeda2017-11-011-1/+5
| | | | | |
* | | | | | Merge branch 'es-module-copy_as_gfm' into 'master'Filipa Lacerda2017-11-061-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Convert copy_as_gfm into ES module and move to behaviors See merge request gitlab-org/gitlab-ce!14859
| * | | | | remove global export except in test environmentsMike Greiling2017-11-011-2/+2
| | | | | |
* | | | | | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-061-7/+12
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
| * | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-05111-350/+371
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0311-58/+61
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-021-4/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0124-28/+423
| |\ \ \ \ \
| * | | | | | specs for featureShinya Maeda2017-11-011-7/+12
| | | | | | |
* | | | | | | Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos2017-11-061-0/+13
| |_|_|_|/ / |/| | | | |
* | | | | | fix flaky tests by removing unneeded clicks and focus actionsMike Greiling2017-11-031-16/+1
| | | | | |
* | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-032-5/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Ignore SQL CACHE hits in Sherlock Fix SQL timings for the performance bar Find the LFS-objects for a fork within a the fork network Remove bottom-border from last responsive table row Add system hooks user_rename and group_rename Unlink a project from a fork network when it's source was deleted. Make sure the settings page renders when root of a fork is deleted Remove Peek's original keyboard shortcut (numpad 0, keycode 96) Add application setting to Auto DevOps docs Enable MergeableSelector in scss-lint (for !14567) Enable MergeableSelector in scss-lint (for !14055) Enable MergeableSelector in scss-lint (for !14062) Enable MergeableSelector in scss-lint (for !14398) Enable MergeableSelector in scss-lint (for !13480) Enable MergeableSelector in scss-lint (for !13473) Enable MergeableSelector in scss-lint (for !13600) Enable MergeableSelector in scss-lint Resolve ""To do" should be "Todos" on Todos list page" Avoid regenerating the ref path for the environment Remove white space at bottom of issue boards ...
| * \ \ \ \ \ Merge branch 'bvl-unlink-fixes' into 'master'Douwe Maan2017-11-031-0/+40
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some bugs related to forked projects of which the source was deleted. Closes #39667 See merge request gitlab-org/gitlab-ce!15150
| | * | | | | Make sure the settings page renders when root of a fork is deletedBob Van Landuyt2017-11-031-0/+40
| | | | | | |
| * | | | | | Resolve ""To do" should be "Todos" on Todos list page"Victor Wu2017-11-031-5/+5
| | | | | | |
* | | | | | | fix flaky test in gfm_autocomplete_spec.rbMike Greiling2017-11-031-1/+0
| | | | | | |
* | | | | | | don't attempt to click on hidden elementsMike Greiling2017-11-031-4/+6
| | | | | | |
* | | | | | | replace use of unsupported trigger method with clickMike Greiling2017-11-032-2/+2
| | | | | | |
* | | | | | | prevent race condition when attempting to cancel a file uploadMike Greiling2017-11-031-2/+4
| | | | | | |
* | | | | | | confirm javascript modal when resetting email tokensMike Greiling2017-11-031-2/+2
| | | | | | |
* | | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-0211-61/+66
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...