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

Fixes #10719: Remove the skipidentify variable and settings page entry #1792

Conversation

ncharles
Copy link
Member

extends SettingsApi with Loggable {


val allSettings =
Copy link
Member

Choose a reason for hiding this comment

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

I would have put the list in the SettingsAPI in a val (baseSettings) and remove or add skipidentify

I would go for baseSettings to be api v9 list

in v9 allSettings = baseSettings
in v8 allSettings = baseSettings :+ RestUseReverseDNS

Copy link
Member Author

Choose a reason for hiding this comment

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

Make sense ! Thank you

@VinceMacBuche
Copy link
Member

Apart the small refactoring remark, this is great ! thanks Nicolas !

@ncharles
Copy link
Member Author

Commit modified

@ncharles ncharles force-pushed the arch_10719/remove_the_skipidentify_variable_and_settings_page_entry branch from 3f733f6 to edfd0e8 Compare November 23, 2017 15:49
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit edfd0e8 into Normation:master Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants