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

feat(cli): add cmd to preview generated apps of appsets (#10895) #16781

Merged
merged 40 commits into from
Jun 18, 2024

Commits on Nov 22, 2023

  1. feat(cli): add cmd to preview generated apps

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ccf1bd3 View commit details
    Browse the repository at this point in the history
  2. fix build

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    769ecbe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. fix local proto gen

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ba26a06 View commit details
    Browse the repository at this point in the history
  2. dry run client

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    89d69a5 View commit details
    Browse the repository at this point in the history
  3. fix: allow to run codegen outside GOPATH

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    76e3c9e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. clientgen

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0b9d5a5 View commit details
    Browse the repository at this point in the history
  2. openapigen

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d05e112 View commit details
    Browse the repository at this point in the history
  3. remove ensure-gopath

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9ca2fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f68faa5 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/fix-local-codegen' into appset-l…

    …ist-apps
    
    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d4243b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix tests and templatePatch

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    04a9f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ea8c9 View commit details
    Browse the repository at this point in the history
  3. fix build

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    38fc7db View commit details
    Browse the repository at this point in the history
  4. convert to interfaces

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3f51c0e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 12, 2024

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

Commits on Jan 22, 2024

  1. Merge remote-tracking branch 'upstream/master' into appset-list-apps

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b6ba672 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge branch 'master' into appset-list-apps

    Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
    agaudreault committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2391dbd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge remote-tracking branch 'origin/master' into appset-list-apps

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f2ae013 View commit details
    Browse the repository at this point in the history
  2. codegen

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e1b605d View commit details
    Browse the repository at this point in the history
  3. extract common code

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a1e53c1 View commit details
    Browse the repository at this point in the history
  4. use appset params in server

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3a93268 View commit details
    Browse the repository at this point in the history
  5. codegen

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ee3af96 View commit details
    Browse the repository at this point in the history
  6. fix test build

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6789713 View commit details
    Browse the repository at this point in the history
  7. unit tests

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8b62d2c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. move test to new package

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7a62935 View commit details
    Browse the repository at this point in the history
  2. move to correct folders

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0938382 View commit details
    Browse the repository at this point in the history
  3. fix build

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 30, 2024
    Configuration menu
    Copy the full SHA
    92dd08e View commit details
    Browse the repository at this point in the history
  4. review

    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault committed May 30, 2024
    Configuration menu
    Copy the full SHA
    327d57b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a501a39 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge remote-tracking branch 'origin/master' into appset-list-apps

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3a9a4f2 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fbec379 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5e85cdd View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into appset-list-apps

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    923301f View commit details
    Browse the repository at this point in the history
  5. fix lint

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f151adf View commit details
    Browse the repository at this point in the history
  6. auto generate mocks

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    45676f4 View commit details
    Browse the repository at this point in the history
  7. better error handling

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    93268f9 View commit details
    Browse the repository at this point in the history
  8. more docs

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1c41029 View commit details
    Browse the repository at this point in the history
  9. more docs

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    19b0871 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. lint

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    02bb52a View commit details
    Browse the repository at this point in the history