summaryrefslogtreecommitdiffstats
path: root/tools/telemetry/build
Commit message (Collapse)AuthorAgeFilesLines
* [telemetry] Move stale .pyc check from update_docs to __init__.pydtu@chromium.org2013-07-021-25/+2
| | | | | | | | | | | | Also remove Telemetry path check from update_docs. It has a dependency on Telemetry anyway. BUG=None. TEST=Ran it. R=nduca@chromium.org Review URL: https://codereview.chromium.org/18578002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209789 0039d316-1c4b-4281-b951-d872f2087c98
* [telemetry] Small fixes.dtu@chromium.org2013-06-251-0/+3
| | | | | | | | | | | | | | | | Fix for crash when page has no archive path. Was crashing when trying to do os.path.isfile(None) Fix license header in one file. Remove empty directory if we removed .pyc files from it. BUG=None. TEST=None. R=tonyg@chromium.org Review URL: https://codereview.chromium.org/17734002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208561 0039d316-1c4b-4281-b951-d872f2087c98
* remove pyc files, not py files.achuith@chromium.org2013-06-241-1/+1
| | | | | | | | | | BUG=NONE TEST=manual NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17639005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208281 0039d316-1c4b-4281-b951-d872f2087c98
* [telemetry] Remove all pyc files before doing presumibit worknduca@chromium.org2013-06-211-0/+11
| | | | | | | | | | Avoids presubmit failures when stale pyc files are found NOTRY=True Review URL: https://chromiumcodereview.appspot.com/17560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207955 0039d316-1c4b-4281-b951-d872f2087c98
* [telemetry] Make presubmit fail if docs are out of datenduca@chromium.org2013-06-201-14/+107
| | | | | | | | | R=tonyg@chromium.org BUG=251801 Review URL: https://codereview.chromium.org/17447010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207545 0039d316-1c4b-4281-b951-d872f2087c98
* [telemetry] Initial (autogenerated) documentation plus support scriptsnduca@chromium.org2013-06-192-0/+67
This makes help(telemetry) show the classes and methods we care most about. Then, it adds ./update_docs script that autogenerates a docs/ folder using pydoc.writedoc. Finally, it adds docs/ which contains HTML documentation on telemetry generated by update_docs. BUG=241616 Review URL: https://chromiumcodereview.appspot.com/17150002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207156 0039d316-1c4b-4281-b951-d872f2087c98