Commit Graph

47 Commits

Author SHA1 Message Date
eccfea888a Fix typo 2011-02-09 12:50:34 +00:00
Dreddit Web User
6acaf5c0f1 Add some better error checking and retrying around Corporation detail import 2011-02-09 12:43:19 +00:00
34f15f8375 Fix error output, use correct formatter 2011-02-04 08:06:20 +00:00
5857e3eb79 Check by ID not the newly created db object 2011-01-25 08:55:03 +00:00
10ac9367c2 Identify when a character hasn't been imported and log the error 2011-01-25 08:52:31 +00:00
3f4826a202 Update corp information if older than 12 hours 2011-01-23 15:17:56 +00:00
48dde0dca5 Update access when the key fails 2011-01-21 00:37:09 +00:00
c273dbccb8 Check for a null kwargs and pass a empty dict 2011-01-19 13:50:17 +00:00
165d2de903 Moved around the exception checking 2011-01-19 13:31:49 +00:00
089110d7ae Added further error checking code to the corporate details import 2011-01-19 13:26:56 +00:00
Dreddit Web User
376f659da6 Pass correct arguments to import retries 2011-01-14 09:55:06 +00:00
ff203cc414 Fix corp members update not to rape and pillage the characters db 2011-01-14 08:37:05 +00:00
87c4e17bd2 Remove old members from a corporation on update 2011-01-13 17:02:10 +00:00
846964f778 Import exceptions into the account tasks 2011-01-13 12:41:06 +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
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
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
e135fdc96f Fix linking CEO job 2010-12-23 00:47:28 +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
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
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
c23e0078f4 Split tasks into seperate modules to allow for easier management 2010-12-02 11:20:47 +00:00