Skip to content

Commit

Permalink
Remove security tests from the master branch (#2433)
Browse files Browse the repository at this point in the history
* remove security tests as these will be test in branch instead

* remove openapi3 security script
  • Loading branch information
wing328 committed Mar 18, 2019
1 parent 82700e5 commit ed30e85
Show file tree
Hide file tree
Showing 458 changed files with 1 addition and 37,915 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
### PR checklist

- [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md).
- [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance, only need to run `./bin/{LANG}-petstore.sh`, `./bin/openapi3/{LANG}-petstore.sh`, `./bin/security/{LANG}-petstore.sh` and `./bin/openapi3/security/{LANG}-petstore.sh` if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in `.\bin\windows\`.
- [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance, only need to run `./bin/{LANG}-petstore.sh`, `./bin/openapi3/{LANG}-petstore.sh` if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in `.\bin\windows\`.
- [ ] Filed the PR against the [correct branch](https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches): `master`~~, `3.4.x`, `4.0.x`~~. Default: `master`.
- [ ] Copied the [technical committee](https://github.com/openapitools/openapi-generator/#62---openapi-generator-technical-committee) to review the pull request if your PR is targeting a particular programming language.

Expand Down
38 changes: 0 additions & 38 deletions bin/openapi3/security/php-petstore.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bin/openapi3/security/windows/php-petstore.bat

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/cpp-qt5-petstore.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/csharp-petstore.sh

This file was deleted.

39 changes: 0 additions & 39 deletions bin/security/go-petstore.sh

This file was deleted.

34 changes: 0 additions & 34 deletions bin/security/java-petstore-okhttp-gson.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/javascript-closure-angular.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/javascript-petstore.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/lumen-petstore-server.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/mysql-schema-petstore.sh

This file was deleted.

32 changes: 0 additions & 32 deletions bin/security/objc-petstore.sh

This file was deleted.

0 comments on commit ed30e85

Please sign in to comment.