Commit graph

6132 commits

Author SHA1 Message Date
Anders Björklund
3e8445e5b8
fix: use prettier for formatting markdown (#10486)
* fix: use prettier for checking markdown

Since biome doesn't handle markdown yet, only svelte and code.

Restore the previous config, but skip "prettier-plugin-svelte".

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2024-12-30 13:41:13 +01:00
Anders Björklund
effc6f84e8
fix: update the markdownlint targets (#10487)
* docs: fix lint markdown style issues

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2024-12-30 11:37:17 +01:00
Anders F Björklund
48101b443e docs: add documentation for Docker Compatibility
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2024-12-30 09:17:12 +01:00
dependabot[bot]
c25e298578 chore(deps-dev): bump @vitest/eslint-plugin from 1.1.20 to 1.1.21
Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.20 to 1.1.21.
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.20...v1.1.21)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 08:37:42 +01:00
dependabot[bot]
be3d445f28 chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.11...v15.3.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 08:04:13 +01:00
dependabot[bot]
2854c208b8 chore(deps-dev): bump markdownlint-cli2 from 0.16.0 to 0.17.0
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.16.0 to 0.17.0.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-27 19:07:48 +01:00
dependabot[bot]
c1a60eefdd chore(deps-dev): bump typedoc from 0.27.5 to 0.27.6
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.5 to 0.27.6.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.27.5...v0.27.6)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-26 09:47:35 -08:00
Florent Benoit
7f43a1e599 chore: move PodsList to svelte5 runes mode
part of https://github.com/podman-desktop/podman-desktop/issues/10240
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-25 21:46:18 +01:00
Florent BENOIT
4e0dd48b11
chore: migrate ProviderResultPage (and ImageDetailsCheck) components to svelte 5 (#10446)
* chore: migrate component to svelte 5

- change header-info to headerInfo (as it's not possible to have header-info in a Snippet)
- move the content of the method to the $derived methods so it can check the values being used

part of https://github.com/podman-desktop/podman-desktop/issues/10240

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-25 21:45:46 +01:00
dependabot[bot]
610e46af82
chore(deps-dev): bump svelte from 5.15.0 to 5.16.0 (#10475)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.16.0/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-25 17:41:46 +01:00
dependabot[bot]
385db92ce9
chore(deps-dev): bump the typescript-eslint group with 3 updates (#10472)
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@typescript-eslint/eslint-plugin` from 8.18.1 to 8.18.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.18.1 to 8.18.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/parser)

Updates `typescript-eslint` from 8.18.1 to 8.18.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-25 04:15:00 +00:00
Stévan Le Meur
151bababa5
fix: update podman remote status command in documentation (#10474)
fix: replace podman remote status instruction

Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com>
2024-12-24 16:08:18 +01:00
dependabot[bot]
109d227f77
chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#10473)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-24 08:29:08 +01:00
dependabot[bot]
69b4f8a14d
chore(deps-dev): bump vite from 6.0.4 to 6.0.5 (#10466)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 22:28:57 +00:00
dependabot[bot]
74a4ed4996 chore(deps): bump undici from 7.1.1 to 7.2.0
Bumps [undici](https://github.com/nodejs/undici) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 18:22:31 +01:00
Philippe Martin
06dbe6347c
refactor: cleanup unused kubernetes client code (#10458)
* refactor: revert unnecessary part of #4858
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* refactor: revert unnecessary part of #4821
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* refactor: revert unnecessary part of #4975
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* refactor: remove unnecessary methods related to create resources
Signed-off-by: Philippe Martin <phmartin@redhat.com>
2024-12-23 13:05:51 +01:00
dependabot[bot]
8fe30a7fc3 chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 5.0.2 to 5.0.3
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@5.0.3/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 18:10:52 +01:00
dependabot[bot]
4784527744 chore(deps-dev): bump markdownlint from 0.37.1 to 0.37.2
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.37.1 to 0.37.2.
- [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.37.1...v0.37.2)

---
updated-dependencies:
- dependency-name: markdownlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 07:45:37 +01:00
dependabot[bot]
918b8102b3 chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 07:38:11 +01:00
dependabot[bot]
a9958d5993 chore(deps-dev): bump svelte from 5.14.4 to 5.15.0
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.14.4 to 5.15.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.15.0/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 07:24:52 +01:00
dependabot[bot]
1353b433d3 chore(deps-dev): bump @vitest/eslint-plugin from 1.1.18 to 1.1.20
Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.18 to 1.1.20.
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.20)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 21:54:47 -08:00
dependabot[bot]
5808375af5 chore(deps-dev): bump vite from 6.0.3 to 6.0.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 21:54:08 -08:00
Shipra Singh
d73c6d64ab
docs(website): edited the troubleshooting section (#10413)
* docs(website): edited the troubleshooting section

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): fixed formatting

Signed-off-by: Shipra Singh <shipsing@redhat.com>

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2024-12-20 10:18:58 +05:30
Anton Misskii
af98dd0c20
chore(test): Automation of Kubernetes e2e tests (#10320)
* chore(test): run kubernetes tests on linux platform in github actions
Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: description
Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: test
Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: fix
Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: delete kind cluster
Signed-off-by: Anton Misskii <amisskii@redhat.com>
2024-12-19 16:25:19 +01:00
Philippe Martin
e310ee948c
chore: update @kubernetes/client-node to v1.0.0 (#10436)
* chore: kubernetes client v1.0.0 + remove patches
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: do not use AbortError
Signed-off-by: Philippe Martin <phmartin@redhat.com>
2024-12-19 15:13:33 +01:00
Philippe Martin
0c48de3750
feat: dispatch permissions to frontend in experimental contexts mode (#10383)
* feat: dispatch resources permissions (backend)
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* feat: provide getContextsPermissions to main world
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* feat: store for contexts permissions
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* refactor: use KubernetesResourceName instead of string
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* refactor: revert "refactor: use KubernetesResourceName instead of string"

This reverts commit 885552c6ef0b2a2e3f6ee6e1efc437a0f25ef7f8.

Signed-off-by: Philippe Martin <phmartin@redhat.com>

* feat: use string type for resource name
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: permissions store is inactive when non-experimental
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: use map pattern + fix undefined
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* feat: add doc on permission.reason field
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: remove use of any
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: move Object.defineProperty into beforeAll
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: do not make Window properties writable in tests
Signed-off-by: Philippe Martin <phmartin@redhat.com>

---------

Signed-off-by: Philippe Martin <phmartin@redhat.com>
2024-12-19 15:01:39 +01:00
Philippe Martin
38be9543b7
chore: do not declare kubernetes-client module as external (#10439)
Signed-off-by: Philippe Martin <phmartin@redhat.com>
2024-12-19 14:47:08 +01:00
Philippe Martin
b0cfeb292e
fix: kube health store is inactive in non experimental mode (#10415)
* fix: kube health store is inactive in non experimental mode
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: do not use any
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: do not mark window methods as writable
Signed-off-by: Philippe Martin <phmartin@redhat.com>

* fix: move Object.defineProperty into beforeAll
Signed-off-by: Philippe Martin <phmartin@redhat.com>
2024-12-19 14:43:18 +01:00
Florent Benoit
7448e9d1ce feat: allow to prune only untagged images (and not only unused)
fixes https://github.com/podman-desktop/podman-desktop/issues/7043

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-19 13:55:02 +01:00
Florent BENOIT
6a8f437226
chore: generate all the mocks of exposed methods during the setup of vitest (#10426)
* chore: generate all the mocks of exposed methods during the setup of vitest

avoid to have to think about it in all unit tests.
Still need to provide the returned value if needed but no need
to initialize all vi.fn()

fixes https://github.com/podman-desktop/podman-desktop/issues/10420
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-19 11:53:40 +01:00
Evzen Gasta
e86c68b32b chore: making icon and title on windows bigger
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2024-12-19 08:42:09 +01:00
dependabot[bot]
49305c84b5 chore(deps-dev): bump globals from 15.13.0 to 15.14.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.13.0 to 15.14.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 08:23:37 +01:00
dependabot[bot]
d3d4cdfb92 chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.4.0...prism-react-renderer@2.4.1)

---
updated-dependencies:
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 08:13:51 +01:00
dependabot[bot]
0ba3943d16 chore(deps): bump docusaurus-plugin-goatcounter from 3.0.0 to 4.0.0
Bumps [docusaurus-plugin-goatcounter](https://github.com/Addono/docusaurus-plugin-goatcounter) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/Addono/docusaurus-plugin-goatcounter/releases)
- [Commits](https://github.com/Addono/docusaurus-plugin-goatcounter/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-goatcounter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-19 07:52:19 +01:00
Shipra Singh
38e6d956a1
docs(website): added documentation about applying a yaml manifest (#10324)
* docs(website): added documentation about applying a yaml manifest

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): minor edit

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): fixed comments

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): added cross-references

Signed-off-by: Shipra Singh <shipsing@redhat.com>

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2024-12-19 10:51:33 +05:30
dependabot[bot]
b4fce7796f chore(deps-dev): bump typedoc-plugin-markdown from 4.3.2 to 4.3.3
Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.3.3/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 20:16:21 -08:00
Florent Benoit
969d7ccac2 chore: add missing mocking method
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-18 19:36:00 +01:00
Florent Benoit
eca90822e6 chore: handle more cases where methods can be mocked
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-18 19:22:08 +01:00
Ondrej Dockal
40dab1ab10
fix(ci): remove duplicated pnpm install steps in e2e jobs (#10422)
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
2024-12-18 17:18:18 +00:00
Ondrej Dockal
8997342915
chore(ci): add mac-update-e2e-test job into e2e-main workflow (#10402)
* chore(ci): add mac-update-e2e-test job into e2e-main workflow

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
2024-12-18 17:14:56 +00:00
Anton Misskii
a55912a940
chore(test): fix flaky kind cluster restart test (#10421)
Signed-off-by: Anton Misskii <amisskii@redhat.com>
2024-12-18 18:04:58 +01:00
Sonia Sandler
cde52790a3
chore: remove error body from Kubernetes connection error message (#10404)
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2024-12-18 11:24:13 -05:00
axel7083
d83c4c010d
refactor(podman): replace isMac with extension api (#10417)
* refactor(podman): replace isMac with extension api

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: removing unnecessary ismac false

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2024-12-18 13:42:57 +01:00
axel7083
d3395145ec revert: possible unnecessary refactor
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2024-12-18 12:36:47 +01:00
axel7083
33278724e3 fix: container details terminal
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2024-12-18 12:36:47 +01:00
Evzen Gasta
0f256314e5 feat: added option to hide promoted individual extensions
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2024-12-18 12:21:10 +01:00
dependabot[bot]
0256cccc08
chore(deps-dev): bump svelte from 5.14.1 to 5.14.4 (#10416)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.14.1 to 5.14.4.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.14.4/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 10:49:10 +00:00
dependabot[bot]
13110e2f0c chore(deps-dev): bump tailwindcss from 3.4.16 to 3.4.17
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.16 to 3.4.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 11:29:09 +01:00
dependabot[bot]
c8cb606515 chore(deps-dev): bump @vitest/eslint-plugin from 1.1.16 to 1.1.18
Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.16 to 1.1.18.
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.16...v1.1.18)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 11:15:35 +01:00
dependabot[bot]
f15a300f81 chore(deps-dev): bump electron-devtools-installer from 3.2.0 to 3.2.1
Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/MarshallOfSound/electron-devtools-installer/releases)
- [Changelog](https://github.com/MarshallOfSound/electron-devtools-installer/blob/main/.releaserc.json)
- [Commits](https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: electron-devtools-installer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 08:34:11 +01:00