- 09 Mar, 2020 11 commits
-
-
Dave Pisek authored
* Change links to documation from using 'external-link' symbols to 'More information' (https://design.gitlab.com/usability/helping-users/#formatting-help-content) * Add punctuation to sub-text
-
Natalia Tepluhina authored
Merge branch '209739-broken-master-mergerequesttable-snapshot-depends-on-date-comparison' into 'master' Broken master: MergeRequestTable snapshot depends on date comparison Closes #209739 See merge request gitlab-org/gitlab!26750
-
Evan Read authored
Add documentation for docs-with-code workflow See merge request gitlab-org/gitlab!25769
-
Marcel Amirault authored
Adds documentation about benefits, downsides, and implementation needs for a workflow where docs are always included with code, mandatorily.
-
Simon Knox authored
-
Evan Read authored
Geo: Improve HA install docs See merge request gitlab-org/gitlab!26542
-
Evan Read authored
Update docs for multi-project pipelines Closes #209041 See merge request gitlab-org/gitlab!26560
-
Alexander Tanayno authored
The docs were mixing visualizations / graphs with other multi-project pipeline features, which made it difficult to manage now that some features are split over different tiers. This splits visualizations into a new section, which can be badged with it's tier, while the rest becomes free (since 12.8).
-
Evan Read authored
Noting menu change for deploy keys and tokens See merge request gitlab-org/gitlab!26523
-
Suzanne Selhorn authored
Per https://gitlab.com/gitlab-org/gitlab/issues/199370, the menus have moved
-
Evan Read authored
Add the Tech Writers table in the MR Documentation template See merge request gitlab-org/gitlab!26658
-
- 08 Mar, 2020 6 commits
-
-
Russell Dickenson authored
Docs: fix identified spelling errors See merge request gitlab-org/gitlab!26705
-
James Fargher authored
API endpoint for deleting group deploy tokens See merge request gitlab-org/gitlab!25222
-
Natalia Tepluhina authored
Merge branch '208269-container-registry-expiration-policy-notify-the-user-that-expiration-policy-is-enabled-and' into 'master' Show that the container expiration policy is enabled See merge request gitlab-org/gitlab!26152
-
Nicolò Maria Mezzopera authored
- expiration policy alert - wire it in the index page
-
Natalia Tepluhina authored
Prevent non decimal, non numerical, non negative entry of limit See merge request gitlab-org/gitlab!26179
-
Donald Cook authored
-
- 07 Mar, 2020 8 commits
-
-
Kamil Trzciński authored
Introduce support for bulk-inserting model associations See merge request gitlab-org/gitlab!25591
-
Douglas Barbosa Alexandre authored
Fix inconsistent inflection of GpgKey module See merge request gitlab-org/gitlab!26632
-
Ray Paik authored
Change inconsistent and vaguely worded “Prepare for the renewal”... See merge request gitlab-org/gitlab!26718
-
jbwyatt4 (John Wyatt) authored
-
jbwyatt4 (John Wyatt) authored
Change inconsistent and vaguely worded “Prepare for the renewal” / “Prepare for renewal” to much more concise 'Prepare for renewal by reviewing your account'. The word 'review'/'reviewing' is used elsewhere already by the documentation.
-
Ray Paik authored
Update index.md, added the missing word 'the' See merge request gitlab-org/gitlab!26713
-
Mayra Cabrera authored
Geo - Make registry table SSOT for Uploads See merge request gitlab-org/gitlab!25482
-
Douglas Barbosa Alexandre authored
FileDownloadDispatchWorker looks only at the registry table for things that have never been synced. In order for the counts to be correct, we have to distinguish between "never synced" and "failed" with "retry_count" being "nil" for the former and "not nil" for the latter. Feature flag is "geo_file_registry_ssot_sync".
-
- 06 Mar, 2020 15 commits
-
-
Ray Paik authored
Update index.md See merge request gitlab-org/gitlab!26716
-
Ray Paik authored
Improve wording on Experiment Guide page. See merge request gitlab-org/gitlab!26714
-
J.P. Neverwas authored
-
Mayra Cabrera authored
Fix `ci_project_subscriptions` plan limits See merge request gitlab-org/gitlab!26693
-
Kamil Trzciński authored
Do not try to create default yet. Update to refer only to `Gitlab.com?`
-
Mayra Cabrera authored
Replace undefined severity with unknown severity for occurrences See merge request gitlab-org/gitlab!26085
-
Can Eldem authored
Remove index for undoing migration
-
Phil Bangayan authored
-
Mayra Cabrera authored
Optimize todos counters in usage data See merge request gitlab-org/gitlab!26442
-
Alper Akgun authored
adds an index for batch counting in usage data
-
Noah Spahn authored
-
Mike Greiling authored
Add skeleton loader to new packages list Closes #208424 See merge request gitlab-org/gitlab!26176
-
Michael Kozono authored
* Add caveat that we don't support PG HA in secondaries * Suggest ensuring the secondary cluster works without Geo first * Add configuration to disable geo_logcursor on the PG read-replica node to prevent it from attempting to configure Rails if you don't have any Rails services explicitly enabled. Otherwise, reconfigure could get blocked on things like erroring on migrating databases even though you never asked to run geo_logcursor on the PG node. * Add suggestion to run backend Rails services on backend app nodes
-
Mayra Cabrera authored
Enable caching for milestone issue counters by default See merge request gitlab-org/gitlab!21554
-
Vladimir Shushlin authored
We want to expose milestone issue counts to the API for https://gitlab.com/gitlab-org/gitlab/issues/31289. The current milestones page is also very slow - it has N+1 for the same counters. We want to cache these counters, but they depend on user, which makes cache useless. So this commit removes dependency on `user` variable for milestone issue counters
-