Rob Hudson
a6ee4b4a45
Remove deprecated `verify_exists` from URL fields.
2013-10-02 11:56:39 -07:00
Stuart Colville
aea88bcc7e
Use db for list of paid regions by slug (bug 921593)
2013-09-30 09:49:17 +00:00
Allen Short
660e358b54
latest_version needs the same treatment as current_version
2013-09-27 08:56:51 -07:00
Allen Short
7e72695d80
port abuse resource to DRF (bug 910545)
2013-09-26 21:09:00 -07:00
washort
09a90bf8ea
Merge pull request #1197 from washort/914979
...
index deleted apps, without making celery explode
2013-09-26 20:46:58 -07:00
Allen Short
3bfb10618c
Test for proper signal handling around soft-deleted apps (bug 914979)
2013-09-26 20:45:42 -07:00
Kumar McMillan
4ce62d5944
Remove old in-app code and old stats (bug 865134)
2013-09-26 13:02:07 -05:00
Rob Hudson
d375b1f4fa
Fixed tests/stats after adding ADDON_WEBAPP_PRIVILEGED
2013-09-26 10:53:20 -07:00
David Larlet
fcc57ab7f4
Merge pull request #1166 from davidbgk/918852-clean-task
...
Removing obsolete clean_out_addonpremium task (bug 918852)
2013-09-26 09:04:15 -07:00
Mathieu Pillard
2e963bab21
Partially revert changes made to files.tests.test_models in aa43c6ba98
...
The test was right before, we just needed to set the return value of
the mock earlier.
2013-09-26 15:55:36 +02:00
Allen Short
5107d662dd
explicitly cache counts for collection listings (bug 912484)
2013-09-25 09:20:54 -07:00
Chris Van
46c90dbd11
even better promo wrapping
2013-09-24 11:38:42 -07:00
Chris Van
909f9694c5
better wrapping for add-ons promo
2013-09-24 11:35:56 -07:00
Kevin Ngo
2cdae8c5eb
Merge pull request #1175 from ngokevin/bestoverall
...
amp firefox winner promo (bug 919778)
2013-09-24 11:17:00 -07:00
Kevin Ngo
d8b32ac093
amp firefox winner promo (bug 919778)
2013-09-24 11:16:24 -07:00
Chris Van
c38f958fd0
fix typo in add-ons docs
2013-09-24 01:11:00 -07:00
Rob Hudson
c10bb2e5d3
Inverted bulk/priority queues so priority is now opt-in (bug 910471)
2013-09-23 12:53:51 -07:00
Allen Short
61b440138b
file_create invokes get_localepicker in a signal, so move mock back up a level
2013-09-20 17:17:28 -07:00
Chris Van
b687fcd1e2
add "privileged" to "app_type" for search API
2013-09-20 17:02:08 -07:00
Rob Hudson
496cdf8b01
Removed unused webapp indexing code from AMO (bug 918947)
2013-09-20 16:29:23 -07:00
Allen Short
49aabe8176
don't run files languagepack tests twice
2013-09-20 12:32:04 -07:00
Chris Van
3abbbbe2b2
pyflakes cleanup
2013-09-20 11:07:03 -07:00
Rob Hudson
93f22bf8d7
Removed unused tasks.
...
See commit af6e6a7896
.
2013-09-20 09:55:09 -07:00
David Larlet
e32c96ac1d
Removing obsolete clean_out_addonpremium task (bug 918852)
2013-09-20 17:29:40 +02:00
Mathieu Pillard
6dba4beec4
Fix for editors.tests.test_views.TestPendingQueue.test_get_queue
2013-09-19 18:15:32 +02:00
Mathieu Pillard
cba55ae47b
Make update_incompatible_versions() reload the addon before trying to use it
...
Fixes addons.tests.test_models:TestAddonModels.test_no_change_deleted following
safe_signals removal.
2013-09-19 16:08:34 +02:00
Mathieu Pillard
aa43c6ba98
Fix TestLanguagePack tests by mocking only when necessary
...
(test failures following safe_signals removal)
2013-09-19 16:00:10 +02:00
Mathieu Pillard
2f55967eab
Cleaner attempt to fix translations multidb tests on jenkins
2013-09-19 14:08:23 +02:00
Mathieu Pillard
dd4fad561e
Revert "Fix tests altering databases for jenkins"
...
This reverts commit fe79b39d21
.
(This actually made things even worse for jenkins)
2013-09-19 02:34:59 +02:00
Wraithan (Chris McDonald)
c5031fa0c7
fix es_app_to_dict (bug 918051)
2013-09-18 14:38:09 -07:00
Mathieu Pillard
fe79b39d21
Fix tests altering databases for jenkins
2013-09-18 17:12:35 +02:00
David Larlet
8be70fda3c
Merge pull request #1154 from davidbgk/917698-hiding-portal-link
...
Display portal links only if the flag is activated (bug 917698)
2013-09-18 07:08:33 -07:00
David Larlet
85c363672b
Display portal links only if the flag is activated (bug 917698)
2013-09-18 16:06:30 +02:00
Mathieu Pillard
20eeccef34
Merge pull request #1144 from diox/translations-use-db-router
...
Make sure the extra translation queries follow db routing (bug 905887)
2013-09-18 04:52:54 -07:00
Mathieu Pillard
e0478af906
Bump some requirements again (bug 846349)
2013-09-18 13:50:08 +02:00
Mathieu Pillard
d4c71d51ae
Merge pull request #1147 from diox/remove-safe-signals
...
Remove safe signals (bug 865769)
2013-09-18 04:48:00 -07:00
Kevin Ngo
7a381b725a
Merge pull request #1150 from ngokevin/deleteuser
...
add delete user functionality to lookup tool (bug 901783)
2013-09-17 16:05:23 -07:00
Kevin Ngo
da16baa424
add delete user functionality to lookup tool (bug 901783)
2013-09-17 16:05:04 -07:00
Allen Short
e1c318caf3
remove redundant and erroneous query for userprofile (bug 915694)
2013-09-17 14:20:20 -07:00
Mathieu Pillard
4d5fa077dd
Miscellaneous test fixes
...
(Needed for python 2.7 / no elasticsearch environnement, but also
because of the safe signals removal)
2013-09-17 17:25:42 +02:00
Mathieu Pillard
e55ce26e8c
Make sure the extra translation queries follow db routing (bug 905887)
2013-09-16 19:27:56 +02:00
Rob Hudson
08b19df06d
wip
2013-09-13 16:34:08 -07:00
Kevin Ngo
3f79516659
Merge pull request #1123 from ngokevin/revqueuesort
...
refactor and fix queue sorting for name fields and pending queue (bug 890177)
2013-09-13 12:58:46 -07:00
Kevin Ngo
dbc3dd56c8
refactor and fix queue sorting for name fields and pending queue (bug 890177)
2013-09-13 12:52:10 -07:00
Rob Hudson
b529d2bb12
Disconnect signals until last save in addon_factory
2013-09-13 09:38:14 -07:00
Mathieu Pillard
1de5c4ce04
Remove LazyPjaxMiddleware and friends, it was never used (bug 915789)
2013-09-12 20:07:05 +02:00
Rob Hudson
6c8f94e3fe
Added cron to count apps available (bug 858253)
2013-09-10 08:46:41 -07:00
Mathieu Pillard
b14d48f0d5
Fix users.tests.test_views:TestProfileLinks IntegrityError w/ fixtures
2013-09-10 15:42:03 +02:00
Mathieu Pillard
ada2ff63c8
Rewrite test_fetch_langpack_invalid_path_fails to avoid DeprecationWarning
2013-09-10 14:14:57 +02:00
Mathieu Pillard
3f44e85e0f
Replace all '.uncached' calls by '.objects.no_cache()' (bug 913010)
...
uncached is generic and therefore wrong everytime we have soft
deletion or when there is model inheritance involved.
It's better to remove it and use the regular objects manager with
a no_cache() added to disable cache-machine.
2013-09-10 13:54:49 +02:00