Support 'foreach' in a project dashboard config

Change-Id: I8ede9ec3d4c0efa16a88bad55cc59b2b039f0cdc
This commit is contained in:
Martin Fick
2012-11-19 21:58:20 -07:00
parent 4accc9e658
commit cb8fe2f51b
3 changed files with 20 additions and 0 deletions

View File

@@ -97,6 +97,20 @@ dashboard.description::
+
The description of the dashboard.
dashboard.foreach::
+
The value of the foreach parameter gets appended to every query in the
dashboard.
+
Example dashboard config section to constrain the entire dashboard to
the project to which it is applied:
+
----
[dashboard]
foreach = project:${project}
----
Section section
~~~~~~~~~~~~~~~