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

Introduce first strategic provider: do nothing #6292

Merged
merged 18 commits into from
May 31, 2019

Commits on May 29, 2019

  1. Introduce first strategic provider: do nothing

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    6d6ce8f View commit details
    Browse the repository at this point in the history
  2. Separate imports

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ce75f1c View commit details
    Browse the repository at this point in the history
  3. Move cfg out to groups

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    e8c9207 View commit details
    Browse the repository at this point in the history
  4. Move more cfg out of groups

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    a87558e View commit details
    Browse the repository at this point in the history
  5. Remove Ctor from names

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    55676a0 View commit details
    Browse the repository at this point in the history
  6. Use interface{} for duplicated return type

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    0b8f0d3 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary _

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    cde21e9 View commit details
    Browse the repository at this point in the history
  8. Move sharness test helpers

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8f03df8 View commit details
    Browse the repository at this point in the history
  9. Close reprovider in the provider system

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    16ed07b View commit details
    Browse the repository at this point in the history
  10. Remove unused strategic providing feature flag

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    4a4a61f View commit details
    Browse the repository at this point in the history
  11. Remove strategic provider sys constructors

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    9587723 View commit details
    Browse the repository at this point in the history
  12. Use conditional for running provider online

    License: MIT
    Signed-off-by: Michael Avila <davidmichaelavila@gmail.com>
    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    23e1b1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    992ec29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    98df914 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc7c0c0 View commit details
    Browse the repository at this point in the history
  16. Group imports correctly

    michaelavila committed May 29, 2019
    Configuration menu
    Copy the full SHA
    4feff27 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d73ae30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    065d783 View commit details
    Browse the repository at this point in the history