Alex Szabo
Alex Szabo
I found this small issue in the source code, that is, in non-browser environments, we potentially make the wrong assumption about the global context. For example: in tests, or SSR...
Hi! I encountered this issue while describing my endpoints, and it can be demonstrated with the flowers api example. Setting up the example from the wiki: ```javascript // ... export...
## Summary the job was intended to run 1x day - but due to default values, it was getting triggered on every commit & elastic/kibana branches
## Summary This PR adds the executed command line to the failures page. We tweak the reporters to export the executed command to the junit xmls, then we read those...
## Summary We've seen several issues stemming from docker failures, like: ``` Error response from daemon: Get "https://docker.elastic.co/v2/": ... ``` This is happening because of rolling docker updates, and should...
## Summary In #195581 we've added the option to deploy through the clickable triggers. But in it's current state, it's broken in several aspects. (1) It's not starting on click....