mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 22:36:09 +00:00
[core][general] Add metadata file tracking to aid in "Golden Tests" regeneration (#6325)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.gitignore
|
||||
.travis.yml
|
||||
README.md
|
||||
Setup.hs
|
||||
git_push.sh
|
||||
lib/OpenAPIPetstore.hs
|
||||
lib/OpenAPIPetstore/API.hs
|
||||
lib/OpenAPIPetstore/API/AnotherFake.hs
|
||||
lib/OpenAPIPetstore/API/Fake.hs
|
||||
lib/OpenAPIPetstore/API/FakeClassnameTags123.hs
|
||||
lib/OpenAPIPetstore/API/Pet.hs
|
||||
lib/OpenAPIPetstore/API/Store.hs
|
||||
lib/OpenAPIPetstore/API/User.hs
|
||||
lib/OpenAPIPetstore/Client.hs
|
||||
lib/OpenAPIPetstore/Core.hs
|
||||
lib/OpenAPIPetstore/Logging.hs
|
||||
lib/OpenAPIPetstore/LoggingKatip.hs
|
||||
lib/OpenAPIPetstore/LoggingMonadLogger.hs
|
||||
lib/OpenAPIPetstore/MimeTypes.hs
|
||||
lib/OpenAPIPetstore/Model.hs
|
||||
lib/OpenAPIPetstore/ModelLens.hs
|
||||
openapi-petstore.cabal
|
||||
openapi.yaml
|
||||
stack.yaml
|
||||
tests/ApproxEq.hs
|
||||
tests/Instances.hs
|
||||
tests/PropMime.hs
|
||||
tests/Test.hs
|
||||
Reference in New Issue
Block a user