summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '45305-ci-status-icon-mismatch-on-merge-requests-page-and-the-mr...Grzegorz Bizon2019-03-051-0/+89
|\
| * Remove deprecated ci status helper functionScott Hampton2019-02-201-0/+1
| * Fixing CI icon mismatchScott Hampton2019-02-191-0/+88
* | Rename ambiguous association names in Ci::PipelineShinya Maeda2019-03-052-5/+5
* | Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato2019-03-041-2/+37
* | Merge branch '40396-sidekiq-in-process-group' into 'master'Stan Hu2019-03-042-1/+81
|\ \
| * | sidekiq: terminate child processes at shutdownNick Thomas2019-03-042-1/+81
* | | Fixed mutation for rootNatalia Tepluhina2019-03-043-9/+88
* | | Fix username escaping when clicking 'assign to me'Ezekiel Kigbo2019-03-041-0/+18
* | | CE backport of batch-comments-ee-store-modulePhil Hughes2019-03-044-4/+8
* | | Merge branch 'winh-import_projects_table_spec' into 'master'Fatih Acet2019-03-043-5/+13
|\ \ \
| * | | Use factory method for import_projects storeWinnie Hellmann2019-03-013-5/+13
* | | | Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern2019-03-043-2/+33
|\ \ \ \
| * | | | Bring back Rugged implementation of find_commitStan Hu2019-03-013-2/+33
* | | | | Show commands applied message when promoting issuesFelipe Artur2019-03-045-14/+44
* | | | | Merge branch 'allow-to-recursively-include' into 'master'Grzegorz Bizon2019-03-047-34/+231
|\ \ \ \ \
| * | | | | Allow to recursively expand includesKamil Trzciński2019-03-017-34/+231
* | | | | | Creates a function to check if repo is EEFilipa Lacerda2019-03-042-0/+17
* | | | | | Merge branch 'fix-transient-dirty-submit' into 'master'Kushal Pandya2019-03-041-0/+2
|\ \ \ \ \ \
| * | | | | | Fix transient dirty submitLuke Bennett2019-03-011-0/+2
* | | | | | | Merge branch 'sh-show-pre-receive-error-merge' into 'master'James Lopez2019-03-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Show pre-receive error message in merge request widgetStan Hu2019-03-021-1/+1
* | | | | | | | Merge branch 'jc-remove-old-code-path-search-files' into 'master'Grzegorz Bizon2019-03-021-10/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Removing old code path for search_files_by_contentJohn Cai2019-03-011-10/+0
| |/ / / / / / /
* | | | | | | | Merge branch 'sh-optimize-calendar-activities' into 'master'Robert Speicher2019-03-021-3/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Eliminate most N+1 queries loading UserController#calendar_activitiesStan Hu2019-03-011-3/+31
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch '57612-github-importer-ignores-milestone-due_date' into 'master'Stan Hu2019-03-011-0/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Move check for nil due_on into build section of specDiana Stanley2019-02-271-8/+5
| * | | | | | Add test for nil due_on value during importDiana Stanley2019-02-261-0/+21
| * | | | | | Capture due date when importing milestones from GithubDiana Stanley2019-02-201-0/+6
* | | | | | | Merge branch '9903-geo-selective-sync-by-namespace-is-broken' into 'master'Stan Hu2019-03-011-1/+27
|\ \ \ \ \ \ \
| * | | | | | | Mark cached value as persisted when is an instance of ActiveRecord::BaseDouglas Barbosa Alexandre2019-02-281-1/+27
* | | | | | | | Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' in...Douglas Barbosa Alexandre2019-03-0110-21/+510
|\ \ \ \ \ \ \ \
| * | | | | | | | Extract duplicated code into BaseAttachmentServiceGabriel Mazetto2019-03-012-4/+4
| * | | | | | | | Extract and simplify more code into BaseRepositoryService`Gabriel Mazetto2019-03-012-2/+2
| * | | | | | | | Edge case: upgrade/downgrade when repository doesn't existGabriel Mazetto2019-03-012-0/+20
| * | | | | | | | Added Rollbacker workers and support on the rake taskGabriel Mazetto2019-03-015-7/+184
| * | | | | | | | Refactor ProjectMigrate and ProjectRollback workersGabriel Mazetto2019-03-014-16/+16
| * | | | | | | | Adds Rollback functionality to HashedStorage migrationGabriel Mazetto2019-03-015-0/+292
* | | | | | | | | Merge branch 'refactor-merge-request-between-pipeline-and-build' into 'master'Kamil Trzciński2019-03-0115-42/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add suffix for merge request eventShinya Maeda2019-03-0115-42/+56
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Refactor model and specReuben Pereira2019-03-0115-34/+996
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch '10097-number-utils' into 'master'Phil Hughes2019-03-011-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Moves utility function into CEFilipa Lacerda2019-03-011-0/+11
* | | | | | | | | Merge branch '57991-frontend-pagination-needs-to-handle-cases-where-the-x-tot...Phil Hughes2019-03-011-16/+166
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Make JS pagination handle missing 'X-Total-Pages' headerRémy Coutable2019-02-281-16/+166
* | | | | | | | | Merge branch '54924-clean-up-data' into 'master'Douwe Maan2019-03-011-0/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Clean up `noteable_id` for notes on commitsHeinrich Lee Yu2019-03-011-0/+34
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch '_acet-ce-related-mrs' into 'master'Kushal Pandya2019-03-012-0/+305
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move related issues shared components from EEFatih Acet2019-03-012-0/+305
| | |_|/ / / / / / | |/| | | | | | |