Piotr Zalewa
|
78ee4266f3
|
* typo fixed
* not raising to provide an answer for the user (due single thread)
* removing temporary sdk_dir
|
2011-10-25 12:59:07 +02:00 |
Piotr Zalewa
|
5f58c24a1b
|
catch the exception in copying xpi
|
2011-10-24 17:57:30 +02:00 |
Sean McArthur
|
3a2fc78c13
|
v0.9.16.1
|
2011-10-20 14:39:52 -05:00 |
Wil Clouser
|
6b53aa80ae
|
Make LOWEST_APPROVED_SDK 1.2.1
|
2011-10-20 12:31:47 -07:00 |
Sean McArthur
|
b5a3e627a3
|
Addon SDK 1.2.1
|
2011-10-20 14:12:32 -05:00 |
Piotr Zalewa
|
920e8a5cb4
|
Merge branch 'deprecated_sdk_in_settings'
|
2011-10-20 18:17:03 +02:00 |
Piotr Zalewa
|
b5ad16dd04
|
Merge branch 'minimal_force_sdk'
|
2011-10-20 18:13:59 +02:00 |
Piotr Zalewa
|
90da3aa934
|
LOWEST_APPROVED_SDK in settings
|
2011-10-20 18:13:13 +02:00 |
Piotr Zalewa
|
ea42c994b2
|
* always force_sdk from sdk version to sdk version
* removed purge SDKs it will be added as a separate management command
* few pylint fixes
|
2011-10-20 18:01:19 +02:00 |
Jeremy Orem
|
442e0e668e
|
Fix commander_settings.py.
|
2011-10-19 17:16:39 -07:00 |
Jeremy Orem
|
8e9dee534d
|
Fix update.py
|
2011-10-19 16:09:31 -07:00 |
Jeremy Orem
|
ead8c1e6fb
|
Update commander_settings.py.dist.
|
2011-10-19 16:08:01 -07:00 |
Jeremy Orem
|
21c43789a0
|
Improve commander_settings defaults.
|
2011-10-19 16:06:59 -07:00 |
Jeremy Orem
|
c8c4befacc
|
New configurable update scripts.
|
2011-10-19 15:52:54 -07:00 |
Jeremy Orem
|
64cd7ef1b7
|
Add zamboni style crontab generation for use with generic update
scripts.
|
2011-10-19 15:51:28 -07:00 |
Sean McArthur
|
67379320f9
|
updating vendor/elasticutils
|
2011-10-19 16:14:04 -05:00 |
Sean McArthur
|
6366990de0
|
v0.9.16
|
2011-10-19 16:08:17 -05:00 |
Sean McArthur
|
fe724224be
|
allow SDK.options to be null
|
2011-10-18 18:57:35 -05:00 |
Arron Schaar
|
99943a34af
|
Merge pull request #44 from pennyfx/master
Fixes for activity rating
|
2011-10-18 16:47:12 -07:00 |
Arron Schaar MBP
|
c9abc17a50
|
added migration to set default value for activity_rating
|
2011-10-18 16:42:14 -07:00 |
Arron Schaar MBP
|
5958611644
|
Merge branch 'master' of github.com:mozilla/FlightDeck
|
2011-10-18 16:23:23 -07:00 |
Sean McArthur
|
48e4686ec7
|
Addon SDK 1.2
|
2011-10-18 18:18:06 -05:00 |
Arron Schaar MBP
|
e5a4da3590
|
Added null check when getting activity_rating for ES
|
2011-10-18 15:53:59 -07:00 |
Arron Schaar MBP
|
853ff0bba8
|
Merge branch 'master' of github.com:mozilla/FlightDeck
|
2011-10-18 12:43:41 -07:00 |
Sean McArthur
|
05ae20fdbc
|
update refresh_index to use new ES_INDEXES setting
|
2011-10-18 14:28:08 -05:00 |
Arron Schaar MBP
|
6746779f14
|
removed setup_mapping from deploy, didn't work as expected
|
2011-10-18 12:10:28 -07:00 |
Arron Schaar
|
62de4805ad
|
Merge pull request #43 from pennyfx/master
Make sure ES mapping is up to date on deploy
|
2011-10-18 11:43:49 -07:00 |
Arron Schaar MBP
|
6aa9a88c63
|
updated deploy script to run setup_mapping
|
2011-10-18 11:24:43 -07:00 |
Piotr Zalewa
|
e678355cd8
|
Merge branch 'bug-690872-copy_all_files'
|
2011-10-18 16:54:40 +02:00 |
Piotr Zalewa
|
0052e260fa
|
is_staff is needed as well ...
|
2011-10-18 13:57:24 +02:00 |
Piotr Zalewa
|
3fa7ede5e2
|
Compare created and original XPI.
Copy all not existing main dir files from original into created one.
branch bug-690872-copy_all_files
|
2011-10-18 12:40:04 +02:00 |
Piotr Zalewa
|
43c09f1c89
|
Merge branch 'bug-694531-upload_issues'
|
2011-10-18 11:25:16 +02:00 |
Piotr Zalewa
|
23185fde86
|
switch on uploading UI for staff
|
2011-10-18 11:14:04 +02:00 |
Arron Schaar
|
ee2bde5568
|
Merge pull request #42 from pennyfx/package_activity
Fixed an error from previous merge
|
2011-10-17 18:06:13 -07:00 |
Arron Schaar MBP
|
c2696c16bf
|
updated tests to use datetime.now instead of utcnow
|
2011-10-17 17:56:03 -07:00 |
Arron Schaar MBP
|
0bc4f4f327
|
fixed bug with activity_rating being initialized with 0.0 instead of Decimal('0.0')
|
2011-10-17 17:19:22 -07:00 |
Arron Schaar
|
177d1e453f
|
Merge pull request #41 from pennyfx/package_activity
Package activity
|
2011-10-17 14:21:42 -07:00 |
Arron Schaar MBP
|
e1b0643508
|
testing pull request from branch
|
2011-10-17 14:19:29 -07:00 |
Arron Schaar MBP
|
7696b91352
|
removed comment
|
2011-10-17 13:34:50 -07:00 |
Arron Schaar MBP
|
46fe2c19cc
|
added update_package_activity to be ran on deploy
|
2011-10-17 13:31:53 -07:00 |
Arron Schaar MBP
|
e0310b065b
|
removed stray log.debug
|
2011-10-14 14:43:37 -07:00 |
Piotr Zalewa
|
480119ce64
|
Merge branch 'staging' of github.com:mozilla/FlightDeck into staging
|
2011-10-14 11:31:44 +01:00 |
Piotr Zalewa
|
6234b7006d
|
Merge branch 'master' into staging
|
2011-10-14 11:31:21 +01:00 |
Arron Schaar MBP
|
5f28522576
|
updated cron to run new update_package_activty cron
|
2011-10-13 14:16:11 -07:00 |
Arron Schaar MBP
|
633c0e8c58
|
added index to packagerevision table
|
2011-10-13 13:52:55 -07:00 |
Arron Schaar MBP
|
5b2a69ac86
|
Merge branch 'master' of github.com:mozilla/FlightDeck
|
2011-10-13 13:20:51 -07:00 |
Piotr Zalewa
|
efc62d88a2
|
Prevent from 500
|
2011-10-13 20:49:00 +01:00 |
Piotr Zalewa
|
b7a4edca86
|
log the SQL
|
2011-10-13 20:27:34 +01:00 |
Piotr Zalewa
|
a6366570d0
|
fix wrong update_from_AMO
|
2011-10-13 20:20:21 +01:00 |
Piotr Zalewa
|
675d653ce6
|
log added to profile models
|
2011-10-13 09:33:05 +01:00 |