summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '43510-merge-requests-and-issues-don-t-show-for-all-subgroups' ↵Grzegorz Bizon2018-02-271-43/+81
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Merge requests and issues don't show for all subgroups" Closes #43510 See merge request gitlab-org/gitlab-ce!17312
| * Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-271-43/+81
| | | | | | | | | | Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
* | Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" ↵Mayra Cabrera2018-02-262-0/+44
| | | | | | | | -> edit Prometheus Service Template"
* | Fixed issue edit shortcut not workingissue-edit-shortcutPhil Hughes2018-02-261-0/+12
| | | | | | | | | | | | | | This was caused by the element getting cached on the class before the Vue app has finished rendering. Closes #43560
* | Get rid of hard-coded user/project/group names that could clash with DB ↵Rémy Coutable2018-02-261-4/+4
| | | | | | | | | | | | sequences Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'refactor/move-filtered-search-vue-component' into 'master'Clement Ho2018-02-241-2/+2
|\ \ | | | | | | | | | | | | Move RecentSearchesDropdownContent vue component See merge request gitlab-org/gitlab-ce!16951
| * | Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+2
| | |
* | | Merge branch '29497-pages-custom-domain-dns-verification' into 'master'Robert Speicher2018-02-231-2/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Domain validation for Pages custom domains" (master branch) Closes #29497, #42971, and #42083 See merge request gitlab-org/gitlab-ce!17311
| * | | Add DNS verification to Pages custom domainsNick Thomas2018-02-231-2/+0
| | |/ | |/|
* | | Merge branch '42044-osw-add-button-to-deploy-runner-to-kubernetes' into 'master'Filipa Lacerda2018-02-232-2/+16
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add a button to deploy a runner to a Kubernetes cluster in the settings page Closes #42044 See merge request gitlab-org/gitlab-ce!17278
| * | Add a button to deploy a runner to a Kubernetes cluster in the settings page42044-osw-add-button-to-deploy-runner-to-kubernetesOswaldo Ferreira2018-02-232-2/+16
| | |
* | | Merge branch '43261-fix-import-from-url-name-collision-active-tab' into 'master'Phil Hughes2018-02-231-1/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Keep "Import project" tab/form active when validation fails trying to import "Repo by URL" Closes #43261 See merge request gitlab-org/gitlab-ce!17136
| * | | Make import tab/form active when importing project by URL and validation fails43261-fix-import-from-url-name-collision-active-tabEric Eastwood2018-02-201-1/+13
| | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/43261
* | | | Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan2018-02-231-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Port `read_cross_project` ability from EE See merge request gitlab-org/gitlab-ce!17208
| * | | | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+17
| | | | |
* | | | | Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-0/+18
| | | | |
* | | | | Update enabled Kubernetes cluster button to "Kubernetes configured"Eric Eastwood2018-02-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16900#note_60175507
* | | | | Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood2018-02-2221-322/+992
|\ \ \ \ \ | |/ / / /
| * | | | Fix user feature specs that were hardcoding 'user1'43495-spec-failure-spec-features-users_spec-rbRémy Coutable2018-02-227-247/+178
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | #28481: Display time tracking totals on milestone pageRiccardo Padovani2018-02-211-6/+9
| | |/ | |/|
| * | Move project pages spinach tests to RspecSemyon Pupkov2018-02-211-2/+202
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * | Update to jQuery 3.Jacob Schatz2018-02-201-0/+5
| |/
| * Move spinach project network graph tests to RSpecSemyon Pupkov2018-02-161-0/+108
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * Merge branch 'move-profile-to-rspec' into 'master'Rémy Coutable2018-02-155-19/+231
| |\ | | | | | | | | | | | | Move spinach profile tests to RSpec See merge request gitlab-org/gitlab-ce!17068
| | * Move spinach profile tests to RSpecSemyon Pupkov2018-02-155-19/+231
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * | Move spinach group milestones test to RSpecSemyon Pupkov2018-02-151-37/+114
| | |
| * | Move feature group members search test to RSpecSemyon Pupkov2018-02-151-0/+29
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
| * Merge branch '41722-track-gcp-billing-enabled-project-changes' into 'master'Kamil Trzciński2018-02-141-2/+2
| |\ | | | | | | | | | | | | | | | | | | Resolve "Track GCP Billing enabled project changes" Closes #41722 See merge request gitlab-org/gitlab-ce!16962
| | * Fix GCP cluster feature specMatija Čupić2018-02-121-2/+2
| | |
| * | Merge branch '37050-ext-issue-tracker' into 'master'Sean McGivern2018-02-142-9/+114
| |\ \ | | |/ | |/| | | | | | | | | | | | | Display a link to external issue tracker when enabled Closes #37050 See merge request gitlab-org/gitlab-ce!17030
| | * Display a link to external issue tracker when enabledJarka Kadlecová2018-02-142-9/+114
| | |
* | | Move button list logic to project presenterOswaldo Ferreira2018-02-201-6/+6
| | |
* | | Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood2018-02-164-79/+319
|/ /
* | Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan2018-02-095-0/+46
|/ | | | [10.4] Fix stored XSS in code blocks
* Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-081-3/+3
|\ | | | | | | | | | | | | Use hashed storage in the specs Closes #40744 See merge request gitlab-org/gitlab-ce!15681
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-3/+3
| |
* | Added 'clear' button to ci lint editorLin Jen-Shin2018-02-081-8/+26
| |
* | Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman2018-02-081-4/+4
| |
* | Merge branch '41297-new-design-for-cancel-stop-pipeline-confirmation' into ↵Clement Ho2018-02-081-2/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "New design for cancel / stop pipeline confirmation" Closes #41297 See merge request gitlab-org/gitlab-ce!16813
| * | Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix tests Address code review feedback Fix tests
* | | Replace $.ajax in profile.js with axiosClement Ho2018-02-071-0/+9
| | |
* | | Removing gitaly flagsFrancisco Javier López2018-02-072-246/+263
| |/ |/|
* | Merge branch '38175-add-domain-field-to-auto-devops-application-setting' ↵Kamil Trzciński2018-02-071-0/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Add domain field to Auto DevOps application setting" Closes #38175 See merge request gitlab-org/gitlab-ce!16604
| * | Use Gitlab::CurrentSettings instead of current_application_settingsMatija Čupić2018-02-031-2/+2
| | |
| * | Merge branch 'master' into ↵Matija Čupić2018-02-031-14/+16
| |\ \ | | | | | | | | | | | | 38175-add-domain-field-to-auto-devops-application-setting
| * \ \ Merge branch 'master' into ↵Matija Čupić2018-02-025-10/+18
| |\ \ \ | | | | | | | | | | | | | | | 38175-add-domain-field-to-auto-devops-application-setting
| * \ \ \ Merge branch 'master' into ↵Matija Čupić2018-02-0210-55/+87
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 38175-add-domain-field-to-auto-devops-application-setting
| * \ \ \ \ Merge branch 'master' into ↵Matija Čupić2018-01-288-10/+134
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 38175-add-domain-field-to-auto-devops-application-setting
| * | | | | | Expose auto_devops_domain in admin settings viewMatija Čupić2018-01-221-0/+10
| | | | | | |
* | | | | | | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-073-210/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842