Skip to content

Add git to build dependencies in Dockerfile - #1066

Merged
dweinholz merged 1 commit into
stagingfrom
dev
Sep 1, 2026
Merged

Add git to build dependencies in Dockerfile#1066
dweinholz merged 1 commit into
stagingfrom
dev

Conversation

@dweinholz

Copy link
Copy Markdown
Contributor

Added git to the list of build dependencies in Dockerfile.

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

Codebase and Testing

  • Code changes are covered with unit tests
  • For changes in DB: migrations are made and pushed to the branch
  • The dev branch is merged into the current branch
  • If a linting PR exists, it must be merged before this PR is allowed to be merged.

Documentation

  • Check if anything in the Readme must be adjusted (development-, production-, setup).
  • Check if any section in the wiki (https://simplevm.denbi.de/wiki/) should be adjusted.
  • If code is unreadable and not well commented: Open commenting issue with tag "important"

Security

  • For any new features or security changes, check against the OWASP guidelines for possible vulnerabilities
  • For any updates in packages and requirements: Check if the patches still work

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

Added git to the list of build dependencies in Dockerfile.
@dweinholz
dweinholz merged commit 4c54a6b into staging Sep 1, 2026
5 of 6 checks passed
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
simple_vm_client
   VirtualMachineHandler.py2262222 90%
   __init__.py10100% 
simple_vm_client/benchmark
   __init__.py00100% 
   test_service.py523636 31%
simple_vm_client/bibigrid_connector
   __init__.py00100% 
   bibigrid_connector.py1353636 73%
   test_bibigrid_connector.py1190100% 
simple_vm_client/flavor_resource_exporter_connector
   __init__.py20100% 
   flavor_resource_exporter_connector.py1311717 87%
   test_flavor_resource_exporter_connector.py2420100% 
simple_vm_client/forc_connector
   __init__.py00100% 
   forc_connector.py3363232 90%
simple_vm_client/forc_connector/playbook
   __init__.py00100% 
   playbook.py21633 99%
   test_playbook.py4240100% 
simple_vm_client/forc_connector/template
   __init__.py00100% 
   template.py2291414 94%
simple_vm_client/metadata_connector
   metadata_connector.py1122626 77%
   test_metadata_connector.py680100% 
simple_vm_client/openstack_connector
   __init__.py00100% 
   openstack_connector.py1279236236 82%
   test_openstack_connector.py137622 99%
simple_vm_client/tests
   test_virtualmachinehandler.py3250100% 
simple_vm_client/util
   __init__.py00100% 
   state_enums.py700100% 
   test_thrift_converter.py1700100% 
   thrift_converter.py8033 96%
TOTAL559342792% 

Tests Skipped Failures Errors Time
350 0 💤 0 ❌ 0 🔥 6.066s ⏱️

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.

1 participant