Commit Graph

5 Commits

Author SHA1 Message Date
Florin-Mihai Anghel e3058db6d7
refactor: change name of go module (#46)
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
Changes the name of the go module

### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->

Fixes #45

---------

Signed-off-by: Florin-Mihai Anghel <fanghel@google.com>
Signed-off-by: Florin-Mihai Anghel <44744433+anghelflorinm@users.noreply.github.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-10-31 19:15:05 +00:00
Florin-Mihai Anghel fbac8ce70d
refactor: change the case of the flag manifest to camel case. (#19)
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
Changes the case of the flag manifest to camel case.

---------

Signed-off-by: Florin-Mihai Anghel <fanghel@google.com>
Signed-off-by: Florin-Mihai Anghel <44744433+anghelflorinm@users.noreply.github.com>
2024-10-01 11:31:48 +00:00
Florin-Mihai Anghel aa9d3b03f0
refactor: embed flag manifest schema into code and moves files around (#18)
## This PR
embeds flag manifest schema into code and moves files around

---------

Signed-off-by: Florin-Mihai Anghel <fanghel@google.com>
Signed-off-by: Florin-Mihai Anghel <44744433+anghelflorinm@users.noreply.github.com>
2024-09-30 09:50:45 +00:00
Michael Beemer ed844b43a3
feat!: lower json schema version, rename number to float (#12)
## This PR

- lowers json schema version to draft-07
- renames number property to float

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-09-10 07:31:16 +00:00
Florin-Mihai Anghel fac35caff8
docs: Add initial flag manifest schema (#9)
## This PR
Defines a new format for a flag manifest input to the codegen tool, as
defined in a JSON schema

### Related Issues

Fixes https://github.com/open-feature/codegen/issues/1

### Notes
Is based on
https://docs.google.com/document/d/19GQpSNcLnDEbzJRL6FpzKHFEQWVGNrgNK25lC4-JuE8/edit#heading=h.f1glu5dk43k9

---------

Signed-off-by: Florin-Mihai Anghel <fanghel@google.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-08-27 14:50:13 +00:00