summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve CE/EE difference in FE dependency filesleipert-resolve-fe-dependency-conflict-ceLukas Eipert2019-04-022-2/+4
| | | | This resolved the one conflict we have in CE/EE.
* Merge branch 'fix-expand-full-file-on-image' into 'master'Douwe Maan2019-04-022-1/+6
|\ | | | | | | | | | | | | Fixed expand full file button showing on images Closes #59695 See merge request gitlab-org/gitlab-ce!26830
| * Fixed expand full file button showing on imagesPhil Hughes2019-04-012-1/+6
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59695
* | Merge branch 'jprovazn-graphql-prometheus' into 'master'Dmitriy Zaporozhets2019-04-024-0/+84
|\ \ | | | | | | | | | | | | Monitor GraphQL with Prometheus See merge request gitlab-org/gitlab-ce!26569
| * | Monitor GraphQL with PrometheusJan Provaznik2019-04-024-0/+84
|/ / | | | | | | | | | | | | | | Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
* | Merge branch 'design-management-upload-client-ce' into 'master'Filipa Lacerda2019-04-024-54/+81
|\ \ | | | | | | | | | | | | CE backport of design-management-upload-client See merge request gitlab-org/gitlab-ce!26766
| * | CE backport of design-management-upload-clientPhil Hughes2019-04-024-54/+81
| | |
* | | Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern2019-04-023-9/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Avoid excessive recursive calls with Rugged TreeEntries Closes #59759 See merge request gitlab-org/gitlab-ce!26813
| * | | Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-313-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Rugged implementation was recursively scanning the repository to create `flat_path` because the post-process step was being called from with a loop. For large repositories, this was significantly slowing things down. Break the call to `rugged_populate_flat_path` out of this loop to make this work efficiently. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59759
* | | | Merge branch ↵Rémy Coutable2019-04-022-6/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-10828-follow-up-from-ee-port-externalize-strings-in-projects-controllers' into 'master' (CE Port) "Follow-up from "(EE port) Externalize strings in projects controllers"" See merge request gitlab-org/gitlab-ce!26832
| * | | | (CE Port) "Follow-up from "(EE port) Externalize strings in projects ↵Martin Wortschack2019-04-022-6/+3
|/ / / / | | | | | | | | | | | | controllers""
* | | | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-0212-2/+273
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate issuable states to integer patch 1 of 2 Closes #51789 See merge request gitlab-org/gitlab-ce!25107
| * | | | Remove additional loggingissue_51789_part_1Felipe Artur2019-04-012-4/+0
| | | | |
| * | | | Address review commentsFelipe Artur2019-03-283-23/+14
| | | | |
| * | | | Merge masterFelipe Artur2019-03-274727-30866/+92031
| |\ \ \ \
| * | | | | Remove auto vacuum logic, decrease batch size and intervalFelipe Artur2019-03-015-141/+32
| | | | | |
| * | | | | Address review commentsFelipe Artur2019-02-198-90/+113
| | | | | |
| * | | | | Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-19760-36065/+150713
| |\ \ \ \ \
| * | | | | | Add more specs and code improvementsFelipe Artur2019-02-196-56/+89
| | | | | | |
| * | | | | | Make migrations reschedulableFelipe Artur2019-02-185-27/+92
| | | | | | |
| * | | | | | Fix typoFelipe Artur2019-02-181-2/+2
| | | | | | |
| * | | | | | Fix rubocopFelipe Artur2019-02-184-52/+61
| | | | | | |
| * | | | | | Add Reschedulable moduleFelipe Artur2019-02-154-36/+63
| | | | | | |
| * | | | | | Fix specsFelipe Artur2019-02-152-2/+4
| | | | | | |
| * | | | | | fix typoFelipe Artur2019-02-141-2/+2
| | | | | | |
| * | | | | | Fix broken specsFelipe Artur2019-02-143-2/+12
| | | | | | |
| * | | | | | Add specs for issuable states syncFelipe Artur2019-02-142-0/+31
| | | | | | |
| * | | | | | Split background migration for issues and merge requestsFelipe Artur2019-02-148-50/+81
| | | | | | |
| * | | | | | Code improvementsFelipe Artur2019-02-134-25/+18
| | | | | | |
| * | | | | | Improve batch sizeFelipe Artur2019-02-123-11/+12
| | | | | | |
| * | | | | | Schedule background migrations and specsFelipe Artur2019-02-124-56/+27
| | | | | | |
| * | | | | | Migrate issuable states to integer patch 1Felipe Artur2019-02-118-2/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 1 that migrates issues/merge requests states from integer to string. On this commit we are only adding the state_id column and syncing it with a backgroud migration. On Patch 2 the code to use the new integer column will be deployed and the old column will be removed.
* | | | | | | Merge branch 'contribute/fix-project-name-members-page' into 'master'Sean McGivern2019-04-024-3/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't sanitize project names on project members page Closes #58751 See merge request gitlab-org/gitlab-ce!25946
| * | | | | | Don't sanitize project names on project members pageElias Werberich2019-04-014-3/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kube_helm_auto_devops_213' into 'master'Kamil Trzciński2019-04-022-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.yml See merge request gitlab-org/gitlab-ce!26534
| * | | | | | Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.ymlkube_helm_auto_devops_213Thong Kuah2019-04-012-2/+7
| | | | | | |
* | | | | | | Merge branch 'coverage-parsing-examples' into 'master'Grzegorz Bizon2019-04-021-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak coverage parsing examples See merge request gitlab-org/gitlab-ce!26732
| * | | | | | | Add Elixir example for built in coverage tooloptikfluffel2019-03-281-0/+3
| | | | | | | |
| * | | | | | | Move NodeJS examples next to each otheroptikfluffel2019-03-281-3/+3
| | | | | | | |
* | | | | | | | Merge branch '56557-add-managed-field-to-cluster' into 'master'Kamil Trzciński2019-04-023-1/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds `managed` boolean column to Clusters table Closes #56557 See merge request gitlab-org/gitlab-ce!26675
| * | | | | | | | Add new field to Clusters tableMayra Cabrera2019-04-023-1/+24
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds boolean field 'managed' to clusters table. This new column will be used to distinguish those clusters that are automatically managed by gitlab. Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
* | | | | | | | Merge branch 'fix-transfer-group-possibilities' into 'master'James Lopez2019-04-024-2/+49
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix group transfer selection possibilities Closes #52295 See merge request gitlab-org/gitlab-ce!26123
| * | | | | | | | Fix group transfer selection possibilitiesPeter Marko2019-04-024-2/+49
|/ / / / / / / /
* | | | | | | | Merge branch '58879-document-local-tiller-docs' into 'master'Evan Read2019-04-021-14/+36
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that local tiller is used for Auto DevOps Closes #58879 See merge request gitlab-org/gitlab-ce!26688
| * | | | | | | | Document that local tiller is used for Auto DevOpsThong Kuah2019-04-021-14/+36
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also note that apps will be released into the Kubernetes namespace for the environment, and that GitLab < 11.4 used a dedicated Tiller
* | | | | | | | Merge branch 'weimeng-master-patch-83366' into 'master'Stan Hu2019-04-021-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix attempting to drop views in PostgreSQL See merge request gitlab-org/gitlab-ce!26836
| * | | | | | | | Fix attempting to drop views in PostgreSQLweimeng-master-patch-83366Wei-Meng Lee2019-04-021-1/+4
| | | | | | | | |
* | | | | | | | | Merge branch 'docs-anchors-17' into 'master'Evan Read2019-04-021-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix anchor to deprecated variables doc See merge request gitlab-org/gitlab-ce!26788
| * | | | | | | | Docs: Fix anchor to deprecated variables docMarcel Amirault2019-04-021-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'docs/restructure-ci-envs-and-deployment' into 'master'Mike Lewis2019-04-013-322/+450
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400