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
cong meng
4bd3f61ce6
fix(db) EE-2425 http-disabled flag does not work ( #6447 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2022-01-25 09:32:31 +13:00
Richard Wei
48c2f127f8
fix(ui): fix components have unreadable text in dark mode EE-2417 ( #6433 )
...
* add styles to UsersSelector components
2022-01-25 08:49:28 +13:00
Chaim Lev-Ari
b588d901cf
fix(app): skip authorizations in CE [EE-2423] ( #6431 )
...
* feat(app): check auth on ee only
* refactor(features): load edition from env var
* fix(containers): show empty message if no containers
2022-01-24 08:02:23 +02:00
Marcelo Rydel
2c4c638f46
feat(intel): Enable OpenAMT and FDO capabilities ( #6212 )
...
* feat(openamt): add AMT Devices information in Environments view [INT-8] (#6169 )
* feat(openamt): add AMT Devices Ouf of Band Managamenet actions [INT-9] (#6171 )
* feat(openamt): add AMT Devices KVM Connection [INT-10] (#6179 )
* feat(openamt): Enhance the Environments MX to activate OpenAMT on compatible environments [INT-7] (#6196 )
* feat(openamt): Enable KVM by default [INT-25] (#6228 )
* feat(fdo): implement the FDO configuration settings INT-19 (#6238 )
feat(fdo): implement the FDO configuration settings INT-19
* feat(fdo): implement Owner client INT-17 (#6231 )
feat(fdo): implement Owner client INT-17
* feat(openamt): hide wireless config in OpenAMT form (#6250 )
* feat(openamt): Increase OpenAMT timeouts [INT-30] (#6253 )
* feat(openamt): Disable the ability to use KVM and OOB actions on a MPS disconnected device [INT-36] (#6254 )
* feat(fdo): add import device UI [INT-20] (#6240 )
feat(fdo): add import device UI INT-20
* refactor(fdo): fix develop merge issues
* feat(openamt): Do not fetch OpenAMT details for an unassociated Edge endpoint (#6273 )
* fix(intel): Fix switches params (#6282 )
* feat(openamt): preload existing AMT settings (#6283 )
* feat(openamt): Better UI/UX for AMT activation loading [INT-39] (#6290 )
* feat(openamt): Remove wireless config related code [INT-41] (#6291 )
* yarn install
* feat(openamt): change kvm redirection for pop up, always enable features [INT-37] (#6292 )
* feat(openamt): change kvm redirection for pop up, always enable features [INT-37] (#6293 )
* feat(openmt): use .ts services with axios for OpenAMT (#6312 )
* Minor code cleanup.
* fix(fdo): move the FDO client code to the hostmanagement folder INT-44 (#6345 )
* refactor(intel): Add Edge Compute Settings view (#6351 )
* feat(fdo): add FDO profiles INT-22 (#6363 )
feat(fdo): add FDO profiles INT-22
* fix(fdo): fix incorrect profile URL INT-45 (#6377 )
* fixed husky version
* fix go.mod with go mod tidy
* feat(edge): migrate OpenAMT devices views to Edge Devices [EE-2322] (#6373 )
* feat(intel): OpenAMT UI/UX adjustments (#6394 )
* only allow edge agent as edge device
* show all edge agent environments on Edge Devices view
* feat(fdo): add the ability to import multiple ownership vouchers at once EE-2324 (#6395 )
* fix(edge): settings edge compute alert (#6402 )
* remove pagination, add useMemo for devices result array (#6409 )
* feat(edge): minor Edge Devices (AMT) UI fixes (#6410 )
* chore(eslint): fix versions
* chore(app): reformat codebase
* change add edge agent modal behaviour, fix yarn.lock
* fix use pagination
* remove extractedTranslations folder
* feat(edge): add FDO Profiles Datatable [EE-2406] (#6415 )
* feat(edge): add KVM workaround tooltip (#6441 )
* feat(edge): Add default FDO profile (#6450 )
* feat(edge): add settings to disable trust on first connect and enforce Edge ID INT-1 EE-2410 (#6429 )
Co-authored-by: andres-portainer <91705312+andres-portainer@users.noreply.github.com>
Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
2022-01-24 08:48:04 +13:00
Chaim Lev-Ari
3ed92e5fee
fix(docker): delete docker resources [EE-2411] ( #6414 )
...
fixes [EE-2411]
ignore resource control object not found when deleting a docker resource
2022-01-23 09:17:31 +02:00
Chaim Lev-Ari
804fdd414e
fix(stacks): migrate stack resource control [EE-2412] ( #6424 )
...
fixes [EE-2412]
2022-01-23 09:16:39 +02:00