Skip to content

IEBH-353: Sync with the latest changes#8

Merged
vmoshynskyi merged 1 commit intomainfrom
IEBH-353
Nov 25, 2025
Merged

IEBH-353: Sync with the latest changes#8
vmoshynskyi merged 1 commit intomainfrom
IEBH-353

Conversation

@vmoshynskyi
Copy link
Member

Add the latest changes from the pilot repo.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR synchronizes the workspace service with the latest changes from the pilot repository, updating Python version requirements, modernizing CI/CD infrastructure, and removing deprecated configuration code.

  • Version bumped from 2.2.4 to 2.2.7 with Python version constraint updated from ^3.9 to >=3.10,<3.11
  • Vault-based configuration management removed in favor of simpler environment-based settings
  • CI/CD migration from Jenkins to GitHub Actions with HDC pipeline integration

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Updated version to 2.2.7, changed Python requirement to >=3.10,<3.11, and updated author to organization name
poetry.lock Regenerated lock file reflecting Python 3.10+ requirement with removal of Python 3.9-specific conditional dependencies
app/config.py Removed VaultConfig class and vault-based configuration loading, updated version to 2.2.7
app/main.py Minor docstring capitalization fix
Jenkinsfile Removed legacy Jenkins pipeline configuration
.pre-commit-config.yaml Enabled docformatter pre-commit hook with version v1.7.7
.github/workflows/hdc-pipeline.yml Added new GitHub Actions workflow for HDC CI/CD pipeline with testing, building, and deployment jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py00100% 
api_registry.py00100% 
config.py00100% 
logger.py00100% 
main.py00100% 
commons/auth_service
   __init__.py00100% 
commons/guacamole_client
   __init__.py00100% 
models
   base.py00100% 
   models_connection.py00100% 
   models_permission.py0196%35
resources
   error_handler.py00100% 
routers
   api_root.py0183%17
routers/api_guacamole
   api_connection.py00100% 
   api_permission.py00100% 
routers/api_health
   api_health.py0188%21
TOTAL312399% 

@vmoshynskyi vmoshynskyi merged commit ccd0007 into main Nov 25, 2025
12 checks passed
@vmoshynskyi vmoshynskyi deleted the IEBH-353 branch November 25, 2025 14:29
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