summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactors git push service spec codebackport-refator-git-push-service-specTiago Botelho2017-07-281-100/+99
|
* Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-278-170/+102
|\ | | | | | | | | Add all ApplicationSettings attributes to the API See merge request !12851
| * Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-274-60/+6
| | | | | | | | In favor of the new `repository_storages`
| * Make the attribute list for application settings reusableBob Van Landuyt2017-07-275-110/+96
| |
* | Merge branch 'gitaly-all-branches' into 'master'Robert Speicher2017-07-275-319/+77
|\ \ | | | | | | | | | | | | | | | | | | Incorporate RefsService.FindAllBranches Gitaly RPC Closes gitaly#408 See merge request !13027
| * | Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branchesAlejandro Rodríguez2017-07-275-7/+40
| | |
| * | Improve Gitlab::Git::Repository specs for #branchesAlejandro Rodríguez2017-07-271-14/+39
| | |
| * | Remove unused Gitlab::Git operationsAlejandro Rodríguez2017-07-272-300/+0
| | |
* | | Merge branch 'ch-test-removal' into 'master'Jacob Schatz2017-07-271-1/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove unused haml file See merge request !13090
| * | | Test remove potentially unused filech-test-removalClement Ho2017-07-261-1/+0
| | | |
* | | | Merge branch 'update-server-terms-for-ha-docs' into 'master'Drew Blessing2017-07-271-9/+9
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Update server terminolgy to differentiate HA setups from Geo See merge request !13139
| * | | Update server terminolgy to differentiate HA setups from GeoChenjerai Katanda2017-07-271-9/+9
|/ / /
* | | Merge branch 'feature/migrate-repository-tags-to-gitaly' into 'master'Robert Speicher2017-07-276-31/+80
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#tags to Gitaly Closes gitaly#411 See merge request !13092
| * | | Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitalyAhmad Sherif2017-07-276-31/+80
| | | | | | | | | | | | | | | | Closes gitaly#411
* | | | Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher2017-07-279-9/+81
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent concurrent editing wiki Closes #1827 See merge request !9707
| * | | | Encapsulate the commit.sha logicHiroyuki Sato2017-07-273-6/+32
| | | | |
| * | | | Use simplified routeHiroyuki Sato2017-07-271-1/+1
| | | | |
| * | | | Remove unnecessary codeHiroyuki Sato2017-07-261-1/+0
| | | | |
| * | | | Update changelog appropriatelyHiroyuki Sato2017-07-261-1/+1
| | | | |
| * | | | Fix error of spinach testHiroyuki Sato2017-07-231-1/+1
| | | | |
| * | | | Refactor: use keyword arguments for optional parametersHiroyuki Sato2017-07-233-4/+4
| | | | |
| * | | | Change double quotes to single quotesHiroyuki Sato2017-07-231-7/+7
| | | | |
| * | | | Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-236307-80247/+297186
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/controllers/projects/wikis_controller.rb app/views/projects/wikis/edit.html.haml spec/features/projects/wiki/user_updates_wiki_page_spec.rb
| * | | | | Refactor specHiroyuki Sato2017-03-091-2/+2
| | | | | |
| * | | | | Prevent concurrent editing wikiHiroyuki Sato2017-03-088-8/+54
| | | | | |
* | | | | | Merge branch 'docs-new-topic-user-profile' into 'master'Job van der Voort2017-07-275-14/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs new topic: "user/profile/index" See merge request !12611
| * | | | | | Docs new topic: "user/profile/index"Marcia Ramos2017-07-275-14/+55
|/ / / / / /
* | | | | | Merge branch 'docs-new-topic-user-project-repo-index' into 'master'Job van der Voort2017-07-278-6/+240
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs new topic "user/project/repository/index.md" Closes #27653 and #28665 See merge request !12598
| * | | | | | Docs new topic "user/project/repository/index.md"Marcia Ramos2017-07-278-6/+240
|/ / / / / /
* | | | | | Merge branch 'remove_blob_by_oid' into 'master'Robert Speicher2017-07-271-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Removed `Repository#blob_by_oid` unused method See merge request !13111
| * | | | | Removed `Repository#blob_by_oid` unused methodremove_blob_by_oidAndrew Newdigate2017-07-261-4/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-2712-8/+57
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Skip OAuth authorization for trusted applications See merge request !13061
| * | | | | Use params#require instead params[] accessOswaldo Ferreira2017-07-271-1/+1
| | | | | |
| * | | | | Backport gitlab-ee!2456Oswaldo Ferreira2017-07-2712-8/+57
| | | | | |
* | | | | | Merge branch 'remove_custom_devise_failure_app' into 'master'Robert Speicher2017-07-272-29/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove GitLab custom failure app for Devise See merge request !13136
| * | | | | | Remove GitLab custom fealure app for deviseValery Sizov2017-07-272-29/+6
| | | | | | |
* | | | | | | Merge branch 'harish-update-backup-restore-docs' into 'master'Achilleas Pipinellis2017-07-271-7/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that instance types must match when restoring a backup See merge request !12639
| * | | | | | | Docs: Specify that backup restoration must be of the same typeHarish Ramachandran2017-07-041-7/+7
| | | | | | | |
* | | | | | | | Merge branch 'pawel/prometheus_client_pid_reuse_error' into 'master'Robert Speicher2017-07-274-3/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix prometheus client pid reuse bug See merge request !13130
| * | | | | | | | Update prometheus client gem to fix problems with PID handling followingpawel/prometheus_client_pid_reuse_errorPawel Chojnacki2017-07-274-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unicorn forking new workers.
* | | | | | | | | Merge branch '35577-fix-image-blob-display-due-to-lazy-image-loading' into ↵Sean McGivern2017-07-273-10/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Fix Image Blob Display due to lazy Image Loading" Closes #35577 See merge request !13104
| * | | | | | | | | Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-273-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated documentation about the lazy class
| * | | | | | | | | Added lazy class to Blob Images + DiffsTim Zallmann2017-07-272-8/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-2778-39/+2077
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPG signed commits Closes #20268 See merge request !9546
| * | | | | | | | | add "GPG Keys" to new navigationAlexis Reigel2017-07-271-0/+4
| | | | | | | | | |
| * | | | | | | | | remove log statements from workersAlexis Reigel2017-07-274-30/+3
| | | | | | | | | |
| * | | | | | | | | improve gpg key validationAlexis Reigel2017-07-272-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when omitting the end part of the key ('-----END PGP PUBLIC KEY BLOCK-----') the error message was not about the key anymore, but about the missing fingerprint and primary_keyid, which was confusing for the user. the new validation checks that the end also matches the expected format.
| * | | | | | | | | optimize query, only select relevant db columnsAlexis Reigel2017-07-272-11/+54
| | | | | | | | | |
| * | | | | | | | | add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-272-2/+2
| | | | | | | | | |
| * | | | | | | | | validate the foreign_key instead of the relationAlexis Reigel2017-07-272-2/+2
| | | | | | | | | |