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

Enhance service store management #37

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Enhance service store management #37

wants to merge 4 commits into from

Conversation

emmanuelmathot
Copy link
Collaborator

@emmanuelmathot emmanuelmathot commented Jan 21, 2025

This PR implements #34

  • Refactor get_store function to support additional store types: DuckDB and Parquet.
  • Introduce ServiceInput model for service creation and updates.
  • Modify ServicesStore interface to return None for non-existent services.
  • Implement update_service method in LocalStore for service updates.
  • Add base class DuckDBBaseStore for DuckDB-based service storage.
  • Improve test fixtures for parameterized store types.

some auth improvements

  • Update validate method in FakeBasicAuth to handle missing authorization headers.

- Refactor `get_store` function to support additional store types: DuckDB and Parquet.
- Introduce `ServiceInput` model for service creation and updates.
- Modify `ServicesStore` interface to return `None` for non-existent services.
- Implement `update_service` method in `LocalStore` for service updates.
- Add base class `DuckDBBaseStore` for DuckDB-based service storage.
- Improve test fixtures for parameterized store types.

+ some auth improvements

- Update `validate` method in `FakeBasicAuth` to handle missing authorization headers.
@emmanuelmathot emmanuelmathot marked this pull request as ready for review January 24, 2025 14:13
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