- 27 Mar, 2021 1 commit
-
-
Alex Kalderimis authored
This addresses flakiness to do with daylight savings.
-
- 26 Mar, 2021 39 commits
-
-
Jose Ivan Vargas authored
Merge branch '285144-fe-render-generic-report-data-on-vulnerability-details-page-root-component' into 'master' Add generic reports section and 'url' type to vulnerability details page See merge request gitlab-org/gitlab!56635
-
David Pisek authored
* Adds component with collapsible header * Adds rows, and items components * Adds "url" component
-
Robert Speicher authored
BulkImports: Rename "end_cursor" to "next_page" See merge request gitlab-org/gitlab!57503
-
Robert Speicher authored
Rename jobs to promote a smoother transition between Klar and Trivy based scanners See merge request gitlab-org/gitlab!57593
-
Mayra Cabrera authored
Ignore `default_enabled` value in `Feature.enabled?` [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56746
-
Vitali Tatarintev authored
Add missing definition files for some feature flags
-
Stan Hu authored
Fix two data races in the branch names cache See merge request gitlab-org/gitlab!57607
-
Robert Speicher authored
Use feature definitions for experiments api See merge request gitlab-org/gitlab!56900
-
Robert Speicher authored
Add task to label the security issue and MR See merge request gitlab-org/gitlab!57534
-
Philippe Lafoucrière authored
-
Nick Gaskill authored
Add NuGet API docs See merge request gitlab-org/gitlab!57614
-
Steve Abrams authored
-
Nick Thomas authored
Expiry of the branch name cache could race with checking inclusion, in such a way that a branch may be marked as non-existent when it does in fact exist. This MR uses Redis transactions to atomically take the existence of the set at the same time as the smembers / sismembers call, so we can distinguish between "an empty value exists in the cache" and "the cache is empty".
-
Suzanne Selhorn authored
Tidy up two Jira configuration pages See merge request gitlab-org/gitlab!57522
-
Amy Qualls authored
Bring this page closer to GitLab tone and style. Remove a few images that will go out of date at times we can't predict, and replace the images with text descriptions.
-
Alex Kalderimis authored
Create new policies for read, destroy, and create tokens See merge request gitlab-org/gitlab!56464
-
Mike Greiling authored
Adjusting button size on license compliance widget See merge request gitlab-org/gitlab!57592
-
Jannik Lehmann authored
Adjust the size of the "Manage License" Button on the License Compliance Widget to be consistent with the other buttons in the row.
-
Stan Hu authored
Catch NoResponseError from Net::DNS in LoadBalancing::Resolver See merge request gitlab-org/gitlab!57187
-
Yannis Roussos authored
Reduce query count for extremely frequent ExpirePipelineCacheWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57304
-
Amy Qualls authored
Removed GitLab possessive See merge request gitlab-org/gitlab!57608
-
Nick Gaskill authored
Add Composer API documentation See merge request gitlab-org/gitlab!57596
-
Steve Abrams authored
-
Patrick Bair authored
Add migration to cleanup web_hook_logs backfill See merge request gitlab-org/gitlab!57580
-
Dmitry Gruzd authored
Rename event to action in Snowplow helpers and FE event handlers [RUN ALL RSPEC] See merge request gitlab-org/gitlab!55698
-
Jason Plum authored
Catch the `NoResponseError` rendered from `Net::DNS::Resolver` when it detects no repsonse from the DNS server. We do this so that we can `raise` our own `UnresolvableNameserverError` stating that there was no repsonse. This allows us to differentiate between getting no answers and getting no response from the system's DNS servers. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/271575 Changelog: fixed
-
Thong Kuah authored
Consolide 4x queries into one using eager_load, which saves us 3N query count for a worker which runs 1 million times an hour at peak.
-
Amy Qualls authored
Start bulking up the settings intro See merge request gitlab-org/gitlab!56549
-
Dmitry Gruzd authored
Validate null constraint for token name See merge request gitlab-org/gitlab!56868
-
Emily Ring authored
-
Sarah Groff Hennigh-Palermo authored
Hide pipeline status in pipeline editor for new projects See merge request gitlab-org/gitlab!57213
-
Suzanne Selhorn authored
-
Imre Farkas authored
Add spec for UsageMetricDefinitionGenerator file creation See merge request gitlab-org/gitlab!56551
-
Robert Speicher authored
Add basic proxy for customers dot See merge request gitlab-org/gitlab!56577
-
Nick Gaskill authored
Update Composer docs for 2.0 See merge request gitlab-org/gitlab!57585
-
Kamil Trzciński authored
Adds data consistency for BuildHooksWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57575
-
Nikola Milojevic authored
- Introduces load_balancing_for_build_hooks_worker ff
-
Robert Speicher authored
Listen on localhost for Gitaly's Prometheus See merge request gitlab-org/gitlab!57438
-
Andrew Fontaine authored
New pipeline bug: add check and update tests that failed check See merge request gitlab-org/gitlab!57581
-