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

🐛🔨 Maintenance: fixes log-level of server in boot and bumpversion commit failure #3070

Merged
merged 9 commits into from
May 25, 2022

Conversation

pcrespov
Copy link
Member

@pcrespov pcrespov commented May 24, 2022

What do these changes do?

Two very verbose but simple fixes:

  • 🐛 boot.sh sets the same log-level to the app as to the server (i.e. uvicorn or gunicorn). Up to now, they were not connected and portainer would always show INFO logs of the server regardless the log-level we set via env vars
  • 🔨 bumpversion was failing to commit due to pre-commit-hook failing in modified README -> disabled pre-commit check on bumpversion changes.

Related issue/s

Maintenance

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #3070 (245e495) into master (245e495) will not change coverage.
The diff coverage is n/a.

❗ Current head 245e495 differs from pull request most recent head 889a78d. Consider uploading reports for the commit 889a78d to get more accurate results

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3070   +/-   ##
======================================
  Coverage    80.8%   80.8%           
======================================
  Files         715     715           
  Lines       30849   30849           
  Branches     4024    4024           
======================================
  Hits        24933   24933           
  Misses       5053    5053           
  Partials      863     863           
Flag Coverage Δ
integrationtests 66.3% <0.0%> (ø)
unittests 76.7% <0.0%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@pcrespov pcrespov force-pushed the maintenance/minor-fixes branch from 6989e35 to d2d6992 Compare May 24, 2022 14:37
@pcrespov pcrespov changed the title Maintenance/minor fixes 🐛🔨 Maintenance: fixes log-level of server in boot and bumpversion commit failure May 24, 2022
@pcrespov pcrespov marked this pull request as ready for review May 24, 2022 14:50
@pcrespov pcrespov self-assigned this May 24, 2022
@pcrespov pcrespov added this to the Croissant milestone May 24, 2022
@pcrespov pcrespov force-pushed the maintenance/minor-fixes branch from d2d6992 to a38d18b Compare May 24, 2022 14:53
Copy link
Contributor

@KZzizzle KZzizzle left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@sanderegg sanderegg left a comment

Choose a reason for hiding this comment

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

this is very focused and very much welcomed. thanks!

@pcrespov pcrespov force-pushed the maintenance/minor-fixes branch from 19e9015 to 889a78d Compare May 24, 2022 19:47
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

@pcrespov pcrespov merged commit 4bd0ac7 into ITISFoundation:master May 25, 2022
@pcrespov pcrespov deleted the maintenance/minor-fixes branch May 25, 2022 05:35
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.

5 participants