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

Add support to manage Event Streams #1134

Merged
merged 12 commits into from
Feb 6, 2025
Merged

Conversation

duedares-rvj
Copy link
Member

@duedares-rvj duedares-rvj commented Feb 5, 2025

Events are a way for Auth0 customers to synchronize, correlate or orchestrate changes that occur within Auth0 or 3rd-party identity providers to your app or 3rd party services.

🔧 Changes

New commands have been included to support below operations:

  • Create a new event stream
  • Update an event stream
  • Delete an event stream
  • List your event streams
  • Show an event stream

📚 References

🔬 Testing

Relevant unit tests and integrations tests have been added.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@duedares-rvj duedares-rvj requested a review from a team as a code owner February 5, 2025 20:09
@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2025

Codecov Report

Attention: Patch coverage is 77.74648% with 79 lines in your changes missing coverage. Please review.

Project coverage is 70.62%. Comparing base (779a1f6) to head (86e1bc4).

Files with missing lines Patch % Lines
internal/cli/event_streams.go 75.00% 52 Missing and 21 partials ⚠️
internal/display/event_streams.go 90.16% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1134      +/-   ##
==========================================
+ Coverage   70.44%   70.62%   +0.18%     
==========================================
  Files          96       98       +2     
  Lines       13674    14029     +355     
==========================================
+ Hits         9632     9908     +276     
- Misses       3468     3524      +56     
- Partials      574      597      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

go.mod Outdated
@@ -8,7 +8,7 @@ replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/PuerkitoBio/rehttp v1.4.0
github.com/auth0/go-auth0 v1.14.0
github.com/auth0/go-auth0 v1.15.1-0.20250205065843-30f47e357fdc

Choose a reason for hiding this comment

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

should replace with release version

---
# auth0 events

Events are a way for Auth0 customers to synchronize, correlate or orchestrate changes that occur within Auth0 or 3rd-party identity providers to your app or 3rd party services.

Choose a reason for hiding this comment

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

Can we simplify this a bit

kushalshit27
kushalshit27 previously approved these changes Feb 6, 2025
Copy link

@kushalshit27 kushalshit27 left a comment

Choose a reason for hiding this comment

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

LGTM!

kushalshit27
kushalshit27 previously approved these changes Feb 6, 2025
Copy link
Contributor

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

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

LGTM

@duedares-rvj duedares-rvj merged commit 553b348 into main Feb 6, 2025
9 checks passed
@duedares-rvj duedares-rvj deleted the DXCDT-868/event_streams branch February 6, 2025 16:42
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.

4 participants