ErezArbell

Results 9 comments of ErezArbell

I added this for shellscript and python. It still needs work. Since my code has also commands as strings, I include here only strings that start with capital letter, which...

No. It will match strings whose first letter is capital. as I wrote above, this is on purpose since there are strings that contain commands.

> Why joining on the `gitlab_ci_pipeline_id` is not sufficient? You can lookup how it works in the example dashboards. @maciej-gol In the example dashboards you can see only the latest...

Thank you @maciej-gol for the insightful comments. > I might be mistaken, but your MR only tackles the labels, not the crawling. You are correct. However, this MR does create...

@tinchoram, I added to the "quickstart" example two dashboards that I created to use those changes. - Pipelines History - Jobs History Those dashboards allow to present the full history...

@maciej-gol, I do not need the ratios. I need to see the history of pipelines and jobs in a table, with options to filter.

We also need ACR to mirror and cache on-prem (on Azure) JFrog images registry

@garoto, I have the exact issue when I paste from Ditto to MobaXterm. When in MobaXterm shell and I double-click an entry in Ditto, it does not paste it. Then...

I added 'pipeline_id' and 'job_id' labels to the relevant metrics and also 'status' label. See [PR 455](https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/455) I was able to create a dashboard that will show more than the...