-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-13008] Create gradle tasks for the Beam Playground #15761
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
[BEAM-13008] Create gradle tasks for the Beam Playground #15761
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15761 +/- ##
==========================================
- Coverage 83.54% 83.52% -0.02%
==========================================
Files 445 445
Lines 61185 61185
==========================================
- Hits 51114 51107 -7
- Misses 10071 10078 +7
Continue to review full report at Codecov.
|
|
have you ran this locally? can you share the output? |
|
(cc: @pabloem ) @ilya-kozyrev would you mind to fix the following and make a PR to https://github.com/damondouglas/beam/tree/BEAM-13008-playground-build-gradle. Also you'll want to confirm that the @ElessarST would you mind to fix the following and make a PR to https://github.com/damondouglas/beam/tree/BEAM-13008-playground-build-gradle.
|
| "playground/frontend/assets/**/*.svg", | ||
| "playground/frontend/assets/**/*.png", | ||
| "playground/frontend/assets/**/*.jpg", | ||
| "playground/frontend/**/*.svg", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ElessarST @ilya-kozyrev (cc: @pabloem ) what is the license for these SVGs?
|
LGTM. This is wonderful. |
|
Run Java PreCommit |
|
@damondouglas I created PR with frontend changes damondouglas#2 |
@damondouglas Regarding this error It happened because we are still waiting for #15654 to get merged. Can we merge Environments first of all to resolve it? |
has the following output: |
|
LGTM. Merging. |
… for the Beam Playground * Implement Beam Playground gradle tasks * Fix trailing whitespace * Remove format from precommit * Fix order of includes and add descriptions * [BEAM-13008] add generated files and fix analysis issues (apache#2) * Reconcile errors with playgroundPrecommit output Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
This PR creates gradle tasks for the Beam Playground project as well as a bundled
playgroundPrecommittask. Future work needs to configure the precommit process to install necessary dependencies to properly run theplaygroundPrecommittask. Note that when running./gradlew playgroundPrecommitin the current state will show multiple issues and errors in the playground code.I'd like to request the following reviewers or whomever they delegate.
R: @pabloem
R: @tvalentyn
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunnercompliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.