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

78 Коммитов

Автор SHA1 Сообщение Дата
Rob Hudson 0f6cb2d3fb Updated FeatureProfile to_kwargs and filters 2013-06-07 17:12:20 -07:00
Rob Hudson a5affcb4ef Added feature profile filtering to featured apps api (bug 875009) 2013-06-05 13:14:52 -07:00
Andy McKay bed7ddde6e chop one query by caching the exclusions (bug 869715) 2013-05-28 09:49:50 -07:00
Wil Clouser 78a2837e99 fix build with SkipTest 2013-05-03 22:14:28 -07:00
Wil Clouser 2d27d2fc49 Move group management to CLI. Bug 844415 2013-05-03 21:13:58 -07:00
Matt Basta 26defcbe4c Added second half of operator shelf (bug 843647) 2013-03-27 11:17:25 -07:00
Rob Hudson d957729878 Added basic featured home API resource (bug 847659) 2013-03-22 17:30:45 -07:00
Chris Van 9957cfad7b move admin_site_links out of default/site (fixes failed NoReverseMatch tests for me) 2013-03-22 10:07:14 -07:00
Chris Van c40f8c83de do not localize Featured Apps admin tool 2013-03-18 17:15:14 -07:00
Matt Basta a8b32a69eb Add magic categories before operator shelf (bug 843647) 2013-02-27 13:55:28 -08:00
Allen Short 4bb29f7bd0 remove otiose lines 2013-02-21 15:39:03 -08:00
Allen Short e6ac67b04a Remove soft-deleted apps from featured apps list 2013-02-21 15:18:55 -08:00
Jen Fong-Adwent d426158a81 IA changes for devhub build section (bug 839666) 2013-02-21 13:31:54 -05:00
Chuck Harmston 7f60c245e4 Featured app querysets that specify a region and limit populate with Webapps featured worldwide if queryset size is smaller than limit (bug 842312) 2013-02-20 19:27:55 -06:00
Chuck Harmston a4b1f1d59d Move assertQuerySetEqual to the base test case 2013-02-15 13:06:49 -06:00
Chuck Harmston db9a573198 Fix build broken in c030931:
* Update Webapp.featured to return a set of Webapp instances, rather than a
  QuerySet of their FeaturedApp instances.
* Fix incorrect use of the eq_ shortcut in
  TestFeaturedAppQueryset.test_queryset_featured
2013-02-15 09:12:10 -06:00
Chuck Harmston c030931537 Refactor featured app logic into manager methods 2013-02-15 08:19:31 -06:00
Matt Basta f47da48aae Remove old regions (bug 828036) 2013-01-14 17:50:09 -08:00
Victor Ng 90f59fb374 bug 822759 - more debugging patches to diagnose problem in -dev
* re-enabled the tests for test_metlog_*
* added double logging for each of the generate_error events that
  route through metlog. one through the default metlog instance,
  another through the local metlog client instance
* bumped to metlog-py 0.9.10 to see the full client configuration as a
  JSON blob
* pulled out all METLOG_CONF configuration from settings_base and just
  set it at once.  This has to be done in settings_mkt.py and
  settings_addons.py
2012-12-28 15:36:17 -05:00
Victor Ng a57d1680f2 bug 822759 - added skiptest on the tests around TestGenerateError::test_metlog_* as
they *always* pass under test, but never on the actual -dev
enviroment.

disabling the tests for now until we fully resolve the import issues
2012-12-18 22:12:15 -05:00
Chris Van 23019566f5 add confirmation message for /admin/ecosystem 2012-12-13 14:30:51 -08:00
Davor Spasovski 299b0e0bde featured app tool fixes 2012-12-13 11:03:54 -08:00
Rob Hudson 9900243ddb Check for no current_version before accessing id 2012-12-10 09:13:40 -08:00
Allen Short c291cd17a7 Revert "Require explicit saving for featured apps changes. (bug 807818)"
This reverts commit 9bd4eb603d.
2012-12-06 14:03:20 -08:00
Allen Short 9bd4eb603d Require explicit saving for featured apps changes. (bug 807818) 2012-12-05 19:27:55 -08:00
Rob Hudson 93c4b3abe6 Updated to collapse versions for disabled_by_user apps.
Since disabling an app by a user is reversable, we need to catch these
as well.
2012-12-04 12:38:00 -08:00
Chris Van 45a5fbdce4 uncache the FeaturedApp queries for admin tool (bug 817750) 2012-12-03 12:08:34 -08:00
Chris Van 4c7b6efbd9 use amo.models.ModelBase for FeaturedApp* models (bug 812268) 2012-12-03 10:40:53 -08:00
Chris Van c3ac3db0f1 add a "View Homepage" and app anchors to Featured Apps admin tool 2012-11-28 15:50:36 -08:00
Chris Van 35dbbd8f82 increase height of regions/carriers in featured apps admin tool (bug 816274) 2012-11-28 15:17:25 -08:00
Rob Hudson 8d37c94b60 Handle current_version better when collapsing versions 2012-11-26 11:26:16 -08:00
Rob Hudson af2e69edce Updated collapse_versions to compare id to id 2012-11-26 10:20:10 -08:00
Rob Hudson f32b73ac5d Updated collapse_versions to not clear current_version if set correctly. 2012-11-26 09:36:30 -08:00
Rob Hudson e4433f8cf9 When collapsing versions, ignore deleted apps.
These seem to have problems saving since the default manager excludes
deleted apps, leading either to INSERTs instead of UPDATEs, or
DoesNotExist errors up/down the stack.
2012-11-21 15:46:56 -08:00
Rob Hudson 44159a78c8 Updated collapse_versions to keep 1st version's created stamp. 2012-11-21 15:20:58 -08:00
Rob Hudson 1e26ea1f56 Moved current_version clearing to top before deleting versions 2012-11-21 15:08:09 -08:00
Rob Hudson d044a194e5 Added migration to collapse versions of hosted apps 2012-11-21 14:24:25 -08:00
Allen Short 8cd04f1819 fix featured app picker tests 2012-11-20 09:58:16 -08:00
Davor Spasovski 7d8ae4990b prettify admin featured apps tool (bug 763700) 2012-11-19 21:23:02 -08:00
Rob Hudson 008d8f98b9 Moved revalidation to mkt's zadmin 2012-10-26 15:32:43 -07:00
Allen Short e9199892a6 don't allow featuring an app in a region where it's excluded (bug 799687) 2012-10-19 14:32:45 -07:00
Rob Hudson 229b5846fe Added featured managers group and adjusted access to featured admin 2012-10-18 09:00:33 -07:00
Allen Short 4c6f3f0959 Featured app support for carrier stores. (bug 795129) 2012-10-05 12:25:07 -07:00
Victor Ng 8613bf5a1f bug 792436 - added support to route all stacktraces through metlog-sentry
also added an option on the zadmin.generate-error button to send
sentry messages
2012-09-21 17:01:36 -04:00
Victor Ng f1f167374d rewired CEF logging to route through metlog
added CEF metlog hook to the zadmin screen
2012-09-13 15:36:18 -04:00
Victor Ng ac05be665e compressed patch to add metlog (bug 783382) 2012-09-10 08:54:28 -07:00
Rob Hudson 513b51599f Fixed Django deprecation warning for urls imports 2012-09-07 17:00:53 -07:00
Chris Van b0b99e63ae allow me to access /admin/ecosystem 2012-09-06 14:16:36 -07:00
Allen Short f652b771ad js fixes for featured app picker 2012-08-30 14:53:58 -07:00
Allen Short 860ac7ab44 Allow removal of start/end dates (bug 785244) 2012-08-30 12:21:33 -07:00