summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Gracefully handle case when repository's root ref does not existsh-fix-root-ref-repositoryStan Hu2017-11-301-0/+10
* Merge branch '40530-merge-request-generates-wrong-diff-when-branch-and-tag-ha...Rémy Coutable2017-11-281-2/+2
|\
| * Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-2/+2
* | Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński2017-11-281-0/+109
|\ \ | |/ |/|
| * Add some unit tests for lib/api/helpers.rbTomasz Maczukin2017-11-271-0/+109
* | Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern2017-11-241-1/+1
|\ \
| * | Fix pulling and pushing using a personal access token with the sudo scopedm-fix-registry-with-sudo-tokenDouwe Maan2017-11-231-1/+1
* | | Merge branch 'pawel/update_prometheus_gem_to_well_tested_version' into 'master'Douwe Maan2017-11-241-8/+50
|\ \ \
| * | | Use feature flag instead of application settigns to control if method calls s...pawel/update_prometheus_gem_to_well_tested_versionPawel Chojnacki2017-11-231-6/+3
| * | | Use only real duration to measure method call performance via PrometheusPawel Chojnacki2017-11-231-13/+9
| * | | check method timing threshold when observing method performancePawel Chojnacki2017-11-231-8/+57
* | | | Fix hashed storage for attachments bugsJames Lopez2017-11-232-0/+116
* | | | Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-232-59/+7
|\ \ \ \
| * | | | Rename fetch_refs to refmapDouwe Maan2017-11-231-1/+1
| * | | | Clean up repository fetch and mirror methodsDouwe Maan2017-11-232-59/+7
| | |/ / | |/| |
* | | | Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-231-1/+10
|\ \ \ \
| * | | | Make sure repository is restoredLin Jen-Shin2017-11-231-0/+4
| * | | | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-1/+6
| | |/ / | |/| |
* | | | Merge branch 'use-merge-requests-diff-id-column' into 'master'Douwe Maan2017-11-232-0/+7
|\ \ \ \
| * | | | Use latest_merge_request_diff associationSean McGivern2017-11-232-0/+7
| |/ / /
* | | | Merge branch 'jk-group-mentions-fix' into 'master'Sean McGivern2017-11-231-4/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix link text from group contextJarka Kadlecova2017-11-231-4/+12
* | | | Allow password authentication to be disabled entirelyMarkus Koller2017-11-233-7/+27
| |_|/ |/| |
* | | Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)2017-11-232-6/+12
| |/ |/|
* | Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern2017-11-221-0/+34
|\ \
| * | Add Group Milestone sortingGeorge Andrinopoulos2017-11-071-0/+34
* | | Merge branch 'feature_add_mermaid' into 'master'Phil Hughes2017-11-222-1/+13
|\ \ \ | |_|/ |/| |
| * | Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-222-1/+13
* | | Merge branch 'sh-optimize-read-only-check' into 'master'Douwe Maan2017-11-211-0/+11
|\ \ \
| * | | use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_he...digitalMoksha2017-11-211-0/+6
| * | | Optimize read-only middleware so that it does not consume as much CPUStan Hu2017-11-201-0/+5
* | | | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-6/+2
|/ / /
* | | Merge branch '40292-bitbucket-import-hashed-storage' into 'master'Douwe Maan2017-11-201-3/+30
|\ \ \
| * | | Fix bitbucket wiki import with hashed storage enabledNick Thomas2017-11-201-3/+30
* | | | Merge branch 'gitaly-delete-refs' into 'master'Douwe Maan2017-11-202-0/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Incorporate Gitaly's RefService.DeleteRefs RPCgitaly-delete-refsAlejandro Rodríguez2017-11-172-0/+39
* | | | Merge branch 'bvl-dont-move-projects-using-hashed-storage' into 'master'Douwe Maan2017-11-201-0/+16
|\ \ \ \
| * | | | Don't move project repository/attachments when using hashed storageBob Van Landuyt2017-11-201-0/+16
| | |/ / | |/| |
* | | | Clean up schema of the "merge_requests" tableYorick Peterse2017-11-201-1/+1
* | | | Merge branch 'fix-conflict-highlighting' into 'master'Douwe Maan2017-11-201-0/+7
|\ \ \ \
| * | | | Fix conflict highlightingfix-conflict-highlightingSean McGivern2017-11-171-0/+7
| |/ / /
* | | | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\ \ \ \
| * | | | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | | | | Fix Gitlab::Git::Repository#remote_tags using unexisting variableAlejandro Rodríguez2017-11-201-5/+18
| |/ / / |/| | |
* | | | Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan2017-11-172-0/+261
|\ \ \ \ | |_|/ / |/| | |
| * | | Renaming AuthenticationException to AuthenticationErrormk-add-user-rate-limitsFrancisco Lopez2017-11-171-1/+1
| * | | Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-172-12/+12
| * | | Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-172-12/+12
| * | | Added some more commentsFrancisco Lopez2017-11-171-1/+1
| * | | Added UserAuthFinders specFrancisco Lopez2017-11-172-2/+196