Siddharth Dungarwal activity https://gitlab.com/sdungarwal 2026-03-19T16:33:25Z tag:gitlab.com,2026-03-19:5223071544 Siddharth Dungarwal commented on merge request !227737 at GitLab.org / GitLab 2026-03-19T16:33:25Z sdungarwal Siddharth Dungarwal

The test failures also seem to be unrelated.

tag:gitlab.com,2026-03-19:5222820643 Siddharth Dungarwal commented on merge request !227737 at GitLab.org / GitLab 2026-03-19T15:37:48Z sdungarwal Siddharth Dungarwal

The coverage issue it not related to FF removal so I am adding pipeline:skip-undercoverage and also we will be removing that code as a followup

tag:gitlab.com,2026-03-19:5222137520 Siddharth Dungarwal commented on merge request !227076 at GitLab.org / GitLab 2026-03-19T13:18:08Z sdungarwal Siddharth Dungarwal

I have addressed this but I forgot to push 🤦 can you check now ?

tag:gitlab.com,2026-03-19:5222122286 Siddharth Dungarwal commented on merge request !227737 at GitLab.org / GitLab 2026-03-19T13:14:45Z sdungarwal Siddharth Dungarwal

As suggested by you I have moved these changes also in this MR.

tag:gitlab.com,2026-03-19:5222121870 Siddharth Dungarwal pushed to project branch 587248-navigation-search-helpers at GitLab.org / GitLab 2026-03-19T13:14:39Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (b4ab03f4) at 19 Mar 13:14

Merge branch '587248-remove-visibility-specs' into 587248-navigatio...

... and 1 more commit

tag:gitlab.com,2026-03-19:5222121449 Siddharth Dungarwal closed merge request !227731: Remove search_scope_work_item feature flag from visibility specs at GitLab.org / GitLab 2026-03-19T13:14:34Z sdungarwal Siddharth Dungarwal

What does this MR do and why?

This code change removes test files and test code related to a feature flag called search_scope_work_item. This is 1st out of the 3 MRs for FF cleanup.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #587248

tag:gitlab.com,2026-03-19:5222107133 Siddharth Dungarwal pushed to project branch sdungarwal-improve-backfill-helper at GitLab.org / GitLab 2026-03-19T13:11:29Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (6fc74401) at 19 Mar 13:11

Add review fixes

tag:gitlab.com,2026-03-19:5220148129 Siddharth Dungarwal pushed to project branch 593979-redirect-legacy-scopes-to-work_items at GitLab.org / GitLab 2026-03-19T02:27:12Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (16d86ae7) at 19 Mar 02:27

Fix failing specs

tag:gitlab.com,2026-03-18:5219771721 Siddharth Dungarwal pushed to project branch 593979-redirect-legacy-scopes-to-work_items at GitLab.org / GitLab 2026-03-18T23:09:25Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (bf555fb9) at 18 Mar 23:09

Fix failing spec

tag:gitlab.com,2026-03-18:5219752475 Siddharth Dungarwal pushed to project branch 593979-redirect-legacy-scopes-to-work_items at GitLab.org / GitLab 2026-03-18T23:02:22Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (89de2652) at 18 Mar 23:02

Fix failing specs

tag:gitlab.com,2026-03-18:5219730471 Siddharth Dungarwal commented on merge request !227961 at GitLab.org / GitLab 2026-03-18T22:49:34Z sdungarwal Siddharth Dungarwal

Hey @bwill the changes LGTM 👍 can you please use the complete URL as suggested by duo as the LLM may not have access to the whole codebase.

@dgruzd can you do a final review here ?

tag:gitlab.com,2026-03-18:5219729792 Siddharth Dungarwal approved merge request !227961: Update prompt to follow commit guidelines at GitLab.org / GitLab 2026-03-18T22:49:18Z sdungarwal Siddharth Dungarwal

What does this MR do and why?

Update prompt to follow commit guidelines

In 36e97f19, housekeeper generated a commit message that was 500 words long and caused the pipeline to fail due to not following guidelines. This change adds some direction to the prompt to follow the guidelines.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

tag:gitlab.com,2026-03-18:5219498399 Siddharth Dungarwal opened merge request !227976: Add changes to redirect old scopes to work_items at GitLab.org / GitLab 2026-03-18T21:07:17Z sdungarwal Siddharth Dungarwal

What does this MR do and why?

Add conversion so that when someone searches using the old scope names ("issues" or "epics"), the system automatically translates them to use "work_items" instead. This ensures backward compatibility, existing bookmarks, saved searches, or API calls using the old names will continue to work seamlessly.

The implementation includes a mapping table that defines which old scope names should be converted to which new ones, and comprehensive tests to verify the conversion works correctly in various scenarios including when no scope is specified or when different parameter formats are used.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

Test Case 1: Legacy issues scope Visit: http://gdk.test:3000/search?search=test&group_id=29&scope=issues

Test Case 2: Canonical work_items scope (regression test) Visit: http://gdk.test:3000/search?search=test&group_id=29&scope=work_items

Test Case 3: Other scopes (regression test) Visit: http://gdk.test:3000/search?search=test&group_id=29&scope=blobs

Test Case 4: No scope parameter Visit: http://gdk.test:3000/search?search=test&group_id=29

Test Case 5: EE epics scope (if in EE environment) Visit: http://gdk.test:3000/search?search=test&group_id=29&scope=epics

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #593979

tag:gitlab.com,2026-03-18:5219457419 Siddharth Dungarwal pushed new project branch 593979-redirect-legacy-scopes-to-work_items at GitLab.org / GitLab 2026-03-18T20:53:18Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (c5a858e7) at 18 Mar 20:53

Add changes to redirect old scopes to work_items

tag:gitlab.com,2026-03-18:5219094926 Siddharth Dungarwal commented on merge request !227316 at GitLab.org / GitLab 2026-03-18T18:54:45Z sdungarwal Siddharth Dungarwal

Can you have a look now ? I have applied one suggestion and responded to others.

tag:gitlab.com,2026-03-18:5219091380 Siddharth Dungarwal commented on merge request !227316 at GitLab.org / GitLab 2026-03-18T18:53:48Z sdungarwal Siddharth Dungarwal

I think for migrations we have all details in !227316 (comment 3158643140) generated via database testing pipeline.

tag:gitlab.com,2026-03-18:5219074847 Siddharth Dungarwal commented on merge request !227316 at GitLab.org / GitLab 2026-03-18T18:48:43Z sdungarwal Siddharth Dungarwal

Thanks for the suggestion! However, we don't need to test for nil search in this case. The search column on application_settings was added in a previous major release and is guaranteed to exist by the time this migration runs. This migration is purely a backfill operation to add the global_search_work_items_enabled key within the existing search hash, not to initialize the search column itself.

Since we're only backfilling a specific key and the column always exists, adding a test for the nil case would be testing a scenario that can't occur in practice.

tag:gitlab.com,2026-03-18:5219067739 Siddharth Dungarwal pushed to project branch 588615-backfill-work_item-setting at GitLab.org / GitLab 2026-03-18T18:46:54Z sdungarwal Siddharth Dungarwal

Siddharth Dungarwal (afb7bb21) at 18 Mar 18:46

Apply 1 suggestion(s) to 1 file(s)

tag:gitlab.com,2026-03-18:5219037804 Siddharth Dungarwal commented on merge request !227316 at GitLab.org / GitLab 2026-03-18T18:37:20Z sdungarwal Siddharth Dungarwal

application_setting.search cannot be null it was added in last major release and has backfilled data for other columns

tag:gitlab.com,2026-03-18:5219024374 Siddharth Dungarwal commented on merge request !227316 at GitLab.org / GitLab 2026-03-18T18:33:11Z sdungarwal Siddharth Dungarwal

Thanks for clarifying!