- 30 Mar, 2021 1 commit
-
-
Thong Kuah authored
This worker runs a million times per hour, so reducing 5 queries to 1 means we have 4 million queries per hour
-
- 28 Mar, 2021 9 commits
-
-
Kerri Miller authored
Improve large MR count query: avoid primary sticking and add caching See merge request gitlab-org/gitlab!57341
-
Aakriti Gupta authored
- move tests from calcualtor class to count service
-
Suzanne Selhorn authored
Update README.md Removed extra "the". See merge request gitlab-org/gitlab!57650
-
David O'Regan authored
Fix alignment of folder-caret and actions button in the subgroup list See merge request gitlab-org/gitlab!52400
-
Yogi authored
-
Peter Leitzen authored
Fix cop offenses for Style/HashTransformation in app directory See merge request gitlab-org/gitlab!56579
-
Stan Hu authored
Ignore Jira proxy settings columns See merge request gitlab-org/gitlab!57260
-
L Mendes authored
-
Stan Hu authored
Fix flaky spec by setting a fixed date See merge request gitlab-org/gitlab!57646
-
- 27 Mar, 2021 1 commit
-
-
Alex Kalderimis authored
This addresses flakiness to do with daylight savings.
-
- 26 Mar, 2021 29 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
-
Arturo Herrero authored
The specs pass using `reload` in both actual and expected because `ignore_columns` is not working as expected. We don't use `reload` anywhere in the integrations code, so we can go with `reload` in the specs because the comparison having the ignored columns match with the extra columns.
-
Arturo Herrero authored
This reverts https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52119. We no longer need this as we are using the proxy settings via environment variables. https://docs.gitlab.com/omnibus/settings/environment-variables.html#setting-custom-environment-variables.
-
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.
-