- 08 Jul, 2019 40 commits
-
-
GitLab Bot authored
-
Kamil Trzciński authored
Upgrade prometheus-client-mmap to 0.9.7 See merge request gitlab-org/gitlab-ce!30430
-
GitLab Bot authored
-
Bob Van Landuyt authored
Remove a high cardinality Prometheus metric See merge request gitlab-org/gitlab-ce!30122
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add lint rule that headings must increment one level at a time See merge request gitlab-org/gitlab-ce!30376
-
Evan Read authored
Also fixes instances in Markdown that broke the rule.
-
GitLab Bot authored
-
Phil Hughes authored
Starting a new discussion only on line without Draft note created on it See merge request gitlab-org/gitlab-ce!30413
-
Natalia Tepluhina authored
- fixed attribute to be not hyphenated - applied parallel diffs view on CE - separated left and right drafts - added fallback for hasDrafts
-
Andreas Brandl authored
Remove minimum required characters for fuzzy search if no trigram is used See merge request gitlab-org/gitlab-ce!29810
-
Phil Hughes authored
Starting a new discussion only on line without Draft note created on it Closes #12632 See merge request gitlab-org/gitlab-ee!14569
-
Natalia Tepluhina authored
- fixed attribute to be hyphenated - applied hasDraft to parallel view - added fallback to hasDraft - fixed type for draft to be parallel - fixed parallel diff view - added a changelog entry - separated left and right drafts
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Docs: Changing badges to use parentheses not brackets See merge request gitlab-org/gitlab-ce!30439
-
Marcel Amirault authored
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
Filipa Lacerda authored
Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
-
Filipa Lacerda authored
Replace runtime isEE check with compile time one See merge request gitlab-org/gitlab-ee!14570
-
GitLab Bot authored
-
Phil Hughes authored
Vue-i18n: autofix for app/assets/javascripts/vue_shared directory See merge request gitlab-org/gitlab-ce!30287
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
-
Phil Hughes authored
EE Port: Vue i18n js vue shared directory ee See merge request gitlab-org/gitlab-ee!14544
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
-
Fatih Acet authored
Vue-i18n: autofix for app/assets/javascripts/vue_merge_request_widget directory See merge request gitlab-org/gitlab-ce!30035
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
-
Fatih Acet authored
Vue-i18n: app/assets/javascripts/vue_merge_request_widget directory See merge request gitlab-org/gitlab-ee!14380
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
-
Fatih Acet authored
Update dependency @gitlab/svgs to ^1.67.0 See merge request gitlab-org/gitlab-ce!30402
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for app/views/admin/users/show.html.haml Closes gitlab-ee#12533 See merge request gitlab-org/gitlab-ce!30407
-
GitLab Bot authored
-
Kushal Pandya authored
Extract BoardScope component See merge request gitlab-org/gitlab-ee!14556
-
Winnie Hellmann authored
-
Kushal Pandya authored
Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
-
GitLab Bot authored
-
James Lopez authored
Clusters hierarchy CTE See merge request gitlab-org/gitlab-ce!30063
-
Thong Kuah authored
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
-
James Lopez authored
EE: Clusters hierarchy CTE See merge request gitlab-org/gitlab-ee!14480
-
Thong Kuah authored
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
-
Evan Read authored
Description of the optimized path wildcard See merge request gitlab-org/gitlab-ce!30082
-