-
Notifications
You must be signed in to change notification settings - Fork 1
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
test: Add tests for golang and react with in memory files #43
Commits on Sep 10, 2024
-
feat!: initial commit for codegen CLI with golang support
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c67f767 - Browse repository at this point
Copy the full SHA c67f767View commit details -
docs!: add comments to few missing exported functions
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec78985 - Browse repository at this point
Copy the full SHA ec78985View commit details -
refactor!: add better error messages for the CLI
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f8069 - Browse repository at this point
Copy the full SHA 32f8069View commit details
Commits on Sep 24, 2024
-
refactor: move package to the top of the repository
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4b02d0 - Browse repository at this point
Copy the full SHA e4b02d0View commit details -
refactor: move main file to top directory
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47889fc - Browse repository at this point
Copy the full SHA 47889fcView commit details
Commits on Sep 26, 2024
-
refactor: embed flag manifest schema into the script
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5620ed - Browse repository at this point
Copy the full SHA e5620edView commit details -
Merge branch 'main' into 2-cli-prototype
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faf47d4 - Browse repository at this point
Copy the full SHA faf47d4View commit details -
fix: remove files after being moved
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b8ddd8 - Browse repository at this point
Copy the full SHA 9b8ddd8View commit details
Commits on Sep 30, 2024
-
refactor: move main.go back into SRC and attach module to flagmanifes…
…t schema Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bdfc10 - Browse repository at this point
Copy the full SHA 5bdfc10View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 896ac8d - Browse repository at this point
Copy the full SHA 896ac8dView commit details -
refactor: change property names in manifest to camel case format
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5059d0 - Browse repository at this point
Copy the full SHA a5059d0View commit details -
refactor: change property names to camel case
format #2 Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01240cc - Browse repository at this point
Copy the full SHA 01240ccView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 301a51b - Browse repository at this point
Copy the full SHA 301a51bView commit details
Commits on Oct 3, 2024
-
Merge remote-tracking branch 'origin' into 2-cli-prototype
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c37b8f - Browse repository at this point
Copy the full SHA 9c37b8fView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96b2139 - Browse repository at this point
Copy the full SHA 96b2139View commit details
Commits on Oct 9, 2024
-
refactor: change folder, package structure; integrate with cobra
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c766e83 - Browse repository at this point
Copy the full SHA c766e83View commit details
Commits on Oct 10, 2024
-
chore: delete comment; this has been replaced with Git project issue
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 087b76b - Browse repository at this point
Copy the full SHA 087b76bView commit details -
chore: update internal/generate/plugins/golang/golang.tmpl
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36124c8 - Browse repository at this point
Copy the full SHA 36124c8View commit details
Commits on Oct 23, 2024
-
Merge remote-tracking branch 'origin' into 2-cli-prototype
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d858654 - Browse repository at this point
Copy the full SHA d858654View commit details
Commits on Oct 29, 2024
-
test: add small tests for generate command for go and react with in m…
…emory files Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97cdaff - Browse repository at this point
Copy the full SHA 97cdaffView commit details -
Merge branch '2-cli-prototype' of https://github.com/open-feature/cod…
…egen into 2-cli-prototype
Configuration menu - View commit details
-
Copy full SHA for 4682490 - Browse repository at this point
Copy the full SHA 4682490View commit details
Commits on Oct 30, 2024
-
chore: update cmd/generate/generate_test.go
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09f0ac5 - Browse repository at this point
Copy the full SHA 09f0ac5View commit details -
chore: update cmd/generate/generate_test.go
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6509bda - Browse repository at this point
Copy the full SHA 6509bdaView commit details
Commits on Oct 31, 2024
-
chore: update the permissions when making directory
Signed-off-by: Florin-Mihai Anghel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efdcc4b - Browse repository at this point
Copy the full SHA efdcc4bView commit details