portainer/app/docker/views
itsconquest a5e8cf62d2
feat(UX): introduce new env variables UI (#4175)
* feat(app): introduce new env vars ui

feat(app): introduce new env vars ui

feat(UX): WIP new env variables UI

feat(UX): update button and placeholder

feat(UX): mention .env file in message

feat(UX): allow add/remove value & load correctly

feat(UX): restrict filesize to 1MB

feat(UX): vertical align error message

feat(UX): fill UI from file & when switching modes

feat(UX): strip un-needed newline character

feat(UX): introduce component to other views

feat(UX): fix title alignment

feat(UX): only populate editor on mode switch when key exists

feat(UX): prevent trimming of whitespace on values

feat(UX): change editor to async

feat(UX): add message describing use

feat(UX): Refactor variable text to editorText

refactor(app): rename env vars controller

refactor(app): move env var explanation to parent

refactor(app): order env var panels

refactor(app): move simple env vars mode to component

refactor(app): parse env vars

refactor(app): move styles to css

refactor(app): rename functions

refactor(container): parse env vars

refactor(env-vars): move utils to helper module

refactor(env-vars): use util function for parse dot env file

fix(env-vars): ignore comments

refactor(services): use env vars utils

refactor(env-vars): rename files

refactor(env-panel): use utils

style(stack): revert EnvContent to Env

style(service): revert EnvContent to Env

style(container): revert EnvContent to Env

refactor(env-vars): support default value

refactor(service): use new env var component

refactor(env-var): use one way data flow

refactor(containers): remove unused function

* fix(env-vars): prevent using non .env files

* refactor(env-vars): move env vars items to a component

* feat(app): fixed env vars form validation in Stack

* feat(services): disable env form submit if invalid

* fix(app): show key pairs correctly

* fix(env-var): use the same validation as with kubernetes

* fix(env-vars): parse env var

Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
Co-authored-by: Felix Han <felix.han@portainer.io>
2021-06-14 18:59:07 +12:00
..
configs feat(app): Prevent web editor related views from being accidentally closed (#4715) 2021-03-20 22:13:27 +01:00
containers feat(UX): introduce new env variables UI (#4175) 2021-06-14 18:59:07 +12:00
dashboard feat(endpoint): relocate docker security settings (#4657) 2021-02-09 21:09:06 +13:00
docker-features-configuration feat(container): add sysctls setting in the container view (#4910) 2021-04-12 19:40:45 +12:00
events
host feat(endpoint): relocate docker security settings (#4657) 2021-02-09 21:09:06 +13:00
images fix(app): parse response with null body (#4654) 2021-06-11 12:05:54 +12:00
networks feat(app/network): rename restrict external acces to the network label and add a tooltip (#4514) 2021-01-14 12:24:56 +13:00
nodes feat(endpoint): relocate docker security settings (#4657) 2021-02-09 21:09:06 +13:00
secrets
services feat(UX): introduce new env variables UI (#4175) 2021-06-14 18:59:07 +12:00
swarm
tasks feat(app/logs): add download button on container logs and service logs views (#4529) 2020-12-16 12:30:16 +13:00
volumes feat(volume) change the way portainer creates NFS4 volumes (#4729) (#4735) 2021-03-02 02:46:18 +01:00