- Mar 30, 2021
-
-
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
-
- Mar 28, 2021
-
-
Kerri Miller authored
Improve large MR count query: avoid primary sticking and add caching See merge request !57341
-
- move tests from calcualtor class to count service
-
Suzanne Selhorn authored
Update README.md Removed extra "the". See merge request !57650
-
David O'Regan authored
Fix alignment of folder-caret and actions button in the subgroup list See merge request !52400
-
-
Peter Leitzen authored
Fix cop offenses for Style/HashTransformation in app directory See merge request !56579
-
L Mendes authored
-
- Mar 27, 2021
-
-
Alex Kalderimis authored
This addresses flakiness to do with daylight savings.
-
- Mar 26, 2021
-
-
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 !56635
-
* 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 !57503
-
Robert Speicher authored
Rename jobs to promote a smoother transition between Klar and Trivy based scanners See merge request !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
-
Add missing definition files for some feature flags
-
Robert Speicher authored
Use feature definitions for experiments api See merge request !56900
-
Robert Speicher authored
Add task to label the security issue and MR See merge request !57534
-
-
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 !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 !57614
-
-
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 !57522
-
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 !57592
-
Adjust the size of the "Manage License" Button on the License Compliance Widget to be consistent with the other buttons in the row.
-
Yannis Roussos authored
Reduce query count for extremely frequent ExpirePipelineCacheWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request !57304
-
Amy Qualls authored
Removed GitLab possessive See merge request gitlab-org/gitlab!57608
-
Nick Gaskill authored
Add Composer API documentation See merge request !57596
-
-
Patrick Bair authored
Add migration to cleanup web_hook_logs backfill See merge request !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 #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.
-