-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feat/build verbose argument #918
Conversation
CLA Assistant Lite bot: All contributors have NOT signed the COC Document I have read the Code of Conduct and I hereby accept the Terms You can retrigger this bot by commenting recheck in this Pull Request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please switch to develop branch and rebase your PR (you have conflicts, please resolve them as well).
@@ -34,3 +34,4 @@ output | |||
.gitmodules | |||
.pytest_cache/** | |||
site/ | |||
temp_add_on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line, this one is specific to your env.
conflict_static_list =[ | ||
'import_declare_test.py', | ||
f'{ta_name}_rh_*.py', | ||
'app.conf', | ||
'inputs.conf*', | ||
'restmap.conf', | ||
'server.conf', | ||
f'{ta_name}_*.conf*', | ||
'web.conf', | ||
'default.xml', | ||
'configuration.xml', | ||
'dashboard.xml', | ||
'inputs.xml', | ||
'openapi.json' | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the full path to the files instead of trying to match with regex?
color_pallete = { | ||
'copied': c.Fore.GREEN, | ||
'conflict': c.Fore.RED, | ||
'modified': c.Fore.YELLOW, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to work if we use logging instead of print?
Signed-off-by: Mateusz Macalik <mmacalik@splunk.com>
33369db
to
e64f087
Compare
The dev of this feature is now happening here: #927 |
No description provided.