- 04.12.2020 28 коммитов
-
-
Achilleas Pipinellis создал
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.
-
Achilleas Pipinellis создал
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.
-
-
-
Jim Cser создал
-
Alishan Ladhani создал
-
Melissa Ushakov создал
-
Marcin Sedlak-Jakubowski создал
-
Rachel Gottesman создал
-
Sunjung Park создал
-
Vasilii Iakliushin создал
Contibutes to issue: https://gitlab.com/gitlab-org/gitlab/-/issues/233994 Follow-up for: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47309 Add a JS client to send requests to UsageData increment_counter API
-
Amy Qualls создал
The word GitLab should never be used in the form of "GitLab's" for legal reasons. Create a test to help eradicate the usage.
-
John Hope создал
-
Marcin Sedlak-Jakubowski создал
-
Marcel Amirault создал
-
Terri Chu создал
Backfill issues documents with missing permissions for project and issue permissions. Adds batch capabilities to the Elastic::MigrationWorker to support modifying large amounts of documents.
-
Mikhail Mazurskiy создал
Rebase against master, since this branch was a few weeks old, and start by adding hard line wraps.
-
Ben Bodenmiller создал
-
-
Bryan Stenson создал
-
John Long создал
-
Alper Akgun создал
-
-
Amy Qualls создал
These links need to be updated to their new destinations based on the HTTP response codes we received during testing.
-
Tim Rizzi создал
-
Anton Smith создал
-
-
Amy Qualls создал
More tinkering, and some judicious Vale disabling, to bring the style guide page closer to GitLab tone and style.
-
- 03.12.2020 12 коммитов
-
-
Evan Read создал
-
Diana Stanley создал
-
Mike Jang создал
-
Amy Qualls создал
Our link checker identified these links as outdated, but provided new locations for them. This merge request updates their locations.
-
Amy Qualls создал
doc/ci/quick_start/img/runners_activated.png was not linked to from any page in the repository, and is orphaned. This merge request removes the file from the repository to save space.
-
-
-
Orit Golowinski создал
-
Steve Abrams создал
- Add authentication service to return JWT when users login to the dependency proxy - Remove restriction of public groups only for dependency proxy
-
Achilleas Pipinellis создал
-
Matija Čupić создал
Simplify stage extrapolation Small GraphQL improvements * Use connection_type for an array of objects * Update GraphQL description for job need name Remove include_merged_yaml parameter Removes the include_merged_yaml parameter to make code more idiomatic. The parameter isn't stored, it's computed dynamically when accessed so this introduces a slight performance overhead, but it's far outweighed by the pro of having cleaner code and less technical debt. Stub YamlProcessor response in resolver specs Refactor relation connection types * Move request type tests to request specs * Use proper status enum values Simplify Ci::Config GraphQL resolver
-
lauraMon создал
Refactors to use string as content type * Refactors mutation to use STRING_TYPE rather than ApolloUpload, since the mutation cannot work with a path from the frontend * Removes YamlProcessorResult type and returns StageType instead * Adds status field to mutation to mirror implementation * Makes comprehensive specs Adds a changelog Filters out jobless stages Refactored to use custom types * Added a ci_config type for stages, groups, jobs, needs * Adds a new gitlab-ci.yml stub that has some includes * Updates specs * Updates docs and schema Updates mutation to be a resolver instead * Due to some changes, this was better fitted to be resolved in its own resolver instead of being a mutation. Specs were changed and slightly modified to reflect this. * Adds type specs * Adds some missing fields (size) * Updates docs and schema * Updates the changelog
-