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

ScaledJob: introduce rolloutStrategy #2164

Merged
merged 14 commits into from
Nov 1, 2021

Commits on Oct 6, 2021

  1. add rolloutStrategy to the scaledjob controller

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cf241c0 View commit details
    Browse the repository at this point in the history
  2. add rolloutStrategy to the scaledjob types

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4d077e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. add generated crds and deepcopy obj

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f636f7c View commit details
    Browse the repository at this point in the history
  2. fix typo deleteing -> deleting

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    156df97 View commit details
    Browse the repository at this point in the history
  3. set logger message according to best practices

    Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw and arschles committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    15685dd View commit details
    Browse the repository at this point in the history
  4. set logger messages according to best practices

    Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw and arschles committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    cc1c9df View commit details
    Browse the repository at this point in the history
  5. remove redundant files

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    cb2d68e View commit details
    Browse the repository at this point in the history
  6. nit: set case before the default

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f10cfbc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. restore relevant files

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ec1b438 View commit details
    Browse the repository at this point in the history
  2. use ctx in favor of context.TODO()

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c973cf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    4810804 View commit details
    Browse the repository at this point in the history
  2. add scaledjob rolloutStrategy to unreleased changelog

    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3490e77 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    3b6ed61 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
    Signed-off-by: etamarw <etamarw@wix.com>
    etamarw and zroubalik committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    57b5dc6 View commit details
    Browse the repository at this point in the history