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

[Playground] [Backend] Datastore queries and mappers to get precompiled objects #22868

Merged
merged 44 commits into from
Sep 13, 2022

Conversation

vchunikhin
Copy link
Contributor

@vchunikhin vchunikhin commented Aug 25, 2022

@olehborysevych

fixes #22874


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

# Conflicts:
#	playground/backend/cmd/server/server.go
#	playground/backend/internal/db/datastore/datastore_db.go
#	playground/backend/internal/db/datastore/datastore_db_test.go
# Conflicts:
#	playground/backend/cmd/server/controller_test.go
#	playground/backend/internal/db/mapper/datastore_mapper.go
#	playground/backend/internal/db/mapper/datastore_mapper_test.go
@vchunikhin
Copy link
Contributor Author

R: @pabloem

@vchunikhin vchunikhin marked this pull request as ready for review August 25, 2022 05:57
@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

vchunikhin and others added 4 commits August 30, 2022 08:02
# Conflicts:
#	playground/infrastructure/cd_helper.py
#	playground/infrastructure/config.py
#	playground/infrastructure/datastore_client.py
#	playground/infrastructure/helper.py
#	playground/infrastructure/requirements.txt
#	playground/infrastructure/test_datastore_client.py
#	playground/infrastructure/test_helper.py
@pabloem
Copy link
Member

pabloem commented Sep 13, 2022

lgtm thanks

@pabloem pabloem merged commit c654e41 into apache:master Sep 13, 2022
dedocibula pushed a commit to dedocibula/beam that referenced this pull request Sep 15, 2022
…ed objects (apache#22868)

* [Playground] [Backend] added the datastore query to get an example catalog

* [Playground] [Backend] added datastore queries to get precompiled objects

* [Playground] [Backend] refactoring for datastore db

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] refactoring for integration tests

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] updated unit tests for diferent namespaces

* [Playground] [Infrastructure] added the datastore client

* [Playground] [Infrastructure] added the type property to an example entity

* [Playground] [Infrastructure] removed the cloud storage client

* [Playground] [Infrastructure] changed validation examples for duplicates by name

* [Playground] [Infrastructure] fixed duplicated example names

* [Playground] [Infrastructure] added the google cloud project id as an env variable

* [Playground] [Backend] updated docker files for runners

* [Playground] [Backend] added SDK validation to save a code snippet

* [Playground] [Backend] removed comments

* [Playground] [Backend] resolved comments after review

* [Playground] [Infrastructure] updated dependency versions

* [Playground] [Backend] fixed the java runner for examples with graphs

* [Playground] [Infrastructure] added loading catalogs to the cloud datastore

* [Playground] [Backend] remove extra imports after merging

* [Playground] [Backend] fixes after merging with other branches

* [Playground] [Backend] added genreics for one method

* fixing incorrect merge

Co-authored-by: oborysevych <oleg.borisevich@akvelon.com>
kkdoon pushed a commit to twitter-forks/beam that referenced this pull request Sep 29, 2022
…ed objects (apache#22868)

* [Playground] [Backend] added the datastore query to get an example catalog

* [Playground] [Backend] added datastore queries to get precompiled objects

* [Playground] [Backend] refactoring for datastore db

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] refactoring for integration tests

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] updated unit tests for diferent namespaces

* [Playground] [Infrastructure] added the datastore client

* [Playground] [Infrastructure] added the type property to an example entity

* [Playground] [Infrastructure] removed the cloud storage client

* [Playground] [Infrastructure] changed validation examples for duplicates by name

* [Playground] [Infrastructure] fixed duplicated example names

* [Playground] [Infrastructure] added the google cloud project id as an env variable

* [Playground] [Backend] updated docker files for runners

* [Playground] [Backend] added SDK validation to save a code snippet

* [Playground] [Backend] removed comments

* [Playground] [Backend] resolved comments after review

* [Playground] [Infrastructure] updated dependency versions

* [Playground] [Backend] fixed the java runner for examples with graphs

* [Playground] [Infrastructure] added loading catalogs to the cloud datastore

* [Playground] [Backend] remove extra imports after merging

* [Playground] [Backend] fixes after merging with other branches

* [Playground] [Backend] added genreics for one method

* fixing incorrect merge

Co-authored-by: oborysevych <oleg.borisevich@akvelon.com>
cushon pushed a commit to cushon/beam that referenced this pull request Oct 17, 2022
…ed objects (apache#22868)

* [Playground] [Backend] added the datastore query to get an example catalog

* [Playground] [Backend] added datastore queries to get precompiled objects

* [Playground] [Backend] refactoring for datastore db

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] updated complexity field

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] fixed integration tests for datastore

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] added testing data cleaner

* [Playground] [Backend] refactoring for integration tests

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] edited getting datastore key

* [Playground] [Backend] updated unit tests for diferent namespaces

* [Playground] [Infrastructure] added the datastore client

* [Playground] [Infrastructure] added the type property to an example entity

* [Playground] [Infrastructure] removed the cloud storage client

* [Playground] [Infrastructure] changed validation examples for duplicates by name

* [Playground] [Infrastructure] fixed duplicated example names

* [Playground] [Infrastructure] added the google cloud project id as an env variable

* [Playground] [Backend] updated docker files for runners

* [Playground] [Backend] added SDK validation to save a code snippet

* [Playground] [Backend] removed comments

* [Playground] [Backend] resolved comments after review

* [Playground] [Infrastructure] updated dependency versions

* [Playground] [Backend] fixed the java runner for examples with graphs

* [Playground] [Infrastructure] added loading catalogs to the cloud datastore

* [Playground] [Backend] remove extra imports after merging

* [Playground] [Backend] fixes after merging with other branches

* [Playground] [Backend] added genreics for one method

* fixing incorrect merge

Co-authored-by: oborysevych <oleg.borisevich@akvelon.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.

[Playground][Task]: Datastore queries and mappers to get precompiled objects
2 participants