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

huge refactor for the new datahub build/deploy CI/CD github actions workflow #117

Merged
merged 40 commits into from
Oct 10, 2024

Commits on Jun 27, 2024

  1. huge refactor:

    1) removed ability and code for building images (for now)
    2) add support for image tagging (defined in hubploy.yaml, defaults to 'latest' if not specified
    3) added verbose and debuging output
    4) added --dry-run for helm actions
    5) fixed almost every line > 80 chars
    6) consistent use of " vs a mix of " and '
    7) did a ton of readability cleanup
    8) maybe more?
    shaneknapp committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    63ed8e2 View commit details
    Browse the repository at this point in the history
  2. removing unused imports

    shaneknapp committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e0efb87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a92d85 View commit details
    Browse the repository at this point in the history
  4. update build python

    shaneknapp committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    88be478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d5491e View commit details
    Browse the repository at this point in the history
  6. wording etc

    shaneknapp committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2ea0e83 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    758c6ed View commit details
    Browse the repository at this point in the history
  2. finish up image overrides

    shaneknapp committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    acf5209 View commit details
    Browse the repository at this point in the history
  3. more error checking

    shaneknapp committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a665f21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f4db6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    355ecfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1541cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0c963 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e72251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22cc0d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    8bdaea7 View commit details
    Browse the repository at this point in the history
  2. reorder imports

    shaneknapp committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0cd4295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3b5fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0d2bc1 View commit details
    Browse the repository at this point in the history
  5. add help text for --force

    shaneknapp committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1c2f459 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    cc534cc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    fa7122f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c3e5b43 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    63b33f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c05f093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca6412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9352e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    bd9902f View commit details
    Browse the repository at this point in the history
  2. remove this line

    shaneknapp committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3bed611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    683fc68 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fixing typo in help text

    shaneknapp committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    19802d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fixing typo in help text

    shaneknapp committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    beb6343 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    3cdb8f7 View commit details
    Browse the repository at this point in the history
  2. fixing newlines at EOF

    shaneknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d267768 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. formatting from ruff

    shaneknapp committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d510ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    4489c5a View commit details
    Browse the repository at this point in the history
  2. adding python linter

    shaneknapp committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c1398b View commit details
    Browse the repository at this point in the history
  3. ruff format

    shaneknapp committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ca5ec61 View commit details
    Browse the repository at this point in the history
  4. updated readme

    shaneknapp committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    cea3849 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f76a897 View commit details
    Browse the repository at this point in the history