-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Sync master to 5.0.x (#5968)"
This reverts commit 90dd7a0.
- Loading branch information
Showing
3,836 changed files
with
52,977 additions
and
203,006 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 30,7 @@ packages/ | |
.vagrant/ | ||
.vscode/ | ||
**/.vs | ||
bin | ||
.factorypath | ||
|
||
.settings | ||
|
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
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 |
---|---|---|
|
@@ -31,15 31,14 @@ workflows: | |
mvn package -Dorg.slf4j.simpleLogger.defaultLogLevel=error | ||
title: Build openapi-generator | ||
- [email protected]: | ||
title: Update Swift samples | ||
title: Update Swift4 samples | ||
inputs: | ||
- content: | | ||
#!/usr/bin/env bash | ||
set -e | ||
sh bin/swift4-all.sh | ||
sh bin/swift5-all.sh | ||
- [email protected]: | ||
title: Run Swift4 tests | ||
inputs: | ||
|
@@ -50,6 49,15 @@ workflows: | |
./samples/client/petstore/swift4/swift4_test_all.sh | ||
./samples/client/test/swift4/swift4_test_all.sh | ||
- [email protected]: | ||
title: Update Swift5 samples | ||
inputs: | ||
- content: | | ||
#!/usr/bin/env bash | ||
set -e | ||
sh bin/swift5-all.sh | ||
- [email protected]: | ||
title: Run Swift5 tests | ||
inputs: | ||
|
@@ -58,15 66,14 @@ workflows: | |
set -e | ||
./samples/client/petstore/swift5/swift5_test_all.sh | ||
./samples/client/test/swift5/swift5_test_all.sh | ||
# comment out the following as it's causing timeout | ||
# - [email protected]: | ||
# title: Run all bin scripts | ||
# inputs: | ||
# - content: |- | ||
# #!/usr/bin/env bash | ||
# | ||
# set -e | ||
# | ||
# ./bin/run-all-petstore | ||
- [email protected]: | ||
title: Run all bin scripts | ||
inputs: | ||
- content: |- | ||
#!/usr/bin/env bash | ||
set -e | ||
./bin/run-all-petstore |
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.