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

1373 Коммитов

Автор SHA1 Сообщение Дата
jeads 31bfc111f6 Merge pull request #229 from mozilla/bug-1072291-fix-pushlog-ingestion
(bug 1072291) revert pushlog caching strategy
2014-09-26 09:38:02 -07:00
mdoglio cb3d46df36 Bug 1072291 - handle 404 responses from json-pushes 2014-09-26 17:08:28 +01:00
Ed Morley a2c561eb61 Bug 1073170 - Remove trailing slash from b2g-inbound repository URL 2014-09-26 12:31:12 +01:00
mdoglio 8f9a686fde (bug 1072291) revert pushlog caching strategy
The pushlog cache now uses the top revision of the last push.
Also, increase the time limit to fetch the pushlog to 3 minutes
2014-09-25 21:02:40 +01:00
camd 4f7b069a34 Merge pull request #228 from mozilla/bug-1071577-revision-hash-cache
Bug 1071577 revision hash cache
2014-09-24 16:28:05 -07:00
Jonathan Eads 2c258f443d Bug 1071577 - Moved result_set revision hash cache step to after associated revision storage 2014-09-24 15:53:33 -07:00
Jonathan Eads d7908793a5 Bug 1071577 - Cache revision hashes to reduce pushlog load 2014-09-24 15:46:33 -07:00
jeads 24c437d0d6 Merge pull request #227 from mozilla/bug-1071577-remove-pushlog-cache
(Bug 1071577) - remove pushlog last fetched cache; also increase the pus...
2014-09-23 17:31:57 -07:00
jeads fb7aeb1ace Merge pull request #226 from mozilla/bug-1069908-increase-log-parser-retries
Bug 1069908,1063923 - increase number of automatic log parser retries
2014-09-23 14:57:28 -07:00
mdoglio ba881e2030 (Bug 1071577) - remove pushlog last fetched cache; also increase the pushlog time range to the last 24hr 2014-09-23 18:15:49 +01:00
Ed Morley a387c59720 Bug 1067481 - Adjust build type & VM regex to fix jetpack asan jobs
Jetpack (addon-sdk) asan jobs have the buildername:
"jetpack-fx-team-ubuntu64-asan_vm-opt"

Both the build type of asan and the VM status of the job were not
caught by the previous regex, due to the word separators differing
from those seen on other repositories.
2014-09-23 14:16:49 +01:00
Ed Morley 38f88ccfd5 Bug 1068765 - Add support for mochitest-jetpack & tweak WebGL regex
This adds support for the new Jetpack job which makes use of the
Mochitest harness & adds support for the desktop Web GL jobs
that have a job name that is different from their Android variants.

Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/cac32f935b5d
2014-09-23 14:13:37 +01:00
Ed Morley f7fed3e46e Bug 1070471 - Update example commander settings to mirror production 2014-09-23 14:12:47 +01:00
Ed Morley 2cae1d2dab Bug 1069290 - manage.py should overwrite DJANGO_SETTINGS_MODULE if set 2014-09-23 12:50:05 +01:00
mdoglio 84a0d2c0f2 Bug 1069908,1063923 - increase number of automatic log parser retries
and properly change log parsing status to failed when needed
2014-09-23 12:28:51 +01:00
Ed Morley 41384c5b6b Bug 1069283 - Call manage.py init_datasources during Chief deployment 2014-09-23 11:29:26 +01:00
Ed Morley 2b8b12db78 Bug 1069290 - Remove redundant manage.py params from the deploy script
manage.py sets the DJANGO_SETTINGS_MODULE env variable, so it's
unnecessary to pass |--settings ...| when we call it from the Chief
deploy script.
2014-09-20 10:24:44 +01:00
Ed Morley ab71641e32 Bug 1068076 - Mark the mozilla-b2g28_v1_3 repo as onhold 2014-09-16 17:11:30 +01:00
Mauro Doglio 70b5ce9f83 Merge pull request #219 from mozilla/hide-repo-unknown
Bug 1059361 - Hide the repo 'unknown'
2014-09-15 19:07:28 +01:00
Ed Morley 37bacddcda Bug 1059361 - Hide the repo 'unknown' 2014-09-15 17:47:37 +01:00
Mauro Doglio aba1fbff25 Merge pull request #216 from mozilla/repo-sync
Bug 1065659 - Sync repo list with TBPL
2014-09-15 17:32:55 +01:00
Ed Morley 3a7182fddd Bug 1065659 - Hide some obsolete repos to match TBPL
Until we have repo deletion figured out, set the following repos as
onhold, so they are hidden in the UI:
mozilla-esr17
mozilla-b2g18
mozilla-b2g18_v1_1_0_hd
mozilla-b2g26_v1_2
2014-09-15 17:07:31 +01:00
Ed Morley c6f4672fb8 Bug 1065659 - Fix update_repository_version to ignore non-active repos
This fixes test failures that occur when there are non-active repos in
the repositories fixture & adds an explicit null-check and raise, rather
than relying on us hitting a TypeError later on.
2014-09-15 17:07:30 +01:00
Ed Morley 9d6a6cffb5 Bug 1065659 - Add mozilla-b2g28_v1_3t, staging-gaia-try, mozilla-esr31 2014-09-15 14:57:13 +01:00
Mauro Doglio 2ea74beeab Merge pull request #218 from mozilla/fix-thunderbird-ingestion
Bug 1035222 - Use correct Thunderbird repo name to fix ingestion
2014-09-15 14:55:01 +01:00
Mauro Doglio 5e5b36adfa Merge pull request #217 from mozilla/bugs-fetch-frequency
Bug 1066399 - Make the fetch-bugs task run every hour, not once per day
2014-09-15 12:15:43 +01:00
Ed Morley 4151178794 Bug 1035222 - Use correct Thunderbird repo name to fix ingestion
The repository name must match that used by buildbot in builds-4hr,
builds-running, builds-pending, clobberer & self-serve otherwise
data ingestion and many links in the UI will break.
The only service that requires a different repo name is treestatus,
which will require a treeherder-ui change after this lands.
2014-09-13 15:29:44 +01:00
Ed Morley 0830f3dbf9 Bug 1065754 - On deployment update prod DB using in-repo fixtures 2014-09-12 12:27:24 -07:00
jeads a3898e1354 Merge pull request #214 from mozilla/deploy-script-refactor
Bug 1066264 - Refactor update.py
2014-09-12 12:22:43 -07:00
Ed Morley 4a172efde0 Bug 1066399 - Make the fetch-bugs task run every hour, not once per day 2014-09-12 12:07:44 -07:00
Ed Morley 24a19eb36d Bug 1066364 - Cleanup whitespace in fixtures json 2014-09-11 16:56:35 -07:00
Mauro Doglio 96f65eb1eb Merge pull request #213 from mozilla/bug-1066314-honor-active-status
bug 1066314 - honor active status on repositories
2014-09-11 14:48:46 -07:00
camd 375b12396b Merge pull request #212 from KWierso/1065051
Bug 1065051 - Increase max_symbol length in refdata.py
2014-09-11 14:47:57 -07:00
camd faea4dc34e Merge pull request #209 from tojonmz/pushlog-ingestion-update
Bug 1065568 - Make the pushlog ingestion more frequent
2014-09-11 14:46:50 -07:00
Ed Morley f5793c48ef Bug 1066264 - Refactor update.py: Remove unnecessary wrapping 2014-09-11 14:42:40 -07:00
Ed Morley 7f011e09ae Bug 1066264 - Refactor update.py: Move contents of deploy() inline 2014-09-11 14:27:04 -07:00
Ed Morley c207c0594e Bug 1066264 - Refactor update.py: Clean up comments 2014-09-11 14:17:43 -07:00
Ed Morley d5f31ced1d Bug 1066264 - Refactor update.py: Move contents of update() inline 2014-09-11 14:17:43 -07:00
Ed Morley cfef06799b Bug 1066264 - Refactor update.py: Move contents of pre_update() inline 2014-09-11 14:17:42 -07:00
Cameron Dawson 5646c33306 bug 1066314 - honor active status on repositories
so if a repo is not active, then the endpoint won’t return it.
2014-09-11 14:16:29 -07:00
KWierso bbe1e11d5b Bug 1065051 - Increase max_symbol in refdata.py 2014-09-11 14:00:18 -07:00
Mauro Doglio f4d64e72cf Merge pull request #211 from mozilla/bug-1065786
Bug 1065786 - Disable swagger by default
2014-09-11 12:51:36 -07:00
Ed Morley 7775a57b99 Bug 1064646 - Collect static assets and rebuild pyx files before deploy
Previously changes were made to the srcdir after the IT deploy script
had already run, so were not rsynced until the next deploy push.
2014-09-11 11:57:56 -07:00
Ed Morley 423446402c Bug 1064646 - Comment and PEP8 cleanup 2014-09-11 11:57:56 -07:00
mdoglio e35c5ee138 Bug 1065786 - Disable swagger by default
This allows to enable it on dev and stage only.
The sample local.py settings file has swagger enabled, so new
contributors will get it locally by default
2014-09-11 11:57:22 -07:00
Jonathan French 9e66e7f76e Bug 1065568 - Make the pushlog ingestion more frequent 2014-09-11 12:06:12 -04:00
Jonathan Eads 77508e5b6b Removed un-used database fixture 2014-09-10 17:29:40 -07:00
jeads e596782254 Merge pull request #208 from mozilla/bug-1048354-submit-bug-comments-to-tbpl
Bug 1048354 - send bug association to bugzilla via tbpl
2014-09-10 16:43:25 -07:00
mdoglio a7b410ff78 add a hard time limit to the tbpl request tasks 2014-09-10 16:29:18 -07:00
camd 2222609e7b Merge pull request #207 from KWierso/1059788
Bug 1059788 - Limit search term lengths to 100 characters.
2014-09-10 15:13:40 -07:00