- First commit to issue fork.
- π«π·France prudloff Lille
prudloff β changed the visibility of the branch 11.x to hidden.
- π«π·France prudloff Lille
prudloff β changed the visibility of the branch 9.3.x to hidden.
- π«π·France prudloff Lille
prudloff β changed the visibility of the branch 3217783-configuration-management-performance-9.3.x to hidden.
- π«π·France prudloff Lille
prudloff β changed the visibility of the branch 3217783-configuration-management-performance to hidden.
- πΊπΈUnited States smustgrave
Left a small comment on the MR
If you are another contributor eager to jump in, please allow the previous poster at least 48 hours to respond to feedback first, so they have the opportunity to finish what they started!
- πΊπΈUnited States smustgrave
Feedback appears to be addressed, not sure about test coverage.
- π¬π§United Kingdom catch
This isn't possible to test.
We should open a follow-up to look at whether the same trick could help in other situations, one I can think of might be cache garbage collection, which runs a delete against potentially a lot of rows.
Should probably be converted to constructor promotion, would be in scope to convert the others of this file
Not a blocker, but a couple questions about this:
- Why is property promotion in scope when the constructor was not otherwise changed?
- If property promotion is in scope for
ExportStorageManager
, shouldn't it also be forImportStorageTransformer
? - Should the promoted properties be readonly?
- Should the constructor docblocks be removed?
- π¬π§United Kingdom catch
Yes that also looks out of scope, might be better to revert those changes if the answer to the last two bullet points is 'yes' and open a follow-up. I think it's fine to do property promotion/remove constructor docs when already changing a constructor, but otherwise best handled in dedicated issues.
- π¬π§United Kingdom alexpott πͺπΊπ
I think the constructor changes here are in scope because we promote $connection to a property so we are changing the constructor. Imo the ImportStorageTransformer is not in scope because we're not changing them.
I think the constructor changes here are in scope because we promote $connection to a property
Oh, right, I missed that bit. Makes sense.
- π¦πΊAustralia nigelcunningham Geelong
Wow. Great to see this merged. Thanks all!