-
Notifications
You must be signed in to change notification settings - Fork 0
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
Postgresql integration #2
Conversation
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.
license-eye has checked 44 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
10 | 4 | 30 | 0 |
Click to see the invalid file list
- hockeypuck_rock/rockcraft.yaml
- lib/charms/data_platform_libs/v0/data_interfaces.py
- src/charm.py
- templates/hockeypuck.conf.tmpl
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
@@ -0,0 +1,51 @@ | |||
name: hockeypuck |
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.
name: hockeypuck | |
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
name: hockeypuck |
@@ -0,0 +1,3758 @@ | |||
# Copyright 2023 Canonical Ltd. |
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.
# Copyright 2023 Canonical Ltd. | |
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
# Copyright 2023 Canonical Ltd. |
@@ -1,117 +1,172 @@ | |||
#!/usr/bin/env python3 |
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.
#!/usr/bin/env python3 | |
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
#!/usr/bin/env python3 |
maxPacketLength=8192 | ||
maxKeyLength=1048576 | ||
# Full fingerprints of keys to ignore, minus the leading 0x | ||
blacklist=[ |
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.
[Inclusive naming check] reported by reviewdog 🐶
[warning] blacklist
may be insensitive, use denylist
, blocklist
instead
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.
license-eye has checked 45 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
10 | 5 | 30 | 0 |
Click to see the invalid file list
- hockeypuck_rock/hockeypuck.conf.tmpl
- hockeypuck_rock/hockeypuck_wrapper.sh
- hockeypuck_rock/rockcraft.yaml
- lib/charms/data_platform_libs/v0/data_interfaces.py
- src/charm.py
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
@@ -0,0 +1,15 @@ | |||
#!/bin/bash |
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.
#!/bin/bash | |
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
#!/bin/bash |
Lint checks failed for b2a3fdc
/home/ubuntu/actions-runner/_work/hockeypuck-k8s-operator/hockeypuck-k8s-operator/src/charm.py:1 at module level:
|
Unit tests failed for b2a3fdc
============================= test session starts ============================== ==================================== ERRORS ====================================
|
Test coverage for b2a3fdc
Static code analysis report
|
Applicable spec:
Overview
Rationale
Juju Events Changes
Module Changes
Library Changes
Checklist
src-docs
urgent
,trivial
,complex
)