summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | Merge branch 'sh-validate-path-project-import-10-3' into 'security-10-3'Stan Hu2018-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate project path in Gitlab import - 10.3 port See merge request gitlab/gitlabhq!2268 (cherry picked from commit 94c82376d66fc80d46dd2d5eeb5bade408ec6a7e) 2b94a7c2 Validate project path in Gitlab import
| * | | | Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz2018-01-161-0/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.3] Fix XSS in issue label dropdown See merge request gitlab/gitlabhq!2253 (cherry picked from commit 363ffabcebd7bb0d1a2d59ca1a75e4eadb4a4360) ea1fb0ea Fix XSS in issue label dropdown
* | | | In development, allow the toggling of the performance barRémy Coutable2018-01-171-6/+20
|/ / / | | | | | | | | | | | | | | | The performance bar is still displayed by default in development. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '41970-job-play-button' into 'master'Kamil Trzciński2018-01-151-3/+11
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Empty state for manual job - play button does not work" Closes #41970 See merge request gitlab-org/gitlab-ce!16426
| * | Remove extra period41970-job-play-buttonFilipa Lacerda2018-01-121-1/+1
| | |
| * | Improve testsFilipa Lacerda2018-01-121-2/+6
| | |
| * | Sets method post for playing actionFilipa Lacerda2018-01-121-2/+6
| | | | | | | | | | | | | | | Removes explanation text for non triggered job Adds tests
* | | update capybara specs for subscription toggleMike Greiling2018-01-122-16/+14
|/ /
* | Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-111-1/+1
|\ \ | | | | | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * | Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-1/+1
| | |
* | | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
| | |
* | | Merge branch 'gcp-fix' into 'master'Kamil Trzciński2018-01-111-4/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix GCP redirect Closes #41867 See merge request gitlab-org/gitlab-ce!16355
| * | | Change failed GCP billing check wordingMatija Čupić2018-01-111-1/+1
| | | |
| * | | Refactor GCP redirect test suiteMatija Čupić2018-01-111-4/+32
| |/ /
* | | Fix up Web IDE user preference copy and buttonsJose Ivan Vargas2018-01-113-3/+3
| | |
* | | Fix 500 when visiting a commit where blobs do not exist (nil blobs)41491-fix-nil-blob-name-errorEric Eastwood2018-01-091-1/+14
|/ / | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491