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

Sort clusters, commands and attributes in helper-endpointconfig.js #123

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

vivien-apple
Copy link
Contributor

Problem

While generating endpoint_config.h the attributes order is sometimes moving around. This is annoying since it creates some useless noises in PRs and it may hides some local changes.

This PR sorts clusters, attributes and commands to make sure the order stay the same between multiple runs.

@vivien-apple vivien-apple force-pushed the EndpointConfig_Sort branch 2 times, most recently from 40f5618 to f116d84 Compare March 24, 2021 14:21
@vivien-apple
Copy link
Contributor Author

Closing since @tecimovic did better thing by using ORDER BY directly on the SQL queries.

@vivien-apple
Copy link
Contributor Author

I'm reopening this PR since it is still not fixed. endpoint_config.h still has some differences between different runs.

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