-
Notifications
You must be signed in to change notification settings - Fork 6
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
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
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
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
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.