summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify the author check.maruel@chromium.org2011-06-151-3/+1
* Allow wildcard for corporate CLA. Add nvidia to AUTHORS.maruel@chromium.org2011-06-131-3/+10
* presubmit: Make AUTHORS presubmit check use lower-cased email addresses.thakis@chromium.org2011-06-061-2/+2
* Fix presubmit check for non committersmaruel@chromium.org2011-05-311-1/+1
* Make sure non chromite/googler contributor is listed in AUTHORS.maruel@chromium.org2011-05-281-0/+26
* Don't check for @interface in _unittest.mm files in basethakis@chromium.org2011-05-021-1/+2
* Don't let the presubmit check warn about |@interface| in comments in base.thakis@chromium.org2011-04-291-1/+1
* Remove pending builds check, it's going to interfere with the commit queuemaruel@chromium.org2011-04-221-25/+0
* Migrating common checks to a location that affects all chromium projects.bradnelson@google.com2011-03-271-93/+9
* Turn on OWNERS checking in chromium/srcdpranke@chromium.org2011-03-181-0/+6
* Enforce copyright-year updates in PRESUBMIT.fischman@chromium.org2011-03-171-4/+5
* Make the ~/.subversion/config check a notice instead of an error.maruel@chromium.org2011-02-211-2/+2
* Add more clarification to subversion/config error.maruel@chromium.org2011-02-011-1/+1
* People hate to read text so put a link directly to the file.maruel@chromium.org2011-01-241-1/+3
* Add a new presubmit check to enforce automatic svn properties in svn config.maruel@chromium.org2011-01-231-0/+44
* Remove BUG= and TEST= checks from upload commit presubmit check.maruel@chromium.org2011-01-181-8/+9
* Convert build.chromium.org URLs to new URL format.chase@chromium.org2010-12-241-1/+1
* Add a presubmit check that makes sure no interfaces or categories are in libb...thakis@chromium.org2010-12-191-0/+21
* Add a presubmit check to catch usage of Singleton<T> in header files.satish@chromium.org2010-12-141-0/+20
* Using json based tree status check.bradnelson@google.com2010-08-261-2/+1
* Add a presubmit check that catches |const NSString*| and friends.thakis@chromium.org2010-08-041-0/+23
* Add net/tools/spdyshark/ to the presubmit exclude path list.tfarina@chromium.org2010-08-041-0/+1
* Fix a bug in PRESUBMIT.py because of default argument ordering.maruel@chromium.org2010-05-051-5/+5
* Presubmit should now interpret "Closed" (upper case C) as meaning the tree is...apatrick@chromium.org2010-03-301-1/+1
* Move presubmit checks to depot_tools presubmit_canned_checks and add a warnin...maruel@chromium.org2010-03-191-113/+20
* Fix PRESUBMIT.py to handle 'true' and 'false' literals from the JSON data.glider@chromium.org2010-03-181-1/+5
* Fix the list of slow slaves.maruel@chromium.org2010-02-021-11/+1
* Tolerate the form 20xx-20xx for copyrights since it's used in a few headers.maruel@chromium.org2010-01-281-2/+2
* Add back *.txt and *.json for the svn:eol-style check.maruel@chromium.org2010-01-281-3/+10
* Use the newly added CheckLicense() canned check to verify license boiler plat...maruel@chromium.org2010-01-281-18/+21
* Remove old files.nsylvain@chromium.org2009-11-201-3/+0
* Dummy checkin to trigger the botsnsylvain@chromium.org2009-11-151-1/+1
* Fix PRESUBMIT.py when simplejson is present.maruel@chromium.org2009-11-091-1/+1
* Warn when number of inflight build is too high.maruel@chromium.org2009-11-091-0/+57
* Remove executable bit on PRESUBMIT.py since it is not an executable.maruel@chromium.org2009-10-241-1/+0
* Dummy checkin to trigger the builbotnsylvain@chromium.org2009-10-111-1/+1
* Dummy change to trigger the buildbotsnsylvain@chromium.org2009-10-101-1/+1
* Disable CheckSvnModifiedDirectories for now. It doesn't work well in third_pa...thestig@chromium.org2009-10-011-2/+3
* Add GetPreferredTrySlaves() to presubmit scripts.thestig@chromium.org2009-09-291-0/+4
* Dummy checkin to trigger the botsnsylvain@chromium.org2009-09-241-1/+1
* Fix try job status PRESUBMIT check when an issue is private.maruel@chromium.org2009-09-181-0/+3
* Check for svn directories with modified properties during presubmit. These di...thestig@chromium.org2009-08-151-0/+2
* Make the try job presubmit check (CheckTryJobExecution) less verbose.maruel@chromium.org2009-08-121-21/+19
* Dummy checkin to trigger the botsnsylvain@chromium.org2009-07-311-2/+2
* Make the "tree is closed" presubmit check an error, not ansylvain@chromium.org2009-07-291-2/+2
* Enforce presubmit check of try run. Add a nice message to give feedback to th...maruel@chromium.org2009-07-101-10/+9
* Enforce correct mime-type on some files formats (especially images).maruel@chromium.org2009-06-261-0/+4
* Display the actual tree status when the tree is closed. Much more helpful.maruel@chromium.org2009-06-111-4/+32
* Use new canned checks in PRESUBMIT.pymaruel@chromium.org2009-06-111-109/+39
* Use input_api.ReadFile() instead of rolling out its own.maruel@chromium.org2009-06-101-13/+1