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

Move relay proxy to the mono repo #367

Merged
merged 8 commits into from
Oct 13, 2022
Merged

Move relay proxy to the mono repo #367

merged 8 commits into from
Oct 13, 2022

Conversation

thomaspoignant
Copy link
Owner

@thomaspoignant thomaspoignant commented Oct 12, 2022

Description

The GO Feature Flag Relay Proxy retrieves your feature flag configuration file using thomaspoignant/go-feature-flag SDK and expose APIs to get your flags variations.
It lets a number of servers connected to a single configuration file.

Initially, it was built outside of this repository, but we want to have everything in a single place to make our life easier.
This PR moves the relay proxy in this repository to have a single place where everything is.

TODO

  • Configure goreleaser to be able to build the releases (it should be able to build multiple binaries).
  • Add a github action when creating a new releases

Closes issue(s)

Resolve #290

Checklist

  • I have tested this code
  • I have added unit test to cover this code
  • I have updated the documentation (README.md and /docs)
  • I have followed the contributing guide

@thomaspoignant thomaspoignant changed the title Move relay proxy Move relay proxy to the mono repo Oct 12, 2022
@thomaspoignant thomaspoignant merged commit 63551cd into v1.0.0 Oct 13, 2022
@thomaspoignant thomaspoignant deleted the move-relay-proxy branch October 13, 2022 15:56
@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

1 participant