Skip to content

Conversation

@ankitrgadiya
Copy link
Member

No description provided.

@ankitrgadiya ankitrgadiya requested review from a team as code owners September 30, 2025 05:26
@ankitrgadiya ankitrgadiya requested review from amitsingh21 and smrutisenapati and removed request for a team September 30, 2025 05:26
@ankitrgadiya ankitrgadiya self-assigned this Sep 30, 2025
@guptadev21 guptadev21 force-pushed the feat/rbac-support branch 2 times, most recently from 2458951 to 63958e3 Compare October 15, 2025 08:33
@guptadev21 guptadev21 force-pushed the feat/manifest-validation branch 2 times, most recently from d135e2b to 2c282db Compare November 18, 2025 12:10
- Added new models for Daemon, Deployment, Disk, ManagedService, Network, Organization, Package, Project, Secret, StaticRoute, and User.
- Introduced a new utils module for shared base classes and constants.
- Updated __init__.py to import all models directly into the main namespace.
- Enhanced validation logic in models using Pydantic's field validators and model validators.
- Bumped version to 0.3.0 to reflect the addition of new features and models.
- Removed unused imports and commented-out code in utils.py.
- Updated walk_pages and walk_pages_async functions to yield items directly instead of using Munch.
- Updated test cases in `test_network.py` to assert against `Network` and `NetworkList` models.
- Refactored `test_organization.py` to utilize `Organization` model for assertions.
- Changed assertions in `test_package.py` to validate against `Package` and `PackageList` models.
- Modified `test_project.py` to use `Project` and `ProjectList` models for response validation.
- Updated `test_secret.py` to assert against `Secret` and `SecretList` models.
- Refactored `test_staticroute.py` to validate responses using `StaticRoute` and `StaticRouteList` models.
- Changed `test_user.py` to assert against user model attributes instead of Munch.
- Improved mock data usage across tests for consistency and clarity.
@guptadev21 guptadev21 force-pushed the feat/manifest-validation branch from 2c282db to 0e01cf1 Compare November 25, 2025 11:06
…ault for executables_status and update PackageDepends to inherit from BaseModel
@guptadev21 guptadev21 changed the base branch from feat/manifest-validation to devel November 25, 2025 13:07
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.

3 participants