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

refactor: change name of go module #46

Merged
merged 26 commits into from
Oct 31, 2024
Merged

Commits on Sep 10, 2024

  1. feat!: initial commit for codegen CLI with golang support

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c67f767 View commit details
    Browse the repository at this point in the history
  2. docs!: add comments to few missing exported functions

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ec78985 View commit details
    Browse the repository at this point in the history
  3. refactor!: add better error messages for the CLI

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    32f8069 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. refactor: move package to the top of the repository

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e4b02d0 View commit details
    Browse the repository at this point in the history
  2. refactor: move main file to top directory

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    47889fc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. refactor: embed flag manifest schema into the script

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e5620ed View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 2-cli-prototype

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    faf47d4 View commit details
    Browse the repository at this point in the history
  3. fix: remove files after being moved

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9b8ddd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. refactor: move main.go back into SRC and attach module to flagmanifes…

    …t schema
    
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5bdfc10 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    896ac8d View commit details
    Browse the repository at this point in the history
  2. refactor: change property names in manifest to camel case format

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a5059d0 View commit details
    Browse the repository at this point in the history
  3. refactor: change property names to camel case

    format #2
    
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    01240cc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Merge remote-tracking branch 'origin' into 2-cli-prototype

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9c37b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 9, 2024

  1. refactor: change folder, package structure; integrate with cobra

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c766e83 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. chore: delete comment; this has been replaced with Git project issue

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    087b76b View commit details
    Browse the repository at this point in the history
  2. chore: update internal/generate/plugins/golang/golang.tmpl

    Co-authored-by: Michael Beemer <[email protected]>
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm and beeme1mr authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    36124c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge remote-tracking branch 'origin' into 2-cli-prototype

    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d858654 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. test: add small tests for generate command for go and react with in m…

    …emory files
    
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    97cdaff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4682490 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. chore: update cmd/generate/generate_test.go

    Co-authored-by: Michael Beemer <[email protected]>
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm and beeme1mr authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    09f0ac5 View commit details
    Browse the repository at this point in the history
  2. chore: update cmd/generate/generate_test.go

    Co-authored-by: Michael Beemer <[email protected]>
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm and beeme1mr authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6509bda View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. refactor: change name of module for codegen to github.com/open-featur…

    …e/cli
    
    Signed-off-by: Florin-Mihai Anghel <[email protected]>
    anghelflorinm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4566a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b541af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2bfd9 View commit details
    Browse the repository at this point in the history