Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing importer test case on MySQL due to missing trailing slash in root...sh-fix-import-rake-task | Stan Hu | 2017-12-08 | 2 | -0/+11 |
* | Fix gitlab:import:repos Rake task moving repositories into the wrong location | Stan Hu | 2017-12-08 | 1 | -0/+14 |
* | Allow git pull/push on project redirects | Mayra Cabrera | 2017-12-08 | 3 | -10/+135 |
* | Merge branch 'jprovazn-ignore-anchors' into 'master' | Sean McGivern | 2017-12-08 | 2 | -0/+16 |
|\ | |||||
| * | Use prefix for TableOfContents filter hrefs | Jan Provaznik | 2017-12-08 | 2 | -0/+16 |
* | | Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master' | Douwe Maan | 2017-12-08 | 8 | -37/+260 |
|\ \ | |||||
| * | | Fix Rubocop | Kamil Trzcinski | 2017-12-08 | 1 | -1/+1 |
| * | | Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluation | Kamil Trzcinski | 2017-12-08 | 2 | -1/+186 |
| * | | Implement and use Gitlab::Ci::Pipeline::Chain::Command | Kamil Trzcinski | 2017-12-08 | 7 | -45/+50 |
| * | | Fix invalid pipeline build chain tag evaluation | Grzegorz Bizon | 2017-12-08 | 1 | -2/+35 |
| |/ | |||||
* | | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-process | Bob Van Landuyt | 2017-12-08 | 9 | -155/+366 |
* | | Merge branch 'jprovazn-testfix2' into 'master' | Stan Hu | 2017-12-08 | 1 | -5/+5 |
|\ \ | |||||
| * | | Clean test path between merge request handler testsjprovazn-testfix2 | Jan Provaznik | 2017-12-07 | 1 | -5/+5 |
| |/ | |||||
* | | Merge branch 'fix_39233' into 'master' | Sean McGivern | 2017-12-07 | 1 | -0/+4 |
|\ \ | |||||
| * | | fix #39233 - 500 in merge request | Martin Nowak | 2017-12-07 | 1 | -0/+4 |
* | | | Merge branch 'dm-commit-diff-discussions-in-mr-context' into 'master' | Douwe Maan | 2017-12-07 | 2 | -0/+37 |
|\ \ \ | |||||
| * | | | adding view and feature specs | micael.bergeron | 2017-12-07 | 1 | -0/+12 |
| * | | | add support for the commit reference filter | micael.bergeron | 2017-12-07 | 1 | -0/+25 |
* | | | | Remove Rugged::Repository#empty? | Zeger-Jan van de Weg | 2017-12-07 | 5 | -120/+72 |
|/ / / | |||||
* | | | Merge branch 'ce-backport-3615' into 'master' | Sean McGivern | 2017-12-07 | 5 | -29/+98 |
|\ \ \ | |||||
| * | | | Refactor banzai to support referencing from group contextce-backport-3615 | Jarka Kadlecova | 2017-12-06 | 5 | -29/+98 |
* | | | | Support uploads for groups | Jarka Kadlecova | 2017-12-07 | 1 | -1/+29 |
| |_|/ |/| | | |||||
* | | | Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master' | Stan Hu | 2017-12-07 | 4 | -1/+777 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix specs for MySQL | Michael Kozono | 2017-12-06 | 2 | -0/+5 |
| * | | Fix specs after rebase | Michael Kozono | 2017-12-06 | 2 | -15/+14 |
| * | | Process normal paths in batch containing bad paths | Michael Kozono | 2017-12-05 | 1 | -0/+20 |
| * | | Guarantee all IDs are included | Michael Kozono | 2017-12-05 | 1 | -5/+5 |
| * | | Add tests for disable_quote option | Michael Kozono | 2017-12-01 | 1 | -0/+16 |
| * | | Fix test for MySQL | Michael Kozono | 2017-12-01 | 1 | -4/+6 |
| * | | Don’t recreate deleted uploads | Michael Kozono | 2017-12-01 | 1 | -7/+7 |
| * | | Filter existing uploads with one query | Michael Kozono | 2017-12-01 | 1 | -54/+26 |
| * | | Refactor | Michael Kozono | 2017-12-01 | 1 | -3/+3 |
| * | | Get rid of tracked field | Michael Kozono | 2017-12-01 | 1 | -16/+4 |
| * | | Use bulk inserts | Michael Kozono | 2017-12-01 | 1 | -47/+145 |
| * | | Attempt to fix spec in CI | Michael Kozono | 2017-12-01 | 1 | -1/+1 |
| * | | Move temp table creation into the prepare job | Michael Kozono | 2017-12-01 | 2 | -12/+52 |
| * | | Fix Rubocop offenses | Michael Kozono | 2017-12-01 | 2 | -5/+3 |
| * | | Drop temporary tracking table when finished | Michael Kozono | 2017-12-01 | 2 | -42/+57 |
| * | | Refactor specs | Michael Kozono | 2017-12-01 | 2 | -264/+146 |
| * | | Store paths relative to CarrierWave.root | Michael Kozono | 2017-12-01 | 2 | -49/+64 |
| * | | Clean up after test | Michael Kozono | 2017-12-01 | 1 | -1/+7 |
| * | | Remove unnecessary clearing | Michael Kozono | 2017-12-01 | 1 | -2/+2 |
| * | | Reword test | Michael Kozono | 2017-12-01 | 1 | -1/+1 |
| * | | Rename table to untracked_files_for_uploads | Michael Kozono | 2017-12-01 | 2 | -118/+118 |
| * | | Refactor, no change in behavior | Michael Kozono | 2017-12-01 | 1 | -7/+2 |
| * | | Fix Rubocop offenses | Michael Kozono | 2017-12-01 | 1 | -1/+1 |
| * | | Test batch processing | Michael Kozono | 2017-12-01 | 1 | -0/+42 |
| * | | Calculate checksums | Michael Kozono | 2017-12-01 | 1 | -83/+66 |
| * | | Add untracked files to uploads | Michael Kozono | 2017-12-01 | 1 | -0/+581 |
| * | | Kick off follow up background migration jobs | Michael Kozono | 2017-12-01 | 1 | -16/+47 |