summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '31331-add-time-tracking-issue-boards-sidebar' into 'master'Tim Zallmann2019-04-121-0/+15
|\ | | | | | | | | | | | | Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
| * Add time tracking information to Issue Boards sidebarKushal Pandya2019-04-121-0/+15
| | | | | | | | Add time tracking progress bar to Issue Boards sidebar.
* | Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes2019-04-121-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
| * | Rename selector for framework notesGeorge Tsiolis2019-04-121-2/+2
| |/
* | Fix a few specs after updating capybara and selenium-webdriverRémy Coutable2019-04-123-24/+9
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve project settings pageLuke Bennett2019-04-112-14/+38
| | | | Prioritize and simplify project settings content.
* Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-113-5/+43
|\ | | | | | | | | | | | | Revert "Remove HipChat integration from GitLab" Closes #60042 See merge request gitlab-org/gitlab-ce!27172
| * Add frozen_string_literal to HipChat filesrestore-hipchatSean McGivern2019-04-101-0/+2
| |
| * Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-103-5/+41
| | | | | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* | Merge branch 'fixed-web-ide-merge-request-review' into 'master'Kushal Pandya2019-04-111-0/+21
|\ \ | | | | | | | | | | | | | | | | | | Fixes Web IDE not loading merge request files Closes #60243 See merge request gitlab-org/gitlab-ce!27225
| * | Fixes Web IDE not loading merge request filesPhil Hughes2019-04-111-0/+21
| |/ | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60243
* | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-114-4/+5
| | | | | | | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* | Quarantine flaky specsquarantine-flaky-specsRémy Coutable2019-04-103-3/+3
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Quarantine a flaky spec in ↵Rémy Coutable2019-04-101-1/+1
| | | | | | spec/features/issues/user_creates_branch_and_merge_request_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'quarantine-flaky-specs' into 'master'Kamil Trzciński2019-04-091-1/+1
|\ | | | | | | | | Quarantine a flaky spec in spec/features/issues/user_interacts_with_awards_spec.rb See merge request gitlab-org/gitlab-ce!27176
| * Quarantine a flaky spec in ↵Rémy Coutable2019-04-091-1/+1
| | | | | | | | | | | | spec/features/issues/user_interacts_with_awards_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Move Contribution Analytics related spec in ↵Imre Farkas2019-04-097-0/+324
| | | | | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* | Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas2019-04-0912-25/+41
|\ \ | |/ |/| | | | | [Backport] Support multiple assignees for merge requests See merge request gitlab-org/gitlab-ce!27089
| * [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-0812-25/+41
| | | | | | | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* | Merge branch '59570-due-quick-action' into 'master'James Lopez2019-04-091-28/+1
|\ \ | | | | | | | | | | | | | | | | | | Extract due quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26918
| * | Extract due quick action to shared example59570-due-quick-actionAlexandru Croitor2019-04-081-28/+1
| |/
* | Quarantine flaky specsRémy Coutable2019-04-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | Related to: - https://gitlab.com/gitlab-org/gitlab-ce/issues/60270 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60271 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60272 - https://gitlab.com/gitlab-org/gitlab-ce/issues/60273 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '6573-extract-ee-spec-features-boards-ce' into 'master'Robert Speicher2019-04-091-0/+2
|\ \ | | | | | | | | | | | | CE: Resolve "Extract EE specific files/lines for spec/features/boards" See merge request gitlab-org/gitlab-ce!27110
| * | Add helper reference6573-extract-ee-spec-features-boards-cecharlieablett2019-04-081-0/+1
| | |
| * | Abstract out method from spec to supportcharlieablett2019-04-081-0/+1
| | |
* | | Reduce number of rspec retriesSanad Liaquat2019-04-092-2/+2
| |/ |/| | | | | | | In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
* | Extract create merge request quick action spec59570-create-merge-request-quick-actionAlexandru Croitor2019-04-081-59/+2
| |
* | Merge branch '59570-wip-quick-action' into 'master'Sean McGivern2019-04-081-47/+1
|\ \ | | | | | | | | | | | | | | | | | | Extract w-i-p quick action to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26923
| * | Extract wip quick action to a shared example59570-wip-quick-actionAlexandru Croitor2019-04-051-47/+1
| | |
* | | Merge branch '59570-duplicate-quick-action' into 'master'Sean McGivern2019-04-081-36/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Extract duplicate quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26912
| * | | Extract duplicate quick action spec to a shared example59570-duplicate-quick-actionAlexandru Croitor2019-04-051-36/+1
| |/ /
* | | Improve project merge request settingsce-proj-settings-ok-mr-settings-onlyLuke Bennett2019-04-071-1/+3
| |/ |/| | | | | Prioritize and simplify project settings content.
* | Merge branch '_acet-related-mrs-widget-rewrite' into 'master'Kushal Pandya2019-04-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
| * | Rewrite related MRs widget with Vue_acet-related-mrs-widget-rewriteFatih Acet2019-04-051-1/+1
| | | | | | | | | | | | | | | This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
* | | Add Knative metrics to PrometheusChris Baumbauer2019-04-061-1/+1
| | |
* | | Changes button label to Run PipelineJean2019-04-051-6/+6
| |/ |/| | | | | | | Button at projects/pipelines/new was 'Create pipeline' and was changed to 'Run Pipeline'
* | Add part of needed codeGosia Ksionek2019-04-053-0/+54
|/ | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-052-1/+19
|
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-057-324/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-057-0/+324
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Merge branch '59570-remove-due-date-quick-action' into 'master'Sean McGivern2019-04-051-19/+2
|\ | | | | | | | | | | | | Extract remove due date spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26922
| * Extract remove due date spec to shared example59570-remove-due-date-quick-actionAlexandru Croitor2019-04-051-19/+2
| |
* | Merge branch '59570-target-branch-quick-action' into 'master'Sean McGivern2019-04-051-78/+1
|\ \ | | | | | | | | | | | | | | | | | | Extract target branch quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26933
| * | Extract target branch quick action to shared example59570-target-branch-quick-actionAlexandru Croitor2019-04-041-78/+1
| | |
* | | Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-0528-65/+65
| | | | | | | | | | | | | | | | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* | | Merge branch '57602-create-cluster-validations' into 'master'Mike Greiling2019-04-043-3/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Display cluster form validation error messages inline Closes #57602 See merge request gitlab-org/gitlab-ce!26502
| * | Specify new validation message selectorEnrique Alcantara2019-04-033-3/+3
| | | | | | | | | | | | | | | Update QA selector to specify that API URL is a input type=url field
* | | Allow to sort wiki pages by date and titleIgor2019-04-041-0/+89
| | | | | | | | | | | | | | | - Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
* | | Merge branch '59570-confidential-quick-action' into 'master'Sean McGivern2019-04-041-36/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Extract confidential quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26913
| * | | Extract confidential quick action spec to a shared example59570-confidential-quick-actionAlexandru Croitor2019-04-041-36/+3
| | |/ | |/|