Hi,
I'm experimenting dashboards and I really like it. Actualy I just tried the on-the-fly dashboard display depending on URL and I'd like now to create my own dashboards.
I'm a little bit confused about the "refs/meta/dashboards/* branch of the
project" thing in the doc.
I don't get how to do it. I mean remotely of course.
I'd like to create an "Open & Merged changes" for a branch dashboard.
I tried to add a file my_dashboard and then push it to the All-projects repository like this git push origin HEAD:refs/meta/dashboards/my_branch but it does not what I was waiting for and now I have a 500 error when I go to the All-projects dashboards.
Do you have a step by step how to? I'm not a git noob but I don't get it right now.
Another question : There is a ${project} token documented, are there other ones? like ${branch} maybe?