Skip to content
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 13 commits into from
Jan 16, 2024
Merged

Feature/new version #129

merged 13 commits into from
Jan 16, 2024

Conversation

donBarbos
Copy link
Owner

No description provided.

- 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'.
@donBarbos donBarbos merged commit 628627b into main Jan 16, 2024
9 checks passed
@donBarbos donBarbos deleted the feature/new-version branch January 16, 2024 13:58
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