sunportainer
661f0aad49
feat(user):logout after change password EE-1590 ( #6267 )
...
* fix(user) logout after password change
2022-01-21 08:33:43 +08:00
Richard Wei
58de8e175f
add data-cy to groupform table ( #6432 )
2022-01-21 12:45:21 +13:00
cong meng
1e21aeb7e8
fix(bolt) EE-2415 return nil err when resource controller not found in db ( #6422 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2022-01-20 13:45:53 +13:00
Richard Wei
a79aa221d3
fix error when edit pod application ( #6418 )
2022-01-20 08:21:03 +13:00
andres-portainer
50b2f789a3
feat(performance): add settings to tune the performance of the database EE-2363 ( #6389 )
...
* feat(performance): add settings to tune the performance of the database EE-2363
* Change panics to log.Fatals.
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
2022-01-18 11:25:29 +13:00
fhanportainer
bc70198102
fix(kube): fixed kube config download info issue. ( #6386 )
2022-01-18 10:30:08 +13:00
Chaim Lev-Ari
1b1a50d6b5
fix(app): add github action for linting and formatting [EE-2344] ( #6356 )
2022-01-17 07:53:32 +02:00
Matt Hook
34cc8ea96a
feat(database): add encryption support EE-1983 ( #6316 )
...
* bootstrap encryption key
* secret key message change in cli and secret key file content trimmed
* Migrate encryption code to latest version
* pull in newer code
* tidying up
* working data encryption layer
* fix tests
* remove stray comment
* fix a few minor issues and improve the comments
* split out databasefilename with param to two methods to be more obvious
* DB encryption integration (#6374 )
* json methods moved under DBConnection
* store encryption fixed
* cleaned
* review comments addressed
* newstore value fixed
* backup test updated
* logrus format config updated
* Fix for newStore
Co-authored-by: Matt Hook <hookenz@gmail.com>
* Minor improvements
* Improve the export code. Add missing webhook for import
* rename HelmUserRepositorys to HelmUserRepositories
* fix logging messages
* when starting portainer with a key (first use) http is disabled by default. But when starting fresh without a key, http is enabled?
* Fix bug for default settings on new installs
Co-authored-by: Prabhat Khera <prabhat.khera@portainer.io>
Co-authored-by: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com>
2022-01-17 16:40:02 +13:00
Hui
59ec22f706
fix(docker-compose): add logic control for docker compose force recreate EE-2356
2022-01-17 10:20:45 +13:00
Richard Wei
c47e840b37
feat(k8s): Allow mix services for k8s app EE-1791 ( #6198 )
...
allow a mix of services for k8s in ui
2022-01-17 08:37:46 +13:00
Chaim Lev-Ari
edf048570b
fix(oauth): change default microsoft logout url [EE-2044] ( #6324 )
2022-01-16 08:58:24 +02:00
Chao Geng
b71ca2afb0
EE-1958 Set default value of auth and auto-update to off in page Manifest and stacks ( #6380 )
2022-01-16 00:44:20 +08:00
Hao Zhang
9ff8f42a66
feat(stack): detach git based stacks from git EE-2143 ( #6307 )
...
* feat(stack): detach git based stacks from git
2022-01-14 11:47:47 +08:00
Richard Wei
125d84cbd1
fix automatic team membership toggle issue ( #6382 )
2022-01-14 13:42:16 +13:00
Chaim Lev-Ari
fa798665cd
chore(i18n): set extract output path ( #6384 )
2022-01-13 16:19:08 +02:00
Chaim Lev-Ari
95fbf7500c
fix(azure): parse validation error [EE-2334] ( #6341 )
...
fixes [EE-2334]
2022-01-13 07:29:32 +02:00
Chaim Lev-Ari
584a46d9d4
fix(stacks): show stack containers [EE-2359] ( #6375 )
...
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2022-01-13 07:28:49 +02:00
Chaim Lev-Ari
085762a1f4
fix(auth): prevent login for non admin for ldap and oauth [EE-648] ( #5283 )
2022-01-13 07:27:26 +02:00
Richard Wei
6c32edc5b5
fix background color for boxselector in dark/high contrast theme ( #6378 )
2022-01-13 16:55:36 +13:00
Chaim Lev-Ari
389561eb28
fix(registries): sync code with ee [EE-2176] ( #6355 )
...
fixes [EE-2176]
2022-01-11 07:35:09 +02:00
Dmitry Salakhov
bc54d687be
refactor: unit tests ( #6367 )
2022-01-11 10:26:41 +13:00
Chaim Lev-Ari
8e45076f35
feat(i18n): add support for multiple languages ( #6270 )
...
feat(users): add i18n to create access token
chore(app): remove test code
2022-01-10 15:22:21 +02:00
Chaim Lev-Ari
87dda810fc
fix(edgestacks): create new stack [EE-2178] ( #6311 )
...
* fix(edgestacks): create new stack [EE-2178]
[EE-2178]
* refactor(edgestacks): id is required on create
2022-01-10 11:36:46 +02:00
Chao Geng
4e77d2d772
fix(download-plugin): Image name not available when using watchtower or similar ( #6225 )
...
* make plugin version 1.0.22 and correct download-file name
* updated to v2.0.0-rc.2
* rollback download_docker_compose_binary.sh
2022-01-10 10:07:46 +08:00
Dmitry Salakhov
0b62a3d664
feat: bump golang version to 1.17.6 ( #6366 )
2022-01-10 13:10:02 +13:00
Richard Wei
84f354452b
feat(k8s): add ingressClassName to payload EE-2129 ( #6265 )
...
* add ingressClassName to payload
* add IngressClass.Name into formValues
2022-01-10 09:02:02 +13:00
Chaim Lev-Ari
c24d8fab0f
chore(tests): update AccessControlForm snapshots [EE-2348] ( #6361 )
2022-01-07 12:14:36 -03:00
Chaim Lev-Ari
5362e15624
fix(ldap): show BE border correctly ( #6357 )
2022-01-07 12:58:15 +02:00
Chaim Lev-Ari
07c6ce84c2
refactor(environments): remove angular dep from service [EE-2346] ( #6360 )
...
refactor(environments): parse axios error
2022-01-06 18:31:47 +02:00
Chaim Lev-Ari
ecd0eb6170
refactor(app): create access-control-form react component [EE-2332] ( #6346 )
...
* refactor(app): create access-control-form react component [EE-2332]
fix [EE-2332]
* chore(tests): setup msw for async tests and stories
chore(sb): add msw support for storybook
* refactor(access-control): move loading into component
* fix(app): fix users and teams selector stories
* chore(access-control): write test for validation
2022-01-05 18:28:56 +02:00
Marcelo Rydel
8dbb802fb1
feat(react): add FileUploadField and FileUploadForm components [EE-2336] ( #6350 )
2022-01-05 10:39:34 -03:00
Chaim Lev-Ari
07e7fbd270
refactor(containers): replace containers datatable with react component [EE-1815] ( #6059 )
2022-01-04 14:16:09 +02:00
fhanportainer
65821aaccc
feat(react): migrate analytics interface to react. ( #6296 ) [EE-2100]
2022-01-03 17:49:59 +02:00
Chaim Lev-Ari
d33ac8c588
refactor(app): create a composed header component [EE-2329] ( #6326 )
...
* refactor(app): create a composed header component
refactor(app): support single child breadcrumbs
fix(app): fix breadcrumbs warning
* refactor(app): import breadcrumbs
* refactor(app): support object breadcrumbs
* chore(app): write tests for header components
2021-12-30 16:46:12 +01:00
Marcelo Rydel
102a07346a
fix(kubeconfig): fix modal inputType [EE-2325] ( #6317 )
2021-12-23 10:44:56 -03:00
Chaim Lev-Ari
8fc5a5e8a1
fix(teams): create more then one team [EE-2184] ( #6305 )
...
fixes [EE-2184]
2021-12-23 07:57:32 +02:00
andres-portainer
cdfa9b25a8
fix(home): display tags properly [EE-2153] ( #6275 )
...
fix(home): display tags properly EE-2153
2021-12-22 19:39:23 -03:00
Richard Wei
e7fc996424
fix scroolbar shown in confirmation dialogs ( #6264 )
2021-12-22 11:32:04 +08:00
sunportainer
1c374b9fd2
Fix(UI): disable autofill username input EE-2140 ( #6252 )
...
* fix/ee-2140/disable-autofill-username
2021-12-22 10:34:55 +08:00
Chaim Lev-Ari
d9db789511
chore(build): add script to analyze webpack bundle [EE-2132] ( #6259 )
...
* chore(build): add script to analyze webpack bundle
* chore(build): use single dep (lodash,moment)
2021-12-21 14:32:48 +02:00
Chaim Lev-Ari
5a3687a564
fix(app): main services [EE-1896] ( #6279 )
...
[EE-1896]
2021-12-21 12:08:44 +02:00
Chao Geng
6e53bf5dc7
support upgrading ( #6256 )
2021-12-21 08:45:05 +08:00
Chaim Lev-Ari
e25141d899
fix(modals): upgrade jquery versions ( #6303 )
2021-12-21 11:51:48 +13:00
Chaim Lev-Ari
4f7b432f44
feat(app): introduce form framework [EE-1946] ( #6272 )
2021-12-20 19:21:19 +02:00
Hao Zhang
c5fe994cd2
feat(service): duplication validation for configs and secrets EE-1974 ( #6266 )
...
feat(service): check if configs or secrets are duplicated
2021-12-17 20:22:50 +08:00
Hao Zhang
c30292cedd
feat(service): rebase and recommit ( #6245 )
2021-12-17 20:22:13 +08:00
Matt Hook
33a29159d2
fix(db): fix marshalling code so that we're compatible with the existing db ( #6286 )
...
* special handling for non-json types
* added tests for json MarshalObject
* another attempt
* Fix marshal/unmarshal code for VERSION bucket
* use short form
* don't discard err
* fix the json_test.go
* remove duplicate string
* added uuid tests
* updated case for strings
Co-authored-by: zees-dev <dev.786zshan@gmail.com>
2021-12-17 08:43:10 +13:00
Richard Wei
187b66f5cb
feat(frontend): upgrade frontend dependencies DTD-11 ( #6244 )
...
* upgrade webpack, eslint, storybook and other dependencies
2021-12-17 07:52:54 +13:00
Chaim Lev-Ari
730fdb160d
fix(intel): fix switches params [EE-2166] ( #6284 )
...
* fix(intel): fix switches params
* feat(settings): prevent openamt panel to render
2021-12-16 11:19:12 +02:00
wheresolivia
efa125790f
feat(cy): add data-cy to add kube volume views ( #6285 )
2021-12-16 16:12:55 +13:00