summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-only-https-pages-domains' into 'master'Nick Thomas2019-07-121-2/+8
|\
| * Fix saving domain without certificate for auto_sslfix-only-https-pages-domainsVladimir Shushlin2019-07-121-2/+8
* | Backports of "Remove feature flag behind MR's multiple assignees"Igor2019-07-121-4/+0
|/
* Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik2019-07-122-4/+4
|\
| * Lesser Namespace#name validationsBob Van Landuyt2019-07-091-2/+1
| * Set the name of a user-namespace to the user nameBob Van Landuyt2019-07-091-2/+3
* | Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-1211-45/+48
* | Merge branch '51575-remove-rails-4-specific-code-from-fromunion-from_union' i...Robert Speicher2019-07-111-5/+1
|\ \
| * | Pass string directly to #from51575-remove-rails-4-specific-code-from-fromunion-from_unionHeinrich Lee Yu2019-07-111-5/+1
* | | Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon2019-07-111-0/+1
|\ \ \
| * | | Add CI variable to provide GitLab FQDNBalasankar "Balu" C2019-07-101-0/+1
* | | | Merge branch 'banzai-avoid-redis-if-db-cache' into 'master'Douwe Maan2019-07-112-2/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Banzai - avoid redis if attr is in DB cachebanzai-avoid-redis-if-db-cacheMario de la Ossa2019-07-102-2/+16
* | | | Add a rubocop for Rails.loggerMayra Cabrera2019-07-1010-9/+17
* | | | Merge branch 'backstage/gb/improve-performance-environment-statuses-endpoint'...Stan Hu2019-07-102-3/+6
|\ \ \ \
| * | | | Resolve Gitaly N+1 for CI/CD environments statusesGrzegorz Bizon2019-07-101-2/+1
| * | | | Add additional test case for Gitaly N+1 for diff filesGrzegorz Bizon2019-07-101-1/+5
* | | | | Merge branch '63044-cluster-health-group-refactor' into 'master'Douglas Barbosa Alexandre2019-07-102-63/+72
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Refactor common metrics importerRyan Cobb2019-07-092-63/+72
* | | | | Merge branch 'prepare-cycle-analytics-for-group-level' into 'master'Douglas Barbosa Alexandre2019-07-103-46/+49
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add newline before subjectprepare-cycle-analytics-for-group-levelMałgorzata Ksionek2019-07-101-1/+0
| * | | | Add attribute reader to project levelMałgorzata Ksionek2019-07-101-4/+7
| * | | | Add code review remarksMałgorzata Ksionek2019-07-092-11/+5
| * | | | Move cycle analytics model to separate namespaceMałgorzata Ksionek2019-07-093-46/+53
| | |_|/ | |/| |
* | | | GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-102-0/+13
| |/ / |/| |
* | | Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre2019-07-0918-196/+308
|\ \ \
| * \ \ Merge branch 'ce-10609-system-notes-scoped-labels' into 'master'Kamil Trzciński2019-07-092-7/+18
| |\ \ \
| | * | | Update label note to support scoped labels notesce-10609-system-notes-scoped-labelsJarka Košanová2019-07-022-7/+18
| * | | | Enable repository object pools by defaultJames Ramsay2019-07-091-1/+1
| | |/ / | |/| |
| * | | Merge branch 'allow-reactive-caching-of-nil' into 'master'Stan Hu2019-07-091-1/+5
| |\ \ \
| | * | | Allow ReactiveCaching to support nil valueFabio Pitino2019-07-081-1/+5
| * | | | Schedule namespace aggregation in other contextsMayra Cabrera2019-07-081-2/+23
| |/ / /
| * | | Merge branch 'run-pipeline-for-merge-train-at-train-ref-ce' into 'master'Kamil Trzciński2019-07-082-0/+17
| |\ \ \
| | * | | Fix race condition on merge train ref generationrun-pipeline-for-merge-train-at-train-ref-ceShinya Maeda2019-07-082-0/+17
| * | | | Merge branch '63475-fix-n-1' into 'master'Lin Jen-Shin2019-07-083-46/+75
| |\ \ \ \
| | * | | | BE feedback: memoize deployment_metricsThong Kuah2019-07-081-1/+7
| | * | | | Restore fallback to deployment_platform_clusterThong Kuah2019-07-081-1/+12
| | * | | | Remove un-used methodThong Kuah2019-07-081-5/+0
| | * | | | Extract deployment_metrics into own objectThong Kuah2019-07-083-32/+54
| | * | | | Share project object in EnvironmentStatusThong Kuah2019-07-081-4/+4
| | * | | | Remove fallback to project.deployment_platformThong Kuah2019-07-081-6/+1
| | |/ / /
| * | | | Merge branch '40379-CJK-search-min-chars' into 'master'Andreas Brandl2019-07-081-2/+2
| |\ \ \ \
| | * | | | Ignore min_chars_for_partial_matching unles trigrm40379-CJK-search-min-charsMario de la Ossa2019-07-041-2/+2
| | | |_|/ | | |/| |
| * | | | Create CTE query for clusters hierarchyThong Kuah2019-07-082-2/+121
| | |/ / | |/| |
| * | | Prevent amplification of ReactiveCachingWorker jobs upon failuressh-disable-reactive-caching-automatic-retriesStan Hu2019-07-061-1/+1
| * | | Add OpenSSL::OpenSSLError to HTTP_ERRORSDouglas Barbosa Alexandre2019-07-051-2/+2
| * | | Merge branch 'create-merge-train-ref-ce' into 'master'Douwe Maan2019-07-051-2/+2
| |\ \ \
| | * | | Extend MergeToRefService for creating merge ref from the other refShinya Maeda2019-07-051-2/+2
| * | | | Remove now unused KubernetesService methodsremove_unused_k8s_service_methodsJames Fargher2019-07-051-129/+0
| |/ / /
| * | | Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre2019-07-041-1/+27
| |\ \ \