summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* issue note storeSimon Knox2017-11-301-1/+1
|
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-304-62/+126
|\ | | | | | | | | Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector. See merge request gitlab-org/gitlab-ce!15515
| * Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-282-3/+9
| |
| * Fix static analysysShinya Maeda2017-11-282-4/+4
| |
| * Aling shared_exmaples to "same behavior between KubernetesService and ↵Shinya Maeda2017-11-283-9/+9
| | | | | | | | Platform::Kubernetes"
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-282-77/+11
| |
| * Add test for checking interchangeability between KubernetesService and ↵Shinya Maeda2017-11-281-0/+45
| | | | | | | | Clusters::Platform::Kubernetes
| * Add test suit for platform::kubernetesShinya Maeda2017-11-283-59/+138
| |
* | Remove blank flash messages caused by nil40671-fix-empty-blank-flash-messagesEric Eastwood2017-11-291-0/+22
| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40671 See https://gitlab.com/gitlab-org/gitlab-ce/blob/f7254a4060b30e3134c6cf932eaba0fc8e249e9a/app/controllers/sessions_controller.rb#L42 for an example of where we set `flash[:notice] = nil`
* | Merge branch 'bvl-double-fork' into 'master'Phil Hughes2017-11-291-1/+16
|\ \ | | | | | | | | | | | | Redirect to an already forked project if it exists See merge request gitlab-org/gitlab-ce!15653
| * | Redirect to an already forked project if it existsBob Van Landuyt2017-11-291-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | Before the we would try to `POST` to the project path, which would result in a 404, because that `POST` is not supported. By changing this back to a normal link, not not handled in JS, we can immeadiatly redirect.
* | | Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-291-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
| * | | Remove serialised diff and commit columnsSean McGivern2017-11-281-0/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
* | | Merge branch 'multi-file-editor-css-fixes' into 'master'Tim Zallmann2017-11-293-4/+8
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Added IDE commit panel Closes #40041 See merge request gitlab-org/gitlab-ce!15583
| * | fixed rspecmulti-file-editor-css-fixesPhil Hughes2017-11-243-4/+8
| |/ | | | | | | added getter specs
* | Merge branch ↵Sean McGivern2017-11-292-106/+248
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '21143-customize-branch-name-when-using-create-branch-in-an-issue' into 'master' Resolve "Customize branch name when using create branch in an issue" Closes #21143 See merge request gitlab-org/gitlab-ce!13884
| * | Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-252-106/+248
| | |
* | | Merge branch 'fix_invalid_new_pipeline_form' into 'master'Filipa Lacerda2017-11-291-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | initializes the branches dropdown upon invalid entry Closes #40012 See merge request gitlab-org/gitlab-ce!15588
| * | | initializes the branches dropdown upon invalid entryChristiaan Van den Poel2017-11-271-0/+12
| | |/ | |/| | | | | | | | | | Added Changelog added feature spec
* | | Add checkboxes to automatically run AutoDevops pipelineEric Eastwood2017-11-281-8/+118
|/ / | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* | Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-4/+5
| |
* | Improve environments performanceFilipa Lacerda2017-11-231-6/+29
| |
* | Merge branch '28377-add-edit-button-to-mobile-file-view' into 'master'Clement Ho2017-11-221-0/+12
|\ \ | | | | | | | | | | | | | | | | | | Add edit button to mobile file view Closes #28377 See merge request gitlab-org/gitlab-ce!15199
| * | Add edit button to mobile file viewTravis Miller2017-11-221-0/+12
| | |
* | | Merge branch '40295-fix-reply-quote-shortcut-on-mr' into 'master'Clement Ho2017-11-221-0/+46
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
| * | Fix reply quote keyboard shortcut on MRs40295-fix-reply-quote-shortcut-on-mrEric Eastwood2017-11-211-0/+46
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
* | | Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern2017-11-221-0/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
| * | | Add group milestone to feature spec and minor changesGeorge Andrinopoulos2017-11-071-0/+5
| | | |
| * | | Add Group Milestone sortingGeorge Andrinopoulos2017-11-071-0/+46
| | | |
* | | | Merge branch 'feature_add_mermaid' into 'master'Phil Hughes2017-11-221-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
| * | | | Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-221-0/+6
| | | | |
* | | | | Merge branch '39821-fix-commits-list-with-multi-file-editor' into 'master'Phil Hughes2017-11-211-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fix commits list 500 with multi-file editor new_repo cookie Closes #39821 See merge request gitlab-org/gitlab-ce!15502
| * | | | Fix commits list 500 with multi-file editor new_repo cookie39821-fix-commits-list-with-multi-file-editorEric Eastwood2017-11-201-0/+7
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
* | | | Impersonation no longer gets stuck on password change.Tiago Botelho2017-11-201-3/+20
| | | |
* | | | Async notification subscriptions in issue boardsEric Eastwood2017-11-201-2/+20
| |/ / |/| |
* | | Merge branch 'rc/use-existing-url-helper' into 'master'Grzegorz Bizon2017-11-171-12/+10
|\ \ \ | |/ / |/| | | | | | | | Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
| * | Replace ci_status_path with pipeline_pathrc/use-existing-url-helperRémy Coutable2017-11-141-12/+10
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | 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