-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
152 additions
and
734 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":[{"name":"Plugin tests (6.0)","swift_version":"6.0","runner":"ubuntu-latest","image":"swift:6.0-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s https://raw.githubusercontent.com/grpc/grpc-swift-protobuf/package_plugins/dev/plugin-tests.sh | bash","command_arguments":""},{"name":"Plugin tests (nightly-6.1)","swift_version":"nightly-6.1","runner":"ubuntu-latest","image":"swiftlang/swift:nightly-6.1-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s https://raw.githubusercontent.com/grpc/grpc-swift-protobuf/package_plugins/dev/plugin-tests.sh | bash","command_arguments":""},{"name":"Plugin tests (nightly-main)","swift_version":"nightly-main","runner":"ubuntu-latest","image":"swiftlang/swift:nightly-main-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s https://raw.githubusercontent.com/grpc/grpc-swift-protobuf/package_plugins/dev/plugin-tests.sh | bash","command_arguments":""}]} | ||
{"config":[{"name":"Plugin tests (6.0)","swift_version":"6.0","runner":"ubuntu-latest","image":"swift:6.0-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s http://raw.githubusercontent.com/grpc/grpc-swift-protobuf/main/dev/plugin-tests.sh | bash","command_arguments":""},{"name":"Plugin tests (nightly-6.1)","swift_version":"nightly-6.1","runner":"ubuntu-latest","image":"swiftlang/swift:nightly-6.1-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s http://raw.githubusercontent.com/grpc/grpc-swift-protobuf/main/dev/plugin-tests.sh | bash","command_arguments":""},{"name":"Plugin tests (nightly-main)","swift_version":"nightly-main","runner":"ubuntu-latest","image":"swiftlang/swift:nightly-main-jammy","platform":"Linux","setup_command":"apt-get update -y -q && apt-get install -y -q curl protobuf-compiler","command":"curl -s http://raw.githubusercontent.com/grpc/grpc-swift-protobuf/main/dev/plugin-tests.sh | bash","command_arguments":""}]} |
7 changes: 7 additions & 0 deletions
7
IntegrationTests/PluginTests/Resources/Foo/foo-messages.proto
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Leading trivia. | ||
syntax = "proto3"; | ||
|
||
package foo; | ||
|
||
message FooInput {} | ||
message FooOutput {} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions
8
IntegrationTests/PluginTests/test_01_top_level_config_file/.gitignore
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
IntegrationTests/PluginTests/test_01_top_level_config_file/Package.swift
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
IntegrationTests/PluginTests/test_02_peer_config_file/.gitignore
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
IntegrationTests/PluginTests/test_02_peer_config_file/Package.swift
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
IntegrationTests/PluginTests/test_02_peer_config_file/Sources/Protos/HelloWorld.proto
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...luginTests/test_02_peer_config_file/Sources/Protos/grpc-swift-proto-generator-config.json
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
IntegrationTests/PluginTests/test_02_peer_config_file/Sources/adopter.swift
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
IntegrationTests/PluginTests/test_03_separate_service_message_protos/.gitignore
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
..._03_separate_service_message_protos/Sources/Protos/grpc-swift-proto-generator-config.json
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
IntegrationTests/PluginTests/test_03_separate_service_message_protos/Sources/adopter.swift
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
IntegrationTests/PluginTests/test_04_cross_directory_imports/.gitignore
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
IntegrationTests/PluginTests/test_04_cross_directory_imports/Package.swift
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.