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

feat!: remove openapi v1 command #1111

Merged
merged 30 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f3c87a0
chore: remove useless config
kanadgupta Nov 19, 2024
4ff4903
refactor: split out config.host
kanadgupta Nov 19, 2024
cd875b4
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 19, 2024
e73d39d
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 19, 2024
8f1bc41
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 20, 2024
4c33cbb
fix: debug properly
kanadgupta Nov 21, 2024
56c0c28
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 21, 2024
a4a8a53
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 21, 2024
ff09b24
fix: error logging
kanadgupta Nov 21, 2024
c432647
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 21, 2024
1b5ec67
chore: smol flag copy edits, `run` output tweak
kanadgupta Nov 21, 2024
40f7b53
Merge branch 'next' into kanad-2024-11-19/oas-v2
kanadgupta Nov 22, 2024
4290eb8
Merge branch 'next' into kanad-2024-11-19/oas-v2-RM-11384
kanadgupta Dec 5, 2024
652d0ee
Merge branch 'next' into kanad-2024-11-19/oas-v2-RM-11384
kanadgupta Dec 6, 2024
1b62a06
feat!: remove API v1 `openapi` command
kanadgupta Dec 6, 2024
e82cf4f
chore: more removal
kanadgupta Dec 6, 2024
bba043f
test: more cleanup
kanadgupta Dec 6, 2024
21b6ccb
Merge branch 'next' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 9, 2024
e22e14a
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 9, 2024
9b3349f
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 9, 2024
f70f9eb
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 9, 2024
d69d1aa
ci: stop syncing to rdme-test project
kanadgupta Dec 10, 2024
2429656
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 10, 2024
e04d482
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 10, 2024
15b2083
test: more merge cleanup
kanadgupta Dec 10, 2024
874b5ec
docs: rebuild
kanadgupta Dec 11, 2024
a8a1e5b
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 11, 2024
df6c8c3
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 11, 2024
0bb07d6
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 11, 2024
995eb9f
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
kanadgupta Dec 11, 2024
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
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ jobs:
if: ${{ steps.openapi-validate-fail.outcome == 'success' }}
run: echo "::error::Expected validation in previous step to fail" && exit 1

# Docs: https://rdme-test.readme.io
- name: Run `openapi` command
uses: ./rdme-repo/
with:
rdme: openapi oas-examples-repo/3.1/json/petstore.json --key=${{ secrets.RDME_TEST_PROJECT_API_KEY }} --id=${{ secrets.RDME_TEST_PROJECT_API_SETTING }}

- name: Run `openapi` command with weird arg syntax
uses: ./rdme-repo/
with:
rdme: openapi "oas-examples-repo/3.1/json/petstore.json" --key "${{ secrets.RDME_TEST_PROJECT_API_KEY }}" --id=${{ secrets.RDME_TEST_PROJECT_API_SETTING }}

# this is a test to ensure that the rdme github action can run properly
# the way that our users invoke it
- name: E2E run of `openapi validate` on `next` branch
Expand Down
Loading
Loading