Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer is flaky in webpack #56

Open
2 of 4 tasks
starpit opened this issue Dec 31, 2019 · 0 comments
Open
2 of 4 tasks

composer is flaky in webpack #56

starpit opened this issue Dec 31, 2019 · 0 comments

Comments

@starpit
Copy link
Contributor

starpit commented Dec 31, 2019

origin: kubernetes-sigs/kui#584

  • preview @demos/if.js fails because of a readFile for webpack bug with imports

  • preview -c @demos/if.js fails for that bug, and a few other similar bugs

  • app deployment doesn't work in webpack
    Composer client (in openwhisk-composer libararay) is implemented to grab credentials from local wskprops, so in Webpack mode, we need to pass the api_host and api_key in options (in apache-composer/lib/controller/client) based on window.localStorage or process.env.__OW_API_KEY or process.env.__OW_API_HOST

  • clicking Deploy in compose foo.js fails because the composition persister uses tmp.file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant