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

40785 Коммитов

Автор SHA1 Сообщение Дата
Andrew Williamson 96d87a9391
drop username editing (#10329) 2019-01-09 19:18:03 +08:00
Mathieu Pillard 7d01df40c2
Merge pull request #10337 from diox/py3-unicode
Changes needed for tests to run under Python 3 (staying compatible with Python 2)
2019-01-09 11:28:35 +01:00
Mathieu Pillard 719d344ec7
Merge pull request #10343 from diox/fix-addon-recommendations
Fix parameters ordering when calling call_recommendation_server()
2019-01-09 11:25:47 +01:00
G12r 98b9aab9aa Pontoon: Update Georgian (ka) localization of AMO
Localization authors:
- G12r <georgianization@outlook.com>
2019-01-08 23:53:31 +00:00
G12r ce7fc0ee14 Pontoon: Update Georgian (ka) localization of AMO
Localization authors:
- G12r <georgianization@outlook.com>
2019-01-08 23:12:54 +00:00
Melo46 62e99af705 Pontoon: Update Interlingua (ia) localization of AMO
Localization authors:
- Melo46 <melo@carmu.com>
2019-01-08 19:14:22 +00:00
Melo46 44e8411d23 Pontoon: Update Interlingua (ia) localization of AMO
Localization authors:
- Melo46 <melo@carmu.com>
2019-01-08 18:52:36 +00:00
Adrian Utrilla c5c2fa2d65
Merge pull request #10341 from mozilla/remove-compatibility-report-cron
Remove compatibility_report cron job
2019-01-08 19:04:21 +01:00
Mathieu Pillard ad4aae2042 Fix parameters ordering when calling call_recommendation_server()
This fixes the add-on recommendation API
2019-01-08 18:56:13 +01:00
Andrew Williamson 76bd95e227
Use supervisor from master rather than the release on pypi to get py3 suport (#10340) 2019-01-09 01:25:40 +08:00
Victor Bychek a9baba24f0 Pontoon: Update Russian (ru) localization of AMO
Localization authors:
- Alexander Slovesnik <unghost@mozilla-russia.org>
- Victor Bychek <a@bychek.ru>
2019-01-08 16:56:57 +00:00
Mathieu Pillard bdb34d8952 Merge remote-tracking branch 'upstream/master' into py3-unicode 2019-01-08 17:34:22 +01:00
Christopher Grebs dae0f9f34a
Force pygit2 global search path to be set to HOME environment variable. (#10321)
It's a bit problematic since there isn't a real good default value since
it depends on how the app is hosted, if `HOME` is set correctly and many
other circumstances. Let's enforce it to be the users home to make sure
we are accessing a directory that we have the permissions to.

Fixes #10320
2019-01-08 17:26:11 +01:00
Mathieu Pillard 91d30de7fe Replace urllib.urlencode with six.moves.urllib_parse.urlencode for Python 3 compat 2019-01-08 17:17:09 +01:00
Mathieu Pillard 4025008824
Merge pull request #10304 from diox/taar-disco-recommendations-with-override
Add curation override mechanism to discovery endpoint
2019-01-08 17:10:07 +01:00
Mathieu Pillard fbc32f893e Merge remote-tracking branch 'upstream/master' into taar-disco-recommendations-with-override 2019-01-08 17:08:49 +01:00
Adrian Utrilla edf5ae8311
Remove compatibility_report cron job 2019-01-08 16:54:03 +01:00
Mathieu Pillard 7d91dad229 Include missing atpublic dependency required by flufl.lock 3.2 2019-01-08 16:40:18 +01:00
greenkeeper[bot] 57798bc664 fix(package): update addons-linter to version 1.5.1 (#10336) 2019-01-08 23:14:55 +08:00
Mathieu Pillard 510887bf83 Replace cStringIO with six.moves.StringIO for Python 3 compat 2019-01-08 15:48:47 +01:00
Mathieu Pillard 29a0b01c8b Remove useless comment that gets us past 79 chars 2019-01-08 14:53:27 +01:00
Mathieu Pillard dcda1977fc Replace iter* with six.iter* for Python 3 compat 2019-01-08 14:39:49 +01:00
Mathieu Pillard 0abb93770b Replace itertools.izip_longest with six.moves.zip_longest for Python 3 compat 2019-01-08 14:32:14 +01:00
Mathieu Pillard f5de6a2bcd Replace forgotten urlparse import by six.moves.urllib_parse for Python 3 compat 2019-01-08 14:30:03 +01:00
Mathieu Pillard 8a6bc453c6 Replace usage of StringIO with six.StringIO for Python 3 compat 2019-01-08 14:27:40 +01:00
Mathieu Pillard a21e16a492 Fix typo breaking test 2019-01-08 14:03:04 +01:00
Mathieu Pillard f79652d396 Fix pep8 issues following Python 3 compat commits 2019-01-08 13:40:51 +01:00
Mathieu Pillard 1caa3440cc Replace usage of xrange() by range() for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard 3b440a0909 Replace raw_input() by input() for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard 521945867e Replace reduce by functools.reduce for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard f1d8b849b9 Replace usage of long, int to six.integer_types for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard da7093b126 Convert some uses of str() to six.string_types or bytes for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard d046261151 Replace usage of `basestring` with `six.string_types` for Python 3 compat 2019-01-08 13:40:51 +01:00
Mathieu Pillard 9cfd298284 Replace usage of `unicode` with `six.text_type` for Python 3 compat 2019-01-08 13:40:50 +01:00
Ton 5df8ac230a Pontoon: Update Dutch (nl) localization of AMO
Localization authors:
- Ton <tonnes.mb@gmail.com>
2019-01-08 11:33:04 +00:00
pyup.io bot f96048fa4d Update pytest-selenium from 1.15.0 to 1.15.1 (#10326) 2019-01-08 18:34:06 +08:00
Mathieu Pillard 6b7adfd8f7
Merge pull request #10330 from diox/py3-urlparse
Replace urlparse imports by six.moves.urllib_parse for Python 3 compatibility
2019-01-08 10:54:45 +01:00
Andrew Williamson 77110c8e54
Force display_name to have at least one printable charactor (#10324) 2019-01-08 16:40:27 +08:00
Melo46 3ea8949632 Pontoon: Update Interlingua (ia) localization of AMO
Localization authors:
- Melo46 <melo@carmu.com>
2019-01-08 08:12:52 +00:00
Christopher Grebs b4b44a7b66
Merge pull request #10332 from mozilla/pyup-update-pytest-django-3.4.4-to-3.4.5
Update pytest-django to 3.4.5
2019-01-08 05:59:20 +01:00
Christopher Grebs 71bdff9ef2
Merge pull request #10333 from mozilla/pyup-update-boto3-1.9.74-to-1.9.75
Update boto3 to 1.9.75
2019-01-08 05:57:32 +01:00
Christopher Grebs e0e4f0471e
Merge pull request #10334 from mozilla/pyup-update-botocore-1.12.74-to-1.12.75
Update botocore to 1.12.75
2019-01-08 05:57:25 +01:00
Björn I 678e8384e4 Pontoon: Update Norwegian Nynorsk (nn-NO) localization of AMO
Localization authors:
- Björn I. <bjorni.svindseth@yahoo.com>
2019-01-08 04:53:34 +00:00
pyup-bot 180986bc6a Update botocore from 1.12.74 to 1.12.75 2019-01-08 01:23:49 +01:00
pyup-bot ce57e88077 Update boto3 from 1.9.74 to 1.9.75 2019-01-08 01:23:45 +01:00
우믿트 bc0f0b14ce Pontoon: Update Chinese (China) (zh-CN) localization of AMO
Localization authors:
- 우믿트 <eloli@foxmail.com>
2019-01-08 00:13:20 +00:00
우믿트 5e907720ae Pontoon: Update Chinese (China) (zh-CN) localization of AMO
Localization authors:
- 우믿트 <eloli@foxmail.com>
2019-01-07 23:55:20 +00:00
Mathieu Pillard ef17d582e8 Merge remote-tracking branch 'upstream/master' into py3-urlparse 2019-01-08 00:02:23 +01:00
Mathieu Pillard 88ea47cf67
Merge pull request #10331 from mozilla/pyup-update-basket-client-0.3.12-to-1.0.0
Update basket-client to 1.0.0
2019-01-08 00:00:32 +01:00
pyup-bot e65de0c133 Update pytest-django from 3.4.4 to 3.4.5 2019-01-07 22:48:54 +01:00