Vadzim Hushchanskou

Results 67 comments of Vadzim Hushchanskou

@fescobar Please review

@vellyr8x8 the error states it clear, there's no such launch you passed to properties.

First investigations show that there is no any option to use this against Report Portal. As per Spring itself: ```none These are the requirements for the specific scenario from the...

Hello @defied, thank you for highlighting the issue! We already choose that our default ingress proxy is nginx and provided a way and documents how to configure it. So there's...

@rplevka If I rerun a Launch with `rerun_of` I get the same ID in the response, see screenshot: ![Screen Shot 2022-02-17 at 12 43 24 PM](https://user-images.githubusercontent.com/4364466/154448884-31441418-e4e7-4b90-bdc2-fa5267d370a3.png)

@rplevka Got it. The `start_time` should also be the same to get the same UUID.

@rplevka Ahh, got it! Launch URL should be `/api/v1/default_personal/launch`, but Python client usually use `/api/v2/default_personal/launch` Hmm. Maybe we need to switch back on v1, considering how popular multi-processing in Python.

@rplevka Not really, I believe it's by design. Just a matter of how it's used.

Well, for those who tired of waiting it's possible to implement a shell-script which will collect and post results to Slack. All you need is Slack's webhook API: https://api.slack.com/messaging/webhooks There...

@SimplicityGuy There are numerous ways to integrate with Slack without any implementation, I already mentioned `slack-send` for Github Actions. Here is the same plugin for Jenkins: https://plugins.jenkins.io/slack/ I strongly believe...