- 04 Mar, 2020 1 commit
-
-
Miguel Rincon authored
Defines a formatter for yAxis of the column chart based on chart options and configuration.
-
- 03 Mar, 2020 10 commits
-
-
Miguel Rincon authored
- y_axis is now supported to contain a `format` and `name`. - chart grid size adjusted to fit labels more comfortably - tooltip format takes format of y axis Internally, axis options are computed in a separate file for easier sharing between components.
-
Ash McKenzie authored
Geo - Make registry table SSOT for Job Artifacts See merge request gitlab-org/gitlab!25378
-
Evan Read authored
Resolve "Follow-up from "Set up generate 2FA recovery code procedure"" See merge request gitlab-org/gitlab!26314
-
Mike Jang authored
-
Michael Kozono authored
Update GitLab Shell to v12.0.0 See merge request gitlab-org/gitlab!26256
-
Evan Read authored
Docs: restore nuanced phrasing with commas Closes #208238 See merge request gitlab-org/gitlab!26200
-
Amy Qualls authored
This commit rewrites one sentence to provide a nuance of meaning while not running afoul of the Oxford comma rule. It also restores the phrasing in another sentence while wrapping the paragraph in tags that disable the Oxford comma test on the paragraph.
-
Marcel Amirault authored
Add code block declarations See merge request gitlab-org/gitlab!26337
-
Amy Qualls authored
Declare languages for code blocks.
-
Ray Paik authored
Add missing articles to value steam analytics See merge request gitlab-org/gitlab!26289
-
- 02 Mar, 2020 29 commits
-
-
Russell Dickenson authored
Updates group/project members api to reference pagination See merge request gitlab-org/gitlab!26335
-
Muhammad Dewji authored
Updates group/project members api to reference pagination. (Used https://gitlab.com/gitlab-org/gitlab/blob/master/doc/api/users.md as a template)
-
Mayra Cabrera authored
Add project scoping to split diff feature flag See merge request gitlab-org/gitlab!26024
-
Thomas Randolph authored
We've added a pair of feature flag checks that are gated on project, but in order to get at the project object. we have to go through the diff_file object because of the Grape abstractions in play..
-
Russell Dickenson authored
Add note to column rename doc See merge request gitlab-org/gitlab!25110
-
Andy Soiron authored
Suggest to split each step into separate MRs when renaming database columns
-
Walmyr Lima e Silva Filho authored
De-quarantine and fix an end-to-end test for scoped labels See merge request gitlab-org/gitlab!26293
-
Mayra Cabrera authored
Remove Relation rename service See merge request gitlab-org/gitlab!26004
-
Nikola Milojevic authored
- Fix specs - Fix fixtures
-
Mark Lapierre authored
Fallback to using 'CI_COMMIT_SHA' when pipeline is 'detached' See merge request gitlab-org/gitlab!26272
-
Stan Hu authored
Default to sensible time range for grafana embeds See merge request gitlab-org/gitlab!21884
-
Sarah Yasonik authored
-
Douglas Barbosa Alexandre authored
Accept paths for LSIF info endpoint See merge request gitlab-org/gitlab!25915
-
Douglas Barbosa Alexandre authored
Backport API support to move between repository storages/shards Closes #23663 See merge request gitlab-org/gitlab!18721
-
Ben Bodenmiller authored
This is a direct move from EE to CE
-
Douglas Barbosa Alexandre authored
Fix snippet blob viewers See merge request gitlab-org/gitlab!25945
-
Igor Drozdov authored
This would allow us implementing code-nav for diffs
-
Douglas Barbosa Alexandre authored
The new finder method `find_registry_differences` also returns tracked IDs that should not be synced, in anticipation of a future where RegistryConsistencyService cleans up registries that should not exist.
-
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_job_artifact_registry_ssot_sync".
-
Kamil Trzciński authored
Automatically include metrics embed for gitlab alerts See merge request gitlab-org/gitlab!25277
-
Douglas Barbosa Alexandre authored
Merge branch '37320-ensure-project-snippet-feature-status-in-project-snippet-api-endpoints-2' into 'master' Project Snippets GraphQL endpoint should check status See merge request gitlab-org/gitlab!26158
-
Douglas Barbosa Alexandre authored
Pass correct Time object to VSM DataCollector See merge request gitlab-org/gitlab!25885
-
a_luna authored
- Improve variable name - Add Changelog - Remove unnecessary let_it_be
-
a_luna authored
If the blob does not have a rich_viewer attached, the richData property will be empty.
-
a_luna authored
-
a_luna authored
ApplicationController#renderer initialization receives a Warden::Proxy to avoid Devise errors.
-
Francisco Javier López authored
-
Robert Speicher authored
Add name_regex_keep param to tag bulk delete api See merge request gitlab-org/gitlab!25484
-
Steve Abrams authored
Add new param name_regex_keep to the container registry bulk delete tag API endpoint. name_regex is renamed name_regex_delete. The new param will override matches found by the delete param.
-