summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix Rubocop offensesMichael Kozono2017-12-011-5/+5
| * | | | Drop temporary tracking table when finishedMichael Kozono2017-12-011-0/+6
| * | | | Speed up insertsMichael Kozono2017-12-011-2/+4
| * | | | Fallback on checksum jobsMichael Kozono2017-12-011-0/+2
| * | | | Remove irrelevant copy-pasted codeMichael Kozono2017-12-011-20/+0
| * | | | Store paths relative to CarrierWave.rootMichael Kozono2017-12-012-15/+13
| * | | | Fix `ionice` prependMichael Kozono2017-12-011-1/+1
| * | | | Remove unnecessary clearingMichael Kozono2017-12-011-5/+0
| * | | | Rename table to untracked_files_for_uploadsMichael Kozono2017-12-012-19/+19
| * | | | Refactor, no change in behaviorMichael Kozono2017-12-012-20/+25
| * | | | Use `find` `-prune` option for performanceMichael Kozono2017-12-011-2/+4
| * | | | Make regexes more readableMichael Kozono2017-12-011-11/+11
| * | | | Avoid instantiating an AR object and ignore dupesMichael Kozono2017-12-011-1/+15
| * | | | Fix Rubocop offensesMichael Kozono2017-12-012-11/+11
| * | | | Allow individual failuresMichael Kozono2017-12-011-16/+24
| * | | | Calculate checksumsMichael Kozono2017-12-011-2/+65
| * | | | Add untracked files to uploadsMichael Kozono2017-12-011-11/+133
| * | | | Kick off follow up background migration jobsMichael Kozono2017-12-012-1/+58
| * | | | Find and store unhashed upload file pathsMichael Kozono2017-12-011-6/+52
| * | | | Backport `which` from EEMichael Kozono2017-12-011-0/+17
| * | | | Add TrackUntrackedUploads post-deploy migrationMichael Kozono2017-12-011-0/+35
* | | | | Merge branch 'feature/migrate-revert-to-gitaly' into 'master'Robert Speicher2017-12-052-19/+66
|\ \ \ \ \
| * | | | | Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitalyAhmad Sherif2017-12-052-19/+66
* | | | | | Merge branch 'gitaly-764-commit-filter-shas-with-signature' into 'master'Robert Speicher2017-12-052-5/+31
|\ \ \ \ \ \
| * | | | | | Migrate Gitlab::Git::Commit.shas_with_signaturesgitaly-764-commit-filter-shas-with-signatureKim "BKC" Carlbäcker2017-12-052-5/+31
| | |_|_|_|/ | |/| | | |
* | | | | | add Gitlab::Database.replication_slots_supported?Brett Walker2017-12-051-0/+4
* | | | | | Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-054-11/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-4/+5
| * | | | | Remove Ci::Build#artifacts_file?Zeger-Jan van de Weg2017-12-031-1/+1
| * | | | | Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-032-2/+2
| * | | | | Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-032-9/+6
| * | | | | Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'dm-application-worker' into 'master'Sean McGivern2017-12-053-4/+76
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-052-4/+26
| * | | | Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-0/+50
| | |/ / | |/| |
* | | | Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-053-2/+73
|\ \ \ \
| * | | | Create merge request from emailJan Provaznik2017-12-053-2/+73
* | | | | Merge branch 'gitaly-conflict-file' into 'master'Sean McGivern2017-12-052-2/+2
|\ \ \ \ \
| * | | | | Use `String#end_with?` instead of `String#ends_with?`gitaly-conflict-fileAlejandro Rodríguez2017-12-041-1/+1
| * | | | | Add missing attr_accessor to Gitlab::Git::Conflict::FileAlejandro Rodríguez2017-12-041-1/+1
| |/ / / /
* | | | | Merge branch 'ce-gitaly-worktree-refactor' into 'master'Sean McGivern2017-12-051-8/+140
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Backport Squash/Rebase refactor from EEce-gitaly-worktree-refactorAlejandro Rodríguez2017-12-041-8/+140
| |/ / /
* | | | Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master'Robert Speicher2017-12-043-34/+105
|\ \ \ \
| * | | | Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-043-34/+105
* | | | | Merge branch 'user-agent-gke-api' into 'master'Kamil Trzciński2017-12-041-3/+9
|\ \ \ \ \
| * | | | | Refactor GCP Client#user_agent_header to use #tapMatija Čupić2017-12-041-3/+3
| * | | | | Test usage of custom user agent in GCP ClientMatija Čupić2017-12-041-3/+3
| * | | | | Use RequestOptions in GCP Client user_agent_headerMatija Čupić2017-12-041-1/+3
| * | | | | Generate user agent header for GCP ClientMatija Čupić2017-12-041-0/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'backstage/gb/improve-pipeline-chain-reduce-side-effects' into '...40818-last-push-widget-does-not-appear-after-pushing-new-commit-to-a-branch-that-was-previously-merged-to-masterKamil Trzciński2017-12-041-7/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |