Chaim Lev-Ari
9f4549212d
fix(auth): remove caching of user ( #6591 )
2022-03-01 09:38:16 +13:00
Chao Geng
37209918ad
fix(docker/stacks): upgrade docker-compose-wrapper [EE-1975] ( #6598 )
...
* updated docker-compose-wrapper
* keep the same
2022-02-28 17:24:15 +08:00
Chaim Lev-Ari
aefa34d6d2
fix(k8s/application): allow app name to start with alphabetic character [EE-2596] ( #6603 )
...
fixes [EE-2596]
2022-02-28 07:15:49 +02:00
Hao Zhang
eaffde39f6
fix(stack): incorrect stack name ( #6587 )
2022-02-27 16:04:48 +08:00
Hao Zhang
d71d291895
fix(stack): git repo auto update not working ( #6573 )
2022-02-27 16:03:05 +08:00
itsconquest
a894e3182a
refactor(azure/aci): migrate dashboard view to react [EE-2189] ( #6518 )
...
* refactor(azure/aci): migrate dashboard view to react [EE-2189]
* move aggregate function to azure utils file
* fix type
* introduce dashboard item component
* add error notificatons
* hide resource groups widget if failed to load
* make dashboard a default export
* revert mistake
* refactor based on suggestions
* use object for error data instead of array
* return unused utils file
* move length calculations out of return statement
* only return first error of resource groups queries
* refactor imports/exports, fix bug with errors & add test
* WIP dashboard tests
* allow mocking multiple resource groups
* test for total number of resource groups
* update lock file to fix lint action issue
* finish dashboard tests
* dashboarditem story
* fix(auth): remove caching of user
* add option for link to dashboard item
* rename dashboard test case to match file
* remove optional link and update storybook
* create aria label based on already provided text
* change param name to be clearer
2022-02-25 12:22:56 +13:00
Chaim Lev-Ari
ff7847aaa5
chore(git): ignore prettier commits on git blame ( #6584 )
...
* chore(git): ignore prettier commits on git blame
* chore(vscode): fix launch command
2022-02-22 16:27:35 +02:00
Matt Hook
a89c3773dd
fix(datastore): export/import the bolt sequence number EE-2451 ( #6571 )
...
* Implement setter/getter for the sequence
* import/export counts
* fix go tests. rename vars
* Improved and simplified the logic. Made it more generic
* Remove unused methods
* remove unused methods
* not part of branch fix
2022-02-22 09:53:17 +13:00
Hao Zhang
5d75ca34ea
fix(stack): git force pull image toggle only for non-kubernetes git based stacks ( #6574 )
2022-02-21 08:43:22 +08:00
Marcelo Rydel
d47a9d590e
fix(kube): namespace parameter is not used in kube redeploy ( #6569 )
2022-02-18 16:36:20 +13:00
Anthony Lapenna
bd679ae806
feat(endpoint): add an input to source env vars [EE-2436] ( #6517 )
...
* feat(endpoint): add an input to source env vars
* fix(endpoint): fix invalid version in deployment instructions
* fix(endpoint): fix copy Edge command
* fix(endpoint): fix invalid Edge deployment instruction
* feat(endpoint): add missing parameter to edge deploy script
* feat(edge): use temporary manifest url
* refactor(endpoint): update method and placeholder
* fix(endpoint): fix missing agent name in Edge deployment instructions on Swarm
* fix(endpoint): fix invalid Edge deployment instructions for Kubernetes
* fix(build): commit yarn.lock
* chore(deps): run yarn
* feat(endpoint): do not support kubernetes with Edge env vars
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
2022-02-17 10:25:59 +13:00
LP B
5de7ecb5f0
chore(deps): freeze lockfile on Github Actions ( #6570 )
2022-02-16 18:20:15 +01:00
Marcelo Rydel
b3cd9c69df
fix(edge/settings): render view after loading settings [EE-2532] ( #6560 )
2022-02-15 18:26:42 -03:00
Chaim Lev-Ari
73311b6f32
fix(edge/devices): make actions button larger [EE-2471] ( #6542 )
...
* fix(edge/devices): make actions button larger [EE-2471]
fixes [EE-2471]
* fix(edge/devices): fix table-actions-title padding
Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
2022-02-16 08:38:24 +13:00
Sven Dowideit
93ddcfecd9
fix(templates): show docker-compose app templates when in swarm mode [EE-2117] ( #6177 )
...
* fix(templates): EE-2117: show docker-compose app templates when in swarm mode and the user selects 'showContainers
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
* fix(templates): keep original behavior for standalone
* fix(templates): display all templates on Swarm
* refactor(templates): update method name
Co-authored-by: deviantony <anthony.lapenna@portainer.io>
2022-02-15 07:30:02 +13:00
Marcelo Rydel
2bffba7371
fix(edge): only show expand row for Edge Devices with AMT activated [EE-2489] ( #6519 )
2022-02-14 11:44:55 -03:00
Hao Zhang
37ca62eb06
feat(webhook): teasers of pull images and webhook for EE EE-1332 ( #6278 )
...
* feat(webhook): teasers of pull images and webhook for EE
2022-02-14 21:51:43 +08:00
Chaim Lev-Ari
fa208c7f2a
docs(github): fix slack link [EE-2438] ( #6541 )
...
Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
2022-02-11 10:07:14 -03:00
testA113
6fac3fa127
add data-cy attributes for backup/restore ( #6546 )
...
Co-authored-by: testA113 <42307911+aliharriss@users.noreply.github.com>
2022-02-11 15:24:44 +13:00
deviantony
171392c5ca
chore(dev): update vscode example
2022-02-10 22:04:27 +00:00
Marcelo Rydel
d48ff2921b
fix(edge): show KVM connect button, remove automatic useEffect [EE-2520] ( #6540 )
2022-02-10 14:23:09 -03:00
Chaim Lev-Ari
3165d354b5
fix(settings): clear helm url if requested [EE-2494] ( #6526 )
...
* fix(settings): clear helm url if requested [EE-2494]
fix [EE-2494]
before this PR, helm url would clear when updating settings, if the helm url key wasn't provided.
in this PR, it will be changed only if required
* fix(settings): allow empty helm repo
* chore(deps): run yarn
* fix(settings): set helm repo url
2022-02-10 06:03:46 +02:00
Chaim Lev-Ari
9c2dbac479
fix(services): show task actions EE-2505
2022-02-09 11:49:44 +13:00
Anthony Lapenna
318844226c
refactor(storidge): remove Storidge support from backend [EE-2450] ( #6511 )
...
* refactor(storidge): remove Storidge support from backend
* refactor(storidge): remove Storidge support from backend
* refactor(storidge): remove Storidge support from frontend
2022-02-09 05:47:11 +13:00
Chaim Lev-Ari
e96f63023e
chore(deps): upgrade libhttp [EE-2145] ( #6530 )
...
closes [EE-2145]
2022-02-08 07:09:14 +02:00
dependabot[bot]
1765b99336
chore(deps): bump bl from 1.2.2 to 1.2.3 ( #4441 )
...
Bumps [bl](https://github.com/rvagg/bl ) from 1.2.2 to 1.2.3.
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 16:31:14 +13:00
andres-portainer
74a0d4c12e
fix(fdo): change 'http' to 'https' in the placeholder text EE-2479 ( #6516 )
2022-02-02 20:35:56 -03:00
testA113
3372f78cbf
fix font weight for firefox ( #6514 )
2022-02-02 12:32:46 +13:00
andres-portainer
fe082f762f
fix(fdo): add suffix to the device name supplied to /fdo/configure EE-2469 ( #6505 )
2022-02-01 19:38:50 -03:00
Prabhat Khera
a8d3cda3fa
Fix(db): needs encryption migration function fixed EE-2414 ( #6494 )
...
* fix(db) NeedsEncryptionMigration EE-2414
* fix for case where we started encrypted and restore unencrypted. We don't want to have two databases
* fix(db): handle decryption error EE-2466
Co-authored-by: Matt Hook <hookenz@gmail.com>
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
2022-02-02 09:53:59 +13:00
testA113
ad7f87122d
fix(tooltip): inconsistent tooltip component EE-2472 ( #6508 )
...
* Fixed tooltip styling
* match old tooltip styling
* Match font size
2022-02-02 08:42:19 +13:00
Chaim Lev-Ari
6f6f78fbe5
refactor(azure/aci): migrate create view to react [EE-2188] ( #6371 )
2022-02-01 19:38:45 +02:00
andres-portainer
1bb02eea59
fix(db): handle decryption error EE-2466 ( #6499 )
2022-02-01 11:48:26 -03:00
Marcelo Rydel
cf459a2d28
fix(ssl): default httpEnabled to false [EE-2465] ( #6495 )
2022-02-01 09:14:43 -03:00
Chaim Lev-Ari
7d91ab72e1
fix(agent): add agent header [EE-2433] ( #6484 )
...
* fix(agent): add agent header [EE-2433]
fix [EE-2433]
* fix(containers): reload current endpoint id
2022-02-01 09:37:12 +02:00
andres-portainer
cb804e8813
fix(edge): change the edge menu to work in dark mode EE-2462 ( #6488 )
...
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
2022-01-31 19:21:47 -03:00
andres-portainer
0973808234
fix(fdo): change the owner service connection message EE-2457 ( #6490 )
2022-01-28 10:06:21 -03:00
Marcelo Rydel
edd5193100
fix(settings): updateSettingsFromFlags only if dataStore is new [EE-2397] ( #6475 )
2022-01-28 09:28:34 -03:00
Matt Hook
0ad66510a9
this was checked in by mistake... removing. ( #6436 )
2022-01-28 09:13:34 +13:00
Prabhat Khera
5a6cd2002d
fix base url in axios ( #6460 )
2022-01-28 09:00:01 +13:00
Chaim Lev-Ari
1fbf13e812
fix(k8s/app): populate ingress details [EE-2445] ( #6463 )
...
* fix(k8s/app): populate ingress details [EE-2445]
fix [EE-2445]
* fix(k8s/app): check if there are ingresses
2022-01-27 08:37:46 +02:00
Hao Zhang
a9406764ee
fix(service): webhook vulnerability for passing an invalid image tag EE-2121 ( #6269 )
...
* fix(service): webhook vulnerability for passing an invalid image tag
2022-01-27 08:38:29 +08:00
Dmitry Salakhov
dfb0ba9efe
Add PR template ( #4837 )
...
* Add PR template
* add link to Jira
* use jira syntax to esteblish a link
* ask to reference jira in PR title
2022-01-27 11:54:43 +13:00
Marcelo Rydel
df2269a2fe
chore(lint): run yarn format ( #6476 )
2022-01-26 12:22:58 -03:00
andres-portainer
8b4a74f06e
fix(fdo): generate an edgeID when the 'Enforce environment ID' setting is disabled EE-2446 ( #6465 )
2022-01-25 15:25:27 -03:00
andres-portainer
48f2e7316a
fix(fdo): cancel the action in progress on error EE-2447 ( #6469 )
2022-01-25 11:46:13 -03:00
Marcelo Rydel
b76bcf0ee7
fix(images): fix registryModal [EE-2426] ( #6442 )
2022-01-25 09:13:36 -03:00
sunportainer
24893573aa
feat/ee-1991/validate-k8s-workload ( #6302 )
2022-01-25 18:59:09 +08:00
sunportainer
118809a9c0
Fix(kube):fix kube show rounding issue EE-2115 ( #6300 )
...
* fix/ee-2115/kube-show-rounding
2022-01-25 15:03:14 +08:00
Richard Wei
61be10bb00
fix input text color ( #6468 )
2022-01-25 15:56:25 +13:00