Skip to content

Conversation

@dweinholz
Copy link
Contributor

Try to fulfill the following points before the Pull Request is merged:

  • Give a meaningfull description for the PR
  • The PR is reviewed by one of the team members.
  • If a linting PR exists, it must be merged before this PR is allowed to be merged.
  • It must be checked if anything in the Readme must be adjusted (development-, production-, setup).
  • If the requirements.txt have changed, check if the patches still work
  • It must be checked if any section in the wiki (https://simplevm.denbi.de/wiki/) should be adjusted.
  • If the PR is merged in the master then a release should be be made.
  • If the new code is readable, if not it should be well commented

For any changes of the code please consider:

  • Cover the changes with corresponding unit tests

For releases only:

  • If the review of this PR is approved and the PR is followed by a release then the .env file
    in the cloud-portal repo should also be updated.
  • If you are making a release then please sum up the changes since the last release on the release page using the clog tool with clog -F

renovate bot and others added 12 commits December 2, 2025 19:14
…g to v9.2.2 (#866)

| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| docker     | docker.elastic.co/beats/filebeat | 9.2.1 | 9.2.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v6.0.0 | v6.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | python  | 3.14.0 | 3.14.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | ansible | 12.1.0 | 12.2.0 |
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| pypi       | pytest  | 9.0.1 | 9.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r to v25.12.0

| datasource  | package                     | from    | to      |
| ----------- | --------------------------- | ------- | ------- |
| github-tags | psf/black-pre-commit-mirror | 25.11.0 | 25.12.0 |
feat(Dependencies): Update pre-commit hook psf/black-pre-commit-mirror to v25.12.0
feat(Dependencies): Update dependency ansible to v12.2.0 [SECURITY]
| datasource | package  | from   | to     |
| ---------- | -------- | ------ | ------ |
| pypi       | coverage | 7.12.0 | 7.13.0 |
feat(Dependencies): Update dependency coverage to v7.13.0
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | python  | 3.14.1 | 3.14.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| pypi       | pre-commit | 4.5.0 | 4.5.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@dweinholz dweinholz merged commit 430c3e8 into staging Dec 17, 2025
6 checks passed
@github-actions
Copy link
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
simple_vm_client
   VirtualMachineHandler.py2092020 90%
   __init__.py10100% 
   test_virtualmachinehandler.py3090100% 
simple_vm_client/benchmark
   __init__.py00100% 
   test_service.py523636 31%
simple_vm_client/bibigrid_connector
   __init__.py00100% 
   bibigrid_connector.py1263636 71%
   test_bibigrid_connector.py1180100% 
simple_vm_client/forc_connector
   __init__.py00100% 
   forc_connector.py2952828 91%
simple_vm_client/forc_connector/playbook
   __init__.py00100% 
   playbook.py1890100% 
   test_playbook.py3810100% 
simple_vm_client/forc_connector/template
   __init__.py00100% 
   template.py2271414 94%
simple_vm_client/metadata_connector
   metadata_connector.py1122626 77%
   test_metadata_connector.py680100% 
simple_vm_client/openstack_connector
   __init__.py00100% 
   openstack_connector.py977153153 84%
   test_openstack_connector.py124822 99%
simple_vm_client/util
   __init__.py00100% 
   state_enums.py700100% 
   test_thrift_converter.py1700100% 
   thrift_converter.py8033 96%
TOTAL463231893% 

Tests Skipped Failures Errors Time
310 0 💤 0 ❌ 0 🔥 3.828s ⏱️

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.

2 participants