Commit Graph

153 Commits

Author SHA1 Message Date
846964f778 Import exceptions into the account tasks 2011-01-13 12:41:06 +00:00
b5c970be39 Make use of horizontal filter fields in the admin 2011-01-12 08:57:43 +00:00
ae57262317 Enable logging for account imports, also fix the character drop bug 2011-01-11 13:38:39 +00:00
f34bc46bf9 Fixed typo 2011-01-11 13:00:04 +00:00
10c4225e93 Added debugging statement for character add/remove 2011-01-11 12:57:22 +00:00
6ad24259e7 Add a index on the skills table, forcing one of each skill per character 2011-01-07 09:38:34 +00:00
ade8ee1c69 Pass kwargs to retries 2011-01-07 09:03:56 +00:00
ba5c895a4c Use the correct logger instance 2011-01-06 21:32:13 +00:00
de43adbc11 Fix stupid typo 2011-01-06 11:12:59 +00:00
300c6e35f6 Better handling of character API import and error handling 2011-01-06 10:43:22 +00:00
83b183b756 Small fixes from Live 2011-01-05 10:14:56 +00:00
da0b37dd2d Add task to import multiple characters in one run, allowing for easier permission callbacks 2011-01-05 09:47:35 +00:00
8c39e92d85 Call subtasks correctly 2011-01-05 09:36:41 +00:00
4d01d20f1d Task execution optimizations, tries to reduce exec time of API import 2011-01-05 08:49:54 +00:00
b3562a50d5 Form the set after the list has been created 2011-01-05 07:16:37 +00:00
f3feeaf4b3 Allow for new API keys to work properly 2011-01-05 07:14:43 +00:00
2510e9a1f6 Fixes character removal for the last time 2011-01-05 00:52:31 +00:00
e8458febf2 Fix removal of chars 2011-01-05 00:44:30 +00:00
fd55d81e96 Remove unassigned characters from teh account 2011-01-05 00:42:32 +00:00
9176dd9454 Username != name 2011-01-04 21:47:30 +00:00
9b4e9d6b90 Added search by username 2011-01-04 21:45:21 +00:00
e135fdc96f Fix linking CEO job 2010-12-23 00:47:28 +00:00
70a07920ec Remove debug lines 2010-12-22 23:37:44 +00:00
ccb66be328 Fix basic_xml_parse 2010-12-22 23:35:22 +00:00
daa2c608e2 Typo, object != objects 2010-12-22 23:03:50 +00:00
f0f73621ed Only refresh Directors membership where we have a full key 2010-12-22 23:02:01 +00:00
b65e282308 Fix task errors 2010-12-22 22:54:11 +00:00
f81183ffc5 AllianceID, not alliance 2010-12-22 22:42:31 +00:00
70b92aa0a2 Use correct variable name 2010-12-22 15:34:39 +00:00
66b36fd186 Don't create a alliance of 0 on import 2010-12-22 15:30:08 +00:00
d6931e1209 Cleaned up and improved the Corporate import functions 2010-12-14 12:19:22 +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
59e086e720 Rearrange the models files into the respective levels, add DB layout for skills storage 2010-12-07 14:50:39 +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
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
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
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