Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1e51e91
feat(json_handler): implement parseJsonString method with error handling
dgarciasquare1 Jul 24, 2025
0d269e2
feat(asset_policy_storage): add AssetPolicyStorage class for loading …
dgarciasquare1 Jul 24, 2025
e143d35
refactor(asset_policy_storage): rename AssetPolicyStorage class and i…
dgarciasquare1 Jul 25, 2025
26995d4
feat(policy_manager)!: add initializeFromJsonAssets method
dgarciasquare1 Jul 27, 2025
30d3a8b
refactor: enhance readability of policy content assertions
dgarciasquare1 Jul 27, 2025
7278732
feat(policy_manager): enhance policy initialization with validation a…
dgarciasquare1 Jul 27, 2025
e933a65
feat: enhance asset path validation and add comprehensive unit tests
dgarciasquare1 Jul 27, 2025
e95a8d1
chore(tests): remove unused import from external_asset_handler_test.dart
dgarciasquare1 Jul 27, 2025
2c96f16
feat(policy_manager): add tests for handling non-Map policy values in…
dgarciasquare1 Jul 28, 2025
5166044
feat(json_assets_demo): add JSON Assets Demo for policy management
dgarciasquare1 Jul 28, 2025
f1c131d
docs: add JSON Assets Demo example to showcase policy loading from ex…
dgarciasquare1 Jul 28, 2025
cbc5472
refactor(exceptions): streamline exception constructors and enhance d…
dgarciasquare1 Jul 28, 2025
64d366d
docs(exceptions): enhance PolicySDKException documentation
dgarciasquare1 Jul 28, 2025
c14a2f2
test(exceptions): add comprehensive unit tests for PolicySDKException
dgarciasquare1 Jul 28, 2025
e298e72
feat: integrate PolicySDKException for clarity in role management
dgarciasquare1 Jul 28, 2025
fa55733
test(policy_manager): replace ArgumentError with PolicySDKException i…
dgarciasquare1 Jul 28, 2025
37e58f6
test(policy_manager): update error handling to use PolicySDKException…
dgarciasquare1 Jul 28, 2025
a66b6b7
test(policy_provider): add comprehensive widget tests for PolicyProvi…
dgarciasquare1 Jul 28, 2025
80dc486
test(integration): simplify policy manager retrieval and enhance widg…
dgarciasquare1 Jul 28, 2025
5d7878c
test(policy_widget): implement comprehensive widget tests
dgarciasquare1 Jul 28, 2025
3b3cea7
refactor(policy_widget): remove unused import for policy_provider to …
dgarciasquare1 Jul 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"href": "/examples/basic-policy-demo",
"icon": "code"
},
{
"title": "JSON Assets Demo",
"href": "/examples/json-assets-demo",
"icon": "file-text"
},
{
"title": "Role Management Demo",
"href": "/examples/role-management-demo",
Expand Down
Loading