-
Notifications
You must be signed in to change notification settings - Fork 204
fix(conformance): correct SEP-1330 enum schemas in test_elicitation_sep1330_enums #600
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
3c36239
add conformance tests for server and client
devcrocod 42d14f0
rewrite conformance tests, rework server-client implementation
devcrocod 21846f5
add OAuth authorization and client credentials scenarios to conforman…
devcrocod c241bda
add OAuth authorization and client credentials scenarios to conforman…
devcrocod 4c7900a
replace `System.err` with KotlinLogging in ConformanceClient, add bas…
devcrocod aebff7a
remove toolLists from basic client
devcrocod 6e30638
update protocol version constants
devcrocod 09ff656
remove unused `allowedOrigins` configuration from ConformanceServer s…
devcrocod 0e80c11
add support for baseline file of expected failures in conformance tests
devcrocod b37f568
update elicitation schema to include `username` and `email`, adjust r…
devcrocod 70ace75
delete `results` directory during `clean` task in conformance-test build
devcrocod 928c68e
conditionally apply Detekt plugin to exclude conformance-test
devcrocod 30ab88e
add resource parameter support and pre-registration in OAuth authoriz…
devcrocod 914b531
remove OAuth authorization handler and simplify resource metadata dis…
devcrocod 1ba27f8
add CSRF state parameter validation and enhance error handling in OAu…
devcrocod 7c3b6ce
remove redundant non-null assertions in authCodeFlow implementation
devcrocod d0c0d96
add new expected failures to conformance test baseline
devcrocod 5369a57
specify explicit types for cached discovery and credentials in authCo…
devcrocod 451940f
improve error handling in `run-conformance.sh` by adding fallback for…
devcrocod 94dfe80
update README to reflect 18 OAuth scenarios in client-auth suite and …
devcrocod c465ffe
add Cross-App Access scenario and validate PRM resource in authCodeFl…
devcrocod c7695d3
fix: handle sse 404 (#593)
devcrocod d9e82b2
fix: serialization empty response without id (#592)
devcrocod 5ef15e9
add HTTP timeout configuration to ConformanceClient for improved requ…
devcrocod 6e9c082
refactor ConformanceClient to centralize HTTP client creation with sh…
devcrocod 7c1a1cf
parameterize JDK and Node.js versions in workflow, add new auth scena…
devcrocod 4892b7c
add support for additional auth scenarios in conformance tests and re…
devcrocod 0a3b4bd
feat: add SSE reconnection with retry support (#596)
devcrocod 6f1ae61
feat(conformance): add `list` command to conformance test script
kpavlov 3c097bd
feat(conformance): add logging to `test_tool_with_logging` and update…
kpavlov c1f1818
fix(server): keep SSE connection open until explicitly cancelled
kpavlov 7ec51bd
chore(conformance): remove 5 passing server tests from conformance ba…
kpavlov 970148a
fix(conformance): correct SEP-1330 enum schemas in test_elicitation_s…
kpavlov 98e9485
Merge branch 'main' into kpavlov/fix-elicitation-test
kpavlov cde9364
docs: clean up conformance-tests README by removing outdated limitations
kpavlov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it was worth removing this from the readme, since it’s more visible there and includes a brief description of the issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, now we have two failed scenarios, so I don't think it’s a big problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs a bit more care, so it might not be the most valuable thing.