Uh oh!
There was an error while loading. Please reload this page.
[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.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pabloem
commented
Oct 20, 2021
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.
@ElessarST@ilya-kozyrev (cc: @pabloem ) what is the license for these SVGs?
pabloem
commented
Oct 20, 2021
LGTM. This is wonderful. |
pabloem
commented
Oct 20, 2021
Run Java PreCommit |
ElessarST
commented
Oct 21, 2021
@damondouglas I created PR with frontend changes damondouglas#2 |
ilya-kozyrev
commented
Oct 21, 2021
@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? |
damondouglas
commented
Oct 21, 2021
has the following output: |
pabloem
commented
Oct 21, 2021
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.