Kerri Miller activity https://gitlab.com/kerrizor 2026-03-17T02:29:06Z tag:gitlab.com,2026-03-17:5210698873 Kerri Miller deleted project branch 420057-remove-unused-valid_full_sha-method at GitLab.org / GitLab 2026-03-17T02:29:06Z kerrizor Kerri Miller [email protected]

Kerri Miller (057684a2) at 17 Mar 02:29

tag:gitlab.com,2026-03-17:5210698461 Kerri Miller pushed to project branch master at GitLab.org / GitLab 2026-03-17T02:28:54Z kerrizor Kerri Miller [email protected]

Kerri Miller (8cb32029) at 17 Mar 02:28

Merge branch '420057-remove-unused-valid_full_sha-method' into 'mas...

... and 1 more commit

tag:gitlab.com,2026-03-17:5210697157 Kerri Miller accepted merge request !227312: Remove unused #valid_full_sha at GitLab.org / GitLab 2026-03-17T02:28:18Z kerrizor Kerri Miller [email protected]

What does this MR do and why?

This method has been identified as unused, and thus a target for removal.

Related to #420057

tag:gitlab.com,2026-03-16:5209784576 Kerri Miller pushed to project branch kerrizor/add-find_by_id_through_partition at GitLab.org / GitLab 2026-03-16T19:18:45Z kerrizor Kerri Miller [email protected]

Kerri Miller (c63e500e) at 16 Mar 19:18

Add additional guards against nil partition_id

tag:gitlab.com,2026-03-16:5209772367 Kerri Miller pushed to project branch kerrizor/add-find_by_id_through_partition at GitLab.org / GitLab 2026-03-16T19:14:10Z kerrizor Kerri Miller [email protected]

Kerri Miller (f3f8d2ee) at 16 Mar 19:14

Remove extraneous return

tag:gitlab.com,2026-03-16:5209766570 Kerri Miller commented on merge request !227539 at GitLab.org / GitLab 2026-03-16T19:12:04Z kerrizor Kerri Miller [email protected]

@mfanGitLab ah! yes.. I was trying to make the FF portion a bit more obvious, and had a little left over bit here.. good catch.

tag:gitlab.com,2026-03-16:5209623371 Kerri Miller opened merge request !227539: Add #find_by_id_through_partition to Ci::Pipeline at GitLab.org / GitLab 2026-03-16T18:26:14Z kerrizor Kerri Miller [email protected]

What does this MR do and why?

Adds a helper method that looks up pipelines by ID, first attempting to search within the current partition for improved query performance when partition pruning is enabled, then falling back to a global search if not found.

This allows PostgreSQL to prune irrelevant partitions and reduces query cost for the common case where the pipeline belongs to the current partition.

The change is gated behind the existing ci_partition_pruning_workers feature flag, added in !227525

tag:gitlab.com,2026-03-16:5209611667 Kerri Miller pushed new project branch kerrizor/add-find_by_id_through_partition at GitLab.org / GitLab 2026-03-16T18:22:20Z kerrizor Kerri Miller [email protected]

Kerri Miller (96989a93) at 16 Mar 18:22

Update workers to use #find_by_id_through_partition

... and 1 more commit

tag:gitlab.com,2026-03-16:5209528106 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T17:57:11Z kerrizor Kerri Miller [email protected]

@minac Personally, I like to keep the application and the test suite from becoming too entangled; I think of the specs as their own application. Since the fixture would never be executed in the context of the application as part of it's normal (non-testing) functions, my strong-opinion-weakly-held is that we should probably find a home for it somewhere in the [ee/]spec/ world.

tag:gitlab.com,2026-03-16:5209516728 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T17:54:00Z kerrizor Kerri Miller [email protected]

@minac weird, I looked and didn't see it in our app, and google wasn't helping me.. thanks

tag:gitlab.com,2026-03-16:5209500344 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T17:49:04Z kerrizor Kerri Miller [email protected]

I'm really curious to know; what makes you assume this?

@minac I didn't mean it in a derogatory or negative way - apologies for it coming across with that tone! What I meant was more.. this is a LOT of code to review in one gulp, it's all coming in one single commit, and there's not a lot of here; it lands as a complete solution from the get-go, rather than an MVP with clear signs of evolution. Whether that's good or bad is in the product, I really just meant that phrase as an aside, neither commentary nor judgement.

tag:gitlab.com,2026-03-16:5208946108 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T15:31:39Z kerrizor Kerri Miller [email protected]

What do you think about this change?

This is similar to a spike I did last year, using logging to trace usage while working on driving out unused code. I left some Dumb Questions, but in general this is a giant lump of code (prompted, I assume.) Since it's fairly divergent from the main app, did you consider releasing this as an internal gem?

WDYT about adding logging of non-authorized call sites for production?

This is a case where I think it would be beneficial to prioritize adding docs.

tag:gitlab.com,2026-03-16:5208922892 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T15:26:23Z kerrizor Kerri Miller [email protected]

Sorry, where is the source for this? 🙃

tag:gitlab.com,2026-03-16:5208922879 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T15:26:23Z kerrizor Kerri Miller [email protected]

Can you expand on why this in in lib/ rather than with other testing fixtures?

tag:gitlab.com,2026-03-16:5208922873 Kerri Miller commented on merge request !227271 at GitLab.org / GitLab 2026-03-16T15:26:23Z kerrizor Kerri Miller [email protected]

Seeing this repeated over and over again, why not add this to the .rubocop_todo or exempt it at the source?

tag:gitlab.com,2026-03-13:5202490892 Kerri Miller commented on merge request !227328 at GitLab.org / GitLab 2026-03-13T18:02:38Z kerrizor Kerri Miller [email protected]

@ghinfey teeny tiny maintenancerefactor MR - could you maintainerize? 🙇

tag:gitlab.com,2026-03-13:5202434144 Kerri Miller pushed to project branch kerrizor/add-missing-feature-category-to-ee_commit-spec at GitLab.org / GitLab 2026-03-13T17:43:43Z kerrizor Kerri Miller [email protected]

Kerri Miller (3ff05b0a) at 13 Mar 17:43

Add missing feature_category declaration

tag:gitlab.com,2026-03-13:5202429902 Kerri Miller opened merge request !227328: Add missing feature_category declaration at GitLab.org / GitLab 2026-03-13T17:42:11Z kerrizor Kerri Miller [email protected]

What does this MR do and why?

Adds a missing feature_category that I noticed in passing.

tag:gitlab.com,2026-03-13:5202425573 Kerri Miller commented on merge request !227312 at GitLab.org / GitLab 2026-03-13T17:40:49Z kerrizor Kerri Miller [email protected]

Ah... why did roulette recommend someone on PTO? 🙃

@cwoolley-gitlab could you maintainerize this? It's tiny!

tag:gitlab.com,2026-03-13:5202421365 Kerri Miller commented on merge request !227312 at GitLab.org / GitLab 2026-03-13T17:39:26Z kerrizor Kerri Miller [email protected]

@charlieeekroon could you maintainerize this small maintenanceremoval MR? 🙇