aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/dash
Commit message (Collapse)AuthorAge
* Remove dashboardGravatar Kristina Chodorow2015-10-09
| | | | | | | | I've got the dashboard building independent of bazel and ready to import into https://github.com/bazelbuild/dash. -- MOS_MIGRATED_REVID=104969804
* [dash] Add shared-secret authenticationGravatar Damien Martin-Guillerez2015-09-30
| | | | | | | | | This adds the possibility to restricts who can send new build results to the dashboard making it usable in publicly readable continuous integration systems. -- MOS_MIGRATED_REVID=104297934
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
| | | | | | | | | | | The headers were modified with `find . -type f -exec 'sed' '-Ei' 's|Copyright 201([45]) Google|Copyright 201\1 The Bazel Authors|' '{}' ';'` And manual edit for not Google owned copyright. Because of the nature of ijar, I did not modified the header of file owned by Alan Donovan. The list of authors were extracted from the git log. It is missing older Google contributors that can be added on-demand. -- MOS_MIGRATED_REVID=103938715
* Show build options on dashboardGravatar Kristina Chodorow2015-08-06
| | | | | | | getEffectiveOptions wasn't returning any of the options. -- MOS_MIGRATED_REVID=100041131
* Actually export the dashboard README to the public repoGravatar Kristina Chodorow2015-08-05
| | | | | -- MOS_MIGRATED_REVID=99867246
* Include test information in target fieldsGravatar Kristina Chodorow2015-07-27
| | | | | | | -- Change-Id: I8b896e6d4234b5a92d769a16cff70704f1fc9d40 Reviewed-on: https://bazel-review.googlesource.com/1700 MOS_MIGRATED_REVID=99176169
* Fix dashboard buildGravatar Kristina Chodorow2015-07-21
| | | | | -- MOS_MIGRATED_REVID=98733621
* Add tests for dashGravatar Kristina Chodorow2015-07-17
| | | | | | | Time-traveling test-driven-development. -- MOS_MIGRATED_REVID=98399070
* Basic dashboard for build resultsGravatar Kristina Chodorow2015-07-07
-- MOS_MIGRATED_REVID=97675174