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

991 Коммитов

Автор SHA1 Сообщение Дата
jeads 2a7ba208c2 Merge pull request #119 from mozilla/fix-resultset-paging
modified result set paging to work off of a result set id offset
2014-03-11 16:47:40 -07:00
Mauro Doglio 86bad9bb9d Update run_celery_worker_gevent
Use the hostname as part of the gevent_worker name
2014-03-11 15:27:09 +00:00
camd 508a320bbb Merge pull request #118 from mozilla/post-artifacts-api
Post artifacts api
2014-03-11 08:20:07 -07:00
mdoglio d10506b710 fixup! fixup! remove db access from the parse_log task 2014-03-11 14:38:30 +00:00
Jonathan Eads c870eb4caa modified result set paging to work off of a result set id offset 2014-03-10 18:28:01 -07:00
mdoglio 193bb252b0 fixup! remove db access from the parse_log task 2014-03-10 20:09:37 +01:00
mdoglio 9df5e5b108 remove db access from the parse_log task 2014-03-10 19:38:03 +01:00
mdoglio f2a11cfcb8 update thclient version 2014-03-10 19:38:03 +01:00
mdoglio 08764285fb retrieve bug suggestions from the restful api 2014-03-10 19:38:03 +01:00
mdoglio d2030dd83e add full text search to bugscache api 2014-03-10 19:38:03 +01:00
mdoglio 5cc866fbf2 separate oauth credentials from OAuthLoaderMixin 2014-03-10 19:36:01 +01:00
jeads 2ad4bb608b Merge pull request #117 from mozilla/api-session-authentication
add session authentication to notes and bug_job_map creation
2014-03-10 11:27:57 -07:00
mdoglio f16a7e43ce add isStaffOrReadOnly permissions 2014-03-06 11:35:01 +01:00
mdoglio 45fdb47f0c add session authentication to notes and bug_job_map creation 2014-03-06 11:08:29 +01:00
jeads 76c7835db0 Merge pull request #115 from mozilla/document-architecture
add docs page for services architecture and troubleshooting
2014-03-05 10:40:17 -08:00
Mauro Doglio 495ebffdc3 Update troubleshooting.rst 2014-03-05 19:26:54 +01:00
Jonathan Eads 12311d2684 used settings.TREEHERDER_REQUEST_PROTOCOL to set the request scheme 2014-03-05 10:03:37 -08:00
Jonathan Eads a20ee9ae61 added is_secure() 2014-03-05 09:27:01 -08:00
mdoglio 5d31e638ef add more docs for common tasks and troubleshooting 2014-03-05 16:05:18 +01:00
jeads 0070e585ce Merge pull request #116 from mozilla/filter-conditions-without-prefix
specify table prefix in list of allowed filters
2014-03-04 15:09:15 -08:00
Cameron Dawson 1695e821b2 specify table prefix in list of allowed filters 2014-03-04 12:47:07 -08:00
mdoglio 5c1978bb90 add docs page for services architecture and troubleshooting 2014-03-04 19:23:03 +01:00
Cameron Dawson 0713400b67 fixes to tests 2014-02-28 16:54:07 -08:00
Cameron Dawson 1f17301bbf updates to latest config.js and data.js values from tbpl 2014-02-28 14:37:40 -08:00
jeads a2adc31e9c Merge pull request #114 from mozilla/filterable-job-fields
adding machine_name and failure_classification_id to job endpoint
2014-02-27 14:54:01 -08:00
Cameron Dawson 0b38bc350f more fixes for option_collections 2014-02-27 14:42:37 -08:00
vagrant 47a2672d4f fixed issue from lightsofappolo wrt option_collection in the view 2014-02-27 22:17:09 +00:00
Cameron Dawson 1f465cbfd0 Merge branch 'master' into filterable-job-fields 2014-02-27 13:29:29 -08:00
Cameron Dawson c33f116c31 fixed tests, added ``job_coalesced_to_guid`` 2014-02-27 13:28:51 -08:00
jeads 03bcbc0d83 Merge pull request #111 from lightsofapollo/oauth-small-tweaks
Two small tweaks (add default for TREEHERDER_RO_DATABASE_USER and pass token)
2014-02-27 13:21:12 -08:00
Cameron Dawson af3aff99f3 adding machine_name and failure_classification_id to job endpoint 2014-02-27 13:12:16 -08:00
James Lal a2c62a06a2 Small tweaks to use empty token 2014-02-25 11:12:17 -08:00
James Lal 73329341c2 Add read only database defaults 2014-02-25 04:19:00 -08:00
mdoglio 278e5b02af add ui integration to Vagrantifile and docs 2014-02-20 14:50:43 +01:00
Mauro Doglio 25a15c791b Update default.vcl
reproduce the setup on dev and stage
2014-02-19 18:45:23 +01:00
mdoglio ada45e07fb fixup! fix data ingestion of build4h 2014-02-19 17:23:00 +01:00
mdoglio cf3f167093 fix data ingestion of build4h 2014-02-19 16:53:03 +01:00
mdoglio cda3c10da6 setup django_browserid authentication 2014-02-14 17:37:06 +00:00
mdoglio 08105369ce update django-browserid version 2014-02-14 17:11:01 +00:00
Mauro Doglio d84422203f Merge pull request #109 from mozilla/global-filters
Global filters
2014-02-14 15:30:06 +00:00
Cameron Dawson 593d0f90f5 Merge branch 'master' into global-filters 2014-02-13 15:14:54 -08:00
mdoglio 82cd774cbd add ne and nin operators to url query filters 2014-02-13 18:01:38 +00:00
Cameron Dawson 63be275ea0 merge fix 2014-02-12 10:21:56 -08:00
Cameron Dawson aecb8eeeda return groups with repos 2014-02-12 10:19:15 -08:00
mdoglio 5c138068e3 add resolution field to bugscache results 2014-02-12 15:00:50 +00:00
Mauro Doglio f1cadd840b Merge pull request #108 from mozilla/fix-job-name-truncation
Fix job name truncation
2014-02-11 15:48:03 +00:00
Jonathan Eads 599b7ac06a changed argparse version requirement to preven python 2.6 related failure 2014-02-10 15:38:24 -08:00
Jonathan Eads 567770bac9 made change 2014-02-10 15:08:29 -08:00
Jonathan Eads 9f65b16055 added field length constraints 2014-02-10 14:50:33 -08:00
Cameron Dawson 0bdd8de8fd return groups with repos 2014-02-07 18:40:09 -08:00