Skip to content

Conversation

@Savecoders
Copy link
Collaborator

This pull request makes significant updates to the Flutter CI workflow file, .github/workflows/flutter_ci.yml. The changes streamline the workflow by removing redundant jobs, updating dependencies, and improving the release process. Below are the most important changes grouped by theme:

Workflow Simplification:

  • Removed the sonarqube job, which included steps for SonarQube analysis, downloading reports, and running scans, to simplify the CI pipeline.

Dependency Updates:

  • Updated the flutter-version specification to use double quotes ("3.19.6") instead of single quotes for consistency.

Release Process Improvements:

  • Added a step to create a compressed web archive (web-release.tar.gz) during the release process for better packaging of web builds.
  • Updated the softprops/action-gh-release action from version v2 to v1 and adjusted the files uploaded to include the new web archive instead of the entire build/web directory.

Savecoders and others added 21 commits July 15, 2025 17:16
…Screen to use AuthViewModel for password change
…dation; set initial password to ID when adding new employee
…ndling; enhance calendar view model with employee identification
…to retrieve non-admin empleados in EmpleadoRepository
@Savecoders Savecoders merged commit c932073 into RicardoVillamar:main Jul 19, 2025
1 check failed
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