-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support schema error results to be output in JSON format including custom format flags #40
Commits on Jun 16, 2023
-
Create a framework for validation error special case handling
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47bbdcc - Browse repository at this point
Copy the full SHA 47bbdccView commit details -
Create a framework for validation error special case handling
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2688048 - Browse repository at this point
Copy the full SHA 2688048View commit details
Commits on Jun 19, 2023
-
Adjust JSON output formatting as an array
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8369472 - Browse repository at this point
Copy the full SHA 8369472View commit details -
Use an ordered map to control JSON output marshaling order
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfa6985 - Browse repository at this point
Copy the full SHA bfa6985View commit details -
Use an ordered map to control JSON output marshaling order
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7776c34 - Browse repository at this point
Copy the full SHA 7776c34View commit details -
Use an ordered map to control JSON output marshaling order
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09bf70a - Browse repository at this point
Copy the full SHA 09bf70aView commit details -
Use an ordered map to control JSON output marshaling order
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd9cba3 - Browse repository at this point
Copy the full SHA fd9cba3View commit details
Commits on Jun 20, 2023
-
Separate format related functions into their own file
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc89b66 - Browse repository at this point
Copy the full SHA bc89b66View commit details -
Separate format related functions into their own file
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 086f09d - Browse repository at this point
Copy the full SHA 086f09dView commit details
Commits on Jun 21, 2023
-
Format value for unique item error
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55810a6 - Browse repository at this point
Copy the full SHA 55810a6View commit details -
Consolidate validation flags and use on top-level API call
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54449f2 - Browse repository at this point
Copy the full SHA 54449f2View commit details -
Adjust JSON error result output prefix and indent
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3bf5c4 - Browse repository at this point
Copy the full SHA e3bf5c4View commit details -
Add validation test case for bad iri-format
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d23529 - Browse repository at this point
Copy the full SHA 7d23529View commit details -
Add validation test case for bad iri-format
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38511c1 - Browse repository at this point
Copy the full SHA 38511c1View commit details -
Consolidate persistent command flags into a struct
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 292a82d - Browse repository at this point
Copy the full SHA 292a82dView commit details -
represent array type, index and item as a map in json error results
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ab94f6 - Browse repository at this point
Copy the full SHA 4ab94f6View commit details -
Support flag true|false on validate command
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b57e38 - Browse repository at this point
Copy the full SHA 5b57e38View commit details -
Fix even more Sonatype errors that seem to chnage every time I touch …
…an old file Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a630b7e - Browse repository at this point
Copy the full SHA a630b7eView commit details
Commits on Jun 22, 2023
-
Adjust help for validate given new formats/flags
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16f8ce6 - Browse repository at this point
Copy the full SHA 16f8ce6View commit details -
Update README to show validate JSON output and new flags
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff1c278 - Browse repository at this point
Copy the full SHA ff1c278View commit details -
buffer JSON output for unit tests
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7258d9e - Browse repository at this point
Copy the full SHA 7258d9eView commit details
Commits on Jun 23, 2023
-
Update the text format logic to mirror new json formatting
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 577e945 - Browse repository at this point
Copy the full SHA 577e945View commit details -
Update the text format logic to mirror new json formatting
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b02cebc - Browse repository at this point
Copy the full SHA b02cebcView commit details -
Update the text format logic to mirror new json formatting
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf72268 - Browse repository at this point
Copy the full SHA bf72268View commit details -
Streamline json and text formatting paths
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac503d5 - Browse repository at this point
Copy the full SHA ac503d5View commit details
Commits on Jun 26, 2023
-
Adjust colorized indent to match normal indent
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d646e3e - Browse repository at this point
Copy the full SHA d646e3eView commit details -
Add additional test assertions to validate # errs and error conext
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62deaed - Browse repository at this point
Copy the full SHA 62deaedView commit details -
Assure forced schema file tests reset to default schema
Signed-off-by: Matt Rutkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64af463 - Browse repository at this point
Copy the full SHA 64af463View commit details