Skip to content

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Sep 4, 2025

Add:

  • Jira sync
  • Basic renovate
  • Unit tests run
  • Pyright
  • PR label check

Copy link

codecov bot commented Sep 4, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@dragomirp dragomirp changed the title [DPE-8030] CI [DPE-8030] Initial CI Sep 4, 2025
convention = "google"

[tool.pyright]
include = ["single_kernel_postgresql"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ignore the tests.

try:
with self._connect_to_database() as connection, connection.cursor() as cursor:
# Should always be present
cursor.execute("SELECT last_archived_wal FROM pg_stat_archiver;")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would this always return a value?

Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Basic config. Should only update the actions at the moment. Will add a follow up to bump the uv lock.

@dragomirp dragomirp marked this pull request as ready for review September 4, 2025 12:48
@dragomirp dragomirp requested review from a team, marceloneppel and taurus-forever and removed request for a team September 4, 2025 12:48
Copy link
Member

@marceloneppel marceloneppel left a comment

Choose a reason for hiding this comment

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

Thank you so much for this, @dragomirp!

Comment on lines +35 to +36
<!-- Run `lxd version` -->
LXD:
Copy link
Member

Choose a reason for hiding this comment

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

Should we also add microk8s here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

try:
with self._connect_to_database() as connection, connection.cursor() as cursor:
# Should always be present
cursor.execute("SELECT last_archived_wal FROM pg_stat_archiver;")
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure.

@dragomirp dragomirp merged commit 62d4cd5 into 16/edge Sep 4, 2025
4 checks passed
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.

3 participants