- Jul 21, 2021
-
-
Diogo Frazão authored
-
- Jul 20, 2021
-
-
Diogo Frazão authored
-
Olena Horal-Koretska authored
Refactor polling interval multiplier configuration UI and docs See merge request !66342
-
Imre Farkas authored
Group token HTTP authentication See merge request !65788
-
Brandon Labuschagne authored
Replace legacy stage table with updated stage table See merge request !66189
-
-
Matthias Käppler authored
New cop to enforce using new GraphQL types See merge request !66289
-
instead of old ones
-
Ezekiel Kigbo authored
Resolve "Syntax highlighting has wrong inline background on darkmode" See merge request !66410
-
-
Jan Provaznik authored
Remove badge cache from home panel See merge request !65638
-
Matthias Käppler authored
Support blank string for RAILS_RELATIVE_URL_ROOT See merge request !65974
-
Vitaly Slobodin authored
Set up the performance marks and measures See merge request !66359
-
GDK defaulted to `/` but that has issues with some gems because that is not a valid relative root so we want to change the GDK default to an empty string. This changes our rackup file to handle a blank string properly.
-
Dylan Griffith authored
Change the place of scheduling the `StoreReportsWorker` See merge request !66299
-
Dylan Griffith authored
Add helper methods for extending and reactivating trial See merge request !66040
-
James Fargher authored
Resolve "Background migration cleanup process" See merge request !65698
-
charlie ablett authored
Fix spam checking to consider updater of issue instead of author See merge request !66408
-
Stan Hu authored
When an issue or some other issauble is updated, we previously would check whether the original author was the support bot instead of the user who updated this issue. As a result, the spam check would be triggered unnecessarily and causing spam logs to be attributed to the support bot. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/335971 Changelog: fixed
-
A helper to ensure that sidekiq and pending tracked jobs are processed. Optionally delete successful tracked job rows.
-
Simon Knox authored
Add conditional to fix error when creating or deleting a board list See merge request gitlab-org/gitlab!66297
-
Changelog: fixed
-
Robert Speicher authored
Use direct SQL to generate internal ids See merge request gitlab-org/gitlab!65590
-
-
Douglas Barbosa Alexandre authored
Replace UniqueVisitsHelper with RedisTracking See merge request !65594
-
-
Mark Lapierre authored
E2E: Remove relative url quarantine for bulk import spec See merge request gitlab-org/gitlab!66364
-
- Jul 19, 2021
-
-
-
Mark Lapierre authored
Test MinIO with existing Package managers See merge request !65986
-
Evan Read authored
Changelog: other
-
Mikołaj Wawrzyniak authored
Add tier and data source See merge request !66209
-
Andrew Fontaine authored
Rename runner HAML file from "index" to "settings" See merge request !66366
-
-
Enrique Alcántara authored
Refactor: Update runner type/state translations See merge request gitlab-org/gitlab!66277
-
pbair authored
To reduce the overhead of generating internal ids, move away from the previous model of locking then updating the record, and instead favor doing a direct update of the record, returning the updated last_value. This change is behind a feature flag so we can better measure the performance impact of the new approach.
-
Mayra Cabrera authored
Update GraphQL project type field container_registry_enabled [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request !66059
-
Robert May authored
Skip LFS fragment on redirect See merge request !65751