-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add openapi generator * fix:add GET to openapi generator * add some function description * fix: stdin test * fix: utils test * fix: linting * remove vendor * feat: add openapi generation for single files or specified folders * fix: http test lint * fix: contracts newlines and resize * fix: show help when no flag or arguments is provided * fix: better type handling from introspection * feat: execute slangroom on api request * fix: better type handling, allow to define properties in metadata * fix: utils test * fix: add validation of request body against jsonschema before passing to slangroom * add stepci openapi testing * fix: test and actions * fix: openapi actions * fix: remove slangroom created data from introspection * fix actions * fix actions add setup go to openapi * fix actions * fix actions * ci: add some emoji, fix dependencies between jobs and enable ci when merge PR on main * ci: main instead of master * test: fix random order of missing parameters * fix: better error handling when output is not json * ci: merge go and stepci tests * ci: better name * fix: remove debug print --------- Co-authored-by: Filippo Trotter <[email protected]> Co-authored-by: Filippo Trotter <[email protected]> Co-authored-by: matteo-cristino <[email protected]>
- Loading branch information
1 parent
d56bc92
commit 78f94ff
Showing
99 changed files
with
1,131 additions
and
16,064 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
!/.env.sample | ||
!/.cruft.json | ||
!/.goreleaser.yaml | ||
!/workflow.stepci.yml | ||
|
||
!.github/workflows/*.yml | ||
|
||
|
This file contains 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
This file contains 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
Oops, something went wrong.