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

feat: logger #71

Merged
merged 5 commits into from
Apr 24, 2023
Merged

feat: logger #71

merged 5 commits into from
Apr 24, 2023

Conversation

aafrecct
Copy link

  • refactor: black
  • precommit hooks added (incomplete)
  • configuration for system-wide logger added
  • several log lines for system-wide logger added
  • other small changes

aafrecct and others added 4 commits February 28, 2023 13:14
  - modified resouce plugin model
  - cleaned loader and uninstall functions
  - added 3 new plugin info test data
  - removed hardcoded values from plugin validatorand placed as constants in class
  - refactored version util
  - added a test-plugin-9
  - added downgrade functionality
 - refactor: black
 - precommit hooks added
 - configuration for system-wide logger added
 - several log lines for system-wide logger added
@fdelavega
Copy link

You have uploaded you local database settings, so the test pipeline does not work

src/settings.py Outdated
"NAME": "wstore_db",
"ENFORCE_SCHEMA": False,
"CLIENT": {
"host": "charging_mongo",

Choose a reason for hiding this comment

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

You need to change this one to localhost again

Copy link
Author

Choose a reason for hiding this comment

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

Sorry for the mistake, fixed it in new commmit.

@coveralls
Copy link

coveralls commented Apr 20, 2023

Pull Request Test Coverage Report for Build 4756118508

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 321 unchanged lines in 49 files lost coverage.
  • Overall coverage decreased (-0.3%) to 91.928%

Files with Coverage Reduction New Missed Lines %
wstore/asset_manager/asset_manager.py 1 98.88%
wstore/asset_manager/product_validator.py 1 98.8%
wstore/asset_manager/resource_plugins/plugin_loader.py 1 97.83%
wstore/charging_engine/price_resolver.py 1 98.17%
wstore/management/commands/downgradeplugin.py 1 90.91%
wstore/ordering/tests/views_tests.py 1 98.84%
wstore/store_commons/middleware.py 1 97.22%
wstore/store_commons/tests.py 1 99.18%
wstore/store_commons/utils/method_request.py 1 0%
wstore/store_commons/utils/version.py 1 34.38%
Totals Coverage Status
Change from base Build 4363840151: -0.3%
Covered Lines: 7816
Relevant Lines: 8444

💛 - Coveralls

@fdelavega fdelavega merged commit 9b384f2 into FIWARE-TMForum:master Apr 24, 2023
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.

None yet

4 participants