Armel Soro
Armel Soro
/kind user-story ## User Story As an odo user, I want to quickly verify that there are no issues that would prevent me from using all odo's features. `odo doctor`...
Support Devfile registries with self-signed or untrusted certificates by allowing to skip TLS checks
/kind user-story ## User Story As an odo user, I want `odo` to allow me to use a registry with a self-signed or even invalid TLS certificate, So that I...
/kind feature DevTools week idea ## Which functionality do you think we should add? Make it easier for developers to download and install `odo` binaries. For example, via something like...
/kind user-story ## User Story As an odo dev UI user, I want my changes to be persisted automatically from the website into my Devfile on the filesystem, So that...
/kind user-story ## User Story As an odo user, I want to be able to set the ports detected automatically by `odo` when calling `odo init` interactively even if the...
Exposing as part of the ~--run-on~ `--platform` flag is useful if someone wants to switch between the two modes. Have we considered also putting it as part of the preference...
/kind feature /area devfile-spec ## Which functionality do you think we should add? `dedicatedPod` seems to be ignored currently by `odo`. Per the [Devfile spec](https://devfile.io/docs/2.2.0/devfile-schema#components-container-dedicated-pod), it is supposed to allow...
/kind feature ## Which functionality do you think we should add? Applications might update or generate files in the project, at build or run time. Some of those files (like...
Continuation of the work started in https://github.com/janus-idp/backstage-plugins/pull/1216 - **feat(bulk-import-backend): add initial plugin with repository fetch function** - **chore(bulk-import-backend): add unit tests for the GithubAppManager** - **chore(bulk-import-backend): refactor the githubApiService** -...