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

v0.1.0 #35

Merged
merged 8 commits into from
Feb 7, 2024
Merged

v0.1.0 #35

merged 8 commits into from
Feb 7, 2024

Conversation

TheTeaCat
Copy link
Member

New feature: Added an OpenapiBytes []byte field to the Options struct, so the OpenAPI spec doesn't have to be read in from a filesystem. For example, the embed package could be used to embed the OpenAPI spec into the binary at compilation.

Patch: Execution time was only reported in integer milliseconds. It is now reported in floating point milliseconds down to the nanosecond.

Documentation: Logging to other regions of the Firetail SaaS has been documented in the README and on the Options struct.

TheTeaCat and others added 8 commits October 6, 2023 17:07
Doc configuration of LogsApiUrl in README and Options struct for http middleware
Fix execution time

Override merge b/c github doesn't correctly see my approval
Load spec from bytes

Override merge b/c github does not respect my reviews!!!
@TheTeaCat TheTeaCat self-assigned this Feb 7, 2024
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (b9ed9b0) 0.00% compared to head (5160c3f) 84.34%.
Report is 3 commits behind head on main.

Files Patch % Lines
middlewares/http/middleware.go 82.85% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           main      #35       +/-   ##
=========================================
+ Coverage      0   84.34%   +84.34%     
=========================================
  Files         0        8        +8     
  Lines         0      543      +543     
=========================================
+ Hits          0      458      +458     
- Misses        0       73       +73     
- Partials      0       12       +12     

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

@TheTeaCat TheTeaCat merged commit 62d9054 into main Feb 7, 2024
5 of 6 checks passed
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.

2 participants