portainer/app
George Cheng c559b6b55c fix(container-creation): Fix bad env in container creation (#2996)
Currently we are using RegExp `/\=(.+)/` to catch key-value
of environment variables, which could not match empty-value
environment variables such as `KEY=`.

This commit will change the RegExp to `/\=(.*)/`, which
matches the empty values.
2019-11-01 16:15:33 +13:00
..
agent feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
azure feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
docker fix(container-creation): Fix bad env in container creation (#2996) 2019-11-01 16:15:33 +13:00
extensions feat(registry): inspect repository images (#3121) 2019-10-14 15:46:33 +02:00
integrations feat(app): debounce on all search fields (#3058) 2019-08-12 16:27:05 +02:00
portainer feat(endpoint-details): add edge-key to commands (#3302) 2019-10-24 16:36:24 +02:00
__module.js feat(deps): multiselect library as dependency (#3255) 2019-10-14 15:43:58 +02:00
app.js fix(registry): Performance issues with Registry Manager (#2648) 2019-10-14 15:45:09 +02:00
config.js feat(app): set anonymizeIp property for GA (#2919) 2019-06-02 18:16:07 +12:00
constants.js feat(app): add externally sourced support options (#3249) 2019-10-10 10:59:27 +13:00
index.html style(app): update app loading text (#3046) 2019-07-26 10:20:38 +12:00
vendors.js feat(deps): multiselect library as dependency (#3255) 2019-10-14 15:43:58 +02:00