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

Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications" #88

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

ilya-kozyrev
Copy link

Reverts #83

@ilya-kozyrev ilya-kozyrev merged commit d449275 into master Nov 16, 2021
ilya-kozyrev added a commit that referenced this pull request Nov 16, 2021
…t Fails on Playground Backend

* [BEAM-13251][Playground]
fix all staticcheck issues

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13251][Playground]
merge with master

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 16, 2021
…using of MustParse with Parse for all API methods

* [BEAM-13177][Playground]
change uuid.MustParse() to uuid.Parse()

* [BEAM-13177][Playground]
fix typos

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
daria-malkova pushed a commit that referenced this pull request Nov 19, 2021
…rt streaming output on the frontend

* [BEAM-13120] update playground statuses

* [BEAM-13210]: add missing statuses

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13210]: add task to generate config using gradle properties

* [BEAM-13210]: add licence to gradle.properties

* [BEAM-13210]: update generated config

* [BEAM-13210]: update generate config gradle task

* [BEAM-13210]: rewrite createconfig to groovy

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 19, 2021
…nted examples api

* Add reading of precompiled objects from public bucket

* Change the enum PrecompiledObjectType

* RAT for pb.dart

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Add info about meta file

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
pavel-avilov added a commit that referenced this pull request Nov 21, 2021
…ient to send found tagged file to the backend

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Add client to send found tagged file to the backend;
Add python proto files;

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
pavel-avilov pushed a commit that referenced this pull request Nov 21, 2021
… favicon and metadata

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13281]: playground - update favicon and metadata

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
pavel-avilov pushed a commit that referenced this pull request Nov 21, 2021
…ent search & filter logic

* [BEAM-12967]: Created Examples Component

* [BEAM-12967]: Wrapped CategoryBubble and ExpansionPanelItem in MouseRegion

* [BEAM-13064]: Implemented Search field and Filter by type components logic

* [BEAM-13064]: Fixed names to clarify code, refactored Category model (added const keyword)

* [BEAM-13064]: Increased test coverage of Example Dropdown module

* [BEAM-12967] Added generated files

* [BEAM-12967]: Added license to generated files

* [BEAM-13064]: Fixed sorting functionality, updated tests & mocks

* [BEAM-13064]: Refactored code

* [BEAM-12967]: Deleted duplicate files

* [BEAM-13064] Fixes after merge

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13064] Fixed analyze issues

* [BEAM-13064] Fixed example selector state test

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 23, 2021
… Refactoring LifeCycle

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Rename LF executable -> source

* Reanme LF compile -> executables

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 23, 2021
… remove redundant code from controller

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Remove redundant methods from controller, move precompiled objects method to separate package

* fix RAT

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 23, 2021
…ise structure to find and validate tagged files

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13129][Playground]
Added base structure to find and verify beam examples

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 23, 2021
…nt streaming output for the run code logs

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13156][Playground]
implementation of streaming output for run code output

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
ElessarST added a commit that referenced this pull request Nov 24, 2021
…xamples using the api

* [BEAM-12967]: Created Examples Component

* [BEAM-12967]: Wrapped CategoryBubble and ExpansionPanelItem in MouseRegion

* [BEAM-13064]: Implemented Search field and Filter by type components logic

* [BEAM-13064]: Fixed names to clarify code, refactored Category model (added const keyword)

* [BEAM-13064]: Increased test coverage of Example Dropdown module

* [BEAM-12967] Added generated files

* [BEAM-12967]: Added license to generated files

* [BEAM-13064]: Fixed sorting functionality, updated tests & mocks

* [BEAM-13064]: Refactored code

* [BEAM-12967]: Deleted duplicate files

* [BEAM-13101]: Implementing new Example structure

* [BEAM-13101] Added getPrecompiledOutputs method

* [BEAM-13101]: Added default examples request, changed RunCode function to use precompiled Outputs

* [BEAM-13101]: Fixed use of precompiledOutputs

* [BEAM-13101]: Auto-formatted files, fixed unit tests

* Change protobuf

* [BEAM-13101] generate proto

* [BEAM-13101] revert generate proto

* [BEAM-13101] Reworked examples structure

* [BEAM-13101] Changed example structure, regenerate proto

* [BEAM-13101] Fixes after merge request

* [BEAM-13101] Example structure fixes, added licenses

* [BEAM-13101] Removed unnecessary file and comment

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13101]: fix tests and refactor examples api

* [BEAM-13101]: fix linter issues

* [BEAM-13101]: add licence

* [BEAM-13101]: format code

* [BEAM-13101]: add missing mock file

* [BEAM-13101] Updated .proto file, regenerated proto

* [BEAM-13101] Fixed import in grpc example client

Co-authored-by: Alexander Zhuravlev <stimbai@mail.ru>
Co-authored-by: daria-malkova <daria.malkova@akvelon.com>
Co-authored-by: Alexander <alexander.zhuravlev@akvelon.com>
Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
ElessarST pushed a commit that referenced this pull request Nov 24, 2021
…playgroundPrecommit to run on GitHub Actions for pull requests

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Create precommit tasks for backend and frontend, replaced separate tests in actions to running precommit

* Added linter to preCommit, updated install terraform via github actions

* Fix typos and install of terraform

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
ElessarST pushed a commit that referenced this pull request Nov 24, 2021
…x] Implement copying a prepared go.mod

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Implement copying a prepared go.mod and go.sum

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
ElessarST pushed a commit that referenced this pull request Nov 24, 2021
…ent an example verification method

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Implement an example verification method;
Setup logger;

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
ElessarST pushed a commit that referenced this pull request Nov 24, 2021
…e stderr from stdout for code processing steps

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13208][Playground]
separated stdErr and stdOut for compile step

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
daria-malkova pushed a commit that referenced this pull request Nov 29, 2021
…] Fix CI checks

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13323][Playground]
added processing of err case for utils.SetToCache() method in GetRunOutput() api method

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
AydarZaynutdinov pushed a commit that referenced this pull request Nov 29, 2021
… Python SDK

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* draft

* Rename LF executable -> source

* Reanme LF compile -> executables

* working python sdk

* Update playground/backend/internal/fs_tool/python_fs_test.go

Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>

* Update playground/backend/internal/fs_tool/python_fs_test.go

Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>

* refactoring + adding dockerfile

* add preparators array (will be filled later)

* fix indentation

* [BEAM-13307][Playground]
Fix tests;
Update processing of the compile step for python sdk;

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
daria-malkova pushed a commit that referenced this pull request Nov 29, 2021
…ng of Preparators

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13306][Playground]
Add using of preparators for code processing

* [BEAM-13306][Playground]
Add python preparators

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
ilya-kozyrev added a commit that referenced this pull request Nov 30, 2021
…ction to find all tagged files

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13135][Playground]
implemented method to find all tagged files;
added categories.yaml file;
added requirements.txt file;

* [BEAM-13135][Playground]
updated categories

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
ilya-kozyrev added a commit that referenced this pull request Nov 30, 2021
…] Backend doesn't send correct status when use Redis cache instead of local cache

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13347][Playground]
Fix to use redis cache

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
daria-malkova pushed a commit that referenced this pull request Nov 30, 2021
daria-malkova pushed a commit that referenced this pull request Nov 30, 2021
AydarZaynutdinov pushed a commit that referenced this pull request Dec 1, 2021
…nt get_statuses method

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13267][Playground]
implemented a method to send examples to the backend to verify them

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
AydarZaynutdinov pushed a commit that referenced this pull request Dec 1, 2021
…r executor builder

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Refactor usage of executors

* Merge conflict

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
miamihotline pushed a commit that referenced this pull request Dec 2, 2021
daria-malkova pushed a commit that referenced this pull request Dec 2, 2021
…nd Routing

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* [BEAM-13241] Added routing by sdk

* [BEAM-13241] Moved urls to config.g.dart, changed tests

* [BEAM-13241] Changed grpc_example_client route to backend JAVA route

* [BEAM-13241] Fixed routing, added workaround channel

* [BEAM-13241] fix linter issues

* [BEAM-13241] add licences to mocks

Co-authored-by: Sergey Kalinin <91209855+snkalinin@users.noreply.github.com>
Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
daria-malkova pushed a commit that referenced this pull request Dec 2, 2021
… store precompiled examples

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* implement cd step

* [BEAM-13135][Playground]
implemented method to find all tagged files;
added categories.yaml file;
added requirements.txt file;

* [BEAM-13267][Playground]
implemented a method to send examples to the backend to verify them

* CD step

* Fix merge conflict

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: AydarZaynutdinov <aydar.zaynutdinov@akvelon.com>
daria-malkova pushed a commit that referenced this pull request Dec 3, 2021
daria-malkova pushed a commit that referenced this pull request Dec 6, 2021
… Update CI/CD To Remove Github Actions That Are Not Permitted To Use In Beam Repo

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Replace actions that are not permitted to be used in Apache repo

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
daria-malkova pushed a commit that referenced this pull request Dec 6, 2021
AydarZaynutdinov pushed a commit that referenced this pull request Dec 6, 2021
… Java Unit-tests

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Add java unit tests support

* Added @test for java unit-tests

* Fix rebase conflicts

* Fix concurrent write to map

* Fix unit-test with pipeline options

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
daria-malkova pushed a commit that referenced this pull request Dec 7, 2021
ElessarST added a commit that referenced this pull request Dec 7, 2021
… Issues With Installing Flutter On GitHub Actions

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Fix locations of flutter executables

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
daria-malkova pushed a commit that referenced this pull request Dec 7, 2021
miamihotline pushed a commit that referenced this pull request Dec 8, 2021
AydarZaynutdinov pushed a commit that referenced this pull request Dec 10, 2021
… go unit tests

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Add go unit tests support

* unit tests fixes

* Update playground/backend/internal/executors/executor_test.go

Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>

* Added verbose flag for go unit tests

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: Artur Khanin <artur.khanin@akvelon.com>
daria-malkova pushed a commit that referenced this pull request Dec 13, 2021
… python unit tests

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Add go unit tests support

* Add go unit tests support

* Merge conflicts

* support Python unit tests

* bugfix

* Add go unit tests support

* unit tests fixes

* Update playground/backend/internal/executors/executor_test.go

Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>

* code processing small refactoring

* Add processing of an error

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
AydarZaynutdinov pushed a commit that referenced this pull request Jan 10, 2022
…nginx configuration to enable embedding iframes

* [Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)

* Update workflows for playground

* Attempt to fix tests

* Remove continue on error to catch errors

* Fix linter problem for backend dockerfile

* Update folder to run backend go linter

* Moved flutter test to execution via gradle tasks

* Revert "[Playground][BEAM-12941][Bugfix] Fix workflows for playground applications (#83)" (#88)

This reverts commit b73f5f7.

* Added support for embedded iframe and also gzip compression of assets

* Add gzip_static config to nginx

Co-authored-by: Ilya <ilya.kozyrev@akvelon.com>
Co-authored-by: Aydar Zainutdinov <aydar.zaynutdinov@akvelon.com>
Co-authored-by: daria.malkova <daria.malkova@akvelon.com>
Co-authored-by: Pavel Avilov <pavel.avilov@akvelon.com>
Co-authored-by: Aydar Farrakhov <stranniknm@gmail.com>
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