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.9.0 #128

Merged
merged 11 commits into from
Jun 17, 2023
Merged

v0.9.0 #128

merged 11 commits into from
Jun 17, 2023

Conversation

@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch coverage: 99.60% and project coverage change: +0.01 🎉

Comparison is base (fa33764) 99.76% compared to head (9c3cb10) 99.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
+ Coverage   99.76%   99.77%   +0.01%     
==========================================
  Files         146      146              
  Lines       10094    10174      +80     
==========================================
+ Hits        10070    10151      +81     
+ Misses         24       23       -1     
Flag Coverage Δ
unittests 99.77% <99.60%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
datamodel/document_config.go 100.00% <ø> (ø)
datamodel/high/base/contact.go 100.00% <ø> (ø)
datamodel/high/base/discriminator.go 100.00% <ø> (ø)
datamodel/high/base/dynamic_value.go 96.87% <ø> (ø)
datamodel/high/base/example.go 100.00% <ø> (ø)
datamodel/high/base/external_doc.go 100.00% <ø> (ø)
datamodel/high/shared.go 100.00% <ø> (ø)
datamodel/high/v2/definitions.go 100.00% <ø> (ø)
datamodel/high/v2/examples.go 100.00% <ø> (ø)
datamodel/high/v2/header.go 100.00% <ø> (ø)
... and 97 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Brackets in names are now supported. For example `’#/components/schemas/CoffeeCup[Black]’

Signed-off-by: Dave Shanley <dave@quobix.com>
Also ran `gofmt` across the entire project. Things need cleaning up.

Signed-off-by: Dave Shanley <dave@quobix.com>
An error is thrown if both URL and Identifier are used together as they are mutually exclusive.

Signed-off-by: Dave Shanley <dave@quobix.com>
error handling is still in the low level model.

Signed-off-by: Dave Shanley <dave@quobix.com>
Signed-off-by: Dave Shanley <dave@quobix.com>
There is now a distinction between no security being defined by operations, and empty security requirements. If the `Security` value is `nil`, then it was left out.

If the slice is empty, it was defined and left empty by design. As requested by #111

Signed-off-by: Dave Shanley <dave@quobix.com>
Original input document types are now rendered automatically as JSON or YAML (vs always being YAML). This only operates at the `Document` level for rendering out entire documents.

Requested in #105

Signed-off-by: Dave Shanley <dave@quobix.com>


Now the original indention is captured and string delimiters are retained when rendering out documents.

Signed-off-by: Dave Shanley <dave@quobix.com>

# fixes 106
Fixing some outdated code as well.

Signed-off-by: Dave Shanley <dave@quobix.com>

Cleaning up more coverage issues

Signed-off-by: Dave Shanley <dave@quobix.com>

More test coverage updates.

Signed-off-by: Dave Shanley <dave@quobix.com>
sometimes it does not make any sence, as the patch coverage is down, but overall coverage is up. With such small fractions, it’s causing more issues than anything else. Dropping down to manual coverage inspection to keep pipelines green with good builds.

Signed-off-by: Dave Shanley <dave@quobix.com>
This is to allow the correct operation of local/remote lookups to be correctly indexed (after the resolver has run). Addresses an issue in vacuum daveshanley/vacuum#294

Signed-off-by: Dave Shanley <dave@quobix.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant