summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-1615-17/+21
* Blacklist the use of "destroy_all"Yorick Peterse2018-08-161-0/+43
* Merge branch 'ab-49788-reduce-model-instances-in-test' into 'master'Sean McGivern2018-08-151-2/+2
|\
| * Reduce number of model instances needed in test.Andreas Brandl2018-08-151-2/+2
* | Merge branch 'add-user_show_add_ssh_key_message-application-setting' into 'ma...Nick Thomas2018-08-151-0/+12
|\ \
| * | Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-0/+12
* | | Merge branch '6541-custom-favicons-not-being-replicated-by-geo' into 'master'Nick Thomas2018-08-152-0/+9
|\ \ \
| * | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6860Valery Sizov2018-08-142-0/+9
* | | | Creates vue component for artifacts blockFilipa Lacerda2018-08-151-0/+120
* | | | Merge branch 'tz-mr-incremental-rendering' into 'master'Mike Greiling2018-08-154-2/+29
|\ \ \ \
| * | | | Added constants for Render values + Optimised for LoopTim Zallmann2018-08-131-0/+18
| * | | | Fix broken spec checking for extinct elementAndré Luís2018-08-081-1/+1
| * | | | Fix for diff_file specsTim Zallmann2018-08-082-1/+10
* | | | | Merge branch '50180-fa-icon-google-audit' into 'master'Stan Hu2018-08-141-0/+20
|\ \ \ \ \
| * | | | | Fix rubocop offenseJan Beckmann2018-08-141-2/+2
| * | | | | Fix missing Google icon in audit logJan Beckmann2018-08-141-0/+20
| | |/ / / | |/| | |
* | | | | Merge branch 'expose-all-artifacts-sizes-in-jobs-api' into 'master'Kamil Trzciński2018-08-141-8/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expose all artifacts sizes in jobs apiPeter Marko2018-08-141-8/+66
* | | | | Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon2018-08-142-7/+38
|\ \ \ \ \
| * | | | | Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-142-7/+38
* | | | | | Merge branch '50101-job-log-component' into 'master'Phil Hughes2018-08-141-0/+45
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Creates Vue component for job log traceFilipa Lacerda2018-08-131-0/+45
| |/ / / /
* | | | | Merge branch '48942-rename-backlog-list-to-open-issue-boards' into 'master'Phil Hughes2018-08-141-1/+1
|\ \ \ \ \
| * | | | | Change `Backlog` list title to `Open`Kushal Pandya2018-08-141-1/+1
| |/ / / /
* | | | | Merge branch 'zj-remove-feature-gate-list-commits' into 'master'Douwe Maan2018-08-141-26/+16
|\ \ \ \ \
| * | | | | Remove feature gate for ListNewCommitsZeger-Jan van de Weg2018-08-141-26/+16
| | |/ / / | |/| | |
* | | | | Merge branch 'gitaly-install-path' into 'master'Douwe Maan2018-08-142-54/+25
|\ \ \ \ \
| * | | | | Remove storage path dependency of gitaly install taskAlejandro Rodríguez2018-08-122-54/+25
* | | | | | Merge branch '48967-disable-statement-timeout' into 'master'Douwe Maan2018-08-141-8/+78
|\ \ \ \ \ \
| * | | | | | disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto2018-08-111-43/+32
| * | | | | | Fix migration_helpers_specGabriel Mazetto2018-08-101-1/+2
| * | | | | | MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto2018-08-101-13/+93
| | |/ / / / | |/| | | |
* | | | | | Merge branch '50101-erased-block' into 'master'Phil Hughes2018-08-141-0/+56
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Creates vue component for erased block on job viewFilipa Lacerda2018-08-131-0/+56
* | | | | | Merge branch 'sh-fix-issue-50210-oauth2' into 'master'Robert Speicher2018-08-131-0/+4
|\ \ \ \ \ \
| * | | | | | Fix logins via OAuth2 geting logged out in an hourStan Hu2018-08-101-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch '45663-tag-quick-action-on-commit-comments' into 'master'Sean McGivern2018-08-139-61/+386
|\ \ \ \ \ \
| * | | | | | Freeze string literalsPeter Leitzen2018-08-103-0/+6
| * | | | | | Fix preview of commit taggingPeter Leitzen2018-08-103-2/+25
| * | | | | | Implement QuickActions::TargetServicePeter Leitzen2018-08-101-0/+75
| * | | | | | Cannot mark a Commit as todo via `/todo`Peter Leitzen2018-08-101-10/+22
| * | | | | | You cannot `/award` a CommitPeter Leitzen2018-08-101-0/+6
| * | | | | | Let Commits::TagService return a result hashPeter Leitzen2018-08-101-10/+23
| * | | | | | Support "Preview" tab also for commit commandsPeter Leitzen2018-08-101-0/+25
| * | | | | | Link to the tag in system notePeter Leitzen2018-08-101-2/+4
| * | | | | | Rename Commits::UpdateService to Commits::TagServicePeter Leitzen2018-08-102-3/+3
| * | | | | | Refactor spec for Commits::UpdateServicePeter Leitzen2018-08-101-27/+51
| * | | | | | Show optional tag message in quick action explanationPeter Leitzen2018-08-101-4/+28
| * | | | | | Create a system note after tagging a commitPeter Leitzen2018-08-102-1/+34
| * | | | | | Commit notes now support quick actionsPeter Leitzen2018-08-101-42/+4