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

GH-790: Improve logstream resource schema #798

Merged
merged 3 commits into from
Aug 30, 2023
Merged

GH-790: Improve logstream resource schema #798

merged 3 commits into from
Aug 30, 2023

Conversation

sergiught
Copy link
Contributor

@sergiught sergiught commented Aug 27, 2023

🔧 Changes

After having revisited the api2 json schemas, we adjust the logstream resource schema accordingly.

📚 References

🔬 Testing

📝 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)

@codecov-commenter
Copy link

Codecov Report

Merging #798 (3428fc3) into v1 (308cc6a) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##               v1     #798      +/-   ##
==========================================
+ Coverage   90.43%   90.48%   +0.05%     
==========================================
  Files          99       99              
  Lines       13189    13259      +70     
==========================================
+ Hits        11928    11998      +70     
  Misses        893      893              
  Partials      368      368              
Files Changed Coverage Δ
internal/auth0/logstream/resource.go 96.58% <100.00%> (+0.85%) ⬆️

@sergiught sergiught marked this pull request as ready for review August 28, 2023 06:52
@sergiught sergiught requested a review from a team as a code owner August 28, 2023 06:52
Optional: true,
RequiredWith: []string{"sink.0.http_endpoint", "sink.0.http_authorization", "sink.0.http_content_type"},
Type: schema.TypeString,
Optional: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

May need to be computed too?

Copy link
Contributor

@willvedd willvedd left a comment

Choose a reason for hiding this comment

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

One comment about computed, otherwise 👍

@sergiught sergiught merged commit a92a7e1 into v1 Aug 30, 2023
@sergiught sergiught deleted the GH-790-log-streams branch August 30, 2023 08:03
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.

3 participants