You need to sign in or sign up before continuing.
- Feb 17, 2025
-
-
Marcel Amirault authored
-
- Feb 05, 2025
-
-
Evan Read authored
-
- Jan 13, 2025
-
-
Marcel Amirault authored
Update offering notes with all three offerings
-
- Oct 29, 2024
-
-
Alexis Sánchez authored
-
- Apr 28, 2024
-
-
Asmaa Hassan authored
Co-authored-by:
Evan Read <eread@gitlab.com>
-
- Feb 27, 2024
-
-
Suzanne Selhorn authored
Related to: #439130
-
- Jan 24, 2024
-
-
Suzanne Selhorn authored
Because for now, we're changing the format. Related to: gitlab-docs#1751
-
- Dec 06, 2023
-
-
Marcel Amirault authored
Update the links in all docs except user and admin pages
-
- Sep 21, 2022
-
-
Related epic: https://gitlab.com/groups/gitlab-com/-/epics/1940
-
- May 29, 2022
-
-
Achilleas Pipinellis authored
In gitlab-com/www-gitlab-com!104673, we split the Enablement stage into Systems and Data Stores. This commit changes the Distribution and Geo groups to the Systems stage.
-
- Oct 26, 2021
-
-
Bob Van Landuyt authored
These all seem to be related to the plan stage and coming from gitlab-com/www-gitlab-com!90106
-
- Sep 13, 2021
-
-
Sean McGivern authored
These APIs allow you to delete Sidekiq jobs from a queue. We now support having multiple worker classes use the same queue, so we need an extra argument to support that case - otherwise it would be possible to delete jobs from a less-problematic worker when just meaning to target a particular worker. Changelog: changed
-
- Apr 22, 2021
-
-
Evan Read authored
Update previously unassigned topics.
-
- Jan 28, 2021
-
-
For the new tier name changes https://gitlab.com/gitlab-org/technical-writing/-/issues/344
-
- 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.
-
- Oct 26, 2020
-
-
Craig Norris authored
Add additional none/unassigned metadata to docs
-
- Oct 15, 2020
-
-
Sean McGivern authored
This won't be present in API logs yet because API endpoints don't yet have feature categories.
-
- Sep 16, 2020
-
-
Evan Read authored
-
- Jul 23, 2020
-
-
Make alert boxes render properly, or change to introduced in styling
-
- May 27, 2020
-
-
Also Standardize quote usage & replace look-alike PRIVATE-TOKENs
-
- Mar 06, 2020
-
-
Adding more language declarations to code blocks.
-
- Feb 28, 2020
-
-
Sean McGivern authored
This API endpoint uses job metadata to remove jobs from a queue. It can only be used by admins, and deletes as many jobs as it can in 30 seconds. If it exceeds 30 seconds, it returns a flag indicating that the user should try again to finish processing the queue. (Because of the way Sidekiq queues work, it can't resume where it left off, so you just have to start from scratch each time.) By default, it's implemented in GraphQL, but there's also a matching REST endpoint for convenience.
-