summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'dm-ldap-email-readonly' into 'master'Sean McGivern2017-12-152-13/+52
|\ \ \ \ \ \ \
| * | | | | | | Make sure user email is read only when synced with LDAPDouwe Maan2017-12-152-13/+52
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-143-93/+492
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern2017-12-143-1/+88
|\ \ \ \ \ \
| * | | | | | Use a dedicated queue for each workerDouwe Maan2017-12-123-1/+88
| |/ / / / /
* | | | | | Merge branch 'pawel/cache_feature_check_for_5_minutes_for_method_call' into '...Robert Speicher2017-12-131-0/+32
|\ \ \ \ \ \
| * | | | | | fix test case descriptionPawel Chojnacki2017-12-131-1/+1
| * | | | | | Expire feature flag cache after 1minutePawel Chojnacki2017-12-121-5/+3
| * | | | | | use class variables instead of CONSTANTsPawel Chojnacki2017-12-121-2/+2
| * | | | | | Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki2017-12-121-4/+9
| * | | | | | Implemente measurement enabled cache using AtomicReferencePawel Chojnacki2017-12-121-2/+2
| * | | | | | Implement simple in memory cache that expires after 5 minutesPawel Chojnacki2017-12-121-6/+24
| * | | | | | Cache feature check for 5 minutes for MethodCall instrumentation togglePawel Chojnacki2017-12-121-0/+11
| |/ / / / /
* | | | | | Merge branch 'add-tcp-check-rake-task' into 'master'Rémy Coutable2017-12-131-0/+32
|\ \ \ \ \ \
| * | | | | | Add a gitlab:tcp_check rake taskNick Thomas2017-12-131-0/+32
* | | | | | | Merge branch 'bvl-backport-migration-spec-changes-to-ce' into 'master'Douwe Maan2017-12-133-23/+26
|\ \ \ \ \ \ \
| * | | | | | | Create models directly in migration specsbvl-backport-migration-spec-changes-to-ceBob Van Landuyt2017-12-123-23/+26
* | | | | | | | Fix spec by avoiding monkeypatchingMichael Kozono2017-12-121-4/+13
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'tmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using...Robert Speicher2017-12-121-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Present member collection at the controller leveltmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenterRémy Coutable2017-12-121-0/+8
* | | | | | | | Merge branch 'zj-memoization-mr-commits' into 'master'Sean McGivern2017-12-121-0/+12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix rubocop offenceZeger-Jan van de Weg2017-12-121-1/+0
| * | | | | | | Use memoization for commits on diffsZeger-Jan van de Weg2017-12-121-0/+13
* | | | | | | | Merge branch 'jprovazn-description' into 'master'Sean McGivern2017-12-121-0/+12
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Use message body for merge request descriptionjprovazn-descriptionJan Provaznik2017-12-111-0/+12
| |/ / / / / /
* | | | | | | Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher2017-12-111-18/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add feature flag to use gitaly-ssh mirroring when cloning internal reposAlejandro Rodríguez2017-12-061-18/+3
* | | | | | | Merge branch 'sh-remove-allocation-tracking-influxdb' into 'master'Yorick Peterse2017-12-112-46/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove RubySampler#sample_objects for performance as wellStan Hu2017-12-111-23/+0
| * | | | | | Remove allocation tracking code from InfluxDB sampler for performancesh-remove-allocation-tracking-influxdbStan Hu2017-12-101-23/+0
| | |/ / / / | |/| | | |
* | | | | | Remove the need for destroy and add a comment in the specStan Hu2017-12-101-4/+3
* | | | | | Use build instead of create in importer specStan Hu2017-12-101-1/+1
* | | | | | 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