This repository was archived by the owner on Jul 18, 2025. It is now read-only.
feat(cmd-api-server): aggregate swagger.json endpoints - #16
Draft
petermetz wants to merge 2 commits into
Draft
Conversation
petermetz
force-pushed
the
petermetz/issue431
branch
from
September 20, 2023 17:50
7d8479c to
c77a10d
Compare
petermetz
force-pushed
the
petermetz/issue431
branch
from
November 28, 2023 16:01
c77a10d to
c4d05ad
Compare
petermetz
force-pushed
the
main
branch
2 times, most recently
from
January 31, 2024 01:26
84f5278 to
db3fe87
Compare
petermetz
force-pushed
the
petermetz/issue431
branch
from
February 8, 2024 23:14
c4d05ad to
f158001
Compare
petermetz
force-pushed
the
main
branch
2 times, most recently
from
March 7, 2024 08:33
9b5fd89 to
1dfcf17
Compare
added 2 commits
March 11, 2024 12:04
BREAKING CHANGE: Some of the schema elements that were redundant got removed from the openapi.json spec of the memory plugin. The same schemas are now being pulled from the core-api package. In this sense there is no breaking change because these two schemas were already equivalent anyway, but the fact is the openapi.json had schema elements removed from it anyway so this is something that people need to be aware of as they upgrade to v2.0.0 in the near future. 1. Added the REST API endpoints to the plugin so that it is accessible over HTTP for testing/demo purposes as necessary. 2. Also refactored the openapi.json spec file so that it pulls the schema definitions from the core-api package the same way as the keychain-memory-wasm plugin is doing already. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> (cherry picked from commit 8d0b9ac)
WORK IN PROGRESS Fixes hyperledger-cacti#431 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
force-pushed
the
petermetz/issue431
branch
from
March 11, 2024 19:06
f158001 to
15aee8e
Compare
petermetz
force-pushed
the
main
branch
3 times, most recently
from
September 30, 2024 04:52
6fc2ade to
ebe7816
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
WORK IN PROGRESS
Fixes hyperledger-cacti#431
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com