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

402 Коммитов

Автор SHA1 Сообщение Дата
Julien Pagès 81f94be894 add some exclusion fo mozregression-gui in .gitignore 2015-03-12 22:58:25 +01:00
Julien Pagès cc79c23ad6 add some documentation to develop and deploy mozregression-gui 2015-03-12 22:58:25 +01:00
Julien Pagès e66572ca0e add a helper script for build tasks 2015-03-12 22:58:25 +01:00
Julien Pagès 55b7a6d1e0 add required depencies 2015-03-12 22:58:25 +01:00
Julien Pagès 7615933c9b gui application skeleton 2015-03-12 22:58:25 +01:00
Julien Pagès 50cfff8257 mozregression 0.35 2015-03-12 21:43:42 +01:00
Julien Pagès 315bb7c72f Merge pull request #197 from parkouss/download-background
Download next builds in background
2015-03-12 21:41:48 +01:00
Julien Pagès 0bb81e571f add some more unittests 2015-03-07 15:11:11 +01:00
Julien Pagès e9a2df5851 add a command line option to deactive background downloads 2015-03-07 15:11:11 +01:00
Julien Pagès 5a02b53791 log when a download has been downloaded in the background 2015-03-07 15:11:11 +01:00
Julien Pagès 8b9b0c1636 download next builds in background while current build is evaluated 2015-03-07 15:11:10 +01:00
Julien Pagès ecbdefd044 refactor test_runner to avoid the use of fetch_config and persist (makes more sense) 2015-03-07 15:11:10 +01:00
Julien Pagès 136f1f56eb add unit tests for the download_manager module 2015-03-07 15:11:10 +01:00
Julien Pagès 6481de2cd3 fix unit tests due to necessary refactorisation for DownloadManager use 2015-03-07 15:11:10 +01:00
Julien Pagès 1c17c4c420 make use of the new DownloadManager 2015-03-07 15:11:10 +01:00
Julien Pagès aece2b7fff add the DownloadManager class 2015-03-07 15:11:10 +01:00
Julien Pagès 1bf8970df5 Merge pull request #198 from dangerouspython/bug/1127397
Unit tests for the function 'check_mozregression_version' in mozregression.main.py
2015-03-07 14:41:35 +01:00
Hrudaya Ranjan Sahoo 62970ab0ef Wrote the unit tests for the function 'check_mozregression_version' in mozregression.main.py. 2015-03-07 18:40:21 +05:30
Julien Pagès 8cf3aaaaf2 mozregression 0.34 2015-03-04 07:13:52 +01:00
Jalpreet Singh Nanda ac344d6a29 Tests added for Function main.preference 2015-03-03 14:41:55 +05:30
Julien Pagès a0e9424eb2 patch check_mozregression_version in main tests to not really trigger pypi 2015-03-02 18:37:19 +01:00
Hrudaya Ranjan Sahoo 24c353cfc8 Added the code for checking availability of a new version and prompting users to upgrade, if one is available 2015-03-02 22:51:26 +05:30
Rahul Ranjan 1c1f162422 remove the --inbound flag 2015-03-01 21:24:51 +01:00
Jalpreet Singh Nanda 9a99d82071 Fix Bug 1132867 - Allow using mozregression with a particular pref 2015-02-27 22:25:19 +01:00
Julien Pagès 1c3258678a flake8 fixes 2015-02-26 07:22:34 +01:00
Julien Pagès 4e50c1ce27 Merge pull request #186 from jpigree/master
Bug 1111310 - Allow to configure mozregression with config file(s)
2015-02-25 22:35:47 +01:00
Jonathan Pigrée fee04b4d21 Fix tests when configuration file present 2015-02-25 23:28:59 +01:00
Jonathan Pigrée 6fb9cb24ff Bug 1111310 - Allow to configure mozregression with config file(s)
mozregression try to load a configuration file located on
"~/mozregression.cfg" and takes its values as default values
(overridable by command line passed args).
2015-02-25 23:28:52 +01:00
Julien Pagès 7a32b36cec fix installation of test dependencies on windows 2015-02-24 11:26:13 +01:00
Julien Pagès 2d38cdaca2 Merge pull request #188 from parkouss/pushlog-on-error-exit
print pushlogurl on keyboard interrupt exit
2015-02-24 10:14:10 +01:00
Julien Pagès d240ee9ea2 show pushlog url and how to resume on known exceptions 2015-02-20 10:49:00 +01:00
Julien Pagès 741bfe1f7b Merge pull request #189 from wlach/1134820
Log the location of the executable we're launching
2015-02-19 22:45:39 +01:00
Julien Pagès 47542140ba flake8 fixes 2015-02-19 22:39:10 +01:00
William Lachance 590aa3507f Log the location of the executable we're launching
https://bugzilla.mozilla.org/show_bug.cgi?id=1134820
2015-02-19 16:17:41 -05:00
Julien Pagès 7f71b30ac6 Merge pull request #185 from imjalpreet/Bug-1128601
Fix Bug 1128601 - Retry on http get errors in mozregression
2015-02-13 20:30:23 +01:00
Julien Pagès b5f4bf181d Merge pull request #182 from parkouss/fennec-package-name
use the package_name info from mozversion to start fennec
2015-02-13 20:11:51 +01:00
Jalpreet Singh Nanda 3af06e0c23 Fix Bug 1128601 - Retry on http get errors in mozregression
Fix Bug 1128601 - Retry on http get errors in mozregression
2015-02-14 00:39:58 +05:30
Julien Pagès 6c4d0f36a8 update required version of mozversion 2015-02-13 17:23:39 +01:00
Julien Pagès c0eb59cde5 use the package_name info from mozversion to start fennec 2015-02-12 21:21:05 +01:00
Julien Pagès 46f9c30547 use flake8 instead of pep8 in travis build 2015-02-10 16:46:07 +01:00
Julien Pagès 3f75289c32 flake8 fixes 2015-02-10 16:43:36 +01:00
Julien Pagès 17464b29ef fix possible crash on log call (mozlog does not have a "warn" method) 2015-02-09 13:49:52 +01:00
Julien Pagès e50d6d9fea pep8 fixes (with latest pep8 tool, 1.6.1) 2015-02-09 13:47:20 +01:00
Julien Pagès 632dedd727 mozregression 0.33 2015-02-06 20:53:37 +01:00
Julien Pagès 7d2e6e7204 Merge pull request #180 from parkouss/reduce-nightly-to-inbound-range
reduce nightly to inbound range from 7 days to 4
2015-02-06 20:50:33 +01:00
Julien Pagès f5f0a0c381 reduce nightly to inbound range from 7 days to 4 2015-02-06 19:12:10 +01:00
Julien Pagès b09e95b5e1 Merge pull request #179 from parkouss/win64-nightly-filenames
handle the new win64 nightly builds file naming scheme
2015-02-06 17:26:29 +01:00
Julien Pagès 341857e782 update fetch_configs tests to test regexes against real filenames 2015-02-06 14:58:00 +01:00
Julien Pagès 36146ed618 handle the new win64 nightly builds file naming scheme 2015-02-06 14:38:56 +01:00
Julien Pagès a65da5a402 handle requests errors to hide stacktraces 2015-02-05 16:18:52 +01:00