summaryrefslogtreecommitdiff
path: root/spec/features/issuables
Commit message (Collapse)AuthorAgeFilesLines
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-304-4/+4
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Change qa-reverse-sort class references to rspec-reverse-sortTanya Pazitny2019-07-291-2/+2
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-267-0/+14
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Merge branch 'security-60039' into 'master'GitLab Release Tools Bot2019-06-031-1/+1
|\ | | | | | | | | Disallow invalid MR branch name See merge request gitlab/gitlabhq!3052
| * Validate MR branch namesMark Chao2019-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | Prevents refspec as branch name, which would bypass branch protection when used in conjunction with rebase. HEAD seems to be a special case with lots of occurrence, so it is considered valid for now. Another special case is `refs/head/*`, which can be imported.
* | Remove jira_spec from quarantine60953-unquarantine-jira-specHeinrich Lee Yu2019-05-081-1/+1
| |
* | Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic2019-05-041-14/+14
| |
* | Put a failing spec in quarantine60953-broken-masterRémy Coutable2019-04-251-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Reduce number of rspec retriesSanad Liaquat2019-04-091-1/+1
|/ | | | | In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
* 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
* Sort labels alphabeticallyDmitriy Zaporozhets2019-02-211-0/+24
| | | | | | | | Sorts labels alphabetically on issues (and merge requests) list. Before it was order id desc. Now it will be consistent with sidebar and labels page. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Updated test for related merge request titleConstance Okoghenun2019-01-171-1/+1
|
* Updated spec for issues related merge request count and statusConstance Okoghenun2019-01-161-2/+2
|
* Updated spec for issues referencesConstance Okoghenun2019-01-151-0/+2
| | | | Added tests for issues related merge request count and status
* Sort issues and merge requests in ascending and descending orderFatih Acet2018-12-062-179/+226
|
* Hides Close MR button on merged MR50161-hide-close-mr-button-when-mergedJacopo2018-10-021-0/+40
| | | | | | | | | | | When a Merge request is merged, shows only the Report abuse menu item in the dropdown menu instead of showing the close_reopen_report toggle with an unusable Close button. The Report abuse is still hidden when the author of the Merge request is the current_user. Hides the Reopen button on a closed and locked issue when the issue.author is not the current_user
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Changes tab VUE refactoringFelipe Artur2018-06-212-13/+12
|
* Replace `features/project/merge_requests/references.featue`blackst0ne-replace-spinach-project-merge-requests-references.featureblackst0ne2018-05-101-0/+60
|
* Replace the `project/issues/references.feature` spinach test with an rspec ↵blackst0ne2018-05-093-193/+267
| | | | analog
* Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang2018-04-021-1/+1
| | | | activate dropdown"
* issue note storeSimon Knox2017-11-301-1/+1
|
* 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
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-072-11/+11
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* fix code styleJarka Kadlecova2017-09-271-2/+2
|
* add feature specs for discussion lockJarka Kadlecova2017-09-261-0/+106
|
* Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-26/+12
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-024-5/+5
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Use `empty_project` where possible in spec/features/issuablesRobert Speicher2017-07-272-3/+3
| | | | (It wasn't possible.)
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous type defs in specsKeifer Furzland2017-07-273-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-0/+193
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-0/+116
|\
| * Fix close_reopen_report_toggle_spec.rb path helpers rubocop offenseLuke "Jared" Bennett2017-07-071-4/+4
| |
| * Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett2017-07-071-32/+32
| | | | | | | | search specs
| * Added specsLuke "Jared" Bennett2017-07-071-0/+116
| |
* | Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-0/+30
|\ \ | |/
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-052-4/+4
| |
| * Refactored tests and added a breakpoint to the merge_request_tabsfix-sidebar-showing-mobile-merge-requestsJose Ivan Vargas2017-06-291-0/+30
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-2/+2
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
|
* Fix SpecsFelipe Artur2017-05-081-0/+3
|
* Add issues/:iid/closed_by api endpointmhasbini2017-04-121-1/+1
|
* Fix brittle specsRémy Coutable2017-04-031-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-5/+4
| | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Updated specsPhil Hughes2017-03-081-1/+1
|