Tomas Kral

Results 100 issues of Tomas Kral

/kind user-story ## User Story As an odo user, my working environment is restricted, and all requests need to go via a proxy I want to be able to configure...

priority/Medium
kind/user-story

/kind task /priority high in v3 there will be no `--context` flag in any of the odo commands. The flag should be removed from odo. ## Acceptance criteria - [...

priority/High
kind/task

/kind user-story ## User Story As an odo and CRW user I want to be able to use CRW Devfile registry in odo. ## Acceptance Criteria - [ ] odo...

triage/needs-information
kind/user-story

/kind bug /priority high ``` ▶ odo version odo v3.0.0-rc2 (3281c997c) ``` Using java-vertx devfile, I selected `vertx-cache-example-redhat` but `vertx-istio-circuit-breaker-booster` was downloaded ``` ▶ odo init __ / \__ Initializing...

kind/bug
priority/High

/kind user-story ## User Story - As an odo user - I want to be able to see what how to connect to my service (database connection information) as soon...

triage/needs-information
kind/user-story
needs-triage

/kind user-story TODO: @kadel ## User Story As a ... I want to ... So that ... ## Acceptance Criteria - [ ] It should .... - [ ] It...

triage/needs-information
kind/user-story

fixes #533 TODO: - [ ] add docs - [x] add tests

provider:openshift

``` ▶ atomicapp-dev run `pwd` --provider=openshift --provider-api https://10.1.2.2:8443 --provider-auth asdf --provider-cafile /home/tomas/tmp/sshfs/ca.crt [INFO] - main.py - Action/Mode Selected is: run [INFO] - base.py - Found existing external application for redis-centos7-atomicapp....

bug

Currently, when you are using OpenShift provider argument in `provider-config` and arguments specified using commandline arguments must be consistent. It is not possible to overwrite them from command line :-(...

If I remember correctly in previous version we deployed OpenShift artifacts in order which they appear in Nulecule file. But this is not happening anymore :-( Problem is that with...