apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Rename parsePolicies to parseSwaggerPolicies to avoid conflict #377

Closed jiangpengcheng closed 4 years ago

jiangpengcheng commented 4 years ago

resolve: #376

mhamann commented 4 years ago

@jiangpengcheng the CI is failing. I suspect you didn't update some tests. Can you take a look?

jiangpengcheng commented 4 years ago

seems that travis build is using openwhisk/apigateway:nightly while it doesn't tag locally built apigateway image with nightly tag? so the travis build will not use new code to do test

jiangpengcheng commented 4 years ago

@mhamann although this PR resolve the conflict problem. but I'm not clear why this conflict happens. I know nothing about the lua language, do you have any idea? thanks

style95 commented 4 years ago

I merged this as many dependent tests are failing in the core repo.