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

Migrate to OpenApi.NET V2.0 #606

Merged
merged 116 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
288224f
Replace OpenApiReference with a proxy reference equivalent
MaggieKimani1 Nov 13, 2024
92d7721
Upgrade OpenApi lib to v2
MaggieKimani1 Nov 13, 2024
ab7602e
Replace type with the corresponding JsonSchemaType enum value
MaggieKimani1 Nov 13, 2024
62f71bb
Use OpenApiAny() for extensions and JsonNodes for examples
MaggieKimani1 Nov 13, 2024
8c92588
cleanup usings
MaggieKimani1 Nov 13, 2024
d684da8
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Dec 24, 2024
7f38be7
chore: updates to the latest preview
baywet Dec 24, 2024
610df9b
fix: wrong type being emitted for singles
baywet Dec 24, 2024
2fddd3c
fix: use number instead of integer
baywet Dec 24, 2024
3a62039
draft: passes reference to the document
baywet Dec 24, 2024
e79ab34
chore: typo fix
baywet Dec 24, 2024
ac6ca44
chore: typo fix
baywet Dec 24, 2024
4cbb05a
chore: refactor reduces allocs
baywet Dec 24, 2024
e87b64c
chore: typo fix
baywet Dec 27, 2024
316a0fd
feat: draft migrates all path item handler to accept document for lookup
baywet Dec 27, 2024
a4df88b
feat: lookup document is being passed to all handlers
baywet Dec 27, 2024
2758496
chore: adds defensive programming
baywet Dec 27, 2024
b1942fc
feat; passes document to the remaining parameter references methods
baywet Dec 27, 2024
9ffffb0
fix: adds missing document references to all unit tests
baywet Dec 27, 2024
e3126ad
fix: wrong type-format pair
baywet Dec 27, 2024
41b787e
fix: additional format fixes
baywet Dec 27, 2024
b462c7f
chore: linting
baywet Dec 27, 2024
7194ad6
fix: passes remaining document references where required
baywet Dec 27, 2024
7793d76
chore: linting
baywet Dec 30, 2024
4b539ad
fix: registers the component schemas for further lookup
baywet Dec 30, 2024
cd27a72
fix: NRT on properties
baywet Dec 30, 2024
826a05a
fix: NRT on properties
baywet Dec 30, 2024
b2ba0ec
fix: further NRT issues
baywet Dec 30, 2024
bb8bc1c
fix: minor json comparison fixes
baywet Dec 30, 2024
fd763c0
chore; first batch of change line breaks removal
baywet Dec 30, 2024
8911cca
chore: additional batch of json deep equals conversion
baywet Dec 30, 2024
45cfaa0
chore: another batch of json node deep equals
baywet Dec 30, 2024
1b1586e
fix: NRT on title lookup
baywet Dec 30, 2024
fe10a52
fix: property lookup for unit test
baywet Dec 30, 2024
176b10a
fix: tag generation with extensions
baywet Dec 31, 2024
3c4726b
fix: format updates
baywet Dec 31, 2024
3e8b864
chore: code linting
baywet Dec 31, 2024
9eea9da
fix: copy of extensions for schemas
baywet Dec 31, 2024
452fa51
fix: tag references unit tests
baywet Dec 31, 2024
1c56bca
fix: type/format mismatch in test data
baywet Dec 31, 2024
ea18d4d
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Jan 2, 2025
b66ae01
chore: linting
baywet Jan 2, 2025
3d76e85
chore: linting use switch expressions
baywet Jan 2, 2025
c06fde0
fix: regroups example generation logic
baywet Jan 2, 2025
2b33d7c
chore: regroups numeric types
baywet Jan 2, 2025
2e5d784
chore: updates basic example oAS v3
baywet Jan 2, 2025
5847ecf
fix: multiple updates to test file
baywet Jan 2, 2025
cd2b472
chore: additional test file fixes
baywet Jan 2, 2025
878c821
chore: linting
baywet Jan 2, 2025
340ffb5
fix: missing example type
baywet Jan 2, 2025
9423b95
fix: missing query parameters for $count operations
baywet Jan 2, 2025
b60c41f
chore: linting
baywet Jan 3, 2025
c85928f
fix: updates trip service test file
baywet Jan 3, 2025
3b6a158
fix: adds missing custom parameters for count subsegments
baywet Jan 3, 2025
44c95bf
fix: minor adjustments to basic v2 json sample
baywet Jan 3, 2025
e3b773e
fix: minor ordering changes in sample
baywet Jan 3, 2025
1bdd49c
fix: minor adjustments to basic v2 yaml sample
baywet Jan 3, 2025
e22b413
fix: minor fixes for basic v3 yaml sample
baywet Jan 3, 2025
6615672
fix: minor fixes to multiple schema v3 yaml sample
baywet Jan 3, 2025
bc42a65
fix: minor fixes to trip service v3 yaml sample
baywet Jan 3, 2025
bd2f491
chore: removes obsolete member
baywet Jan 3, 2025
eb11c2c
fix: missing host document for request body references
baywet Jan 3, 2025
f42589c
fix: minor updates to multi schema v2 json sample
baywet Jan 3, 2025
fa98f46
fix: minor changes to multi schema v2 yaml sample
baywet Jan 3, 2025
51181c3
fix: minor fixes in trip service v2 json sample
baywet Jan 3, 2025
5e62a68
fix: minor fixes for trip service v2 yaml sample
baywet Jan 3, 2025
3d02b91
ci: adds a validation workflow for all descriptions
baywet Jan 3, 2025
38f0b71
ci: fix removes extension trimming
baywet Jan 3, 2025
1cf33a9
chore: refactors integration tests
baywet Jan 3, 2025
58591dd
chore: linting
baywet Jan 3, 2025
3a9f343
fix: wrong test name
baywet Jan 3, 2025
0026276
chore: linting
baywet Jan 3, 2025
2972229
fix: duplicate operation ids on media and cast segments
baywet Jan 3, 2025
c39e108
chore: adds OAS 3.1 integration tests
baywet Jan 3, 2025
79ffbbf
fix: updates to latest components registrations
baywet Jan 6, 2025
7af8eb6
chore: updates for async API surface changes
baywet Jan 9, 2025
412d0af
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Jan 9, 2025
f913aa9
Merge branch 'mk/upgrade-oai.net-to-v2' of https://github.com/microso…
baywet Jan 9, 2025
471ba4f
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Jan 16, 2025
e3773e8
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Jan 20, 2025
718d02f
chore: updates 3.1 integration test documents with latest fixes
baywet Jan 20, 2025
6c21a43
chore: bumps to latest oai.net preview
baywet Jan 21, 2025
e9d9487
fix: missing references to document
baywet Jan 21, 2025
982a9b1
fix: visibility of methods
baywet Jan 21, 2025
a2e30c3
fix: defaults to oas 3.1
baywet Jan 21, 2025
f778ec2
chore: code linting
baywet Jan 21, 2025
3391113
chore: use pattern matching for safer casting
baywet Jan 21, 2025
3508988
chore: linting
baywet Jan 21, 2025
13c0970
fix: missing type for openapi v2 query parameters
baywet Jan 21, 2025
8e7e884
fix: missing parameter information
baywet Jan 21, 2025
3ba9330
fix: switches parameters components model to add
baywet Jan 21, 2025
8c1efe9
fix: normalizes request bodies adding pattern
baywet Jan 21, 2025
a17d529
fix: aligns to add pattern for example, components, security schemes,…
baywet Jan 21, 2025
44aee0b
fix: updates v2 definitions for missing produces/consumes
baywet Jan 22, 2025
8b442d2
chore: linting
baywet Jan 22, 2025
8850118
Merge branch 'main' into mk/upgrade-oai.net-to-v2
baywet Jan 30, 2025
10a39ab
fix: draft porting to newer proxy implementation design
baywet Jan 30, 2025
0bd8415
chore: removes the style from integration test documents
baywet Jan 31, 2025
2652d37
fix: odata query parameter references
baywet Jan 31, 2025
9b3ff9d
fix: removes style as it's the default value
baywet Jan 31, 2025
a5415a3
fix: more style form cleanup
baywet Jan 31, 2025
18cf118
chore: linting
baywet Jan 31, 2025
1d2715d
fix: missing security scheme for reference
baywet Jan 31, 2025
88fce32
fix: adds missing security scheme definitions
baywet Jan 31, 2025
ac45261
fix: nullable information
baywet Jan 31, 2025
d8c25f3
ci: fix type test definition
baywet Jan 31, 2025
313ee7a
fix flaky behaviour with error responses
baywet Jan 31, 2025
9c1ed4a
fix: removal of nullable property
baywet Feb 4, 2025
c53ed52
chore: updates oai.net reference
baywet Feb 5, 2025
e4c1862
fix: adds missing type v2 test documents
baywet Feb 5, 2025
7f4f2b1
Bump oai.net version
MaggieKimani1 Feb 6, 2025
9faef75
chore: linting
baywet Feb 6, 2025
7164dfa
chore: linting
baywet Feb 6, 2025
37508b2
Merge branch 'mk/upgrade-oai.net-to-v2' of https://github.com/microso…
baywet Feb 6, 2025
36a8583
fix: enum example values
baywet Feb 6, 2025
653cf42
Merge branch 'main' into mk/upgrade-oai.net-to-v2
MaggieKimani1 Feb 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/validate-descriptions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: OpenAPI Parser Validation for latest OpenAPI docs

on:
push:
branches: [ main, support/v1 ]
pull_request:
branches: [ main, support/v1 ]

jobs:

list-descriptions:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-descriptions.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- id: set-descriptions
run: echo "::set-output name=matrix::$(ls test/**/Resources/*.{json,yaml} | sed 's/.*\///' | jq -R -s -c 'split("\n")[:-1]')"

build:
needs: list-descriptions
strategy:
matrix:
descriptions: ${{ fromJson(needs.list-descriptions.outputs.matrix) }}

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Validate description with redocly
uses: fluximus-prime/redocly-cli-github-action@v1
with:
args: 'lint test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/${{ matrix.descriptions }} --skip-rule operation-4xx-response --skip-rule no-server-trailing-slash --skip-rule no-unused-components --skip-rule security-defined --skip-rule info-license-url --skip-rule info-license --skip-rule no-empty-servers --skip-rule operation-summary --skip-rule tag-description --max-problems 1000'
Loading
Loading