- 17.02.2023 3 коммита
-
-
Daniel Diniz создал
Avoid 'respectively'. Rewrite another word we try to avoid. Break a complex sentence down into bullet points.
-
-
Sami Hiltunen создал
Omnibus preivously had a custom configuration structure for Praefect that didn't match the actual structure of Praefect. This made a number of things more difficult than they had to be. Omnibus was recently updated to place Praefect's configuration under praefect['configuration'] hash which gets directly marshaled as TOML for the final Praefect configuration. While there is still backwards compatibility handling in place, we should update the documentation to use the new structure in preparation for deprecating the old configuration keys. This commit upgrades Praefect's documentation to refer to the new keys.
-
- 16.02.2023 6 коммитов
-
-
Keelan Lang создал
Make subheadings shorter. Garden in Stan's comment on using separate ports for each service to run them concurrently.
-
Tetiana Zavediuk создал
Stop creating namespaces that don’t exist when importing project using GitHub import Rake task. The user needs to provide an existing namespace which can be their own user namespace or an existing group that they have permission to import a project into. If the condition don't match, we return an error to the user before creating or importing anything. Details: https://gitlab.com/gitlab-org/gitlab/-/issues/390690 Changelog: changed
-
Ashraf Khamis создал
-
Chris Day создал
-
Michael Kozono создал
-
Gregorius Marco создал
It was previously updated from 50 to 20, but there are still some places defining the default as 50.
-
- 14.02.2023 7 коммитов
-
-
Sampath Ranasinghe создал
-
Sampath Ranasinghe создал
-
Falko Sieverding создал
-
-
-
David Coy создал
-
-
- 13.02.2023 4 коммита
-
-
-
Vladimír Brodský создал
Adding information related to v15.5 and older to avoid failures/confusion during updating older versions.
-
Anton Smith создал
-
Mariia Solodovnik создал
-
- 11.02.2023 1 коммит
-
-
Jerry Seto создал
* Add button for triggering pruning of unreachable objects * Update documentation Contributes to: https://gitlab.com/gitlab-org/gitlab/-/issues/31354 Changelog: fixed
-
- 10.02.2023 1 коммит
-
-
- 09.02.2023 10 коммитов
-
-
Imre Farkas создал
-
Michael Kozono создал
-
Rayana Verissimo создал
-
Michael Kozono создал
-
-
Amy Qualls создал
Our naming scheme expects files to use underscores instead of hyphens. It would have been noticed eventually, so let's fix it now.
-
Amy Qualls создал
I have to rename the new file after we're done editing, so let's wrap up the edits - which are small.
-
Stan Hu создал
Rework fast SSH key lookup document to make it clear that this feature can be used with `gitlab-sshd` or OpenSSH. This is a follow-up for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111383.
-
Stan Hu создал
gitlab-sshd has been production ready since GitLab 15.1, as GitLab.com has been running with 100% of the Git SSH traffic since June 2022 (https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/603). Omnibus support was added in GitLab 15.9, so update the documentation accordingly.
-
Alexandr Tanayno создал
Remove mentions of 'currently.' Break long sentences apart, and add line wraps as our style guide expects.
-
- 08.02.2023 3 коммита
-
-
Suzanne Selhorn создал
Because there were a few and they were overlapping. Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/744
-
Shao Ming Tan создал
-
Justin Tobler создал
Prior to GitLab 16.0 all the metrics that are available under the `/db_metrics` endpoint are also available under `/metrics`. This change deduplicates the documented metrics and instead references the availability of metrics from `/db_metrics`.
-
- 07.02.2023 3 коммита
-
-
Katrin Leinweber создал
Co-authored-by:
Kaitlyn Chappell <kchappell@gitlab.com>
Co-authored-by:
Grant Young <gyoung@gitlab.com>
Co-authored-by:
Evan Read <eread@gitlab.com> -
Stan Hu создал
Some users use a Windows share via CIFS to hold their job artifacts. CIFS file leasing may cause "invalid argument" errors for job artifacts. Document ways to work around this issue. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/389995
-
Stan Hu создал
Since we switched to the upstream omniauth_openid_connect gem in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109557, we can now enable PKCE support in the OpenID Connect gem via the `pkce` flag. This commit documents this setting. Changelog: changed
-
- 06.02.2023 2 коммита
-
-
Evan Read создал
-
Justin Farmiloe создал
-