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

[BEAM-213] Fix README to use refactored package names and use AutoService for Registrar #226

Closed
wants to merge 27 commits into from

Conversation

amitsela
Copy link
Member

@amitsela amitsela commented Apr 21, 2016

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

@lukecwik
Copy link
Member

Have you thought of using @autoservice to generate the service loader files during build time?

You just add the annotation @autoservice and depend on:


com.google.auto.service
auto-service
${version}
true

More info here: https://github.com/google/auto/tree/master/service

dhalperi and others added 14 commits April 21, 2016 15:07
…nterface instead of com.google.base.Supplier
*) package renaming
*) move it out of contrib to I/O module
*) get it running as part of the normal travis build,
   and remove specialization
*) remove examples, to be added in a separate PR.
      Either there should be an addition to an existing example to
   handle "multiple" streaming sources, or we should have this as an
   integration test. No need, however, for an example just to show
   how to use an I/O in a pipeline -- that's what Javadoc is for.
This removes the requirement to implement a primtiive Create for runners
that support Reads from a Bounded Source.

Remove Dataflow Runner references to Create.Values
@dhalperi
Copy link
Contributor

LGTM -- @amitsela feel free to merge as-is or switch to AutoService as you desire.

I notice that Luke's comment is a little munged by github. You might just look at the dataflow-runner-pom or the Flink runner registrar

* Use Beam SDK naming, instead of Dataflow SDK.
* Fix version lookup, so it correctly identifies the version.
@amitsela amitsela changed the title [BEAM-213] Fix README to use refactored package names [BEAM-213] Fix README to use refactored package names and use AutoService for Registrar Apr 22, 2016
@amitsela
Copy link
Member Author

Made a mess with the merge, I'll reopen this PR

@amitsela amitsela closed this Apr 22, 2016
@amitsela amitsela deleted the BEAM-213 branch April 22, 2016 12:03
iemejia pushed a commit to iemejia/beam that referenced this pull request Jan 12, 2018
damccorm pushed a commit that referenced this pull request Sep 2, 2022
* Tour of Beam frontend blank project

* TOBF (ToB frontend): welcome screen (#226)

* theme setup

* Replaced ThemeProvider with ThemeSwitchNotifier

* header with theme mode switcher and logo

* page container with header & footer

* theme mode tests

* renamed the directory to tour-of-beam

* compressed beam_logo.png

* added missing license comments

* rudimentary layout of the first screen

* review comments fixes #1

* moved notifyListeners inside then

* responsive todo

* split into 2 simple functions

* deleted redundant constants &
replaced 2018 text theme with 2021

* styling refinement

* home screen layout

* clickable sign in text

* font weights fix

* removed _getBaseFontTheme function

* fixed border and bg color

* color fixes

* difficulty component

* _LastModuleBody

* todo in test

* footer border

* fixed overflows

* replaced Project prefix with Tob

* replaced then with await

* inferred type

* started translation of the home screen

* sorted translations

* Complexity comments

* comment fixes

* home screen translations

* sign in overlay

* import fix

* integration test does not fail

* playground_components package with
dismissible_overlay

* missing license

* removed _dots from build

* widgets refinement

* renamed home screen to welcome screen

* deleted copyWith

* _SdkButton

* trailing comma & pubspec formatting

* license and lints

* license

* removed license from .metadata

* pubspec formatting

* total lints update

* changed from tour_of_beam to
tour-of-beam in build.gradle.kts

* license check

* _SdkButton mimics Radio button

* renamed MyApp to TourOfBeamApp

* onChanged mimics Radio button

Co-authored-by: darkhan.nausharipov <darkhan.nausharipov@kzn.akvelon.com>

* removed whitespace from readme (issue-22583)

* renamed "content" to "child" to mimic widgets

* README in tour-of-beam

* translation path rename,
grey dot with opacity,
footer link text style

* report issue in github, grey dot color

* table instead of row to clip the laptop image

* horizontalHalves & verticalHalves

* cropped laptop image

* row in an expensive intrinsic height

* laptop image in the bottom

* ScreenBreakpoints

* intrinsic height is not needed!

* _WideWelcome and _NarrowWelcome

* draft readme

* blank line in readme

* removed irrelevant info from readme

* removed whitespace

Co-authored-by: Alexey Inkin <alexey.inkin@akvelon.com>
Co-authored-by: darkhan.nausharipov <darkhan.nausharipov@kzn.akvelon.com>
Co-authored-by: alexeyinkin <leha@inkin.ru>
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.

7 participants