Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Feat/ark deploy #287

Merged
merged 26 commits into from
Nov 14, 2023
Merged

Feat/ark deploy #287

merged 26 commits into from
Nov 14, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    39ae927 View commit details
    Browse the repository at this point in the history
  2. <refactor> refactor projectname.

    - remove 'v1' after github repo address in case future independent release of this project.
    CodeNoobKing committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    df9e137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d57f3 View commit details
    Browse the repository at this point in the history
  4. <feat> complete small feature for ark deploy command

    - parse bizName and bizVersion automatically locally.
    - install on local arkcontainer
    CodeNoobKing committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3fa5549 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. <feat> add cmd util

    CodeNoobKing committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2c6b8e2 View commit details
    Browse the repository at this point in the history
  2. <feat> add method in ark.Service

    - warp ParseBizModel method for automatically generate bizName and bizVersion
    - add InstallBiz method
    - add UnInstallBiz method
    CodeNoobKing committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    79b8014 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. <feat> complete main logic of ark local deploy, untested

    1. rename rootCmd to RootCmd
    2. add DeployCommand
    3. complete the main logic of DeplopCommand
    4. add custom context
    CodeNoobKing committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a25b8b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda3077 View commit details
    Browse the repository at this point in the history
  3. happy path after built

    CodeNoobKing committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3cf8c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. <feat> ark deploy target bundle to remote pod inside kubernetes

    - successfully run happypath in local environment
    CodeNoobKing committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    66fdf1e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    4368798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a11f52e View commit details
    Browse the repository at this point in the history
  3. rename dock

    CodeNoobKing committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    55214c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. <feat> further complete arkctl command

    - remove arkctl dependency in kube pod environment.
    - add subBundlePath support.
    - add ark status command.
    CodeNoobKing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    70f63de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62eeb7 View commit details
    Browse the repository at this point in the history
  3. <doc> add doc

    CodeNoobKing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a4ab41c View commit details
    Browse the repository at this point in the history
  4. <merge> origin master

    CodeNoobKing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d68818c View commit details
    Browse the repository at this point in the history
  5. revert to master version

    CodeNoobKing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f1476f8 View commit details
    Browse the repository at this point in the history
  6. revert to master verion

    CodeNoobKing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fe5083f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. <refactor> reduce --build and --bundle flag, choose the build mode ac…

    …cording to the default arg
    CodeNoobKing committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c9702fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abab8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361f7c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b54a062 View commit details
    Browse the repository at this point in the history
  5. <fix> test

    CodeNoobKing committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    69be4d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcebe0f View commit details
    Browse the repository at this point in the history