- 05 Jul, 2021 40 commits
-
-
Suzanne Selhorn authored
-
Jose Ivan Vargas authored
Pipelines: pass Sentry correct variable for path See merge request gitlab-org/gitlab!65458
-
GitLab Release Tools Bot authored
[ci skip]
-
David Fernandez authored
Use `version` from ActiveSupport::Cache::Store See merge request gitlab-org/gitlab!65436
-
Imre Farkas authored
Resolve "Don't use recursive root_ancestor in linear mode" See merge request gitlab-org/gitlab!65401
-
Vasilii Iakliushin authored
* Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/331297 * Follow-up for: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64723#note_617721967 ActiveSupport::Cache::Store offers `version` attribute for cache records. We can use it instead of a custom versioning strategy. https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
-
Sanad Liaquat authored
Wait for pipeline to pass and for the license report in E2E spec See merge request gitlab-org/gitlab!65159
-
Nailia Iskhakova authored
-
Phil Hughes authored
Fix template cards alignment on Create Project page See merge request gitlab-org/gitlab!65463
-
Matthias Käppler authored
Prevent retry for delayed data consistency See merge request gitlab-org/gitlab!65267
-
Vitaly Slobodin authored
Add missing `group` local assigns definition to HAML partials See merge request gitlab-org/gitlab!65182
-
Heinrich Lee Yu authored
Show 'Delete' button to developers in Wiki See merge request gitlab-org/gitlab!65420
-
Douglas Barbosa Alexandre authored
Do not export certain models when using Relations Export API See merge request gitlab-org/gitlab!65347
-
Marcin Sedlak-Jakubowski authored
Fix list rendering in Usage Ping docs See merge request gitlab-org/gitlab!64512
-
Mikołaj Wawrzyniak authored
Update Subscription data_category metrics See merge request gitlab-org/gitlab!65215
-
Luis Mejia authored
-
Kati Paizee authored
-
Sean McGivern authored
Fix and clarify import example on Sidekiq extra processes docs See merge request gitlab-org/gitlab!64301
-
Sean McGivern authored
Allow to query discussion design on GraphQL See merge request gitlab-org/gitlab!64550
-
Enrique Alcántara authored
Update banner for Subscription Details Sync See merge request gitlab-org/gitlab!65316
-
Angelo Gulina authored
The message conveys a message that better reflects what's happening after the sync action Changelog: changed
-
Sean McGivern authored
This would do the wrong thing before: it would run a process per queue, where each process ignored _exactly one_ import queue. This doesn't really match the description. The whole section seemed questionable as there was no provision for running all the other jobs (except by accident), so I changed this to be more general and use queue selectors to put all import jobs in one process, and all other jobs in another.
-
Kushal Pandya authored
Fixed diff more actions overlapping with virtual scroller See merge request gitlab-org/gitlab!65446
-
Kushal Pandya authored
-
Mikołaj Wawrzyniak authored
Update metrics dictionary with data category See merge request gitlab-org/gitlab!65448
-
Sarah GP authored
-
Phil Hughes authored
Edit UI text of Settings UI section - What's new See merge request gitlab-org/gitlab!64381
-
Russell Dickenson authored
-
Nick Thomas authored
Reintroduce lfs_link_existing_object feature flag See merge request gitlab-org/gitlab!65437
-
Sanad Liaquat authored
Fix prevent prevent_forking_outside_group_spec e2e test See merge request gitlab-org/gitlab!65339
-
Sanad Liaquat authored
-
Rémy Coutable authored
DRY deactivate dormant user worker spec See merge request gitlab-org/gitlab!65226
-
Miguel Rincon authored
Add E2E test for cilium network policies as part See merge request gitlab-org/gitlab!64108
-
Zamir Martins Filho authored
-
Miguel Rincon authored
Merge branch '334981-an-error-occurred-fetching-the-status-checks-when-viewing-project-settings' into 'master' Add license flag to status checks settings See merge request gitlab-org/gitlab!65246
-
nmilojevic1 authored
- Fix specs for application_worker - Changed data_consistency to sticky for BulkCronWorkers - Imporve worker atttribute validation
-
alinamihaila authored
- Update metrics dictionary to include data category - Dictionary was outdated
-
Imre Farkas authored
Add Bulk Imports API to view user initiated imports See merge request gitlab-org/gitlab!64335
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/335168
-
Igor Drozdov authored
We have an issue when mirrors doesn't download new LFS files due to this optimization Let's reintroduce the feature flag until we figure out how to fix the issue Changelog: changed
-