Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1128)

Unified Diff: dashboard/dashboard/templates/edit_site_config.html

Issue 3013683002: [pinpoint] Add a mapping from repository URLs to repository names. (Closed)
Patch Set: /api/gitiles Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dashboard/dashboard/templates/edit_site_config.html
diff --git a/dashboard/dashboard/templates/edit_site_config.html b/dashboard/dashboard/templates/edit_site_config.html
index cb247c5fcb26d5739729ffdd55028396cfedcf7a..b9db29b12649422136caaa2c2426e75d09bebfb8 100644
--- a/dashboard/dashboard/templates/edit_site_config.html
+++ b/dashboard/dashboard/templates/edit_site_config.html
@@ -70,9 +70,11 @@ found in the LICENSE file.
<li><a href="?key=revision_info">revision_info</a>:
Repository names and change log viewers.</li>
<li><a href="?key=repositories">repositories</a>:
- Paths to known repositories for Pinpoint.</li>
+ Pinpoint: Details about known repositories.</li>
+ <li><a href="?key=repository_urls_to_names">repository_urls_to_names</a>:
+ Pinpoint: Map of repository URLs to their short names. If a repository has moved locations, both the old and new URLs should map to the same name.</li>
<li><a href="?key=bot_dimensions_map">bot_dimensions_map</a>:
- Map of bot names to dimensions for Pinpoint.</li>
+ Pinpoint: Map of bot names to dimensions.</li>
</ul>
{% endif %}
</body>

Powered by Google App Engine
This is Rietveld 408576698