- 03 Mar, 2020 21 commits
-
-
Etienne Baqué authored
-
Heinrich Lee Yu authored
Make some examples faster in NotificationService specs See merge request gitlab-org/gitlab!26107
-
Russell Dickenson authored
Note Omnibus PgBouncer is premium only See merge request gitlab-org/gitlab!26251
-
Ben Bodenmiller authored
-
Marcel Amirault authored
Documentation update to clarify that only key includes a step if any conditions match See merge request gitlab-org/gitlab!24511
-
Sanad Liaquat authored
Minor improvements on e2e tests from the DevOps Create stage See merge request gitlab-org/gitlab!25902
-
Thong Kuah authored
Bump Workhorse version to support Go Continuous Profiling See merge request gitlab-org/gitlab!26284
-
Marcel Amirault authored
-
Marcel Amirault authored
Add language declarations to code blocks See merge request gitlab-org/gitlab!26338
-
Amy Qualls authored
Add language declarations to code blocks for compliance with a future Markdownlint rule
-
Marcel Amirault authored
-
Ash McKenzie authored
Fix ES replicas setting validation Closes #208296 See merge request gitlab-org/gitlab!26112
-
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 19 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".
-