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

Add helm chart with initial functional test #2

Merged
merged 66 commits into from
Jul 9, 2024
Merged

Add helm chart with initial functional test #2

merged 66 commits into from
Jul 9, 2024

Commits on Jun 26, 2024

  1. change test path

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0d5f6c1 View commit details
    Browse the repository at this point in the history
  2. Dockerfile

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    aa0c566 View commit details
    Browse the repository at this point in the history
  3. pin requirements

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d2692e5 View commit details
    Browse the repository at this point in the history
  4. add python package conf

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7eaa6f7 View commit details
    Browse the repository at this point in the history
  5. python version

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a0e584c View commit details
    Browse the repository at this point in the history
  6. initial CI setup

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3c483f7 View commit details
    Browse the repository at this point in the history
  7. initial helm charts

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    78e0a0b View commit details
    Browse the repository at this point in the history
  8. add functional test

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    007e85d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da9e10c View commit details
    Browse the repository at this point in the history
  10. rename file extensions

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e2a35d7 View commit details
    Browse the repository at this point in the history
  11. add build and push

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    14f7310 View commit details
    Browse the repository at this point in the history
  12. use python3.10

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8f1b34f View commit details
    Browse the repository at this point in the history
  13. sign_image not valid

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e2c6a55 View commit details
    Browse the repository at this point in the history
  14. newline

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5390a1e View commit details
    Browse the repository at this point in the history
  15. skip flake8 for now

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    42307f3 View commit details
    Browse the repository at this point in the history
  16. move to pyproject.toml

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bbd77b0 View commit details
    Browse the repository at this point in the history
  17. specify python version

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d8af137 View commit details
    Browse the repository at this point in the history
  18. update permissions

    scrungus committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9a091ba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. move helpers

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ecbbd5d View commit details
    Browse the repository at this point in the history
  2. yaml indent

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ee9ab4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfba34c View commit details
    Browse the repository at this point in the history
  4. change healthcheck endpoint

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e1a91ae View commit details
    Browse the repository at this point in the history
  5. comment

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    237d564 View commit details
    Browse the repository at this point in the history
  6. permissions and accounts

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b4b886c View commit details
    Browse the repository at this point in the history
  7. copy in app dir

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4418050 View commit details
    Browse the repository at this point in the history
  8. manage.py location

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    14d7ad9 View commit details
    Browse the repository at this point in the history
  9. use settings.py for now

    scrungus committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bf29445 View commit details
    Browse the repository at this point in the history
  10. update requirements

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

Commits on Jun 28, 2024

  1. database connection

    scrungus committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    01532e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. pvc

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    85e9a74 View commit details
    Browse the repository at this point in the history
  2. close with

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ce2b123 View commit details
    Browse the repository at this point in the history
  3. change pvc accessmode

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b959683 View commit details
    Browse the repository at this point in the history
  4. change probe port

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    60e4475 View commit details
    Browse the repository at this point in the history
  5. add tzdata

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ce3eece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    446e9a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a735da5 View commit details
    Browse the repository at this point in the history
  8. alllowed hosts

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    376966d View commit details
    Browse the repository at this point in the history
  9. add wait + status check

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    87afa69 View commit details
    Browse the repository at this point in the history
  10. black

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6570730 View commit details
    Browse the repository at this point in the history
  11. enable flake8

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2905099 View commit details
    Browse the repository at this point in the history
  12. ignore unit tests

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    55a5bb2 View commit details
    Browse the repository at this point in the history
  13. remove flake8 todo

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a944a08 View commit details
    Browse the repository at this point in the history
  14. comment out stestr

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3192bb5 View commit details
    Browse the repository at this point in the history
  15. remove upterm

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0bb90de View commit details
    Browse the repository at this point in the history
  16. flake8

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6307502 View commit details
    Browse the repository at this point in the history
  17. skip H301

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    eb4e396 View commit details
    Browse the repository at this point in the history
  18. isort conf

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    41217cc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5854156 View commit details
    Browse the repository at this point in the history
  20. wait for pod

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    09b4504 View commit details
    Browse the repository at this point in the history
  21. wait for rollout

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a92aba6 View commit details
    Browse the repository at this point in the history
  22. debug

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b8422f9 View commit details
    Browse the repository at this point in the history
  23. always run

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a23c528 View commit details
    Browse the repository at this point in the history
  24. don't exit on success

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    684885e View commit details
    Browse the repository at this point in the history
  25. readinessProbe

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2b85057 View commit details
    Browse the repository at this point in the history
  26. initial delay

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0a3151a View commit details
    Browse the repository at this point in the history
  27. sleep temp

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d476f0b View commit details
    Browse the repository at this point in the history
  28. more robust

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9a9ce91 View commit details
    Browse the repository at this point in the history
  29. remove debug

    scrungus committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8c32c10 View commit details
    Browse the repository at this point in the history
  30. remove sleep

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

Commits on Jul 3, 2024

  1. Add tilt component

    assumptionsandg committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    78366ef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. django flexi settings

    scrungus committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0cc4d46 View commit details
    Browse the repository at this point in the history
  2. lint

    scrungus committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5c629fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ae088f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #4 from stackhpc/feature/tilt-component

    Add Tilt component
    scrungus committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    82a8c4e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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