Commit graph

3 commits

Author SHA1 Message Date
Luca Stocchi
6b69ae4d54
chore: add strict to Compose, Lima, Kubectl, KubeContext and Registries extensions (#7385)
* chore: add strictNullChecks to Compose, Lima, Kubectl and KubeContext extensions

Signed-off-by: lstocchi <lstocchi@redhat.com>

* chore: convert strictNullChecks to strict

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: update tsconfig in registries

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: ignore mustache error

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: typecheck

Signed-off-by: lstocchi <lstocchi@redhat.com>

---------

Signed-off-by: lstocchi <lstocchi@redhat.com>
2024-05-31 15:10:33 +02:00
Florent Benoit
f54eef9ddb chore: apply prettier on .md, .json and .css files
Change-Id: Ic08ccbb1f248d07c39cdc768daa3423bfef7e6fc
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-14 11:41:40 +02:00
Florent BENOIT
e884bc8964
feat: add compose extension (#1578)
* feat: add compose extension
extension is responsible to download docker-compose and setup a 'podman-desktop' binary
that will setup properly DOCKER_HOST

fixes https://github.com/containers/podman-desktop/issues/1478

Change-Id: Id0e6628ca5860649c2a0b19f7a85eb326605c9ac
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

* fixup! feat: add compose extension extension is responsible to download docker-compose and setup a 'podman-desktop' binary that will setup properly DOCKER_HOST

Change-Id: Id1304316ca7b1160e4852e1dd622c41d232df734
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

* Update extensions/compose/src/compose-extension.ts

Co-authored-by: Luca Stocchi <49404737+lstocchi@users.noreply.github.com>
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>

* fixup! feat: add compose extension extension is responsible to download docker-compose and setup a 'podman-desktop' binary that will setup properly DOCKER_HOST

Change-Id: I1d2977d36fc7970c44c063e8bcd79f283bd8e4ed
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

* fixup! feat: add compose extension extension is responsible to download docker-compose and setup a 'podman-desktop' binary that will setup properly DOCKER_HOST

Change-Id: Ied497b8ead4b9966d1a2eadfe84e0cbdb8def834
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

* fixup! feat: add compose extension extension is responsible to download docker-compose and setup a 'podman-desktop' binary that will setup properly DOCKER_HOST

Change-Id: Ibe90411dee94afa96dbd689b779864eb138f295f
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

---------

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
Co-authored-by: Luca Stocchi <49404737+lstocchi@users.noreply.github.com>
2023-03-16 13:47:47 -04:00