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

Release v0.3.0: Migrate essential logic to V9 #68

Merged
merged 27 commits into from
Sep 23, 2024
Merged

Conversation

nifadyev
Copy link
Collaborator

No description provided.

Most of them are outdated. Necessary dependencies will be returned with actual version and updated config
* Add httpx
* Add basic and token auth
* Add common API wrapper class with httpx client
* Add User entity with logged endpoint
* respx provides helpers for mocking requests to external API
* Add tests for /me/logged endpoint
* Add notes about running tests in Nox
* Minor fixes after pre-commit run on all files
* Specify required Python version for all packages
* Enable Ruff unsafe-fixes, ignore bool args rules
* Move GET /me response examples to separate file
* Add authed_current_user fixture
* Add initial exceptions
…s list (#49)

- Add BaseSchema for all pydantic schemas
- Add common helper for response status check
* Use matrix to run tests on supported Python versions
* Cache Poetry and project dependencies
* Add Ruff cache to .gitignore
* Make cache key more specific for Github Actions
* Update classifiers and package version
* Simplify linter check by removing Poetry usage
* Add fake and factory-boy to dev dependencies
* Fix preferences update method
* Remove unused field MeResponseWithRelatedData.oauth_provides
* Fix invalid TimeFormat value
* Fix me method with related data when there are no clients, projects, etc
* Fix invalid UpdateMePrerencesRequest schema
* Add integration tests for User entity
* Run pytest on pre-commit and Github Action without integration tests
* Remove factory-boy dev dependency
* Change date params type for search ReportTimeEntry method
* Add check for too old date params for listing TimeEntries
@nifadyev nifadyev changed the title v0.3.0: Migrate essential logic to V9 Release v0.3.0: Migrate essential logic to V9 Sep 18, 2024
* Add Usage, Installation, and Development sections to README
* Add Downloads per month badge
* Update dependencies in CI and pre-commit
* Improve type annotations for List fields
* Change irrelevant schema field types
* Add imports to package __init__ to ease module importing
@nifadyev nifadyev marked this pull request as ready for review September 23, 2024 13:03
@nifadyev nifadyev merged commit c8c0f74 into master Sep 23, 2024
6 checks passed
@nifadyev nifadyev deleted the migration_to_v9 branch September 26, 2024 07:26
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