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!: improve naming, fix module url #128

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

toddbaert
Copy link
Member

Fixes: #125

@toddbaert toddbaert requested a review from a team as a code owner January 17, 2024 13:58
Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the impact of this change?

.github/workflows/release-please.yaml Show resolved Hide resolved
@toddbaert
Copy link
Member Author

What's the impact of this change?

The public URL will be more sensible, and a 1-line breaking change will need to be absorbed in flagd (where the schema is loaded).

@toddbaert toddbaert requested a review from beeme1mr January 17, 2024 14:32

//go:embed targeting.json
var Targeting string
var TargetingSchema string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I am going to immediately absorb this in flagd when this is merged, since I want the better schema name.

Copy link
Contributor

@Kavindu-Dodan Kavindu-Dodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left this comment but otherwise I think this is good change

@toddbaert toddbaert force-pushed the feat!/rename-base-schema branch from 93f5703 to 3ffb3aa Compare January 18, 2024 20:20
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
```
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now this file suggests reviewing the schemastore version, and updating the version hosted at flagd.dev

@toddbaert toddbaert merged commit 0e6cbbd into main Jan 18, 2024
6 checks passed
@toddbaert toddbaert deleted the feat!/rename-base-schema branch January 18, 2024 20:29
@github-actions github-actions bot mentioned this pull request Jan 18, 2024
toddbaert pushed a commit that referenced this pull request Jan 18, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>json/json-schema: 0.2.0</summary>

##
[0.2.0](json/json-schema-v0.1.3...json/json-schema-v0.2.0)
(2024-01-18)


### ⚠ BREAKING CHANGES

* improve naming, fix module url
([#128](#128))

### 🐛 Bug Fixes

* "if" json schema description
([#126](#126))
([eee6a28](eee6a28))


### ✨ New Features

* improve naming, fix module url
([#128](#128))
([0e6cbbd](0e6cbbd))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
toddbaert added a commit to open-feature/flagd that referenced this pull request Jan 19, 2024
Absorbs new schema, and go module changes from:
open-feature/flagd-schemas#128

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] fix go module
3 participants