Граф коммитов

60 Коммитов

Автор SHA1 Сообщение Дата
Greg Arndt 7543675e37 Merge pull request #8 from edmorley/treeherder-user-agent
Bug 1191403 - Add a User Agent to requests made to Treeherder
2016-02-16 09:14:34 -06:00
Ed Morley 66cfc36f2b Bump version to 0.7.0 2016-02-15 20:28:56 +00:00
Ed Morley 42eb6a7681 Bug 1191403 - Add a User Agent to requests made to Treeherder
The Python client's user agent is 'treeherder-pyclient/...', so I've
chosen 'treeherder-nodeclient/...' for consistency.
2016-02-15 18:55:30 +00:00
Ed Morley 730a25d147 README: Use canonical Treeherder repo URL and remove traceback example
The traceback example is now out of date and is mostly unnecessary, so
let's just remove it.
2016-02-15 18:49:41 +00:00
Greg Arndt caaea43fbf Merge pull request #6 from gregarndt/update_to_use_hawk
Update client to use hawk credentails instead of oauth
2015-11-04 08:37:56 -06:00
Greg Arndt d9ecece744 Update client to use hawk credentails instead of oauth 2015-11-03 15:55:38 -06:00
Greg Arndt 8415e97654 Merge pull request #5 from mozilla/bug-1191252-oauth-user
Bug 1191252 - oauth user default to project name
2015-08-05 11:25:55 -05:00
Greg Arndt 95a2252f7f Update author 2015-08-05 11:23:18 -05:00
Greg Arndt 5dae56554e Supply empty config in test 2015-08-05 11:18:41 -05:00
Mauro Doglio 934396c4a9 Bug 1191252 - oauth user default to project name 2015-08-05 13:56:22 +01:00
James Lal 943c31caee Merge branch 'master' of github.com:lightsofapollo/treeherder-node 2015-01-23 11:45:52 -08:00
James Lal 2c78ab386d Bug 1125244 - Handle 429 responses with appropriate waits. 2015-01-23 11:45:45 -08:00
Ed Morley 83850072b8 Merge pull request #3 from tojonmz/add-headers
Bug 1090689 - Add MPL2.0 headers to the repo
2014-11-18 18:29:10 +00:00
Jonathan French 1e9d4f16c2 Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-18 13:14:12 -05:00
Ed Morley c7ffe69a65 Update repo links after move to Mozilla Github organisation 2014-11-18 17:54:19 +00:00
James Lal a50dc14898 v0.4.2 2014-09-21 22:13:33 -07:00
James Lal 6cfe89adad Update to https 2014-09-21 22:13:19 -07:00
James Lal 9fbc92259c v0.4.1 2014-08-23 16:53:40 -07:00
James Lal e9a44968d9 update tests 2014-08-23 16:53:32 -07:00
James Lal 68dad77504 Merge pull request #2 from edmorley/patch-1
Update README links to production treeherder/issues
2014-07-10 01:09:59 -07:00
Ed Morley e4a9d6766b Update README links to production treeherder/issues
There is now a production treeherder instance, so link to that rather than dev. The treeherder-service Github issues tracker has been superseded by the new Bugzilla component, with issues due to be switched off soon (https://bugzilla.mozilla.org/show_bug.cgi?id=1032820).
2014-07-01 19:52:10 +01:00
James Lal 2b69b5fcf6 vbump 2014-05-22 12:16:13 -07:00
James Lal 4109248fad Better defaults for github pull requests 2014-05-22 12:15:56 -07:00
James Lal b566f3b059 vbump 2014-05-16 00:18:38 -07:00
James Lal a53c357b7d Internalize dependency on github client 2014-05-16 00:16:05 -07:00
James Lal ea24ee0d54 Merge branch 'master' of github.com:lightsofapollo/treeherder-node 2014-03-27 21:26:36 -07:00
James Lal a4e4978039 vbump 0.2.0 add commit handling for pushes 2014-03-27 21:26:26 -07:00
James Lal 04f25cec0c Fix treeherder link 2014-02-27 23:53:33 -08:00
James Lal d85215b9e8 Document how to submit treeherder bugs 2014-02-27 23:40:42 -08:00
James Lal 0105a83917 Add much improved error objects which contain both http errors and the remote stack 2014-02-27 23:36:30 -08:00
James Lal ebe9e56a1a vbump 2014-02-27 02:32:29 -08:00
James Lal c668b39c95 Allow making requests without oauth credentials where possible 2014-02-27 02:32:15 -08:00
James Lal 8db85766ea Add treeherder link 2014-02-26 20:37:15 -08:00
James Lal ff72d5ad48 add missing github dep 2014-02-26 18:43:16 -08:00
James Lal f3edb38273 fix source links 2014-02-26 18:40:08 -08:00
James Lal 4e42dbb13d typo doc -> jsdoc 2014-02-26 18:29:30 -08:00
James Lal cae9a3143e Switch to grunt and use jsdoc config files 2014-02-26 18:27:30 -08:00
James Lal 7439b48bd1 Add tests for github integration 2014-02-26 17:09:08 -08:00
James Lal 63369cc5e3 Initial github integration for resultsets 2014-02-26 16:54:27 -08:00
James Lal 952ca696e4 Add github factory (initial work to generate treeherder data from github) 2014-02-26 15:52:21 -08:00
James Lal 9b1b7e8b89 Merge branch 'master' of github.com:lightsofapollo/treeherder-node
/doc
2014-02-26 13:22:43 -08:00
James Lal 62bfe31ea1 Add nock for jobs 2014-02-26 13:22:36 -08:00
James Lal 88e8854bd3 Add travis-ci badge 2014-02-26 13:12:15 -08:00
James Lal 1fa7df4333 Update README.md 2014-02-26 13:12:03 -08:00
James Lal 363cd89a11 Remove object store and use jobs instead (which is generally what you want) 2014-02-26 13:08:55 -08:00
James Lal 404d456588 Add note about NOCK 2014-02-26 03:14:24 -08:00
James Lal c94dbce33a Better docs and watch for gulpfile 2014-02-26 03:04:09 -08:00
James Lal 425f5d9011 skip_cleanup=true 2014-02-26 02:50:45 -08:00
James Lal 5f45b819cd debug 2014-02-26 02:47:31 -08:00
James Lal 69c3d9b47d ignore /doc 2014-02-26 02:41:07 -08:00