Ruslan Balagansky activity https://gitlab.com/balagansky-work 2026-03-12T20:24:41Z tag:gitlab.com,2026-03-12:5198692519 Ruslan Balagansky commented on issue #895 at GitLab.org / GitLab 2026-03-12T20:24:41Z balagansky-work Ruslan Balagansky

To summarise: I'd have prefered if there were two buttons - something like 'Rebase & run pipeline' and 'Merge without rerunning pipeline'.

100% agree (based on above reply - I haven't tested the change myself). The distinction should be clearer and users should be at least slightly discouraged by the UI from rebase + merging without rerunning a pipeline.

Also, why remove the previous option to rebase without a pipeline and also without merging? That's still potentially useful.

tag:gitlab.com,2026-01-29:5044767575 Ruslan Balagansky commented on issue #587739 at GitLab.org / GitLab 2026-01-29T00:47:42Z balagansky-work Ruslan Balagansky

Found a partial workaround: in the project's group set GitLab Duo availability to "On by default" instead of "Off by default"

WARNING: (I believe) making this change will toggle all children's Duo availability setting to On!

for detailed discussion see #587739 (comment 3042448904)

tag:gitlab.com,2026-01-28:5044582564 Ruslan Balagansky commented on issue #587739 at GitLab.org / GitLab 2026-01-28T23:14:14Z balagansky-work Ruslan Balagansky

Not going to wade into the deeper technical discussions here or read through the links, but maybe worth clarifying some basics:

We should allow project level override if Duo features are enabled at project level even if they're disabled at group level.

GitLab already does. That's why the group level setting is threefold:

image

Always off - children of the group cannot enable Duo features. Duo is completely suppressed for children by this value

The other two settings, "On by default" and "Off by default" allow children to decide independently. Implied by the name and made explicit by the the description. This setting only dictates the default value of child settings (when the parent setting is modified or when new children are added).

The misbehavior being reported here is clearly contradicting the user interface. I've only seen it apply to the auto-review toggle on projects (at least so far I haven't noticed it elsewhere), so the problem reported here may be specific and isolated.

if the parent group has duo features setting set to "Off by Default", then we should still allow users to enable the duo feature at a project level and it should work as expected, right?

Based on the docs and UI, every project and group should have a method of determining whether Duo features (or a subset as the case may be) are allowed in the project or group. The input to this is basically two-fold: are the Duo feature toggles available at the current level AND if so, are they turned on?

This is the typical pattern for settings (at least in my experience). If something depends on a given setting, you essentially check whether the setting itself is enabled first, then if it is enabled, you check its value.

If the current level Duo toggle is visible and enabled, then anything tied to that toggle at the same level should be visible.

tag:gitlab.com,2026-01-28:5044298128 Ruslan Balagansky commented on issue #587739 at GitLab.org / GitLab 2026-01-28T21:21:23Z balagansky-work Ruslan Balagansky

Interesting.

I was looking for it in project settings. The project explicitly enables Duo features.

The project's direct parent group has Duo settings set to "Off by Default". In that group, the auto review setting does not appear either.

BUT, if I change the Duo settings in the group to On by Default, then the auto review setting appears in both the group and the project.

The current behavior is not correct. The project auto review setting should appear if the project itself has Duo features enabled. Requiring "On by Default" in the parent group is wrong.

tag:gitlab.com,2026-01-27:5040003045 Ruslan Balagansky opened issue #587866: using spec inputs rules together with regex fails at GitLab.org / GitLab 2026-01-27T23:43:42Z balagansky-work Ruslan Balagansky tag:gitlab.com,2026-01-27:5039986717 Ruslan Balagansky pushed to project branch main at Ruslan Balagansky / test-regex-input 2026-01-27T23:35:35Z balagansky-work Ruslan Balagansky

Ruslan Balagansky (b976f2b3) at 27 Jan 23:35

tweak

tag:gitlab.com,2026-01-27:5039984987 Ruslan Balagansky pushed new project branch main at Ruslan Balagansky / test-regex-input 2026-01-27T23:34:55Z balagansky-work Ruslan Balagansky

Ruslan Balagansky (d7d5d4a2) at 27 Jan 23:34

Create .gitlab-ci.yml file

tag:gitlab.com,2026-01-27:5039977512 Ruslan Balagansky created project Ruslan Balagansky / test-regex-input 2026-01-27T23:32:09Z balagansky-work Ruslan Balagansky tag:gitlab.com,2026-01-27:5039970879 Ruslan Balagansky pushed new project branch main at Ruslan Balagansky / test-boolean-input 2026-01-27T23:29:41Z balagansky-work Ruslan Balagansky

Ruslan Balagansky (290eaba7) at 27 Jan 23:29

Create .gitlab-ci.yml file

tag:gitlab.com,2026-01-27:5039965262 Ruslan Balagansky created project Ruslan Balagansky / test-boolean-input 2026-01-27T23:27:10Z balagansky-work Ruslan Balagansky tag:gitlab.com,2026-01-27:5039908262 Ruslan Balagansky commented on issue #587862 at GitLab.org / GitLab 2026-01-27T23:02:02Z balagansky-work Ruslan Balagansky

Note: the first examples in the docs for inputs have hyphens in input names, but later examples do not.

tag:gitlab.com,2026-01-27:5039904054 Ruslan Balagansky opened issue #587862: inputs with hyphens in name cause if expression error at GitLab.org / GitLab 2026-01-27T23:00:03Z balagansky-work Ruslan Balagansky tag:gitlab.com,2026-01-27:5039885526 Ruslan Balagansky pushed to project branch main at Ruslan Balagansky / test_hyphenated_inputs 2026-01-27T22:50:52Z balagansky-work Ruslan Balagansky

Ruslan Balagansky (03f720f2) at 27 Jan 22:50

fix typo

tag:gitlab.com,2026-01-27:5039882915 Ruslan Balagansky pushed new project branch main at Ruslan Balagansky / test_hyphenated_inputs 2026-01-27T22:49:36Z balagansky-work Ruslan Balagansky

Ruslan Balagansky (da3a3c30) at 27 Jan 22:49

Create .gitlab-ci.yml file

tag:gitlab.com,2026-01-27:5039852048 Ruslan Balagansky created project Ruslan Balagansky / test_hyphenated_inputs 2026-01-27T22:38:49Z balagansky-work Ruslan Balagansky tag:gitlab.com,2026-01-27:5036018519 Ruslan Balagansky commented on issue #587739 at GitLab.org / GitLab 2026-01-27T05:44:34Z balagansky-work Ruslan Balagansky

Also: projects that previously had it enabled are no longer adding Duo as a reviewer automatically.

Adding Duo manually continues to work.

tag:gitlab.com,2026-01-27:5036016013 Ruslan Balagansky commented on issue #587739 at GitLab.org / GitLab 2026-01-27T05:42:52Z balagansky-work Ruslan Balagansky

Our self-managed instance is affected also.

tag:gitlab.com,2025-12-08:4891580801 Ruslan Balagansky commented on issue #28646 at GitLab.org / GitLab 2025-12-08T19:38:08Z balagansky-work Ruslan Balagansky

How about doing something like this by default:

  1. Periodically update an index of "activeness" per project - some weighted measure based on number of authors, number of commits recently.
  2. Use the indexed activeness measure above in ranking search results.
tag:gitlab.com,2025-09-12:4611349677 Ruslan Balagansky commented on issue #521990 at GitLab.org / GitLab 2025-09-12T02:58:16Z balagansky-work Ruslan Balagansky

??

tag:gitlab.com,2025-09-12:4611349185 Ruslan Balagansky commented on issue #521990 at GitLab.org / GitLab 2025-09-12T02:57:47Z balagansky-work Ruslan Balagansky

@gitlab-bot label reproduced on GitLab Self-Managed