summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Monitor GraphQL with PrometheusJan Provaznik2019-04-021-0/+43
* Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern2019-04-021-8/+12
|\
| * Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-311-8/+12
* | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-022-0/+44
|\ \
| * | Remove additional loggingissue_51789_part_1Felipe Artur2019-04-012-4/+0
| * | Address review commentsFelipe Artur2019-03-281-1/+1
| * | Merge masterFelipe Artur2019-03-27267-1864/+4843
| |\ \
| * | | Remove auto vacuum logic, decrease batch size and intervalFelipe Artur2019-03-013-102/+22
| * | | Address review commentsFelipe Artur2019-02-196-72/+93
| * | | Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-1944-126/+448
| |\ \ \
| * | | | Add more specs and code improvementsFelipe Artur2019-02-194-29/+32
| * | | | Make migrations reschedulableFelipe Artur2019-02-184-27/+47
| * | | | Fix typoFelipe Artur2019-02-181-2/+2
| * | | | Fix rubocopFelipe Artur2019-02-184-52/+61
| * | | | Add Reschedulable moduleFelipe Artur2019-02-153-31/+58
| * | | | Split background migration for issues and merge requestsFelipe Artur2019-02-143-10/+28
| * | | | Schedule background migrations and specsFelipe Artur2019-02-122-6/+7
| * | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-112-1/+30
* | | | | Merge branch 'kube_helm_auto_devops_213' into 'master'Kamil Trzciński2019-04-021-2/+2
|\ \ \ \ \
| * | | | | Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.ymlkube_helm_auto_devops_213Thong Kuah2019-04-011-2/+2
* | | | | | Fix attempting to drop views in PostgreSQLweimeng-master-patch-83366Wei-Meng Lee2019-04-021-1/+4
* | | | | | Allow streaming io objects into GitalyBob Van Landuyt2019-04-014-7/+10
* | | | | | Merge branch 'jc-remove-find-all-tags-ff' into 'master'Douglas Barbosa Alexandre2019-04-011-1/+1
|\ \ \ \ \ \
| * | | | | | Remove find all tags feature flagjc-remove-find-all-tags-ffJohn Cai2019-03-281-1/+1
* | | | | | | Merge branch 'fix-container-scanning-on-k8s' into 'master'Douglas Barbosa Alexandre2019-04-012-6/+18
|\ \ \ \ \ \ \
| * | | | | | | Fix Container Scanning for Kubernetes Runnersfix-container-scanning-on-k8sPhilippe Lafoucrière2019-03-312-6/+18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Include cluster domain into Project Cluster APIMayra Cabrera2019-04-012-1/+3
* | | | | | | Merge branch 'enable-rubocop-application-record' into 'master'Lin Jen-Shin2019-04-011-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-291-1/+1
* | | | | | | Fix API /project/:id/branches not returning correct merge statusStan Hu2019-03-301-2/+2
| |/ / / / / |/| | | | |
* | | | | | Handle missing keys in sentry api responseReuben Pereira2019-03-291-11/+21
* | | | | | Merge branch '50199-quick-actions-refactor' into 'master'Sean McGivern2019-03-298-3/+717
|\ \ \ \ \ \
| * | | | | | Extend quick actions dsl50199-quick-actions-refactorAlexandru Croitor2019-03-298-3/+717
* | | | | | | Merge branch '59462-applicatonsettings-not-tolerant-of-missing-db-columns' in...Stan Hu2019-03-291-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use a Gitlab::FakeApplicationSettings when migrations are pendingRémy Coutable2019-03-261-1/+1
* | | | | | | Merge branch 'persist-fulll-ref-path-for-mr-pipelines' into 'master'Kamil Trzciński2019-03-293-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-1/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'Kamil Trzciński2019-03-292-1/+21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Guard against nested allows with ref name cachingsh-fix-gitaly-find-commit-cachingStan Hu2019-03-271-0/+1
| * | | | | | Allow ref name caching CommitService#find_commitStan Hu2019-03-272-1/+20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '10735-geo-gitlab-revision-can-return-not-consistent-results' in...Sean McGivern2019-03-291-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use a fixed git abbrev parameter when we fetch a git revision10735-geo-gitlab-revision-can-return-not-consistent-resultsValery Sizov2019-03-281-1/+1
* | | | | | Memoize old_blob and new_blob to improve performanceIgor2019-03-281-2/+6
|/ / / / /
* | | | | Fix Auto DevOps missing domain error handlingDylan Griffith2019-03-281-1/+1
* | | | | Merge branch 'sh-add-gitaly-duration-logs' into 'master'Douglas Barbosa Alexandre2019-03-272-7/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Log Gitaly RPC duration to api_json.log and production_json.logStan Hu2019-03-272-7/+16
* | | | | Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl2019-03-275-2/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-275-2/+96
| |/ / /
* | | | Resolve "Get milestone by title via API"Fabio Busatto2019-03-272-0/+8
* | | | Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez2019-03-276-29/+95
|\ \ \ \