matias-portainer
f86ba7b176
feat(edge): move edge jobs out of beta ( #7105 )
2022-06-21 17:57:59 -03:00
Hao Zhang
912250732a
feat(psp): kubernetes pod security policy EE-1577 ( #6553 )
...
* docs(github): fix slack link [EE-2438] (#6541 )
Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com>
Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
Co-authored-by: Chao Geng <93526589+chaogeng77977@users.noreply.github.com>
Co-authored-by: chaogeng77977 <chao.geng@portainer.io>
2022-06-20 15:48:41 +08:00
itsconquest
ae731b5496
fix(auth): track skips per user [EE-3318] ( #7089 )
2022-06-20 17:00:07 +12:00
Chaim Lev-Ari
92eaa02156
fix(docker/networks): show correct resource control data [EE-3401] ( #7060 )
2022-06-17 19:21:41 +03:00
Chaim Lev-Ari
18252ab854
refactor(app): move react components to react codebase [EE-3179] ( #6971 )
2022-06-17 19:18:42 +03:00
itsconquest
212400c283
fix(auth): clear skips when using new instance [EE-3331] ( #7027 )
2022-06-17 14:45:47 +12:00
LP B
8ed41de815
fix(app/account): create access token button ( #7014 )
...
* fix(api): remove unused leftover imports
* fix(app/account): create access token button
* fix(app/formcontrol): error message overlapping input on smaller screens
2022-06-16 21:25:37 +02:00
Chaim Lev-Ari
97a880e6c1
feat(custom-templates): hide variables [EE-2602] ( #7068 )
2022-06-16 08:32:41 +03:00
itsconquest
f39775752d
feat(auth): allow single char passwords [EE-3385] ( #7050 )
...
* feat(auth): allow single character passwords
* match weak password modal logic to slider
2022-06-16 12:31:36 +12:00
Matt Hook
6d6c70a98b
fix(swarm): don't stomp on the x-registry-auth header EE-3308 ( #7080 )
...
* don't stomp on the x-registry-auth header
* del header if empty json provided for registry auth
2022-06-16 09:53:58 +12:00
Dmitry Salakhov
461fc91446
fix: clarify password change error ( #7082 )
2022-06-15 16:56:59 +12:00
itsconquest
8059cae8e7
fix(auth): notify user password requirements [EE-3344] ( #7042 )
...
* fix(auth): notify user password requirements [EE-3344]
* fix angular code
2022-06-15 16:01:19 +12:00
congs
41107191c3
fix(teamleader): EE-3411 normal users get an unauthorized error ( #7052 )
2022-06-14 14:12:25 +12:00
sunportainer
cb6a5fa41d
fix(typo):UI and logs EE-3282 ( #7063 )
...
* fix logs and UI typos
2022-06-13 14:53:51 +08:00
Ali
66799a53f4
fix(wizard): return back to envs page EE-3419 ( #7065 )
2022-06-13 14:59:41 +12:00
congs
892fdbf60d
fix(teamleader): EE-3383 allow teamleader promote member to teamleader ( #7040 )
2022-06-10 17:13:33 +12:00
Chao Geng
b6309682ef
feat(kubeconfig): pagination for downloading kubeconfigs EE-2141 ( #6895 )
...
* EE-2141 Add pagination to kubeconfig download dialog
2022-06-10 11:42:27 +08:00
Ali
be11dfc231
fix(wizard): show teasers for kaas and kubeconfig features [EE-3316] ( #7008 )
...
* fix(wizard): add kubeconfig, nomad and kaas teasers
2022-06-10 09:17:13 +12:00
congs
12527aa820
fix(teamleader): EE-3332 hide name and leaders ( #7031 )
2022-06-09 14:22:35 +12:00
Matt Hook
0d0f9499eb
chore(version): fix readme version ( #7028 )
2022-06-08 23:20:58 +12:00
Ali
60eab3e263
fix(wizard): use 'New Environments' title EE-3329 ( #7034 )
2022-06-08 16:35:58 +12:00
Chao Geng
eb547162e9
fix(image) add validation of image name in build image page [EE-3010] ( #6988 )
...
* EE-3010 add validation of image name
2022-06-07 16:42:09 +08:00
Matt Hook
0864c371e8
chore(version): bump develop branch version to 2.15 ( #7019 )
...
* bump version to 2.15
2022-06-07 11:00:36 +12:00
Chaim Lev-Ari
b90b1701e9
fix(users): remove unused imports [EE-3340] ( #7016 )
...
fixes [EE-3340]
2022-06-06 10:04:33 +03:00
Ali
eb4ff12744
feat(wizard): replace-the-add-envs-button-with-env-wizard-button EE-3001 ( #7013 )
...
* feat(envs): on env click, direct user to wizard
2022-06-03 22:33:17 +12:00
congs
0522032515
feat(teamleader) EE-294 redesign team leader ( #6973 )
...
feat(teamleader) EE-294 redesign team leader (#6973 )
2022-06-03 16:44:42 +12:00
itsconquest
bca1c6b9cf
feat(internal-auth): ability to set minimum password length [EE-3175] ( #6942 )
...
* feat(internal-auth): ability to set minimum password length [EE-3175]
* pass props to react component
* fixes + WIP slider
* fix slider updating + add styles
* remove nested ternary
* fix slider updating + add remind me later button
* add length to settings + value & onchange method
* finish my account view
* fix slider updating
* slider styles
* update style
* move slider in
* update size of slider
* allow admin to browse to authentication view
* use feather icons instead of font awesome
* feat(settings): add colors to password rules
* clean up tooltip styles
* more style changes
* styles
* fixes + use requiredLength in password field for icon logic
* simplify logic
* simplify slider logic and remove debug code
* use required length for logic to display pwd length warning
* fix slider styles
* use requiredPasswordLength to determine if password is valid
* style tooltip based on theme
* reset skips when password is changed
* misc cleanup
* reset skips when required length is changed
* fix formatting
* fix issues
* implement some suggestions
* simplify logic
* update broken test
* pick min password length from DB
* fix suggestions
* set up min password length in the DB
* fix test after migration
* fix formatting issue
* fix bug with icon
* refactored migration
* fix typo
* fixes
* fix logic
* set skips per user
* reset skips for all users on length change
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
2022-06-03 16:00:13 +12:00
Matt Hook
4195d93a16
fix typo
2022-06-03 14:21:55 +12:00
Matt Hook
e8a8b71daa
feat(compose): upgrade to docker compose v2 EE-2096 ( #6994 )
...
Upgrade to compose v2 + new helm + new kubectl
2022-06-03 13:50:37 +12:00
Ali
aea62723c0
fix(forms): increase-click-area-for-expandable-form-section EE-3314 ( #7007 )
...
* fix(forms): increase click area for form section
2022-06-03 13:29:23 +12:00
Prabhat Khera
9b58c2e466
rename output_35 to output_24_to_latest ( #7006 )
2022-06-02 11:30:42 +12:00
Prabhat Khera
c41f7f8270
chore(version): version bump to 2.14.0 ( #6958 )
2022-06-02 10:53:48 +12:00
Chaim Lev-Ari
ac096dda46
feat(wizard): add edge form [EE-3000] ( #6979 )
2022-06-01 07:28:31 +03:00
Chaim Lev-Ari
e686d64011
refactor(docker): strongly type snapshot [EE-3256] ( #6990 )
...
* refactor(docker): strongly type snapshot [EE-3256]
fixes [EE-3256]
* fix(endpoints): return empty from association api
* refactor(docker): ignore raw snapshot for swagger
2022-05-31 13:03:10 +03:00
Chaim Lev-Ari
1ccdb64938
refactor(custom-templates): render template variables [EE-2602] ( #6937 )
2022-05-31 13:00:47 +03:00
Prabhat Khera
71c0e8e661
fix(kubernetes): fix redeploying kubernetes app EE-2875 ( #6984 )
2022-05-31 10:12:37 +12:00
andres-portainer
c162e180e0
fix(endpoints): remove global map to avoid panic writes EE-3160 ( #6918 )
2022-05-30 11:22:37 -03:00
Ali
e806f74652
refactor(tailwind): add-consistent-theme-colors-to-tailwind EE-3255 ( #6989 )
...
* refactor(tailwind): add custom colors EE-3255
2022-05-30 14:01:05 +12:00
Chaim Lev-Ari
d52417c14f
refactor(app): convert tag-selector to react [EE-2983] ( #6783 )
2022-05-29 09:14:14 +03:00
Chaim Lev-Ari
75d854e6ad
Revert "refactor(docker): strongly type snapshot [EE-3256]"
...
This reverts commit 0b2217a916
.
2022-05-26 15:39:55 +03:00
Chaim Lev-Ari
0b2217a916
refactor(docker): strongly type snapshot [EE-3256]
...
fixes [EE-3256]
2022-05-26 15:34:34 +03:00
Chao Geng
ca30efeca7
EE-1892 Centralize prompt dialog ( #6903 )
2022-05-24 20:14:38 +08:00
Chaim Lev-Ari
dc98850489
feat(app): enforce using of props in r2a [EE-3215] ( #6943 )
2022-05-24 08:35:20 +03:00
Chaim Lev-Ari
01dc9066b7
refactor(wizard): migrate to react [EE-2305] ( #6957 )
2022-05-23 17:32:51 +03:00
Chao Geng
3aacaa7caf
feat(dashboard) remove environment url from dashboard EE-2849 ( #6955 )
...
* EE-2849 remove environment url from dashboard
* EE-2849 only remove edge env's url
* EE-2849 remove logging
2022-05-23 17:05:37 +08:00
Chaim Lev-Ari
b031a30f62
feat(edge-devices): set specific page to view [EE-2082] ( #6869 )
2022-05-23 10:57:22 +03:00
Chaim Lev-Ari
12cddbd896
feat(demo): disable features on demo env [EE-1874] ( #6040 )
2022-05-22 08:34:09 +03:00
Chao Geng
3791b7a16f
fix(kube): misspelling kube namespace ( #6951 )
2022-05-20 07:34:30 +08:00
matias-portainer
d754532ab1
chore(edgestacks): add unit tests for edge stacks ( #6931 )
...
chore(edgestacks): add unit tests for edge stacks EE-3172
2022-05-19 17:13:51 -03:00
Chao Geng
9a48ceaec1
fix(docker): Restrict registry edit options for different registry type EE-2705 ( #6708 )
...
* EE-2705 restrict registry edit options for different registry type
* EE-2705 quay and azure registry should not disable authentication
* EE-2705 Resolve conflict
2022-05-18 18:46:24 +08:00