[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-04-07 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r404767120 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-04-07 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r404767218 ## File path: server/resource/v1/kv_resource.go ## @@ -99,13 +100,13 @@ func (r *KVResource) Put(rctx

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-26 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r399029370 ## File path: server/resource/v1/kv_resource.go ## @@ -49,9 +51,9 @@ func (r *KVResource) Put(context

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-26 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r399028387 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-26 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r399028507 ## File path: cmd/kieserver/main.go ## @@ -94,6 +96,9 @@ func main() { if err := service.DBInit();

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261445 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261391 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261315 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397913599 ## File path: pkg/validate/validator_test.go ## @@ -0,0 +1,36 @@ +package validate_test + +import ( +

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397799086 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397796526 ## File path: go.mod ## @@ -6,8 +6,11 @@ require ( github.com/go-chassis/go-chassis