<div dir="ltr">Hi everyone,<br><br><u>Since the dashboard is still in active development, it’s much easier to iterate and add new features now rather than later.</u> So it would be awesome if you could share any rough ideas, expectations, or feedback you have! :D<br><br>You can leave your thoughts at either of these links:<br><ul><li><a href="https://salsa.debian.org/44yu5h/ci-dashboard/-/issues/1">https://salsa.debian.org/44yu5h/ci-dashboard/-/issues/1</a></li><li><a href="https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413">https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413</a></li></ul><div><br></div><div><div>Thanks so much!</div></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, 6 Aug 2025 at 22:19, Otto Kekäläinen <<a href="mailto:otto@debian.org">otto@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
I didn't see any responses to this email nor new comments at<br>
<a href="https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413" rel="noreferrer" target="_blank">https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413</a> since I<br>
sent this, so I wanted to remind you that feedback is welcome!<br>
<br>
On Tue, 15 Jul 2025 at 06:10, Otto Kekäläinen <<a href="mailto:otto@debian.org" target="_blank">otto@debian.org</a>> wrote:<br>
><br>
> Hi all!<br>
><br>
> Aayush has now the first live version of the dashboard prototype running at<br>
> <a href="https://44yu5h.pages.debian.net/ci-dashboard/" rel="noreferrer" target="_blank">https://44yu5h.pages.debian.net/ci-dashboard/</a><br>
><br>
> Further information including link to source code can be found at<br>
> <a href="https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413" rel="noreferrer" target="_blank">https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/413</a><br>
><br>
><br>
> To help us test this and collect test data, please add this snippet to<br>
> some of your smaller packages in debian/salsa-ci.yml:<br>
><br>
> # Add new "before_script" section to the very first Salsa CI job to submit stats<br>
> extract-source:<br>
> stage: provisioning<br>
> before_script:<br>
> - |<br>
> apt-get update && apt-get install -y curl<br>
> if [ "$CI_PROJECT_VISIBILITY" = 'public' ]; then<br>
> IDENTIFIERS="{\"id\":$CI_PIPELINE_ID,<br>
> \"project_id\":$CI_PROJECT_ID,<br>
> \"created_at\":\"$CI_PIPELINE_CREATED_AT\"}"<br>
> curl --connect-timeout 30 --max-time 90 -X PUT<br>
> '<a href="https://salsa-ci-dashboard-backend.onrender.com/pipelines" rel="noreferrer" target="_blank">https://salsa-ci-dashboard-backend.onrender.com/pipelines</a>' -H<br>
> 'Content-Type: application/json' -d "$IDENTIFIERS" || true<br>
> fi<br>
><br>
><br>
> Example: <a href="https://salsa.debian.org/mariadb-team/galera-4/-/commit/3f0cd9243b3f44f2eabd1e3b71a5a1f4c12fcf62" rel="noreferrer" target="_blank">https://salsa.debian.org/mariadb-team/galera-4/-/commit/3f0cd9243b3f44f2eabd1e3b71a5a1f4c12fcf62</a><br>
</blockquote></div>