- Mar 05, 2020
-
-
Previously, Design Management would only serve the full size designs that were uploaded, even when viewed as thumbnails. !22860 introduced a change in the app to begin resizing designs down to a new "v432x230" version. This change refactors the existing Projects::DesignsController into a new base class DesignManagement::DesignsController. The old controller that served the full-size original design files is now DesignManagement::Designs::RawImageController, and there is an additional DesignManagement::Designs::ResizedImageController that can serve resized versions of the designs. This change represents a breaking change to the routes - however these routes were only ever used internally. The extenal-facing parts of the application (the GraphQL `DesignType`) has been updated with the new routes. #12577 #13815
-
Thong Kuah authored
Resolve "ee/spec/lib/ee/gitlab/usage_data_spec.rb failing" Closes #209027 See merge request !26548
-
Ash McKenzie authored
Backfill LfsObjectsProject records of forks See merge request !25343
-
Doug Stull authored
- need to time travel due to time period constraint in test
-
Ash McKenzie authored
Mark existing LFS object for upload for forks Closes #207216 See merge request !26344
-
Mayra Cabrera authored
Fix flaky import_export/group/tree_saver_spec.rb spec Closes #208763 See merge request !26539
-
Patrick Bajao authored
When source project already has the LFS object to be uploaded, it should still be linked to the fork project. That way, forks has access to their own LFS objects.
-
Ash McKenzie authored
Geo: Test Blob Replicators more generically Closes #118745 See merge request !25951
-
Thong Kuah authored
Resolve "Usage Ping timeouts on security_products_usage for large hosts" Closes #208697 See merge request !26296
- Mar 04, 2020
-
-
Russell Dickenson authored
Fix small typo in Serverless docs See merge request gitlab-org/gitlab!26534
-
-
Mayra Cabrera authored
cache release issue counters See merge request !24284
-
Add milestone close issues count service Add milestone issue count service Use count issue services in milestoneish Clear milestone issue counters cache on issue creation Clear milestone closed issue counters cache Clear milestone issue counters cache on updating issue Clear milestone issue counters on project transfer Add a changelog for milestones page improvement Fix milestones issue count cache keys
-
Mike Kozono authored
-
Mike Kozono authored
-
Mike Kozono authored
-
Mike Kozono authored
For Models with Replicators that define the "handle_after_create_commit" hook method.
-
Mike Kozono authored
-
It will be used for code review analytics to detect service users
-
This reverts custom bot type.
-
Ash McKenzie authored
Fix N+1 in Group milestone view See merge request !26051
-
Doug Stull authored
- to produce reliable results
-
Douglas Barbosa Alexandre authored
Add user dismiss option to broadcast messages Closes #16999 See merge request !20665
-
Dylan Griffith authored
Refactor scim to improve code quality See merge request !25773
-
Mayra Cabrera authored
Make metrics dashboard endpoint embedded check more explicit See merge request !26329
-
Douglas Barbosa Alexandre authored
Resolve "Code review start time doesn't account for approvals" Closes #199440 See merge request !25997
-
Fabio Huser authored
-
Fabio Huser authored
-
Fabio Huser authored
This commit introduces a new configuration option for broadcast messages to make them user dismissable. This option can be enabled/disabled per broadcast message by any instance administrator.
-
Douglas Barbosa Alexandre authored
Allow user to skip archive creation on backup See merge request !25003
-
Nick Thomas authored
Add routes to allow git actions on snippet repositories Closes #205666 See merge request !21739
-
Francisco Javier López authored
In this commit we add the snippet git commit routes that will allow us to perform git operations on snippets. It also refactors the Repositories controllers to allow working with containers and making them project agnostic.
-
Jan Provaznik authored
Add package_name as option to packages API See merge request !26291
-
Lucas Charles authored
-