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

Store helm chart details in the database #373

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 26, 2023

  1. feat(migrations): correct helmchart table

    chnage unique constraint and column types
    
    SXT-1015
    
    Signed-off-by: Alex Marshall <[email protected]>
    alexhq committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a2de1ef View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. feat(helmTool): save helm chart details in database

    SXT-1015
    
    Signed-off-by: Alex Marshall <[email protected]>
    alexhq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e591c9a View commit details
    Browse the repository at this point in the history
  2. test(jest/store): update helmChart and helmRepository tests

    SXT-1015
    
    Signed-off-by: Alex Marshall <[email protected]>
    alexhq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    693bb2d View commit details
    Browse the repository at this point in the history
  3. test(jest/helmTool): add tests

    Signed-off-by: Alex Marshall <[email protected]>
    alexhq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9857711 View commit details
    Browse the repository at this point in the history
  4. feat(package.json): update preserve command to run migrations first

    the helm tool now requires the datase tables to exist before running
    
    SXT-1015
    
    Signed-off-by: Alex Marshall <[email protected]>
    alexhq committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7846f07 View commit details
    Browse the repository at this point in the history