- Feb 24, 2021
- Feb 12, 2021
-
-
James McGrew authored
-
- Feb 05, 2021
- Jan 28, 2021
-
-
Amy Qualls authored
Word and line edits for Create pages, to bring down the number of Vale warnings.
-
For the new tier name changes https://gitlab.com/gitlab-org/technical-writing/-/issues/344
-
For the new tier name changes https://gitlab.com/gitlab-org/technical-writing/-/issues/344
-
- Dec 16, 2020
-
-
Amy Qualls authored
These possessives shouldn't be used, according to Legal. Removing.
-
- Dec 04, 2020
-
-
The notation we use to represent a note is: ``` NOTE: **Note:** This is a note ``` This is rendered by Nanoc and presented in an alert box in the docs site. The second `**Note:**` can be redundant, so let's remove it.
-
In https://gitlab.com/groups/gitlab-org/-/epics/5020, we decided to use only two alerts (note, warning), and eliminate any bold text coming after the icon. This changes CAUTION to WARNING and eliminates any **Warning:**/**Caution:** text that comes after them.
-
- Nov 23, 2020
-
-
Achilleas Pipinellis authored
The previous URL had two drawbacks: 1. It didn't match what the title was about (`Assignments to DevOps Stages and Groups`, and the anchor was `#designated-technical-writers`). 2. It didn't account for the other sections, like development and API guidelines.
-
- Nov 11, 2020
-
-
Previously it was not clear that delayed deletion of projects can only be enabled for projects in groups, not for projects in personal namespaces. This improves the documentation to reflect both aspects.
-
- Sep 07, 2020
-
-
* Remove starter-only * Remove core-only * Remove premium-only * Remove ultimate-only * Remove ultimate * Remove premium * Remove starter * Remove core
-
- Aug 12, 2020
-
-
Jiaan Louw authored
Delayed project deletion is referred by different phrases which this attempts to resolve: Refer to "soft delete" as "delayed delete". Refer to "adjourned" as "delayed". Refer to "adjournment period" as "delay".
-
- Jul 29, 2020
-
-
Marcia Ramos authored
Add Create stage to api/ and admin/ docs
-
- Jul 15, 2020
-
-
Aishwarya authored
Add documentation changes for the Group Setting to configure project deletion mode.
-
- May 21, 2020
-
-
Marcel Amirault authored
Links to issues need to be update to use a hyphen, this MR changes issue links in /doc/user
-
- Apr 30, 2020
-
-
Manoj M J authored
-
- Apr 28, 2020
-
-
Manoj M J authored
This change adds licensed feature policies
-
- Apr 20, 2020
-
-
DeAndre Harris authored
-
- Apr 15, 2020
-
-
Some organizations prefer to have all Gitlab related data private but it is currently possible for non-authenticated users to access certain pages e.g /public and /explore This change makes it possible to restrict access by checking if `public` is included in the restricted visibility level setting. * require authentication for /explore, /help, and /public for non-authenticated users. * remove the Explore link from the sign in page. * redirect an unauthenticated user attempting to access /help to https://docs.gitlab.com/.
-
- Mar 02, 2020
-
-
This change introduces default branch protection at the group level so that group owners can set their own preference for default branch protection, and this will override the instance level default branch protection
-
- Feb 12, 2020
-
-
Amy Qualls authored
This commit contains two types of fixes. 1) Sentences with two spaces after the period, which is disallowed in GitLab's style guide 2) Usage of 'Node.JS' - not only does this usage trigger the sentence spacing rule, it's actually incorrect according to the trademark. It should be 'Node.js' in sentence case - this usage also passes the sentence spacing test, since it only looks for capital letters immediately following a period.
-
- Feb 08, 2020
-
-
Marcel Amirault authored
Links to MRs now need hyphens, added as needed.
-
- Feb 06, 2020
-
-
The URLs needs hyphens now, so did a find and replace to add them.
-
- Jan 24, 2020
-
-
Manoj M J authored
This change adds API endpoints to perfrom 1. soft-deleting of group 2. restoring of already soft-deleted groups.
-
- Jan 02, 2020
-
-
Diana Stanley authored
-
- Dec 17, 2019
-
-
Add new columns to projects and application settings Add attributes to import specs Import should ignore marked for deletion column Remove unneeded differences Remove unneeded differences Add specs to model Refactor specs to use specs helper Add cr remarks Add cr remarks Add db changes Add new columns to projects and application settings Add attributes to import specs Import should ignore marked for deletion column Add application setting With api entry and ui changes Fix validations name Remove unneeded differences Add strings to the file Add changelog entry Change name in migration to the proper one Remove unneeded differences Remove parts of code that by error was brought back to old version Add constant to application settings Add constant to migration Correct wording for more universal approach Update changelog entry Remove merge leftovers Remove rubocop offence
-
- Dec 02, 2019
-
-
- Nov 29, 2019
-
-
mksionek authored
-
- Oct 25, 2019
-
-
Marcel Amirault authored
Moves gitlab_flow.md, issue_weight.md, notifications.md releases.md and repository_mirroring.md, out of workflow and into better locations. Updates relative links both within the moved docs, and linking to the moved docs.
-
- Oct 21, 2019
-
-
Allison Browne authored
-
- Oct 18, 2019
-
-
-
- Also renamed screenshots to match standard.
-
- Oct 17, 2019
-
-
Michael Kozono authored
And link to it from the Location-aware Git URL Geo doc.
-
- Oct 01, 2019
-
-
- Sep 29, 2019
-
-
Updated docs of the Admin Area's 'Visibility and access controls' docs to match the options available in the UI. - Deleted 3 unnecesssary images. - Added links to and from relevant topics. - Added several sections. - Removed index in introduction as it was unnecessary. - Changed reference style links into inline links.
-
- Sep 25, 2019
-
-
Ensure various admin related docs and /user docs are using proper capitalization and backticks
-
- Sep 17, 2019
-
-
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- Aug 22, 2019
-
-
Some admin_area docs were missing the Core Only badge
-
- Jul 08, 2019
-
-
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
-