| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced config access | Dominic Renner | 2019-03-18 | 1 | -3/+1 |
* | Fix storage migration check for non-empty queues | Gabriel Mazetto | 2019-03-17 | 1 | -4/+4 |
* | Prevent storage migration and rollback running at the same time58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time | Gabriel Mazetto | 2019-03-12 | 1 | -29/+79 |
* | Prepare test suite for switch to Gitaly-embedded Git hooks | Jacob Vosmaer | 2019-02-27 | 1 | -1/+1 |
* | Merge branch 'master' into '46448-add-timestamps-for-each-stage-of-gitlab-rak... | Rémy Coutable | 2019-02-04 | 12 | -177/+519 |
|\ |
|
| * | Refactor Storage Migration | Gabriel Mazetto | 2019-01-25 | 1 | -5/+5 |
| * | Prepare rake task for storage rollback | Gabriel Mazetto | 2019-01-25 | 1 | -2/+2 |
| * | Prevent admins from attempting hashed storage migration on read only DB | Michael Kozono | 2018-12-19 | 1 | -2/+12 |
| * | Restore Object Pools when restoring an object pool | Zeger-Jan van de Weg | 2018-12-13 | 1 | -0/+1 |
| * | Fix gitlab:web_hook tasks | Nick Thomas | 2018-12-06 | 1 | -0/+92 |
| * | Extract system check rake task logic | Michael Kozono | 2018-12-03 | 1 | -29/+79 |
| * | Remove Site Statistic53778-remove-site-statistics | Gabriel Mazetto | 2018-11-26 | 1 | -23/+0 |
| * | Update tests | Heinrich Lee Yu | 2018-11-26 | 1 | -1/+4 |
| * | Enhance performance of counting local Uploads | Toon Claes | 2018-11-07 | 1 | -8/+0 |
| * | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -1/+1 |
| * | Geo: sync disabled wikis. Stage 2follow-up-geo-sync-disabled-wikis | Valery Sizov | 2018-09-25 | 1 | -3/+2 |
| * | Include post migrations when loading the schema | Yorick Peterse | 2018-09-19 | 1 | -0/+33 |
| |\ |
|
| | * | Fix the schema load test | DJ Mountney | 2018-09-12 | 1 | -11/+15 |
| | * | Ensure the schema is loaded with post_migrations included | DJ Mountney | 2018-09-11 | 1 | -0/+29 |
| * | | Port cleanup tasks to use Gitaly | Zeger-Jan van de Weg | 2018-09-07 | 1 | -15/+20 |
| |/ |
|
| * | Refactor SiteStatistics to extract refresh logic into a rake task | Gabriel Mazetto | 2018-08-16 | 1 | -0/+24 |
| * | Add rake command to migrate archived traces from local storage to object storage | Shinya Maeda | 2018-08-16 | 1 | -27/+85 |
| * | Merge branch 'gitaly-install-path' into 'master' | Douwe Maan | 2018-08-14 | 1 | -51/+16 |
| |\ |
|
| | * | Remove storage path dependency of gitaly install task | Alejandro Rodríguez | 2018-08-12 | 1 | -51/+16 |
| * | | Add object storage related tests for `gitlab:cleanup:project_uploads` task | Michael Kozono | 2018-08-03 | 1 | -276/+45 |
| * | | Merge branch 'zj-backup-migration-done' into 'master' | Sean McGivern | 2018-08-02 | 1 | -0/+21 |
| |\ \ |
|
| | * | | Remove feature flags from lib/backup | Zeger-Jan van de Weg | 2018-07-31 | 1 | -0/+21 |
| * | | | Add local project uploads cleanup task | Michael Kozono | 2018-07-31 | 1 | -1/+316 |
| | |/
| |/| |
|
| * | | Remove git rake tasks | Zeger-Jan van de Weg | 2018-07-31 | 1 | -28/+2 |
| |/ |
|
| * | Speed up spec/tasks/gitlab/git_rake_spec.rb | Robert Speicher | 2018-07-03 | 1 | -6/+11 |
| * | Fix static analysis failure | DJ Mountney | 2018-06-27 | 1 | -1/+1 |
| * | Update tests for gitlab:db:configure | DJ Mountney | 2018-06-27 | 1 | -1/+9 |
| * | Find and mark more Git disk access locations, part 2 | Jacob Vosmaer | 2018-06-12 | 2 | -2/+10 |
| * | Resolve "Hashed Storage: Make possible to migrate single project" | Gabriel Mazetto | 2018-06-07 | 1 | -9/+36 |
| * | Find and mark more Git disk access locations | Jacob Vosmaer (GitLab) | 2018-06-05 | 1 | -6/+13 |
* | | Add timestamps to gitlab-rake gitlab:backup:restore | Will Chandler | 2018-06-14 | 1 | -14/+23 |
|/ |
|
* | Export assigned issues in iCalendar feed | Imre Farkas | 2018-05-31 | 1 | -2/+2 |
* | Specs covering listing all gitlab:storage:* typesbrodock-refactor-hashed-storage-task | Gabriel Mazetto | 2018-05-29 | 1 | -4/+100 |
* | Fix backup creation and restore for specific Rake tasks | Stan Hu | 2018-05-24 | 1 | -0/+10 |
* | Gitlab::Shell works on shard name, not path | Zeger-Jan van de Weg | 2018-04-25 | 1 | -8/+13 |
* | Allow `rake cache:clear` clearing pipeline status cache44582-clear-pipeline-status-cache | Lin Jen-Shin | 2018-04-10 | 1 | -0/+19 |
* | fix the rake task from being to strict about Group | Micaël Bergeron | 2018-04-02 | 1 | -7/+108 |
* | apply feedback | Micaël Bergeron | 2018-03-30 | 1 | -1/+3 |
* | fix a future conflict | Micaël Bergeron | 2018-03-29 | 1 | -1/+2 |
* | fix rake migration task from ignoring Upload(store: nil) | Micaël Bergeron | 2018-03-29 | 1 | -3/+14 |
* | Merge branch '40781-os-to-ce' into 'master' | Sean McGivern | 2018-03-27 | 3 | -0/+183 |
|\ |
|
| * | fix the failing specs | Micaël Bergeron | 2018-03-22 | 1 | -1/+1 |
| * | Backport EE changes | Micaël Bergeron | 2018-03-22 | 1 | -0/+0 |
| * | Merge remote-tracking branch 'origin/master' into 40781-os-to-ce | Micaël Bergeron | 2018-03-22 | 1 | -0/+34 |
| |\ |
|
| * \ | Merge remote-tracking branch 'origin/master' into 40781-os-to-ce | Micaël Bergeron | 2018-03-08 | 3 | -31/+59 |
| |\ \ |
|