waysonwei
a48bcebdbd
requirement from code review backport from EE
2021-08-25 08:49:36 +12:00
waysonwei
836b872274
fix theme information panel
2021-08-25 08:46:23 +12:00
waysonwei
8b66974b14
add experimental information for theme supported
2021-08-25 08:46:23 +12:00
waysonwei
9f43b59ea5
fix panel border color
2021-08-25 08:46:23 +12:00
waysonwei
42f14ca9bc
fix typo of user theme
2021-08-25 08:46:23 +12:00
waysonwei
44b0b4645d
update fixed for po reviews - disable button color
2021-08-25 08:46:19 +12:00
waysonwei
53a6990456
fix border color for disable tab selector
2021-08-25 08:44:12 +12:00
waysonwei
a3d3504248
fix panel body color
2021-08-25 08:41:44 +12:00
waysonwei
dd3e8edcd8
fix panel body color
2021-08-25 08:41:44 +12:00
waysonwei
e2ff95bffb
fix additional high contrast color
2021-08-25 08:41:43 +12:00
waysonwei
7f2d91c81d
finish high contrast color
2021-08-25 08:41:40 +12:00
waysonwei
641a37c320
fix minor css error
2021-08-25 08:32:40 +12:00
waysonwei
b24a646413
fix css and variable for Datatable
2021-08-25 08:28:05 +12:00
waysonwei
4141e790bf
fix typo error
2021-08-25 08:28:05 +12:00
waysonwei
b4113357cf
backport from EE to CE
2021-08-25 08:28:01 +12:00
waysonwei
fa880ab85a
feat dark theme css added
2021-08-25 07:57:31 +12:00
Chaim Lev-Ari
ab30793c48
chore(deps): upgrade eslint and use eslint-plugin ( #4989 )
2021-08-24 07:34:18 +03:00
Chaim Lev-Ari
5fd92d8a3f
feat(kubernetes): fetch config file with endpoint name ( #5368 ) [EE-1159]
2021-08-23 09:24:00 +03:00
Richard Wei
0ff9d49c6f
fix kubectl terminal not showing bottom line in some browser ( #5444 )
2021-08-23 14:23:07 +12:00
itsconquest
80465367a5
fix(stacks): Remove unused functions in create stack controller [EE-1139] ( #5401 )
2021-08-23 12:05:57 +12:00
Chaim Lev-Ari
dcb85ad8fe
fix(app/editor): set value from outside only if needed ( #5445 )
2021-08-22 12:25:31 +03:00
Chaim Lev-Ari
bbbc61dca9
feat(sidebar): add indicator for an openable submenu ( #5398 ) [EE-538]
2021-08-22 12:23:49 +03:00
LP B
d2d885359f
feat(app/registries): add indicator about registries accesses relocation ( #5374 )
2021-08-20 16:47:22 +02:00
cong meng
5fe7526de7
feat(dockerhub): EE-1384 new endpoint prefix for proxying requests to agent ( #5428 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io >
2021-08-20 15:04:28 +12:00
fhanportainer
3b5e15aa42
fix(stack): show success notification when redeploy succeeds ( #5441 )
...
* fix(stack): show success notification when redeploy succeeds
* Update app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js
Co-authored-by: itsconquest <william.conquest@portainer.io >
2021-08-20 12:41:50 +12:00
Chaim Lev-Ari
141ee11799
refactor(k8s/deploy): use components ( #5417 ) [EE-141
2021-08-18 14:56:13 +03:00
Chaim Lev-Ari
91653f9c36
refactor(stacks): move custom templates selector to component ( #5418 )
...
* feat(app): introduce web-editor form component
* refactor(stacks): move custom templates selector to component
* fix(stacks): validate form for template
2021-08-18 14:40:38 +03:00
LP B
f763dcb386
refactor(k8s/namespaces): rename Storages sections to Storage ( #5375 )
2021-08-17 15:20:04 +02:00
Dmitry Salakhov
bcccdfb669
feat(stacks): support automated sync for stacks [EE-248] ( #5340 )
2021-08-17 13:12:07 +12:00
zees-dev
5fe90db36a
fix(metrics): disable metric server api calls if metric server is disabled on k8s endpoint EE-1273 EE-1274 ( #5377 )
...
* - metric server api call disabled on cluster view
- metric server api call disabled on node view
- metric server api call disabled on namespace view
* enforcing resource access to function to ensure similarity to ee implementation
2021-08-13 16:46:18 +12:00
Chaim Lev-Ari
f990617a7e
fix(docker): pass endpoint to registry field ( #5365 )
2021-08-12 14:28:25 +03:00
Chaim Lev-Ari
456995353b
feat(backup): reload if restore fails ( #5404 )
2021-08-12 11:10:40 +12:00
LP B
0954239e19
feat(app/configure): reword metrics features enabling switch and information ( #5397 )
2021-08-11 15:03:10 +02:00
Chaim Lev-Ari
9be0b89aff
feat(analytics): add apis for event tracking ( #5298 )
...
* feat(analytics): add apis for event tracking
feat(api): fetch instanceID
feat(state): set instance id and version on matomo
refactor(state): export validation of app state
feat(analytics): update dimensions
refactor(analytics): move matomo to module
feat(analytics): disable analytics on non production
feat(analytics): track event metadata
refactor(analytics): clean push function
refactor(analytics): rename init function
feat(analytics): track user role
feat(analytics): track user global role
fix(stacks): remove event tracking for stack create
* style(analytics): remove TODO
* feat(build): add testing env
2021-08-11 10:45:53 +12:00
Chaim Lev-Ari
11d555bbd6
feat(server): use https by default ( #5315 ) [EE-332]
2021-08-10 07:59:47 +03:00
Richard Wei
3257cb1e28
fix(app):fix additional not save warning EE-799 ( #5161 )
...
* fix(app):fix additional not save warning EE-799
* fix additional warning when user leave page
* fix additional warning when user leave page in buildImageController.js
* fix docker build controller additional warning message
* fix changes required from reviews
* - refactored ondestroy hook function to align it closer to (below) oninit
- removed duplicated hook func duplication in configurationController
Co-authored-by: zees-dev <dev.786zshan@gmail.com >
2021-08-10 16:44:33 +12:00
Chaim Lev-Ari
31fe65eade
feat(registries): add proget notice ( #5345 )
2021-08-08 18:01:14 +03:00
zees-dev
665bf2c887
feat(kubernetes/shell): kubectl web shell and kubeconfig functionality EE-448 ( #5229 )
...
* feat(kubernetes/shell): backport kubectl shell backend functionality EE-849 (#5168 )
* backported core backend kubectl shell functionality
* - backported kubectl shell unit tests
- backported k8s cli interface update
- backported k8s client library fake patch
* refactored backend to match EE
* fixed test error typo
* GetServiceAccountName -> GetServiceAccount - making the function reusable in multiple contexts
* feat(kubernetes/shell): backport kubeconfig generation backend functionality EE-1004 (#5213 )
* backported core backend kubectl shell functionality
* refactored backend to match EE
* - backported kubernetes backend handler implementation
- backported kubernetes config endpoint
- backported kubeconfig file generation
- backported kubeconfig and yaml unit tests
- backported updates to kubeclient interfaces
* feat(app): kubectl shell ui backport EE-927 (#5221 )
* Kubectl UI backport to CE
* fix authentication redirect issue
* comment out redirect function
* fix shell full width & change name of shell
* disable button when terminal connected
* fixed whitespace changes for css
* fixed whitespace changes for html
* linting fixes
Co-authored-by: zees-dev <dev.786zshan@gmail.com >
* feat(kubernetes/shell): backport of kubeconfig export functionality EE-926 (#5228 )
* EE backport of kubeconfig UI functionality
* using angularjs constant instead of hardcoded URL
* updated portainer kubectl shell image
* fix kubectl button position issue in ce
* fix pod keep running when switching page
* feat(app): Kubectl shell ui EE-833 EE-1099 (#5271 )
* fix kubectl shell css
* fix mini css issue
* fix tech issue for ui changes from review
* delete unuse file
* - refactored variable names
- restored content-wrapper scroll
- created object to store wrapper css
Co-authored-by: zees-dev <dev.786zshan@gmail.com >
* addressing PR issues
* fix required changes from tech reviews (#5319 )
* fix required changes from tech reviews
* remove unuse css variable
* component refactor accoridng to PR and style guidelines
Co-authored-by: zees-dev <dev.786zshan@gmail.com >
* removed redundant dockerhub api endpoint variable
* - autoHeight -> terminal-window
- removed redundant try-catch
- saving config.yaml file as config
* fix(kube/shell): show error on failure
* fixed default https bug
* resolved merge conflicts
Co-authored-by: Richard Wei <54336863+WaysonWei@users.noreply.github.com >
Co-authored-by: richard <richard@richards-iMac-Pro.local >
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com >
2021-08-05 15:02:06 +12:00
Yi Chen
ec71720ceb
Update github banner image ( #5388 )
2021-08-04 15:01:49 +12:00
cong meng
5652bac004
feat: EE-424 Provide a way to re-associate an Edge endpoint to a new Edge agent ( #5266 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io >
2021-08-02 18:08:40 +12:00
zees-dev
ce31de5e9e
feat(kubernetes/resource-usage): k8s resource usage for cluster, node and namespace EE-3 EE-1112 ( #5301 )
...
* backported resource usage functionality from EE
* utilising view bound endpoint object instead of depracated EndpointProvider
* refactor flatmap
* addressed merge conflict issues
2021-07-28 14:26:03 +12:00
Matt Hook
cee7ac26e9
Fix dockerhub pro account rate-limit issue ( #5352 )
2021-07-27 10:49:28 +12:00
Chaim Lev-Ari
c943ac498f
feat(stacks): allow standalone to edit env vars ( #5255 )
...
Co-authored-by: Tobias Holler <mail@toubs.de >
2021-07-26 13:48:30 +03:00
Richard Wei
49f25e9c4c
fix(docker):Fix image pulled errorDetails not showing EE-936 ( #5336 )
...
* fix image pulled errorDetails not showing
* code clean up for errorDetail detection
2021-07-24 08:51:34 +12:00
dbuduev
7d6b1edd48
feat(k8s): Introduce the ability to restrict access to default namespace (EE-745) ( #5337 )
2021-07-23 17:10:46 +12:00
Richard Wei
c26af1449c
fix(app): Fix ports displayed twice when using docker EE-706 ( #5239 )
...
* fix duplicate port showing using docker
* fix changes from review by using lodash for filter
* move container filter in filter folder
* change filter name to unique for reuse
2021-07-23 11:29:01 +12:00
Chaim Lev-Ari
fe07815fc7
fix(images): ensure latest image ( #5274 )
2021-07-22 12:19:48 +03:00
Richard Wei
c56c236e3a
fix(stack): show warning if endpoint is selected ( #5234 )
...
* fix/EE-916/Invalid warning in stack details
* fix typo for isEndpointSelected function
* check yarmlError is valid
* combine yamlError and isEndpointSelected into one linie
2021-07-22 16:21:25 +12:00
Chaim Lev-Ari
7b2269fbba
feat(endpoints): filter endpoints by a list of types ( #5308 )
...
* feat(endpoints): filter endpoints by a list of types
* docs(endpoints): update api docs for endpoint list
2021-07-21 10:16:22 +03:00
Chaim Lev-Ari
592f7024e1
fix(stacks): prevent stack creation when container_name already exists ( #5211 )
2021-07-21 13:55:06 +12:00