Commit Graph

957 Commits

Author SHA1 Message Date
0867c81e01 Remove the old API Puller functions 2010-12-02 14:18:42 +00:00
20f4465d68 Removed in-model functions for corp updates, switch to tasks. Cleaned up and improved API tasks 2010-12-02 12:57:49 +00:00
4e9dd81ea9 Added a XML->Dict parser that can handle CachedDocuments 2010-12-02 12:56:57 +00:00
408198743a Remove managers, they're not needed and not very useful 2010-12-02 11:24:12 +00:00
c23e0078f4 Split tasks into seperate modules to allow for easier management 2010-12-02 11:20:47 +00:00
3aea381461 Remove unneeded imports 2010-12-02 10:59:06 +00:00
c2df900c31 Reorganisation of code in the extract-email tool 2010-12-02 10:58:36 +00:00
df029f32ad Fix assumption in admin.py, works fine on 2.6 but errors on 2.5 2010-12-02 10:58:05 +00:00
981e042979 Added faster Alliance update function 2010-12-01 17:15:30 +00:00
f5ece1c8c3 Rework of the API import routines, now more task based
This is step one of cleaning up the eve_api application and replacing the working core with a more stable, celery based import queue. In addition we've added the ability to import a character just based on character ID, this should allow for populated corporate CEO positions on corps.
2010-12-01 16:04:36 +00:00
394b81cb5e Fix API refresh 2010-12-01 12:14:17 +00:00
1abb3896d8 Fix stupid typo 2010-12-01 12:01:55 +00:00
ea925e3305 Split API import tasks into two seperate jobs, one for the frontend, one for backend 2010-12-01 12:00:30 +00:00
cab224c224 Remove returning results from import_eveapi, as this is causing excess stored results on RabbitMQ 2010-12-01 09:29:00 +00:00
047954e8fe Remove debug statements 2010-11-29 12:09:24 +00:00
2380dcc706 Fix user lookup 2010-11-29 12:02:42 +00:00
8a456a8868 Reduce timeouts and fix minor API refresh issue 2010-11-29 12:01:59 +00:00
0c3dccc2e8 Pass the User ID instead of the user object 2010-11-29 12:00:52 +00:00
47eb996c63 Various fixes to SSO services, including transaction handling and correct DbService handling 2010-11-29 11:59:14 +00:00
dc372cd3f2 Remove i18n support from Registration form 2010-11-29 11:57:48 +00:00
3bcbdf5ee5 Fix exceptions, and remove the timeout (Python 2.5 compatability) 2010-11-29 11:57:05 +00:00
2aa689f693 If we're provided a user ID do a lookup instead of assuming its a object 2010-11-29 11:56:04 +00:00
bbf0531746 Use the HTTPS url for jquery 2010-11-26 10:16:46 +00:00
aec231234e Support for inserting corp/alliance information into POStracker 2010-11-26 10:15:53 +00:00
f6c320a6ce Extract-email now avoids crashing on unlinked api keys 2010-11-26 10:13:44 +00:00
7ecd6f4db5 Added some unittests to eve_proxy 2010-11-26 09:56:44 +00:00
372643b618 Clear the account's characters list before readding (Thanks Iniquita for finding this one). 2010-11-25 13:31:39 +00:00
5b91583faa Updated source field on the view application template 2010-11-24 16:50:02 +00:00
6054f2a103 Add searchfield Blacklists, and use count() for recommendation count 2010-11-24 16:40:11 +00:00
9900b7cb56 Allow keywords through to the parent save 2010-11-12 16:07:42 +00:00
821b31e0ab Fixed alliance scheduled task, and disabled rate limiting 2010-11-12 09:42:40 +00:00
d677b13856 Added some more debugging information to the import process 2010-11-12 09:42:19 +00:00
4ffb12c465 Update to startup and build scripts 2010-11-12 09:40:21 +00:00
b119f6a1f0 Provide only the user's ID to the task, not the full object 2010-11-12 09:39:50 +00:00
a7562fd41a Fix numerous small issues with the fabric file 2010-11-12 09:38:40 +00:00
20cbfe352a Rewowrking on the eve_proxy application, more resilient 2010-11-12 09:36:48 +00:00
b620366d6d Remove rate limiting. 2010-11-12 09:34:58 +00:00
46f1cdd236 New Registration form that blocks bad domains 2010-11-12 09:30:45 +00:00
dfd58473ed Minor fixes for deployment issues 2010-11-10 13:18:38 +00:00
0c95d6f263 Updated documentation, removed a unneeded file, and clarified the License 2010-11-10 12:38:27 +00:00
f9703ccdfc Moved our useful scripts to the tools directory 2010-11-10 12:18:18 +00:00
db28b3902a Migrated the final cronjobs over to tasks 2010-11-10 12:15:43 +00:00
f7657a7325 Update-directors now works better causing less unneeded task triggering 2010-11-10 12:01:00 +00:00
5d4a2707a9 Fix task to pull the correct user 2010-11-10 11:41:09 +00:00
0d168cb461 Move signals to tasks, as they are triggered tasks now 2010-11-10 11:40:49 +00:00
c6e7d8cb15 Enable emailing on task failure 2010-11-10 11:39:09 +00:00
fc7a158352 Avoid updating corp information multiple times, add rate limits for API tasks 2010-11-10 11:38:32 +00:00
8209f8830c Updated gitignore file 2010-11-10 11:38:08 +00:00
1e52c87a46 Rework eve_proxy to remove dependancy on eve_api and allow it to handle downtime situations better 2010-11-10 11:36:28 +00:00
c6429a4e56 Pass the ID instead of the object, save on message size 2010-11-08 18:19:01 +00:00