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

Added support for NO_ANSI_COLORS=1 for github actions #92

Merged
merged 30 commits into from
Feb 9, 2024

Conversation

sergiy-skalelabs
Copy link
Contributor

@sergiy-skalelabs sergiy-skalelabs commented Feb 9, 2024

Added support for NO_ANSI_COLORS=1 environment variable to suppress ANSI colorization of mostly all output mostly everywhere. Mainly modified files are YML files of github actions and PY tests code. Of course, NO_ANSI_COLORS=1 is understood by everybody who does log output. Main IMA agent code is left intact and no new tests required. Nevertheless, includes merge with develop where it gets latest hot fixes.

dmytrotkk and others added 28 commits January 30, 2024 13:34
Update network browser logger, add mainnet URL check
…ta-in-agent-log-after-start-IN-DEVELOP

ticket-910 Hide sensitive data in agent log after start
…-POW-mining-in-develop

Ticket 1672 exception in pow mining in develop
ticket-86 fixed timestamp formatting in logs
…et-errors

Ticket 72 handle IMA 2 IMA net errors
…NSI colorization of mostly all output mostly everywhere
@sergiy-skalelabs sergiy-skalelabs self-assigned this Feb 9, 2024
@sergiy-skalelabs sergiy-skalelabs linked an issue Feb 9, 2024 that may be closed by this pull request
5 tasks
…NSI colorization of mostly all output mostly everywhere
@sergiy-skalelabs sergiy-skalelabs marked this pull request as ready for review February 9, 2024 17:34
@sergiy-skalelabs sergiy-skalelabs merged commit 0b953f3 into v2.2.0 Feb 9, 2024
8 checks passed
@sergiy-skalelabs sergiy-skalelabs deleted the enhancement-NO_ANSI_COLORS branch February 9, 2024 19:55
@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement plain text logs without ANSI colorization in all tests inside github actions
4 participants