Norman Debald activity https://gitlab.com/Modjo85 2026-03-17T16:53:02Z tag:gitlab.com,2026-03-17:5213913440 Norman Debald pushed to project branch 6284-coverage-threshold-2-service-rest at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-17T16:53:02Z Modjo85 Norman Debald

Norman Debald (9f8662ce) at 17 Mar 16:53

Add coverage threshold service logic and REST API

... and 1923 more commits

tag:gitlab.com,2026-03-17:5211066666 Norman Debald commented on issue #587536 at GitLab.org / GitLab 2026-03-17T05:59:55Z Modjo85 Norman Debald

@thiagocsf So you mean my already closed MR suggestion has maybe a second chance?

tag:gitlab.com,2026-03-16:5210268615 Norman Debald pushed to project branch 6284-coverage-threshold-1-db-model-ff at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T22:24:21Z Modjo85 Norman Debald

Norman Debald (b2d1c00f) at 16 Mar 22:24

Refactor coverage_minimum_threshold specs to use shoulda-matcher

... and 12 more commits

tag:gitlab.com,2026-03-16:5210247500 Norman Debald commented on issue #483024 at GitLab.org / GitLab 2026-03-16T22:13:21Z Modjo85 Norman Debald

u r welcome

tag:gitlab.com,2026-03-16:5210125046 Norman Debald pushed to project branch 6284-coverage-threshold-1-db-model-ff at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T21:20:58Z Modjo85 Norman Debald

Norman Debald (a3baf42e) at 16 Mar 21:20

Refactor coverage_minimum_threshold specs to use shoulda-matcher

... and 1912 more commits

tag:gitlab.com,2026-03-16:5210122490 Norman Debald commented on merge request !226418 at GitLab.org / GitLab 2026-03-16T21:19:54Z Modjo85 Norman Debald

Thanks for the review @kherman1! I've added unit tests for the onScroll behavior as requested. The tests cover both scenarios (with and without frequently_used category) and verify that the correct tab is highlighted at various scroll offsets. Let me know if there's anything else you'd like me to adjust!

tag:gitlab.com,2026-03-16:5210120268 Norman Debald pushed to project branch fix-emoji-picker-category-highlight at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T21:18:58Z Modjo85 Norman Debald

Norman Debald (beb7cf40) at 16 Mar 21:18

Add unit tests for onScroll category highlight behavior

tag:gitlab.com,2026-03-16:5210059773 Norman Debald commented on merge request !226363 at GitLab.org / GitLab 2026-03-16T20:55:15Z Modjo85 Norman Debald

Done! Refactored to use validate_numericality_of with a scoped :code_coverage subject, following the existing pattern in this spec. Feature flag gating test kept separate.

tag:gitlab.com,2026-03-16:5210055793 Norman Debald pushed to project branch 6284-coverage-threshold-1-db-model-ff at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T20:53:36Z Modjo85 Norman Debald

Norman Debald (38c6e907) at 16 Mar 20:53

Refactor coverage_minimum_threshold specs to use shoulda-matcher

tag:gitlab.com,2026-03-16:5210025703 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:43:02Z Modjo85 Norman Debald

Fixed in MR1. Since this is a stacked MR and the feature flag file is actually introduced in !226363 (MR1, not MR2), I pointed introduced_by_url to !226363.

tag:gitlab.com,2026-03-16:5210022675 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:42:03Z Modjo85 Norman Debald

Tried removing the actor, but RuboCop (Gitlab/FeatureFlagWithoutActor) enforces an explicit actor. Kept project to stay compliant.

tag:gitlab.com,2026-03-16:5210017763 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:40:28Z Modjo85 Norman Debald

Fixed in MR1, new migrations use '18.11'.

tag:gitlab.com,2026-03-16:5210016011 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:39:49Z Modjo85 Norman Debald

Fixed in MR1, updated to '18.11'.

tag:gitlab.com,2026-03-16:5210015195 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:39:32Z Modjo85 Norman Debald

Acknowledged. As a community contributor, could someone from the team create the rollout issue? Happy to add the URL once it exists.

tag:gitlab.com,2026-03-16:5210014261 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:39:11Z Modjo85 Norman Debald

Resolved by the split: each migration now matches its table name.

tag:gitlab.com,2026-03-16:5210013176 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:38:49Z Modjo85 Norman Debald

Added CHECK constraints for both tables in a separate migration in MR1. Regarding float vs decimal: happy to defer to the team as you suggested, since CI coverage values are already floats.

tag:gitlab.com,2026-03-16:5210011379 Norman Debald commented on merge request !226370 at GitLab.org / GitLab 2026-03-16T20:38:12Z Modjo85 Norman Debald

Agreed! The migration touched two tables which triggers RequireDisableDdlTransactionForMultipleLocks, so instead I split it into two separate migrations (one per table) in MR1. No disable_ddl_transaction! needed anymore.

tag:gitlab.com,2026-03-16:5209994163 Norman Debald pushed to project branch 6284-coverage-threshold-1-db-model-ff at GitLab Community / GitLab.org / GitLab Community Fork 2026-03-16T20:31:45Z Modjo85 Norman Debald

Norman Debald (acadb6a7) at 16 Mar 20:31

Address review feedback from MR2

tag:gitlab.com,2026-03-13:5202707099 Norman Debald commented on merge request !226416 at GitLab.org / GitLab 2026-03-13T19:21:49Z Modjo85 Norman Debald

Hi @reza-marandi Thank you I will take a look at soon as possible.