Commit Graph

779 Commits

Author SHA1 Message Date
279948c330 Various small fixes for the reddit decouple 2010-12-20 12:43:02 +00:00
cc4f986edb Decoupled the "reddit" application from the main program 2010-12-20 12:17:14 +00:00
0aef422d9a Switch from "import settings" to "from django.conf import settings" 2010-12-20 11:46:47 +00:00
21d9587645 Added task to clean-up old API access logs 2010-12-20 11:46:25 +00:00
a41ab81712 Switch to using a document key for PK 2010-12-20 11:21:09 +00:00
7cce96a4a5 Update task locations 2010-12-20 11:20:42 +00:00
c873d1a419 Hackie workaround for lack of GroupInformation 2010-12-14 13:04:10 +00:00
d6931e1209 Cleaned up and improved the Corporate import functions 2010-12-14 12:19:22 +00:00
f27f17fd21 Character API now provides skills 2010-12-07 17:13:04 +00:00
186dd199be Import Skill information from the API, also provide new Auth API to access this information 2010-12-07 16:41:47 +00:00
98ed469373 Refer to eve_api.models, not the api_player file 2010-12-07 16:41:08 +00:00
59e086e720 Rearrange the models files into the respective levels, add DB layout for skills storage 2010-12-07 14:50:39 +00:00
86455cc123 Moved to South 0.7.3, which includes some useful bugfixes 2010-12-07 14:03:26 +00:00
dcac0e24b0 Switch to using __unicode__ and django's smart __str__ handling, also added permalinks for HR models 2010-12-07 11:02:18 +00:00
9e6544062c Pass correct character ID 2010-12-02 16:15:33 +00:00
88d5192277 Correct API User ID variable 2010-12-02 16:14:18 +00:00
2b6f905e84 Pass the correct key information to the task 2010-12-02 16:13:13 +00:00
f802b3d85f Remove wait on character update 2010-12-02 16:12:01 +00:00
4c3402ca5c Add import line for the members import task, d'oh! 2010-12-02 16:09:10 +00:00
8c4f5c4b84 Removed cam startup from start script 2010-12-02 16:03:42 +00:00
25d09104a9 Fixed import for xml parsing func 2010-12-02 16:02:01 +00:00
e4983240bb Various fixes and improvements to the API tasks 2010-12-02 15:57:53 +00:00
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