Loading proto/dscm_pluggable.proto→proto/pluggables.proto +2 −2 Original line number Diff line number Diff line syntax = "proto3"; package tfs.dscm.v0; package tfs.pluggables.v0; import "context.proto"; import "google/protobuf/field_mask.proto"; service DscmPluggableService { service PluggablesService { rpc CreatePluggable (CreatePluggableRequest) returns (Pluggable) {} rpc ListPluggables (ListPluggablesRequest) returns (ListPluggablesResponse) {} rpc GetPluggable (GetPluggableRequest) returns (Pluggable) {} Loading scripts/run_tests_locally-service-pluggable.sh +2 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src # RCFILE=$PROJECTDIR/coverage/.coveragerc RCFILE=$PROJECTDIR/coverage/.coveragerc python3 -m pytest --log-level=info --log-cli-level=info --verbose \ dscm/tests/test_DscmPluggables.py pluggables/tests/test_Pluggables.py echo "Bye!" src/dscm/.gitlab-ci.yml→src/pluggables/.gitlab-ci.yml +0 −0 File moved. View file src/dscm/Dockerfile→src/pluggables/Dockerfile +0 −0 File moved. View file src/dscm/README.md→src/pluggables/README.md +0 −0 File moved. View file Loading
proto/dscm_pluggable.proto→proto/pluggables.proto +2 −2 Original line number Diff line number Diff line syntax = "proto3"; package tfs.dscm.v0; package tfs.pluggables.v0; import "context.proto"; import "google/protobuf/field_mask.proto"; service DscmPluggableService { service PluggablesService { rpc CreatePluggable (CreatePluggableRequest) returns (Pluggable) {} rpc ListPluggables (ListPluggablesRequest) returns (ListPluggablesResponse) {} rpc GetPluggable (GetPluggableRequest) returns (Pluggable) {} Loading
scripts/run_tests_locally-service-pluggable.sh +2 −2 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ PROJECTDIR=`pwd` cd $PROJECTDIR/src # RCFILE=$PROJECTDIR/coverage/.coveragerc RCFILE=$PROJECTDIR/coverage/.coveragerc python3 -m pytest --log-level=info --log-cli-level=info --verbose \ dscm/tests/test_DscmPluggables.py pluggables/tests/test_Pluggables.py echo "Bye!"