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

3403 Коммитов

Автор SHA1 Сообщение Дата
Arron Schaar MBP 5b2a69ac86 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-13 13:20:51 -07:00
Arron Schaar MBP 13aa2e9492 added sort by score,activity,forked,used on the backend.
UI still needs to be implemented
2011-10-13 13:06:55 -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
Piotr Zalewa b8e08a1bc5 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-13 09:08:14 +01:00
Piotr Zalewa 0975ef9050 Merge branch 'bug-661619-fix_multiple_profiles' 2011-10-13 09:04:02 +01:00
Piotr Zalewa 0c788bc3d5 Searching AMO database should be done by user's id, not username
--
https://bugzilla.mozilla.org/show_bug.cgi?id=661619
branch bug-661619-fix_multiple_profiles
2011-10-13 09:02:28 +01:00
Piotr Zalewa b3b99179be Merge branch 'master' into bug-661619-fix_multiple_profiles 2011-10-13 08:56:59 +01:00
Sean McArthur da0a662ad9 fix cron setup_mapping with new ES_INDEXES 2011-10-12 15:39:54 -05:00
Piotr Zalewa d5c7fc5e03 Merge branch 'bug-693972-increment_version_name' 2011-10-12 20:33:16 +01:00
Piotr Zalewa 5652d32782 make version a string in case it would be given as integer
one test added
2011-10-12 20:29:18 +01:00
Piotr Zalewa 721c52dd06 Automatically increment version number of rebuild add-on
https://bugzilla.mozilla.org/show_bug.cgi?id=693972
branch bug-693972-increment_version_name
2011-10-12 12:49:02 +01:00
Piotr Zalewa 88ac607a9e Merge branch 'bug-661619-fix_multiple_profiles' 2011-10-12 12:31:02 +01:00
Piotr Zalewa 3c87f11163 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-12 11:20:01 +01:00
Arron Schaar MBP 347bb02197 added create super user recipe 2011-10-11 16:00:48 -07:00
Arron Schaar MBP 7906a2bdf6 updated install docs 2011-10-11 15:25:48 -07:00
Arron Schaar MBP 890e38996e Refactored Package Activity
Updated package activity to only be calculated during the nightly cron.
(update_package_activity)

Activity is stored in Package.activity and gets picked up and indexed
on refresh_index
2011-10-11 15:16:27 -07:00
Piotr Zalewa ab2009b7d3 * check queries one by one instead of all together
* more info logged about multiple profiles
2011-10-11 22:26:21 +01:00
Sean McArthur ba92ead8b9 fix ES_INDEXES with a default index 2011-10-11 11:28:48 -05:00
Sean McArthur 2298ab1e2a updating vendor/elasticutils 2011-10-11 11:15:57 -05:00
Piotr Zalewa 77503dbfc1 Merge branch 'bug-658103-fix_sphinx' 2011-10-11 17:15:41 +01:00
Sean McArthur 8c51fad236 updating vendor/elasticutils 2011-10-11 11:08:04 -05:00
Piotr Zalewa ff00f24517 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-11 17:06:38 +01:00
Piotr Zalewa b1e6533957 Merge branch 'bug-652875-workaround' 2011-10-11 17:05:22 +01:00
Piotr Zalewa ce96c0467e Merge branch 'bug-652875-workaround' into bug-658103-fix_sphinx 2011-10-11 17:05:14 +01:00
Piotr Zalewa ab9acd63d3 * "Fix" for the commonware.log error
* Few syntax issues fixed :method: -> :meth:

* Adding Mocks to modules not installed in readthedocs as suggested in
  https://github.com/rtfd/readthedocs.org/issues/77#commits-ref-c2f40a2

branch: bug-658103-fix_sphinx
2011-10-11 11:46:56 +01:00
Piotr Zalewa cb1a58b7eb WORKAROUND - Hide [Copy] link if not authenticated
https://bugzilla.mozilla.org/show_bug.cgi?id=652875
2011-10-11 10:29:29 +01:00
Sean McArthur cb52eba556 Merge branch 'master' into staging 2011-10-10 14:17:45 -05:00
Sean McArthur 8bd2a0058a make sure Activity average uses all results, not default 10 2011-10-10 11:11:39 -05:00
Piotr Zalewa 8bbca3eb39 Merge branch 'master' into staging 2011-10-10 16:37:44 +01:00
Piotr Zalewa 712311c82c Merge branch 'master' into staging 2011-10-09 07:27:44 +01:00
Sean McArthur 636f943ef0 Merge pull request #39 from seanmonstar/package_activity_improvement
improve updating of the year_of_activity
2011-10-07 15:26:35 -07:00
Sean McArthur cbfca58b5c improve updating of the year_of_activity
Instead of keeping a flag of is_active_today (which no longer matters if the
cron doesn't get run every day, or is out of sync), this records the
timestamp of each time the year_of_activity is updated.

Therefore, if the cron failed to run (or any other such problem), we would
still know how many days since the last activity investigation, and be able to
update just those days.
2011-10-07 17:21:57 -05:00
Wil Clouser 8405dff526 add a comment 2011-10-05 15:48:00 -07:00
Sean McArthur 8aaf821c6c remove deploy stuff fom 0.9.13 2011-10-05 16:04:02 -05:00
Sean McArthur ef089a9afb remove assert, as it broke hudson 2011-10-05 15:35:09 -05:00
Sean McArthur 2f02383e0b Merge pull request #38 from seanmonstar/bug-658375-list_of_SDK_versions_api
API to determine known SDK versions
2011-10-05 13:26:49 -07:00
Sean McArthur 7f98539550 ensure order of SDKs from API 2011-10-05 15:19:26 -05:00
Sean McArthur d34a5236cb /repackage/sdk-versions/ should return a JSON list of all the SDK versions known to Builder 2011-10-05 14:46:58 -05:00
Sean McArthur f23e0c18c8 fix test, search was not specific enough 2011-10-05 14:26:05 -05:00
Sean McArthur 1bed90ae7d fixing install docs
no longer should you checkout FlightDeck-lib as a standalone repo,
its already a submodule
2011-10-05 13:15:04 -05:00
Sean McArthur 5ac993afdd merge in install docs, change docs link in README 2011-10-05 13:04:51 -05:00
Piotr Zalewa e4aa5699a2 Merge branch 'master' of github.com:mozilla/FlightDeck 2011-10-05 17:59:27 +01:00
Piotr Zalewa b2b3f3f731 Merge branch 'bug-690872-repackage_with_main_dir_files' 2011-10-05 17:58:52 +01:00
Piotr Zalewa 686ced34e7 _extract cleaned up and commented 2011-10-05 15:34:58 +01:00
Piotr Zalewa a362543550 remove debug log and add a comment about exporting icons 2011-10-05 14:48:20 +01:00
Piotr Zalewa 263c9bbf51 * failing test with the real world xpi
* copy files from main dir to package's dir
* add all icons to the manifest
2011-10-05 14:44:53 +01:00
Piotr Zalewa 423b5b5d85 Merge branch 'bug-661619-multiple_profiles' 2011-10-04 05:37:14 +01:00