-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/new version #129
Merged
Merged
Feature/new version #129
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated .dockerignore to include the 'admin' directory. - Updated Dockerfile for both 'bot' and 'admin' services. - Updated docker-compose.yml to reflect changes in service configurations. Changes: - Added a new service 'admin' in docker-compose.yml. - Updated Dockerfile for 'bot' service to include new dependencies and cleanup steps. - Updated Dockerfile for 'admin' service. - Updated .dockerignore to include '!/admin/'.
- Bumped project version to 2.0.0. - Updated project description and license information. - Added homepage and repository URLs to project metadata. - Updated dependencies in pyproject.toml for both 'bot' and 'admin' groups. - Modified dev dependencies, tool configurations, and extended ruff ignore list. - Adjusted ruff configuration for line length, selective exclusion, and known local folders. Changes: - Bumped project version to 2.0.0 with an updated description and license. - Updated dependencies for 'bot' and 'admin' groups. - Adjusted ruff configuration for improved code formatting and quality checks.
- Updated Dockerfile for 'bot' service: - Moved the WORKDIR command to a separate line for better readability. - Changed the cleanup commands to use the user-specific cache directory and home directory. - Added a non-root user 'appuser' and set ownership appropriately. - Updated Dockerfile for 'admin' service: - Moved the WORKDIR command to a separate line for better readability. - Changed the cleanup commands to use the user-specific cache directory and home directory. - Added a non-root user 'appuser' and set ownership appropriately.
- Updated .pre-commit-config.yaml to include new hooks and update existing ones. - Added the 'ruff' and 'ruff-format' hooks from the 'ruff-pre-commit' repository. - Removed the local hooks for 'black', 'isort', 'autoflake', 'flake8', 'pyupgrade', and 'yesqa'. - Updated the version of pre-commit-hooks to v4.3.0.
- Renamed '.github/workflows/checks.yml' to '.github/workflows/linters.yml'. - Updated linters.yml workflow to use 'ruff' for linting and formatting. - Adjusted Python versions in linters.yml workflow. - Minor cleanup in linters.yml. - No changes in 'merge-me.yaml'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.