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

Issue25483 pipeline options refactoring #455

Merged
merged 15 commits into from
Apr 21, 2023

Conversation

Malarg
Copy link
Collaborator

@Malarg Malarg commented Apr 12, 2023

resolves: apache#25483
pipeline options extracted to playground_components and added to tour of beam


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

  • 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.

@Malarg Malarg requested a review from alexeyinkin April 13, 2023 08:42
@@ -37,7 +37,7 @@ import 'path.dart';

class TourNotifier extends ChangeNotifier with PageStateMixin<void> {
final ContentTreeController contentTreeController;
final PlaygroundController playgroundController;
PlaygroundController? playgroundController;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TourNotifier must always have a final PlaygroundController.
When I talked nullable, I meant that TobScaffold.playgroundController should be null.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TobScaffold does not contains playground controller. Why do you think, that non final PlaygroundController in TourNotifier is a bad idea? I believe that it supports consistenсy of tour notifier, when it does not contains an example

Copy link

@alexeyinkin alexeyinkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (internal review).

@Malarg Malarg merged commit 30875f9 into issue25640_tob-ci Apr 21, 2023
@Malarg Malarg deleted the issue25483_pipeline_options_refactoring branch April 21, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants