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

Improve execution name readability #5637

Merged
merged 28 commits into from
Aug 30, 2024

Commits on Aug 6, 2024

  1. feat: humanhash execution id

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    815f597 View commit details
    Browse the repository at this point in the history
  2. feat: humanhash config

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5f37b11 View commit details
    Browse the repository at this point in the history
  3. chore: add package

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45ce982 View commit details
    Browse the repository at this point in the history
  4. deprecate: generate execution name later

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    af06798 View commit details
    Browse the repository at this point in the history
  5. fix: replace space with tab

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c647718 View commit details
    Browse the repository at this point in the history
  6. fix: gci format check fail

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0447a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. fix: generate execution name in workflowExecutor

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    21f08e1 View commit details
    Browse the repository at this point in the history
  2. fix: get global config

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    65e8aa7 View commit details
    Browse the repository at this point in the history
  3. chore: add package in flytectl

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    265024d View commit details
    Browse the repository at this point in the history
  4. feat: enable humanhash for cmd and scheduler

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ac5d5fe View commit details
    Browse the repository at this point in the history
  5. fix: set execution name limit to k8s limit

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    cba751d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix: revert flytectl change

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    33fc45b View commit details
    Browse the repository at this point in the history
  2. refactor: let flyte backend generate ID

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    058baf7 View commit details
    Browse the repository at this point in the history
  3. fix: handle generate name error

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bb14487 View commit details
    Browse the repository at this point in the history
  4. fix: remove unused variables

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    18d898c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix: set execution name empty is not specified

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a065a58 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: correct import format

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    910bb65 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: fix lint error

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d6f9edb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. update humanhash version

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5f7151e View commit details
    Browse the repository at this point in the history
  2. remove error handler

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a3b62bd View commit details
    Browse the repository at this point in the history
  3. read config inside get exec name and fix import cycle

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2553ec0 View commit details
    Browse the repository at this point in the history
  4. change configuration name

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9646272 View commit details
    Browse the repository at this point in the history
  5. fix lint error

    Signed-off-by: wayner0628 <a901639@gmail.com>
    wayner0628 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c138a79 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    92f7b9c View commit details
    Browse the repository at this point in the history
  2. nit

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5c0dccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb67f5 View commit details
    Browse the repository at this point in the history
  4. revert flytectl

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d353c16 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Kevin Su <pingsutw@apache.org>
    pingsutw committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f2b7b7f View commit details
    Browse the repository at this point in the history