1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 16:25:22 +02:00
Commit graph

3218 commits

Author SHA1 Message Date
matias.spinarolli
8e8151102d UI fixes 2022-07-22 16:03:19 -03:00
itsconquest
434fee2c52 fix(auth): correctly calculate LDAP teamsync [EE-3704] (#7293) 2022-07-22 15:59:02 -03:00
Prabhat Khera
dcdbcaf8ab fix(kubeconfig): fix kubeconfig url EE-3455 (#7282) 2022-07-22 15:59:02 -03:00
itsconquest
36a3b97d79 fix(TLS): remove file type validation [EE-3672] (#7280) 2022-07-22 15:59:02 -03:00
congs
7fb3691ded feat(ui): update registries css (#7249) [EE-3562] 2022-07-22 15:59:02 -03:00
Ali
dc73fe46aa fix(build): remove build script EE-3481 (#7300) 2022-07-22 15:59:02 -03:00
matias-portainer
c5a77ff880 feat(templates): remove toggle and add sorting for app templates EE-2522 (#6884) 2022-07-22 15:59:02 -03:00
Chao Geng
c17a44ef96 EE-3742 update tool bar / action bar / search bar / pagination (#7298)
Co-authored-by: RexWangPT <rex.wang@portainer.io>
2022-07-22 15:59:02 -03:00
Ali
e95c9b9b05 feat(ui): kubernetes-namespace-list EE-3481 (#7276)
* feat(ui): namespace list view ui changes EE-3481
2022-07-22 15:59:02 -03:00
Zhang Hao
3e96923110 refactor(docker/switch/component): implement new design [EE-3688] (#7239)
* refactor(docker/switch/component): implement new design [EE=3688]

* revert create volume

* revert por-switch on exec.html

* refactor(container): switch fields on container creation page and edition page

* refactor(container): switch fields on networking/secret/servicewebhook/swarmvisual

* bug fixed

* code review issues

* merge code

* fix teaser for container edition

* fix encode secret toggle bug on adding secret page

* fixed a bug for service webhook toggle
2022-07-22 15:59:02 -03:00
wheresolivia
7dac72a9aa fix kube namespace memory usage data-cy (#7294) 2022-07-22 15:59:02 -03:00
Matt Hook
ef573e2ba1 feat(icons): add more svg icons and other tweaks [EE-3721] (#7270) 2022-07-22 15:59:02 -03:00
Chaim Lev-Ari
0859479412 fix(edge): filtering of edge devices [EE-3210] (#7077)
* fix(edge): filtering of edge devices [EE-3210]

fixes [EE-3210]

changes:
- replaces `edgeDeviceFilter` with two filters:
	- `edgeDevice`
	- `edgeDeviceUntrusted`

these filters will only apply to the edge endpoints in the query (so it's possible to get both regular endpoints and edge devices).

if `edgeDevice` is true, will filter out edge agents which are not an edge device.
			false, will filter out edge devices

`edgeDeviceUntrusted` applies only when `edgeDevice` is true. then false (default) will hide the untrusted edge devices, true will show only untrusted edge devices.

fix(edge/job-create): retrieve only trusted endpoints + fix endpoint selector pagination limits onChange

fix(endpoint-groups): remove listing of untrusted edge envs (aka in waiting room)

refactor(endpoints): move filter to another function

feat(endpoints): separate edge filters

refactor(environments): change getEnv api

refactor(endpoints): use single getEnv

feat(groups): show error when failed loading envs

style(endpoints): remove unused endpointsByGroup

* chore(deps): update go to 1.18

* fix(endpoint): filter out untrusted by default

* fix(edge): show correct endpoints

* style(endpoints): fix typo

* fix(endpoints): fix swagger

* fix(admin): use new getEnv function

Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2022-07-22 15:59:02 -03:00
LP B
919645ae42 fix(app/mustache): reuse mustache variables in templates [EE-3689] (#7286) 2022-07-22 15:59:02 -03:00
LP B
f97c168dd1 fix(app/templates): handle special characters in mustache templates [EE-3708] (#7288) 2022-07-22 15:59:02 -03:00
Rex Wang
6eede18e1f EE-3723 update headers to feather icon (#7275) 2022-07-22 15:59:02 -03:00
Dmitry Salakhov
c0deaa084b fix(users): admin can change password with any auth method (#7268) [EE-3671] 2022-07-22 15:59:02 -03:00
Prabhat Khera
1a9c69fea3 feat(ui): UI improvements node details screen EE-3468 (#7256) 2022-07-22 15:59:02 -03:00
congs
ebaacaf748 feat(gpu) EE-3191 Add GPU support for containers (#7146) 2022-07-22 15:59:02 -03:00
Peter Maguire
2087b9d2c4 fix(containers): fix incorrect grammar on recreate tooltip (#7236) 2022-07-22 15:59:02 -03:00
itsconquest
443eaf496c feat(buildinfo): ability to see build info [EE-2552] (#7107)
* feat(buildinfo): ability to see build info [EE-2252]

* handle dark theme

* feat: add build info to status version

* feat: include ldflags in azure pipeline

* echo shell commands in azure build

* clean up main log

* allow tests to pass

* use data from backend

* allow clicking off modal to dismiss

* add placeholder versions

* refactor

* update button class

* fix modal displaying behind elements

Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
2022-07-22 15:59:02 -03:00
Prabhat Khera
1ce822c75a feat(ui): UI improvements kube app detail EE-3463 (#7176) 2022-07-22 15:59:02 -03:00
Oscar Zhou
fa509b8447 fix(setting): update the por switch field component property (#7257) 2022-07-22 15:59:02 -03:00
Chao Geng
4c9d06a231 Fix(ui):docker-templates-ui [EE-3485] (#7170)
* EE-3485 update ui

* EE-3485 update ui

* EE-3485 use feather icon to replace trash icon

Co-authored-by: RexWangPT <rex.wang@portainer.io>
2022-07-22 15:59:02 -03:00
Rex Wang
d09fdfcc68 fix(ui): update UI of docker/network/create EE-3507 (#7255)
* EE-3507 update UI of docker/network/create

* EE-3507 update all icons
2022-07-22 15:59:02 -03:00
Prabhat Khera
0df0a2c54b feat(ui): ui improvements on cluster landing page EE-3467 (#7245) 2022-07-22 15:59:02 -03:00
Prabhat Khera
81485c4d0f svg support in icons.tsx (#7266) 2022-07-22 15:59:02 -03:00
Matt Hook
40d6336678 update wording, docker-compose to docker compose (#7233) 2022-07-22 15:59:02 -03:00
Ali
c515b91df9 feat(ui): kube app list ui styling EE-3464 (#7247)
* feat(ui): apply app datatable changes EE-3464
2022-07-22 15:59:02 -03:00
Richard Wei
ed011b9a91 feat(ui): turn off all teaser toggle in CE (#7227)
* turn off all teaser toggle in CE
2022-07-22 15:59:02 -03:00
Richard Wei
4b482ebf9a added nested blue icon to widget header title (#7250)
*added nested blue icon to widget header title
2022-07-22 15:59:02 -03:00
Ali
cbe66452fe fix(r2a): fix wizard r2a bug EE-3680 (#7241) 2022-07-22 15:59:02 -03:00
sunportainer
6521e354ff fix(UI): update-log-viewer-ui [EE-3522] (#7202)
* fix update log viewer layout

* use por-switch in logs

Co-authored-by: Hao Zhang <hao.zhang@portainer.io>
2022-07-22 15:59:02 -03:00
Prabhat Khera
1483a381d0 feat(kubernetes): UI improvements kube app create EE-3462 (#7149) 2022-07-22 15:59:02 -03:00
fhanportainer
425b4eab5f feat(stack): added ui label in env var section (#7010)
* feat(stack): added ui label in env var section

* feat(stack): added ui label in env var advanced section

* feat(stack): added showHelpMessage flag

* feat(stack): show help message when stack created from web editor.
2022-07-22 15:59:02 -03:00
Matt Hook
a4a5ccdd58 downloaded compose file should now be called docker-compose (#7228) 2022-07-22 15:59:02 -03:00
Dakota Walsh
8f5d3a6f91 fix(migration): close the database before running backups EE-3627 (#7218)
* fix(migration): close the database before running backups

On certain filesystems, particuarly NTFS when a network mounted windows
file server is used to store portainer's database, you are unable to
copy the database while it is open. To fix this we simply close the
database and then re-open it after a backup.

* handle close and open errors

* dont return error on nil
2022-07-22 15:59:02 -03:00
Matt Hook
e23186aa53 update to latest compose wrapper lib (#7226) 2022-07-22 15:59:02 -03:00
LP B
41ee610fcc fix(k8s/app-templates): display moustache variables fields when deploying from app template (#7184) 2022-07-22 15:59:01 -03:00
Ali
4ab886793e fix(ui): stacks example feedback EE-3676 (#7225) 2022-07-22 15:59:01 -03:00
Richard Wei
af8e9882a5 feat(ui): replace boxselector with react component EE-3593 (#7215)
* replace boxselector and upload vendor icon
2022-07-22 15:59:01 -03:00
Ali
63a7283651 feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165)
* feat(ui): add sorting icons EE-3626

feat(ui): Add react component for sorting icons

feat(ui) make component usable in angular 

* feat(ui): update angular example EE-3626
2022-07-22 15:59:01 -03:00
Richard Wei
3cdc4537f3 fix(ui): fix tooltip background color (#7211) 2022-07-22 15:59:01 -03:00
Chaim Lev-Ari
db59d8cf32 refactor(ui): move datatable css from bootstrap-override [EE-3664] (#7206) 2022-07-22 15:59:01 -03:00
Oscar Zhou
8f00c064ee fix(gitops): show prune option only in the swarm stack (#7190) 2022-07-22 15:59:01 -03:00
andres-portainer
04c68484d9 feat(ui): renovate the edge stacks creation page EE-3533 2022-07-06 16:03:39 -03:00
Chaim Lev-Ari
ce840997bf
feat(ui): sort search bar icon [EE-3663] (#7205) 2022-07-06 17:05:17 +03:00
Chaim Lev-Ari
88c4a43a19
feat(ui): add icon to button [EE-3662] (#7204) 2022-07-06 17:05:00 +03:00
Chao Geng
b4acbfc9e1
fix(registry): Add input prompt and checker in edit page [EE-2705] (#7106)
* EE-2705 restrict registry edit options for different registry type
2022-07-06 19:11:59 +08:00
Chaim Lev-Ari
8bf1c91bc9
refactor(app): redesign dashboard-item component [EE-3634] (#7175) 2022-07-06 11:23:53 +03:00