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

chore(libs): Update charm libs #29

Merged
merged 1 commit into from
Aug 25, 2023
Merged

chore(libs): Update charm libs #29

merged 1 commit into from
Aug 25, 2023

Conversation

merkata
Copy link
Contributor

@merkata merkata commented Aug 25, 2023

This PR updates the charm libs and should solve the issue with Grafana dashboards not appearing as described in canonical/grafana-k8s-operator#245 and fixed in canonical/grafana-k8s-operator#247

@merkata merkata requested a review from a team as a code owner August 25, 2023 04:23
@github-actions
Copy link
Contributor

Test coverage for a472eff

Name                            Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------------------
src/actions/__init__.py             3      0      0      0   100%
src/actions/register_user.py       20      0      2      0   100%
src/actions/reset_instance.py      21      3      2      1    83%   54-58
src/charm.py                       96      4     10      1    95%   92-93, 154-155
src/charm_state.py                 45      2     10      2    93%   22, 79
src/charm_types.py                  8      0      0      0   100%
src/constants.py                   12      0      0      0   100%
src/database_client.py             53      1     10      3    94%   35, 47->exit, 69->exit
src/database_observer.py           54      4      6      0    93%   70-72, 96
src/exceptions.py                   4      0      0      0   100%
src/observability.py                9      0      0      0   100%
src/pebble.py                      47      0      0      0   100%
src/synapse/__init__.py             3      0      0      0   100%
src/synapse/api.py                 83      2     10      1    97%   138-139
src/synapse/workload.py            94      3     10      1    96%   161, 292-297
src/user.py                        23      0      4      0   100%
---------------------------------------------------------------------------
TOTAL                             575     19     64      9    96%

Static code analysis report

Run started:2023-08-25 04:25:48.555606

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 2590
  Total lines skipped (#nosec): 1
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@merkata merkata merged commit d8c07c7 into main Aug 25, 2023
@merkata merkata deleted the feat/update-libs branch August 25, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants