summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix failing importer test case on MySQL due to missing trailing slash in root...sh-fix-import-rake-taskStan Hu2017-12-082-0/+11
* Fix gitlab:import:repos Rake task moving repositories into the wrong locationStan Hu2017-12-081-0/+14
* Allow git pull/push on project redirectsMayra Cabrera2017-12-083-10/+135
* Merge branch 'jprovazn-ignore-anchors' into 'master'Sean McGivern2017-12-082-0/+16
|\
| * Use prefix for TableOfContents filter hrefsJan Provaznik2017-12-082-0/+16
* | Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master'Douwe Maan2017-12-088-37/+260
|\ \
| * | Fix RubocopKamil Trzcinski2017-12-081-1/+1
| * | Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-082-1/+186
| * | Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski2017-12-087-45/+50
| * | Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-081-2/+35
| |/
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-089-155/+366
* | Merge branch 'jprovazn-testfix2' into 'master'Stan Hu2017-12-081-5/+5
|\ \
| * | Clean test path between merge request handler testsjprovazn-testfix2Jan Provaznik2017-12-071-5/+5
| |/
* | Merge branch 'fix_39233' into 'master'Sean McGivern2017-12-071-0/+4
|\ \
| * | fix #39233 - 500 in merge requestMartin Nowak2017-12-071-0/+4
* | | Merge branch 'dm-commit-diff-discussions-in-mr-context' into 'master'Douwe Maan2017-12-072-0/+37
|\ \ \
| * | | adding view and feature specsmicael.bergeron2017-12-071-0/+12
| * | | add support for the commit reference filtermicael.bergeron2017-12-071-0/+25
* | | | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-075-120/+72
|/ / /
* | | Merge branch 'ce-backport-3615' into 'master'Sean McGivern2017-12-075-29/+98
|\ \ \
| * | | Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-065-29/+98
* | | | Support uploads for groupsJarka Kadlecova2017-12-071-1/+29
| |_|/ |/| |
* | | Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-074-1/+777
|\ \ \ | |_|/ |/| |
| * | Fix specs for MySQLMichael Kozono2017-12-062-0/+5
| * | Fix specs after rebaseMichael Kozono2017-12-062-15/+14
| * | Process normal paths in batch containing bad pathsMichael Kozono2017-12-051-0/+20
| * | Guarantee all IDs are includedMichael Kozono2017-12-051-5/+5
| * | Add tests for disable_quote optionMichael Kozono2017-12-011-0/+16
| * | Fix test for MySQLMichael Kozono2017-12-011-4/+6
| * | Don’t recreate deleted uploadsMichael Kozono2017-12-011-7/+7
| * | Filter existing uploads with one queryMichael Kozono2017-12-011-54/+26
| * | RefactorMichael Kozono2017-12-011-3/+3
| * | Get rid of tracked fieldMichael Kozono2017-12-011-16/+4
| * | Use bulk insertsMichael Kozono2017-12-011-47/+145
| * | Attempt to fix spec in CIMichael Kozono2017-12-011-1/+1
| * | Move temp table creation into the prepare jobMichael Kozono2017-12-012-12/+52
| * | Fix Rubocop offensesMichael Kozono2017-12-012-5/+3
| * | Drop temporary tracking table when finishedMichael Kozono2017-12-012-42/+57
| * | Refactor specsMichael Kozono2017-12-012-264/+146
| * | Store paths relative to CarrierWave.rootMichael Kozono2017-12-012-49/+64
| * | Clean up after testMichael Kozono2017-12-011-1/+7
| * | Remove unnecessary clearingMichael Kozono2017-12-011-2/+2
| * | Reword testMichael Kozono2017-12-011-1/+1
| * | Rename table to untracked_files_for_uploadsMichael Kozono2017-12-012-118/+118
| * | Refactor, no change in behaviorMichael Kozono2017-12-011-7/+2
| * | Fix Rubocop offensesMichael Kozono2017-12-011-1/+1
| * | Test batch processingMichael Kozono2017-12-011-0/+42
| * | Calculate checksumsMichael Kozono2017-12-011-83/+66
| * | Add untracked files to uploadsMichael Kozono2017-12-011-0/+581
| * | Kick off follow up background migration jobsMichael Kozono2017-12-011-16/+47