-
Notifications
You must be signed in to change notification settings - Fork 14
Feature: Python XLR/DSL Support and DSL Class Generator #231
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9efc2ab
move react DSL to subfolder
KetanReddy a917ae1
basic python dsl setup minus publishing
KetanReddy bbbeda1
build out with rules
KetanReddy c7e2f6a
initial build out, wip tests
KetanReddy 3cd12ef
fix package location
KetanReddy a9c46fc
Update test command to run all targets
KetanReddy f8a3d19
Lint passing for py files
KetanReddy f576d9a
build out more tests
KetanReddy 9bdec8e
Track source directories explicitly so copy_directory picks up file c…
KetanReddy bc0ed1c
Update bazel lock
KetanReddy 958e520
fix lint
KetanReddy 6965a21
fix release script for python packages
KetanReddy 9337a39
Bump rules
KetanReddy 4eb6f51
Handle case of asset/view not included in manifest
KetanReddy 73bb142
remove comment class/tests
KetanReddy 6c196e1
Bump rules/bazel version
KetanReddy e03fa17
store test results
KetanReddy 588fb20
Limit what is actually built at each stage.
KetanReddy 2eacb8c
fix typo
KetanReddy ebc5957
Fix generation of const values
KetanReddy 0172fb9
Merge branch 'main' of https://github.com/player-ui/tools into featur…
KetanReddy c5ea68d
Fix lint
KetanReddy 479ab91
Fix reporting of tests to circle
KetanReddy 1174f63
use latest rules
KetanReddy 0868ad0
Move slot logic out of Asset to allow intermediate classes to have slots
KetanReddy fb9c271
Fix generation of literals in unions when all members are not consts
KetanReddy d1e8dd0
Fix lint issues
KetanReddy b2d48e6
Add auto ID support to base asset class
KetanReddy 898556a
Update generation to make ID optional
KetanReddy 81e9257
Set default for id to be None
KetanReddy ed780a9
fix ordering of args for required to be before optional
KetanReddy b3e6f42
Publish to main PyPi
KetanReddy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 8.3.0 | ||
| 8.4.2 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,4 +80,8 @@ ios/*/*/Resources/**/*.js | |
| .ios-build-number | ||
|
|
||
| .bazelrc.local | ||
| .qodo | ||
| .qodo | ||
|
|
||
| # Python | ||
| __pycache__/ | ||
| *.pyc | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.