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: add unleash server provider #1230

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

albertilagan
Copy link

@albertilagan albertilagan commented Mar 17, 2025

This PR

  • add support for unleash (server) provider

Related issues

How to test

npx nx test providers-unleash

@albertilagan albertilagan requested a review from a team as a code owner March 17, 2025 15:06
Signed-off-by: Albert Ilagan <[email protected]>
@albertilagan albertilagan force-pushed the albert/providers-unleash branch from f12ba2f to ce784b1 Compare March 17, 2025 16:09
@beeme1mr beeme1mr self-requested a review March 17, 2025 18:10
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.

Hey @albertilagan, thanks for the PR. I had some questions but mainly on the readme. The provider itself looks good.

Signed-off-by: Albert Ilagan <[email protected]>
Signed-off-by: Albert Ilagan <[email protected]>
private _config?: UnleashConfig;

// client is the Unleash client reference
private _client?: Unleash;
Copy link
Member

@toddbaert toddbaert Mar 21, 2025

Choose a reason for hiding this comment

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

I may be confused but I'm not sure where this is actually being assigned, initialize seems to return a void promise.

Perhaps that explains the test failures?

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.

Add unleash provider
3 participants