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

Add tool for changing LAWs for dashboards and workbooks #12

Merged
merged 66 commits into from
Jul 15, 2024

Conversation

lilatomic
Copy link
Owner

No description provided.

(includes first-level too)
- use resolver from JSONSchemaSubparser
- use refcache shared for all items
- add separate function for parsing response objects
- cull extraneous Properties classes
- use references to top-level classes instead of consuming as subclasses
also fixes:
- mark defs referenceable early, so they don't have a layer of recursive before they use IR_T reference
- handle case where additionalProperties is True and type of property is specified
- responses can reference arrays
@lilatomic lilatomic force-pushed the example/modify-dashboard-source branch from 78ae0ab to c17a896 Compare July 5, 2024 07:53
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 93.48786% with 59 lines in your changes missing coverage. Please review.

Project coverage is 95.02%. Comparing base (3f7f0f8) to head (d76c43a).

Files Patch % Lines
llamazure/azrest/openapi.py 95.40% 22 Missing ⚠️
llamazure/tools/migrate/dashboard.py 80.82% 14 Missing ⚠️
llamazure/tools/migrate/workbook.py 80.55% 14 Missing ⚠️
llamazure/tools/migrate/integration_test.py 92.95% 5 Missing ⚠️
llamazure/rbac/integration_test.py 50.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #12       +/-   ##
===========================================
+ Coverage   52.32%   95.02%   +42.69%     
===========================================
  Files          15       40       +25     
  Lines         969     3213     +2244     
===========================================
+ Hits          507     3053     +2546     
+ Misses        462      160      -302     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lilatomic lilatomic force-pushed the example/modify-dashboard-source branch 2 times, most recently from 947da85 to 7269ed6 Compare July 6, 2024 05:22
@lilatomic lilatomic force-pushed the example/modify-dashboard-source branch from 7269ed6 to 63b683b Compare July 6, 2024 05:29
@lilatomic lilatomic merged commit acf6533 into main Jul 15, 2024
5 checks passed
@lilatomic lilatomic deleted the example/modify-dashboard-source branch July 15, 2024 04:25
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