-
Notifications
You must be signed in to change notification settings - Fork 125
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: Added REST API for retrieving JSON schema for VPP-Agent configuration #1784
Commits on Feb 4, 2021
-
feat: added external proto to jsonschema converter into ligato code
Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for 1e55ddc - Browse repository at this point
Copy the full SHA 1e55ddcView commit details -
feat: added REST API for retrieving JSON schema of VPP-Agent configur…
…ation Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for a0e3ec6 - Browse repository at this point
Copy the full SHA a0e3ec6View commit details -
refactor: removed unusable unit tests (need to remove dependency on e…
…xternal protoc program and other tweaks to fully integrate into ligato) Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for 92ead9c - Browse repository at this point
Copy the full SHA 92ead9cView commit details
Commits on Feb 5, 2021
-
refactor: replaced dependency reference to original jsonschema librar…
…y with its dependencies Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for a544913 - Browse repository at this point
Copy the full SHA a544913View commit details -
docs: added proper README documentation and licensing for included tool
Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for e443d6b - Browse repository at this point
Copy the full SHA e443d6bView commit details -
fix: relaxed enum type safety to fix issues with 3rd party json examp…
…le createor (enum is still safe enough due to value enumeration of all possible values) Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for f6a76c3 - Browse repository at this point
Copy the full SHA f6a76c3View commit details -
refactor: removed jsonschema files that seemed like templates for gen…
…eration but serve no purpose at all (probably generated by test or something and commited into repo) Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for 443ce2f - Browse repository at this point
Copy the full SHA 443ce2fView commit details -
doc: updated initial changes in README.md for last 2 commits
Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for 04b25e8 - Browse repository at this point
Copy the full SHA 04b25e8View commit details -
fix: removed duplicite and unnecessary http status print into http re…
…sponse body and removed unused code Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for cd09327 - Browse repository at this point
Copy the full SHA cd09327View commit details
Commits on Feb 12, 2021
-
feat: added URL parameter for JSON schema REST API to be able to chan…
…ge what kind of field names are used (proto names/json names/both) Signed-off-by: Filip Gschwandtner <filip.gschwandtner@pantheon.tech>
Configuration menu - View commit details
-
Copy full SHA for 2a816d4 - Browse repository at this point
Copy the full SHA 2a816d4View commit details
Commits on Feb 15, 2021
-
Merge branch 'master' into jsonschemaexport
Milan Lenčo authoredFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a2f9fc - Browse repository at this point
Copy the full SHA 0a2f9fcView commit details