You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/16 15:27:59 UTC

[GitHub] [beam] alexeyinkin opened a new issue, #24200: [Task]: Version-control the default config.g.dart

alexeyinkin opened a new issue, #24200:
URL: https://github.com/apache/beam/issues/24200

   ### What needs to happen?
   
   `/playground/frontend/lib/config.g.dart` is required to build both Playground and Tour of Beam Flutter apps. It is generated during the new GKE deployment but for development purposes we must have this file in the repository so the project is immediately runnable after checkout.
   
   However due to infrastructure migration issues we temporarily cannot have this file in the repository, and this must be fixed.
   
   Meanwhile the workaround is copy an example file after checkout:
   
   ```bash
   cp playground/frontend/lib/config.example.dart playground/frontend/lib/config.g.dart
   ```
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: beam-playground


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm closed issue #24200: [Task]: Version-control the default config.g.dart

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed issue #24200: [Task]: Version-control the default config.g.dart
URL: https://github.com/apache/beam/issues/24200


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] MakarkinSAkvelon commented on issue #24200: [Task]: Version-control the default config.g.dart

Posted by GitBox <gi...@apache.org>.
MakarkinSAkvelon commented on issue #24200:
URL: https://github.com/apache/beam/issues/24200#issuecomment-1324595081

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damondouglas commented on issue #24200: [Task]: Version-control the default config.g.dart

Posted by GitBox <gi...@apache.org>.
damondouglas commented on issue #24200:
URL: https://github.com/apache/beam/issues/24200#issuecomment-1382652177

   @MakarkinSAkvelon / @alexeyinkin / @olehborysevych Is this fix more involved or something that can be done quickly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org