Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NU-19] Add flag to remove synaccess rev a relay option #5060

Merged
merged 3 commits into from
Feb 28, 2025

Conversation

joaquinco
Copy link
Collaborator

Note

  • Add flag to remove synaccess rev a relay type option

Copy link
Collaborator

@LeticiaErrandonea LeticiaErrandonea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, I left a suggestion

Comment on lines 23 to 29
[
!SettingsHelper.feature_on?(:disable_relay_synaccess_rev_a) && [
RelaySynaccessRevA, RelaySynaccessRevA.name
],
[RelaySynaccessRevB, RelaySynaccessRevB.name],
[RelayDataprobe, RelayDataprobe.name],
].select(&:itself)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this a little bit unclear. What do you think about this?

[
  SettingsHelper.feature_on?(:disable_relay_synaccess_rev_a) ? nil : [RelaySynaccessRevA, RelaySynaccessRevA.name],
...
].compact

@joaquinco joaquinco force-pushed the nu-19/remove-synaccess-rev-a-option branch from ca4ca8a to e65278b Compare February 28, 2025 13:07
Copy link
Collaborator

@LeticiaErrandonea LeticiaErrandonea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the changes!

@joaquinco joaquinco merged commit 0024a86 into master Feb 28, 2025
3 checks passed
@joaquinco joaquinco deleted the nu-19/remove-synaccess-rev-a-option branch February 28, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants