Commit Graph

5 Commits

Author SHA1 Message Date
iko
cd9ce4adfd
Fixed formatting in tests 2021-12-14 18:07:11 +03:00
mniip
f4fd16d247
Naming changes (#117)
* Rename openapi-diff -> comparest

Rename OpenAPI.Checker -> Data.OpenApi.Compare

* Tweak emojis used in reports

* Shuffle imports

* Fix workflow

* Reuse nix

Co-authored-by: iko <ilyakooo0@gmail.com>
2021-08-16 13:41:22 +03:00
mniip
958a653cfc
Refactor categorizing issues (#111)
* Behaviour -> Behavior (consistency)

* Introduce more issue kinds

* typo

* Add equivalence relations on issues

* Refactor issue segregation in the report
2021-07-23 13:57:36 +03:00
mniip
53ba00e5b6
Add special reporting for when type-restricting clauses have been added (#96)
* Add special reporting for when type-restricting clauses have been added

* Add a note for if issues arise due to a property going from
"additionalProperties" to "properties"

* Changed some wording. Instead of referencing properties by name, errors are now embedded in the behaviour.

* Changed wording of TypesRestricted

Co-authored-by: iko <ilyakooo0@gmail.com>
2021-07-01 17:53:09 +03:00
iko
2440f23829
Added non-breaking changes to reports (#82)
* bumped resolver

* Added non-breaking changes to report

* Removed dead file

* Added backward issue descriptions

* Issue description reversing

* Changed wording slightly
2021-06-21 20:52:48 +03:00