Xabier Arbulu Insausti

Results 10 comments of Xabier Arbulu Insausti

Thanks @picoroma , It looks interesting. We will have a look and estimate the effort to implement such an import

Thanks @pirat013 , Yes, the first one is a typo. Thank you for the report. About the 2nd: As you say, we would need some new implementation, we never had...

> @arbulu89 maybe we could add `show changed modified` and `show changed deleted`? > I think it looks like a bit of complicated. > I think `show changed`(without more sub-parameters)...

Same issue here: Apparently the next if statements are not working: ``` if [ ! -z "$CANDIDATE_TAG"]; then PARAMS="$PARAMS -candidateTag $CANDIDATE_TAG" fi if [ "${DELETE_EXISTING_CLIENTS}x" = "truex"]; then PARAMS="$PARAMS -deleteExistingClients"...

> @arbulu89 , the first issue should be fixed with #463. The rest is still open, isn't it? @dottorblaster Worked on this. He might know better the state of the...

Hey @abravosuse , We have a similar thing already implemented this way: https://github.com/trento-project/trento/pull/343 It is not super, but it gives some information at least

@lee-martin The web port is already configurable using the `-p` or `--port` flag **Edit**: I guess the issue comes with the helm chart, as this will default the port to...

@fabriziosestito Could you elaborate more? I don't understand what's the real meaning of the ticket

As a comment, we will remove ARA sooner than later, so I wouldn't invest much time implementing something rock-solid. We want just some solution that makes the current Demo environment...

Some tests with mock here: https://github.com/trento-project/web/pull/304/commits/046bcd9fac28363d8c3b84a01d16fe8c3065807d https://github.com/trento-project/web/blob/main/test/trento/application/integration/checks/checks_test.exs - `"should handle execution completed event properly"` - `"should handle execution started event properly"`