mdoglio
7121dede4b
add django admin interface and __unicode__ function to models
2013-03-12 15:11:36 +00:00
mdoglio
fe1c449459
add sphinx docs setup
2013-03-12 13:17:52 +00:00
mdoglio
a2b0a00fcb
add py.test setup with support for coverage
2013-03-11 20:01:17 +00:00
mdoglio
32deb6744f
added new line at the end of file
2013-03-11 17:56:37 +00:00
mdoglio
60c5cc8cfc
add models, migrations and init_master_db command to webapp
2013-03-11 16:49:10 +00:00
mdoglio
ce4b07cb1d
add south to pure requirements. install pure.txt inside the virtualenv
2013-03-11 16:44:52 +00:00
mdoglio
6882628ba2
fix db user without password. move db and user creation to mysql.pp
2013-03-11 12:06:20 +00:00
jeads
40cad2eece
Merge pull request #4 from mozilla/relocate-webapp
...
Relocate webapp
2013-03-08 09:11:08 -08:00
mdoglio
cf1a31d657
fix DJANGO_SETTINGS_MODULE in wsgi
2013-03-07 19:16:04 +00:00
mdoglio
d101a5e222
relocate webapp under treeherder
2013-03-07 19:09:35 +00:00
Ed Morley
b556d7f99b
Merge pull request #3 from mozilla/vagrant-dev
...
Vagrant dev environment and a django webapp skeleton
2013-03-06 11:45:16 -08:00
Ed Morley
b6bd2c51f1
Merge pull request #2 from mozilla/treeherder-models
...
treeherder RDBS schemas
2013-03-06 11:44:17 -08:00
mdoglio
314a6b0ee6
add new line where missing
2013-03-06 17:19:12 +00:00
mdoglio
ff8c73668c
Add a vagrant setup for dev and a basic django webapp.
2013-03-06 17:08:21 +00:00
mdoglio
cd92a55e5e
add .vagrant to .gitignore
2013-03-06 16:21:55 +00:00
mdoglio
89dcd372e7
add .DS_store to .gitignore
2013-03-06 16:20:57 +00:00
Jonathan Eads
945802cfde
treeherder RDBS schemas
2013-03-04 16:07:26 -08:00
Ed Morley
1ee561bd02
Initial commit
2013-02-27 11:17:39 -08:00
Ed Morley
b0436d0f30
Bug 823016 - Make the dev.tree-management Talos email subjects easier to scan; r=catlee
2012-12-19 22:53:17 +00:00
Ed Morley
51cd0cda3d
Bug 822249 - Don't send dev.tree-management emails for talos if the % change < 2%; r=catlee
2012-12-19 22:42:38 +00:00
Chris AtLee
754afcc171
Bug 752002: change email_authors to max_email_authors and default to 5. r=nthomas
2012-09-05 14:28:40 -04:00
Robert Helmer
e9e0e1244b
bug 721895 - merge hg 1.0 branch to default
2012-02-03 14:50:28 -08:00
Robert Helmer
94f42a6ec0
bug 721895 - merge hg 1.0 branch into default
...
--HG--
branch : 1.0
2012-02-03 14:29:55 -08:00
Robert Helmer
904237b6c2
use MPL2 license
2012-01-17 12:21:54 -08:00
Chris AtLee
95f6400560
Use new graph url format.
...
--HG--
branch : 1.0
2011-11-25 13:55:27 -05:00
Chris AtLee
2a499b5b47
don't ignore mobile nochrome tests
...
--HG--
branch : 1.0
2011-09-28 11:30:40 -07:00
Chris AtLee
e88c5033d7
Fix handling of dashboard, email text encoding, and remove inactive machine detection.
...
--HG--
branch : 1.0
2011-09-28 11:30:14 -07:00
Dietrich Ayala
1f7b30eb69
Bug 545516 - Fixes to performance dashboard (r=rhelmer)
...
--HG--
branch : 1.0
2011-04-22 02:19:53 +07:00
Aki Sasaki
ea1aa07794
bug 648214 - talos analysis for mobile should now point at mozilla-central. r=catlee
...
--HG--
branch : 1.0
2011-04-07 09:37:51 -07:00
Robert Helmer
ce1b62ecb7
merge
...
--HG--
branch : 1.0
2011-01-05 15:11:31 -08:00
Chris AtLee
9610920526
Improve bug commenting logic so that we don't comment on bugs we did before. r=bear
...
--HG--
branch : 1.0
2010-09-29 17:27:47 -04:00
Chris AtLee
65bedf912d
Fix regular expression for finding bug numbers in comments, and add tests
...
--HG--
branch : 1.0
2010-09-21 10:30:07 -07:00
Chris AtLee
5d3ea6756b
Minor bugfixes:
...
* fix up regular expression to get more bug comments
* include OS and branch name in bug comment
* accept HTTP 2XX codes (python 2.5 raises HTTPError if the code != 200)
--HG--
branch : 1.0
2010-09-17 18:22:04 -04:00
Ian Bicking
3c3b2e19c0
fix typo s/option/options/
...
--HG--
branch : 1.0
2010-09-17 15:27:20 -04:00
Ian Bicking
2210826d22
merge
...
--HG--
branch : 1.0
2010-09-17 15:17:39 -04:00
Ian Bicking
6e98f20fab
Put in environmental variable substitution into the config files
...
--HG--
branch : 1.0
2010-09-17 14:36:12 -04:00
Chris AtLee
fd01054c03
Bugs 535023, 492983: various improvements and fixes. r=bear
...
Refactoring:
* Removed analysis.cfg and added analysis.cfg.template to be used as an example
config file
* Deleted unused analysis methods
* Removed unused threading support
* Removed unused graphapi support
* Removed html email notifications
Bug fixes:
* Made variance calculate more accurate
* Make sure that we still print urls even if shortening fails
* Compare previous mean vs new mean to determine if a change is a regression or
not
Enhancements:
* Used new-style classes and slots for PerfDatum class, drastically reducing
memory usage
* Bug 535023: Add ability to post comments in bugs related to regressions
* Get more data from pushlog, not just the push time
* Bug 492983: Add links to each revision in the suspected checkin range, along
with authors and change comments, and generally improved email formatting
* Add ability to notify push and change authors of regressions
* Use statusdb for finding inactive machines (faster, more accurate)
* Cache the latest test_runs.id seen, and use that as the starting point for
queries next time. Drastically improves time to run.
--HG--
branch : 1.0
2010-09-17 10:53:28 -04:00
Ian Bicking
d8623118fd
Pep8 and pyflakes cleanups
...
--HG--
branch : 1.0
2010-08-17 16:17:00 -05:00
Chris AtLee
d0237791b8
Use %.3g instead of %.2f to get better indication of change percentages
...
--HG--
branch : 1.0
2010-07-20 14:37:07 -04:00
Aki Sasaki
e048324033
fix mobile-1.1 regression emails. bug 579508, r=catlee
...
--HG--
branch : 1.0
2010-07-20 09:50:40 -07:00
Chris AtLee
f242b6080e
Bug 551531: re-enable leak test regression monitoring.
...
--HG--
branch : 1.0
2010-07-15 15:44:43 -04:00
Ehsan Akhgari
37d1d3cd72
Bug 557934 - Follow-up: Direction shouldn't change its meaning; r=catlee
...
--HG--
branch : 1.0
2010-04-08 19:33:10 -04:00
Chris AtLee
0100ea4637
Only look for good machines in regression analysis
...
--HG--
branch : 1.0
2010-04-08 10:22:10 -04:00
Chris AtLee
956a7df30b
Use bitly to shorten urls
...
--HG--
branch : 1.0
2010-04-08 10:22:09 -04:00
Ehsan Akhgari
df96186ceb
Support tests where higher values are an improvement
...
--HG--
branch : 1.0
2010-04-08 10:22:08 -04:00
Chris AtLee
e1a112ffce
merged in 11869d75a9f2
...
--HG--
branch : 1.0
2010-03-29 14:39:11 -04:00
Ehsan Akhgari
31518c7090
Bug 555340 - Talos grokker script produces links which are broken in gmail's web interface; r=catlee f=callek
...
--HG--
branch : 1.0
2010-03-29 14:23:15 -04:00
Chris Cooper
1521599d16
Bug 554179 - Use the mobile-browser repo for mobile regression emails - r=catlee
...
--HG--
branch : 1.0
2010-03-29 13:36:38 -04:00
Chris AtLee
75b9de51d5
Bug 547876 - Track only talos-r3 and talos-rev2-tiger machines. r=alice
...
--HG--
branch : 1.0
2010-02-23 17:12:00 -05:00
Chris AtLee
077fa1e354
Added electrolysis to dashboard
...
--HG--
branch : 1.0
2010-02-11 18:18:27 -08:00