Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fix datetime inserts on MySQL | Michael Kozono | 2017-12-01 | 1 | -3/+1 | |
| * | | | | Fix Rubocop offense | Michael Kozono | 2017-12-01 | 1 | -0/+1 | |
| * | | | | Use bulk inserts | Michael Kozono | 2017-12-01 | 1 | -20/+35 | |
| * | | | | Use ionice absolute path | Michael Kozono | 2017-12-01 | 1 | -2/+3 | |
| * | | | | Log the find command used | Michael Kozono | 2017-12-01 | 1 | -0/+2 | |
| * | | | | Move temp table creation into the prepare job | Michael Kozono | 2017-12-01 | 1 | -4/+17 | |
| * | | | | Fix migration for pre-Postgres 9.5 | Michael Kozono | 2017-12-01 | 1 | -1/+15 | |
| * | | | | Fix Rubocop offenses | Michael Kozono | 2017-12-01 | 1 | -5/+5 | |
| * | | | | Drop temporary tracking table when finished | Michael Kozono | 2017-12-01 | 1 | -0/+6 | |
| * | | | | Speed up inserts | Michael Kozono | 2017-12-01 | 1 | -2/+4 | |
| * | | | | Fallback on checksum jobs | Michael Kozono | 2017-12-01 | 1 | -0/+2 | |
| * | | | | Remove irrelevant copy-pasted code | Michael Kozono | 2017-12-01 | 1 | -20/+0 | |
| * | | | | Store paths relative to CarrierWave.root | Michael Kozono | 2017-12-01 | 2 | -15/+13 | |
| * | | | | Fix `ionice` prepend | Michael Kozono | 2017-12-01 | 1 | -1/+1 | |
| * | | | | Remove unnecessary clearing | Michael Kozono | 2017-12-01 | 1 | -5/+0 | |
| * | | | | Rename table to untracked_files_for_uploads | Michael Kozono | 2017-12-01 | 2 | -19/+19 | |
| * | | | | Refactor, no change in behavior | Michael Kozono | 2017-12-01 | 2 | -20/+25 | |
| * | | | | Use `find` `-prune` option for performance | Michael Kozono | 2017-12-01 | 1 | -2/+4 | |
| * | | | | Make regexes more readable | Michael Kozono | 2017-12-01 | 1 | -11/+11 | |
| * | | | | Avoid instantiating an AR object and ignore dupes | Michael Kozono | 2017-12-01 | 1 | -1/+15 | |
| * | | | | Fix Rubocop offenses | Michael Kozono | 2017-12-01 | 2 | -11/+11 | |
| * | | | | Allow individual failures | Michael Kozono | 2017-12-01 | 1 | -16/+24 | |
| * | | | | Calculate checksums | Michael Kozono | 2017-12-01 | 1 | -2/+65 | |
| * | | | | Add untracked files to uploads | Michael Kozono | 2017-12-01 | 1 | -11/+133 | |
| * | | | | Kick off follow up background migration jobs | Michael Kozono | 2017-12-01 | 2 | -1/+58 | |
| * | | | | Find and store unhashed upload file paths | Michael Kozono | 2017-12-01 | 1 | -6/+52 | |
| * | | | | Backport `which` from EE | Michael Kozono | 2017-12-01 | 1 | -0/+17 | |
| * | | | | Add TrackUntrackedUploads post-deploy migration | Michael Kozono | 2017-12-01 | 1 | -0/+35 | |
* | | | | | Merge branch 'feature/migrate-revert-to-gitaly' into 'master' | Robert Speicher | 2017-12-05 | 2 | -19/+66 | |
|\ \ \ \ \ | ||||||
| * | | | | | Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitaly | Ahmad Sherif | 2017-12-05 | 2 | -19/+66 | |
* | | | | | | Merge branch 'gitaly-764-commit-filter-shas-with-signature' into 'master' | Robert Speicher | 2017-12-05 | 2 | -5/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Migrate Gitlab::Git::Commit.shas_with_signaturesgitaly-764-commit-filter-shas-with-signature | Kim "BKC" Carlbäcker | 2017-12-05 | 2 | -5/+31 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | add Gitlab::Database.replication_slots_supported? | Brett Walker | 2017-12-05 | 1 | -0/+4 | |
* | | | | | | Merge branch 'zj-multiple-artifacts' into 'master' | Grzegorz Bizon | 2017-12-05 | 4 | -11/+9 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Store expire_at in ci_job_artifacts | Kamil Trzcinski | 2017-12-03 | 1 | -4/+5 | |
| * | | | | | Remove Ci::Build#artifacts_file? | Zeger-Jan van de Weg | 2017-12-03 | 1 | -1/+1 | |
| * | | | | | Rename artifacts_* to legacy_artifacts_* | Kamil Trzcinski | 2017-12-03 | 2 | -2/+2 | |
| * | | | | | Rename Artifact to JobArtifact, split metadata out | Zeger-Jan van de Weg | 2017-12-03 | 2 | -9/+6 | |
| * | | | | | Create Ci::Artifacts | Zeger-Jan van de Weg | 2017-12-03 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'dm-application-worker' into 'master' | Sean McGivern | 2017-12-05 | 3 | -4/+76 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Consistently schedule Sidekiq jobsdm-application-worker | Douwe Maan | 2017-12-05 | 2 | -4/+26 | |
| * | | | | Add ApplicationWorker and make every worker include it | Douwe Maan | 2017-12-05 | 1 | -0/+50 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch '32878-merge-request-from-email' into 'master' | Sean McGivern | 2017-12-05 | 3 | -2/+73 | |
|\ \ \ \ | ||||||
| * | | | | Create merge request from email | Jan Provaznik | 2017-12-05 | 3 | -2/+73 | |
* | | | | | Merge branch 'gitaly-conflict-file' into 'master' | Sean McGivern | 2017-12-05 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use `String#end_with?` instead of `String#ends_with?`gitaly-conflict-file | Alejandro Rodríguez | 2017-12-04 | 1 | -1/+1 | |
| * | | | | | Add missing attr_accessor to Gitlab::Git::Conflict::File | Alejandro Rodríguez | 2017-12-04 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'ce-gitaly-worktree-refactor' into 'master' | Sean McGivern | 2017-12-05 | 1 | -8/+140 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Backport Squash/Rebase refactor from EEce-gitaly-worktree-refactor | Alejandro Rodríguez | 2017-12-04 | 1 | -8/+140 | |
| |/ / / | ||||||
* | | | | Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master' | Robert Speicher | 2017-12-04 | 3 | -34/+105 | |
|\ \ \ \ |