RELab v0.2.0#111
Merged
Merged
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
Closed
…eanup in storage service
…ty and maintainability
…ent and image capture UI
|
|
||
| jest.mock('@/services/api/profiles'); | ||
| jest.mock('expo-router', () => { | ||
| const React = require('react'); |
| encrypted_api_key: str = Field(nullable=False) | ||
| # TODO: Consider merging encrypted_auth_headers and encrypted_api_key into a single encrypted_credentials field | ||
| encrypted_auth_headers: str | None = Field(default=None) | ||
| class Camera(TimeStampMixinBare, Base): |
| """Validate and persist an uploaded image asynchronously.""" | ||
|
|
||
|
|
||
| class StorageFile(str): |
| from alembic import op | ||
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision: str = "0faa2fa19f62" |
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision: str = "0faa2fa19f62" | ||
| down_revision: str | None = "b43d157d07f1" |
| # revision identifiers, used by Alembic. | ||
| revision: str = "0faa2fa19f62" | ||
| down_revision: str | None = "b43d157d07f1" | ||
| branch_labels: str | Sequence[str] | None = None |
| revision: str = "0faa2fa19f62" | ||
| down_revision: str | None = "b43d157d07f1" | ||
| branch_labels: str | Sequence[str] | None = None | ||
| depends_on: str | Sequence[str] | None = None |
…cross-browser tagging - Added cross-browser tagging to product detail navigation tests for better test categorization. - Updated product creation tests to include cross-browser tagging. - Improved unsaved changes guard in product detail edit mode tests. - Enhanced guest access and products page tests with cross-browser tagging. - Refactored sort and filter tests to utilize a new openMenu helper for better readability. - Introduced new tests for the ProductFabControls component to validate FAB behavior based on edit state and validation. - Updated product page state handling to include isDirty state for better form management. - Enhanced product page screen navigation logic to handle unsaved changes and new product scenarios. - Improved useProductsScreen hook to correctly handle date preset filters and createdAfter logic. - Updated theme tokens to ensure consistent styling across media overlays.
…ion, cross-worker relay, device assertion, and encryption helpers
…changelog with detailed release notes
This file contains hidden or 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
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.
Pull Request
Description
This PR consolidates a large batch of work across the monorepo, including backend refactors and feature work, frontend-app and frontend-web improvements, CI and developer-experience updates, documentation updates, and security-related fixes.
Type of Change
Checklist
Additional Context
High-level areas included in this PR: