summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Allow moving wiki pages from the UIFrancisco Javier López2018-02-052-2/+75
|
* Fix export removal for hashed-storage projects within a renamed or deleted ↵Nick Thomas2018-02-051-25/+30
| | | | namespace
* Merge branch '25327-coverage-badge-rounding' into 'master'Rémy Coutable2018-02-051-2/+2
|\ | | | | | | | | Change rounding on code coverage badge to be consistent with other displays See merge request gitlab-org/gitlab-ce!10083
| * Change coverage badge rounding for other CI system consistencyJeff Stubler2018-02-011-2/+2
| |
* | Merge branch 'refactor-ci-variable-list-for-future-usage-in-4110' into 'master'Filipa Lacerda2018-02-021-14/+16
|\ \ | | | | | | | | | | | | Refactor CI variable list code for usage with CI/CD settings page secret variables See merge request gitlab-org/gitlab-ce!16729
| * | Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-311-14/+16
| | | | | | | | | | | | | | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | | Merge branch '24167__color_label' into 'master'Douwe Maan2018-02-021-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Colors to GitLab Flavored Markdown Closes #24167 See merge request gitlab-org/gitlab-ce!16095
| * | | Add Colors to GitLab Flavored MarkdownTony Rom2018-01-291-0/+8
| | | |
* | | | use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-024-10/+10
| | | | | | | | | | | | | | | | including/extending it
* | | | Merge branch 'master' into fl-mr-widget-1Filipa Lacerda2018-02-015-42/+65
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (38 commits) Added more tests and corrected typos Ban Rugged from Repository Improve doc/development/automatic_ce_ee_merge.md fixed infinite loop crashing tests Converted todos.js to axios Converted usage_ping.js to use axios Converted pager.js to axios Converted notifications_form.js to axios Converted notes.js to axios Converted branch_graph.js to axios Converted mini_pipeline_graph_dropdown.js to axios Include subgroup issuables on the group page Remove grpc and google-protobuf platform-specific version markers in Gemfile.lock Replace $.ajax in find file with axios Replace $.ajax in activity calendar with axios Remove namespaced internationalization import Fix subgroup creation docs Fix a JSON schema that doesn't include enough fields Make user/author use project.creator in most factories Enable RuboCop Style/RegexpLiteral ...
| * \ \ \ Merge branch '36009-user-default-project-creator-in-factories' into 'master'Robert Speicher2018-02-012-11/+13
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Make user/author use project.creator in most factories Closes #36009 See merge request gitlab-org/gitlab-ce!13321
| | * | | Make user/author use project.creator in most factoriesRémy Coutable2018-01-312-11/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Merge branch '30106-group-issues' into 'master'Sean McGivern2018-02-011-24/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View all issues of all subgroups on the group issue page Closes #30106 and #39388 See merge request gitlab-org/gitlab-ce!16706
| | * | | | Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-011-24/+45
| | | | | |
| * | | | | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-012-7/+7
| | |/ / / | |/| | |
* | | | | Update spec to match link being changed into a buttonFilipa Lacerda2018-02-011-1/+1
|/ / / /
* | | | Merge branch 'ph-ajax-to-axios' into 'master'Filipa Lacerda2018-01-311-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
| * | | fixed failing specsph-ajax-to-axiosPhil Hughes2018-01-301-1/+1
| | | |
* | | | Replace $.get in single file diff with axiosClement Ho2018-01-301-7/+0
|/ / /
* | | Replace $.post in edit blob with axiosClement Ho2018-01-291-3/+19
| | |
* | | Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-1/+1
| |/ |/|
* | Generalize toggle_buttons.jsgeneralize-js-toggle-buttonsEric Eastwood2018-01-263-5/+5
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | Move user page spinach tests to RSpecSemyon Pupkov2018-01-251-0/+107
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Merge branch 'search-100' into 'master'Yorick Peterse2018-01-241-1/+1
|\ | | | | | | | | Use limit for search count queries See merge request gitlab-org/gitlab-ce!16502
| * Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540
* | Merge branch '40744-idempotent-ids' into 'master'Robert Speicher2018-01-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Closes #30783 See merge request gitlab-org/gitlab-ce!16516
| * | Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-241-1/+1
| |/
* | Workaround a recaptcha pop-up that cannot be testedRémy Coutable2018-01-241-0/+3
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve copy for the pending state42119-non-triggeredFilipa Lacerda2018-01-221-2/+2
|
* Improve pending case testFilipa Lacerda2018-01-221-2/+2
|
* Adds information for pending stateFilipa Lacerda2018-01-221-4/+5
|
* Update testsFilipa Lacerda2018-01-191-2/+1
|
* Do not render non triggered empty state for pending jobsFilipa Lacerda2018-01-191-0/+14
| | | | Put back non triggered information
* Merge branch 'rc/improve-mr-feature-specs' into 'master'Robert Speicher2018-01-1858-1748/+848
|\ | | | | | | | | Improve MR feature specs and reduce duplication See merge request gitlab-org/gitlab-ce!13237
| * Improve MR feature specs and reduce duplicationrc/improve-mr-feature-specsRémy Coutable2018-01-1858-1748/+848
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'remove-ide-pref' into 'master'Tim Zallmann2018-01-181-12/+0
|\ \ | |/ |/| | | | | Remove IDE option from user preferences See merge request gitlab-org/gitlab-ce!16454
| * remove specsremove-ide-prefPhil Hughes2018-01-151-12/+0
| |
* | Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-9/+56
|\ \ | | | | | | | | | | | | System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
| * | accept_confirm requires js driverAlexis Reigel2018-01-171-1/+1
| | |
| * | we only need a test for the happy pathAlexis Reigel2018-01-041-8/+0
| | | | | | | | | | | | | | | the failure case is already covered by the test in spec/services/test_hooks/system_service_spec.rb
| * | use sentence case for "Merge request events"Alexis Reigel2018-01-041-1/+1
| | |
| * | merge requests on system hook admin pageAlexis Reigel2018-01-041-8/+63
| | |
* | | Merge branch 'winh-stop-jobs-modal' into 'master'Phil Hughes2018-01-181-8/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
| * | | Add modal for stopping jobs in admin areaWinnie Hellmann2018-01-181-8/+8
| | | |
* | | | Merge branch '34252-trailing-plus' into 'master'Phil Hughes2018-01-181-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Cannot filter issues by labels ending with a plus char in board view" Closes #41715 and #34252 See merge request gitlab-org/gitlab-ce!16490
| * | | | feature spec for #34252Simon Knox2018-01-181-0/+11
| | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/34252
* | | | | Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-176-11/+24
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Backport 10.3.4 security fixes into master See merge request gitlab-org/gitlab-ce!16509
| * | | | Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3'Robert Speicher2018-01-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.3] Prevent login with disabled OAuth providers See merge request gitlab/gitlabhq!2296 (cherry picked from commit 4936650427ffc88e6ee927aedbb2c724d24b094c) a0f9d222 Prevents login with disabled OAuth providers
| * | | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan2018-01-162-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
| * | | | Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check project access on MR create See merge request gitlab/gitlabhq!2273 (cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834) 43e85f49 check project access on MR create