summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-202-240/+275
|\ | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * Groups test cases by contextMartin Wortschack2018-09-181-278/+266
| |
| * merge master and resolve conflictsMartin Wortschack2018-09-11153-1285/+3719
| |\
| * | fix test for usage statisticsMartin Wortschack2018-09-071-0/+2
| | |
| * | merge master and resolve conflictsMartin Wortschack2018-09-06121-520/+5015
| |\ \
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+1
| | | |
| * | | fix testsMartin Wortschack2018-09-051-1/+1
| | | |
| * | | fix testsMartin Wortschack2018-09-051-2/+47
| | | |
* | | | Merge branch 'mr-discussion-expanding-bug-fixes' into 'master'Filipa Lacerda2018-09-201-0/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed hidden truncated diff lines not showing when expanded See merge request gitlab-org/gitlab-ce!21801
| * | | | Added test for adding `truncated_diff_lines` to discussionPhil Hughes2018-09-201-0/+35
| | | | |
* | | | | Resolve "Link to file in Changes tab of MR no longer works for all files ↵André Luís2018-09-201-17/+139
| | | | | | | | | | | | | | | | | | | | after incremental rendering improvement"
* | | | | Merge branch 'sh-delete-tags-outside-transaction' into 'master'Robert Speicher2018-09-192-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete container repository tags outside of transaction Closes #51380 See merge request gitlab-org/gitlab-ce!21679
| * | | | | Move registry destroy out of project transactionStan Hu2018-09-193-3/+3
| | | | | |
| * | | | | Delete container repository tags outside of transactionStan Hu2018-09-192-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are many tags in a container repository, deleting them can exceed the default 60 second idle-in-transaction timeout in Sidekiq. We now explicitly delete them in the DestroyService before destroying the model. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51380
* | | | | | Merge branch 'mr-legacy-diff-notes' into 'master'Filipa Lacerda2018-09-194-11/+198
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable legacy diff notes on merge request diffs Closes #48873 See merge request gitlab-org/gitlab-ce!21652
| * | | | | | Changed isDiscussionApplicableToLine to accept an objectPhil Hughes2018-09-181-14/+22
| | | | | | |
| * | | | | | Added specs to isDiscussionApplicableToLinePhil Hughes2018-09-171-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It now tests for the latest diff check
| * | | | | | Updated LegacyDiffNote logicPhil Hughes2018-09-172-4/+22
| | | | | | |
| * | | | | | Moved legacy diff note check into util methodPhil Hughes2018-09-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Un-commented out expect checks in mutation spec
| * | | | | | Fixed diff store actions specPhil Hughes2018-09-173-0/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated diff mutations and utils spec to check for legacy notes
| * | | | | | Re-enable legacy diff notes on merge request diffsPhil Hughes2018-09-171-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This re-enables legacy diff notes on the merge request diffs This feature was not workig correctly after the Vue refactor LegacyDiffNotes have no `position`, instead they only have a `line_code` As an extra, this also re-enables commenting on legacy diffs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48873
* | | | | | | Fix grammar in runner-related specs, views and localisations.Marcel Amirault2018-09-192-4/+4
| | | | | | |
* | | | | | | Include post migrations when loading the schemaYorick Peterse2018-09-191-0/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | See merge request gitlab-org/gitlab-ce!21689
| * | | | | | | Fix the schema load testDJ Mountney2018-09-121-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And added changelog
| * | | | | | | Ensure the schema is loaded with post_migrations includedDJ Mountney2018-09-111-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If doing a schema load, the post_migrations should also be marked as up, even if SKIP_POST_DEPLOYMENT_MIGRATIONS was set, otherwise future migration runs will be broken.
* | | | | | | | Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-197-0/+197
| | | | | | | |
* | | | | | | | Merge branch 'refactor-main-js' into 'master'Phil Hughes2018-09-194-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor main.js content See merge request gitlab-org/gitlab-ce!19783
| * | | | | | | | Move shortcuts classes into behaviors/shortcutsMike Greiling2018-09-182-2/+2
| | | | | | | | |
| * | | | | | | | Move findAndFollowLink to lib/utilsMike Greiling2018-09-181-1/+1
| | | | | | | | |
| * | | | | | | | Move search autocomplete from dispatcher to main.jsMike Greiling2018-09-141-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'dz-combine-green-buttons' into 'master'Filipa Lacerda2018-09-197-15/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Unite green buttons under one css class See merge request gitlab-org/gitlab-ce!21795
| * | | | | | | | Unite green buttons under one css classDmitriy Zaporozhets2018-09-197-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'mr-conflict-specs-enable' into 'master'Tim Zallmann2018-09-191-14/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Re-enables merge conflicts resolution spec See merge request gitlab-org/gitlab-ce!21654
| * | | | | | | | Re-enables merge conflicts resolution specPhil Hughes2018-09-111-14/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/48034
* | | | | | | | Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-187-102/+137
| | | | | | | |
* | | | | | | | Improve cluster apps installation flowMike Greiling2018-09-181-1/+0
| | | | | | | |
* | | | | | | | Improve TabHelper to clarify the use of Namespaces for the nav_linkGabriel Mazetto2018-09-182-40/+99
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Don't use MilestoneFinder for group milestonesDouglas Barbosa Alexandre2018-09-181-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactors the DashboardGroupMilestone model so that it no longer uses the MilestoneFinder, instead using methods defined on the Milestone model directly.
* | | | | | | Merge branch '51564-fix-commit-email-usage' into 'master'Douwe Maan2018-09-185-6/+69
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect the user commit email in more places Closes #51564 See merge request gitlab-org/gitlab-ce!21773
| * | | | | | | Guard against regressions in commit email specsNick Thomas2018-09-184-2/+8
| | | | | | | |
| * | | | | | | Use commit email for wiki actionsNick Thomas2018-09-171-3/+23
| | | | | | | |
| * | | | | | | Use the correct email address when committing via a file serviceNick Thomas2018-09-174-1/+38
| | | | | | | |
* | | | | | | | Merge branch 'rs-have_link-arguments' into 'master'Douwe Maan2018-09-182-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct usage of the have_link matcher See merge request gitlab-org/gitlab-ce!21755
| * | | | | | | | Correct usage of the have_link matcherRobert Speicher2018-09-142-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`.
* | | | | | | | | Merge branch ↵Douwe Maan2018-09-182-2/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '45754-open-issues-from-archived-project-listed-in-group-issue-board' into 'master' Resolve "Open issues from archived project listed in group issue board" Closes #45754 See merge request gitlab-org/gitlab-ce!21721
| * | | | | | | | | Filter out archived projects from issue/mr countBrett Walker2018-09-171-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the 'non_archived' flag to finder methods
| * | | | | | | | | Filter out archived issues from group issue boardBrett Walker2018-09-141-2/+10
| |/ / / / / / / /
* | | | | | | | | Expose runners status information in job apiSteve Azzopardi2018-09-183-1/+64
| | | | | | | | |
* | | | | | | | | Merge branch 'fix-url-validator' into 'master'Douglas Barbosa Alexandre2018-09-171-0/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow UrlValidator to work with attr_encrypted See merge request gitlab-org/gitlab-ce!21776
| * | | | | | | | | Allow UrlValidator to work with attr_encryptedNick Thomas2018-09-171-0/+15
| | |/ / / / / / / | |/| | | | | | |