summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Extract EE-specific lines from Banzai pipelinesextract-ee-specific-banzai-filtersSean McGivern2018-07-133-10/+28
* Merge branch 'gitaly-mandatory-20180712-jv' into 'master'Sean McGivern2018-07-131-140/+23
|\
| * Fix find_branch call sitesgitaly-mandatory-20180712-jvJacob Vosmaer2018-07-121-1/+1
| * Make more ref RPC's mandatoryJacob Vosmaer2018-07-121-139/+22
* | Merge branch 'fix-performance-problem-of-tags-query' into 'master'Yorick Peterse2018-07-121-4/+11
|\ \ | |/ |/|
| * Fix performance problem of accessing tag list for projects api endpointsfix-performance-problem-of-tags-queryKamil Trzciński2018-07-121-4/+11
* | Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-124-2/+125
|\ \
| * | Improve manifest feature after backend reviewDmitriy Zaporozhets2018-07-112-7/+7
| * | Refactor manifest import codeDmitriy Zaporozhets2018-07-111-12/+8
| * | Add feature specs for manifest importDmitriy Zaporozhets2018-07-111-1/+1
| * | Fix icon for manifest import and mention manifest feature in APIDmitriy Zaporozhets2018-07-111-1/+1
| * | Improve manifest import logicDmitriy Zaporozhets2018-07-111-1/+1
| * | More reliable manifest parser and group-only selectorDmitriy Zaporozhets2018-07-111-1/+4
| * | Fix tests in import_sources_spec.rbDmitriy Zaporozhets2018-07-111-1/+1
| * | Add manifest import featureDmitriy Zaporozhets2018-07-113-1/+125
* | | Merge branch 'gitaly-serverservice-info-timeout' into 'master'Rémy Coutable2018-07-122-2/+2
|\ \ \
| * | | Add a fast_timeout for the `ServerService.ServerInfo` endpointgitaly-serverservice-info-timeoutAndrew Newdigate2018-07-112-2/+2
* | | | Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-122-39/+15
* | | | Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
* | | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-9/+4
* | | | Merge branch 'fix-no-method-error-on-nil' into 'master'Kamil Trzciński2018-07-111-1/+6
|\ \ \ \
| * | | | Fix an exception seen using the online terminalNick Thomas2018-07-111-1/+6
* | | | | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-115-16/+18
* | | | | Merge branch 'add-back-mr-diff-deletion-migration' into 'master'Yorick Peterse2018-07-112-25/+105
|\ \ \ \ \
| * | | | | Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira2018-07-102-32/+60
| * | | | | Remove unnecessary EachBatchOswaldo Ferreira2018-07-101-4/+0
| * | | | | Reschedule DeleteDiffFiles until there is none left to removeOswaldo Ferreira2018-07-101-27/+36
| * | | | | Wait postgresql vacuum of deadtuples on merge_request_diff_files deletionOswaldo Ferreira2018-07-102-86/+58
| * | | | | Add 1000 files per minute deletion ratio on schedulerOswaldo Ferreira2018-07-102-15/+58
| * | | | | Create a diff deletion worker scheduler to avoid long-running post-migrationOswaldo Ferreira2018-07-101-0/+32
* | | | | | Remove last flags from Blob and WorkhorseJacob Vosmaer2018-07-112-104/+9
| |_|/ / / |/| | | |
* | | | | Merge branch '46519-remove-ce-prefix-suffix-in-check-ce' into 'master'bjk/health_helpRémy Coutable2018-07-111-8/+20
|\ \ \ \ \
| * | | | | Find the EE branch by searching the branchesLin Jen-Shin2018-07-111-8/+20
* | | | | | Add missing maximum_timeout parametergfyoung2018-07-111-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'rails5-autoload' into 'master'Sean McGivern2018-07-111-1/+11
|\ \ \ \ \
| * | | | | [Rails5] Permit concurrent loadsJan Provaznik2018-07-101-1/+11
| | |/ / / | |/| | |
* | | | | Merge branch 'sh-handle-colons-in-url-passwords' into 'master'James Lopez2018-07-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Properly handle colons in URL passwordsStan Hu2018-07-101-1/+1
| | |/ / | |/| |
* | | | Remove timestamps from `locale/gitlab.pot`Bob Van Landuyt2018-07-101-1/+7
* | | | Merge branch 'fix-conflicts-exception-for-submodules' into 'master'Rémy Coutable2018-07-101-4/+6
|\ \ \ \
| * | | | Make sure ConflictsService does not raise for conflicting submodulesSean McGivern2018-07-101-4/+6
| | |/ / | |/| |
* | | | Merge branch 'rd-6804-bug-unable-to-delete-branches-when-repo-reaches-the-siz...Robert Speicher2018-07-101-7/+13
|\ \ \ \
| * | | | Backport some changes from EERubén Dávila2018-07-091-7/+13
| | |/ / | |/| |
* | | | Merge branch '49057-fix-repository-typo' into 'master'Rémy Coutable2018-07-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a typo? gitaly_operation{-s-}_clientLin Jen-Shin2018-07-101-1/+1
* | | | Merge branch 'gitaly-mandatory-20180709-jv' into 'master'Douwe Maan2018-07-102-53/+7
|\ \ \ \
| * | | | Use Gitaly for fetches and creating bundlesJacob Vosmaer2018-07-092-53/+7
* | | | | Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-103-201/+208
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Access metadata directly from Object StorageKamil Trzciński2018-07-093-201/+208
| | |_|/ | |/| |
* | | | Merge branch '48537-update-avatar-only-via-api' into 'master'Rémy Coutable2018-07-101-1/+2
|\ \ \ \