summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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 'fix-mermaid-import' into 'master'Filipa Lacerda2017-11-231-2/+0
|\ \
| * | moved to es6 modulesfix-mermaid-importPhil Hughes2017-11-221-2/+0
* | | Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-232-19/+10
|\ \ \
| * | | Make sure repository is restoredLin Jen-Shin2017-11-231-0/+4
| * | | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-232-19/+6
* | | | Merge branch 'use-merge-requests-diff-id-column' into 'master'Douwe Maan2017-11-235-3/+98
|\ \ \ \
| * | | | Use latest_merge_request_diff associationSean McGivern2017-11-235-3/+98
* | | | | 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-2317-50/+127
* | | | | | Improve environments performanceFilipa Lacerda2017-11-2311-227/+319
| |_|_|_|/ |/| | | |
* | | | | Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)2017-11-233-6/+21
* | | | | Merge branch 'fix/sm/37991-avoid-deactivation-when-pipeline-schedules-execute...Kamil Trzciński2017-11-231-12/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix testing orderShinya Maeda2017-11-231-1/+1
| * | | | Add a testShinya Maeda2017-11-231-12/+19
| |/ / /
* | | | Merge branch '32620-speed-up-unicorn-specs' into 'master'Rémy Coutable2017-11-221-3/+18
|\ \ \ \
| * | | | Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas2017-11-221-3/+18
* | | | | Merge branch '28377-add-edit-button-to-mobile-file-view' into 'master'Clement Ho2017-11-221-0/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add edit button to mobile file viewTravis Miller2017-11-221-0/+12
| | |_|/ | |/| |
* | | | Merge branch 'jivl-replace-vue-resource-prometheus-dashboard' into 'master'Filipa Lacerda2017-11-222-18/+9
|\ \ \ \
| * | | | Replaced vue-resource for axios in the prometheus dashboardjivl-replace-vue-resource-prometheus-dashboardJose Ivan Vargas2017-11-222-18/+9
* | | | | Merge branch '38877-disable-autocomplete-in-filtered-search' into 'master'Clement Ho2017-11-221-0/+4
|\ \ \ \ \
| * | | | | Disables autocomplete in filtered searchJacopo2017-11-201-0/+4
* | | | | | Merge branch '40295-fix-reply-quote-shortcut-on-mr' into 'master'Clement Ho2017-11-223-0/+53
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix reply quote keyboard shortcut on MRs40295-fix-reply-quote-shortcut-on-mrEric Eastwood2017-11-213-0/+53
* | | | | | Merge branch 'improve-extra-queries-output' into 'master'Rémy Coutable2017-11-222-5/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Improve output for extra queries in specsimprove-extra-queries-outputSean McGivern2017-11-222-5/+12
* | | | | | Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern2017-11-222-0/+85
|\ \ \ \ \ \
| * | | | | | Add group milestone to feature spec and minor changesGeorge Andrinopoulos2017-11-071-0/+5
| * | | | | | Add Group Milestone sortingGeorge Andrinopoulos2017-11-072-0/+80
* | | | | | | Merge branch 'sh-add-query-recorder-debugging' into 'master'Sean McGivern2017-11-221-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Add QUERY_RECORDER_DEBUG environment variable to improve performance debuggingsh-add-query-recorder-debuggingStan Hu2017-11-211-0/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'feature_add_mermaid' into 'master'Phil Hughes2017-11-225-2/+55
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-225-2/+55
* | | | | | | Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-223-2/+3
| |/ / / / / |/| | | | |
* | | | | | ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`Brett Walker2017-11-211-0/+41
* | | | | | Use Redis cache for branch existence checksJacob Vosmaer (GitLab)2017-11-211-0/+25
* | | | | | Merge branch '10-2-hashed-storage-file-uploader' into 'master'Stan Hu2017-11-211-12/+38
|\ \ \ \ \ \
| * | | | | | FileUploader should check for hashed_storage?(:attachments) to use disk_pathGabriel Mazetto2017-11-211-12/+38
* | | | | | | Merge branch 'reduce-queries-for-artifacts-button' into 'master'Kamil Trzciński2017-11-211-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
* | | | | | | Use `make install` for Gitaly setups in non-test environmentsAlejandro Rodríguez2017-11-211-7/+9
* | | | | | | 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
* | | | | | | | Skip confirmation user apiDaniel Juarez2017-11-211-0/+8