372643b618
Clear the account's characters list before readding (Thanks Iniquita for finding this one).
2010-11-25 13:31:39 +00:00
d677b13856
Added some more debugging information to the import process
2010-11-12 09:42:19 +00:00
b620366d6d
Remove rate limiting.
2010-11-12 09:34:58 +00:00
dfd58473ed
Minor fixes for deployment issues
2010-11-10 13:18:38 +00:00
db28b3902a
Migrated the final cronjobs over to tasks
2010-11-10 12:15:43 +00:00
fc7a158352
Avoid updating corp information multiple times, add rate limits for API tasks
2010-11-10 11:38:32 +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
8ef274c772
Added datetime import
2010-11-08 17:42:04 +00:00
0201758c45
Fix a few minor issues with job execution
2010-11-08 17:28:33 +00:00
9b13094fba
Switch EVE API update job to a recurring task
2010-11-08 17:20:58 +00:00
758db5c535
Add missing import
2010-11-08 16:04:31 +00:00
14a687451a
Added corporate information update task
2010-11-08 16:03:41 +00:00
1ab0ebdcbf
Allow importing of corporate members using a subtask
2010-11-08 15:22:41 +00:00
ab0ba3232c
Fix error in the apikey import task
2010-11-08 15:17:43 +00:00
1b2f9e2a68
Use celery's native logger
2010-11-08 13:52:26 +00:00
941da2b145
Add some logging to the EVE API task
2010-11-08 13:39:35 +00:00
bb07455a52
Roll ofther required fields into the create statement
2010-11-08 13:33:12 +00:00
bc375df305
Create a update_user_access task to manage user permissions after updates
2010-11-08 12:46:15 +00:00
5e400fb372
Give the User ID when trying to display the EVEAccount object
2010-11-08 12:43:04 +00:00
30d1a12975
Initial work in bringing celery into Auth
2010-11-08 11:26:55 +00:00
0790f32bc7
Return none if we have a issue getting the document
2010-11-08 10:31:36 +00:00
1f2cc5ffff
Avoid doing multiple corp management updates if the person had multiple chars as directors
2010-11-05 19:42:29 +00:00
3a9b31d6e6
Incorrect variable, use the char
2010-11-05 19:36:44 +00:00
920733f86c
Revert "Fix the roles import to use id not roleid"
...
This reverts commit b9902d124b .
2010-11-05 17:50:02 +00:00
8f9e4e2d77
Revert "Migrate EVE API application to 64bit Integers (as per Tyrannis 1.2/API Changes)"
...
This reverts commit be6d219768 .
2010-11-05 17:49:52 +00:00
4a41a28c6a
Revert "Remove roleid from the role object, use the id field instead"
...
This reverts commit ff5addf94f .
2010-11-05 17:49:31 +00:00
1b8c6a7da9
characters != eveplayercharacter_set
2010-11-05 17:08:32 +00:00
3505ed5d96
Role the corp management and corp information update into the API update job
2010-11-05 16:50:56 +00:00
f64f31deda
Save the EVEAccount instance before attempting to add characters to it.
...
Since Django 1.2, the ORM needs to know what database the object belongs in before additions to their M2M fields. Saving the record before the character import solves the problem.
2010-11-04 12:51:11 +00:00
883044348d
Change some EVEAccount fields to be readonly
2010-11-04 12:50:59 +00:00
b9902d124b
Fix the roles import to use id not roleid
2010-11-04 12:50:40 +00:00
ff5addf94f
Remove roleid from the role object, use the id field instead
2010-11-04 12:33:44 +00:00
be6d219768
Migrate EVE API application to 64bit Integers (as per Tyrannis 1.2/API Changes)
2010-11-04 12:27:03 +00:00
b8415f294f
Switch the corp information line to use logger instead of print
2010-11-03 11:18:28 +00:00
ed45e4abac
Set the data, add to crontab list
2010-10-29 17:24:42 +01:00
51c2675157
Added ability to update all related corps
2010-10-29 17:07:16 +01:00
ab67c55d90
Modification to the cron methods to allow arguments to be passed to each call
2010-10-18 12:19:22 +01:00
3e75201e9d
Return just the name of eve_api objects, not name/id
2010-10-13 11:40:46 +01:00
45aebfea38
Role object now returns its name or ID
2010-09-30 10:47:18 +01:00
73356fad88
Fix ident error that was causing the job to fail
2010-09-21 10:58:43 +01:00
48f53ddb2c
Fixes the Director API update.
2010-09-20 22:02:07 +01:00
8142310f90
Ignore invalid API keys on refresh.
2010-09-11 20:13:33 +01:00
7c4b185063
Added column searching for Roles
2010-09-11 19:44:07 +01:00
2b9b9358b1
Fix roleIDs to use a charfield until we get bigints in django 1.2
2010-09-11 19:38:52 +01:00
94dc88b86d
Convert roleID to int to save hassle
2010-09-11 19:31:53 +01:00
4c415f6493
Exclude expired API keys (as per new CCP guidelines)
2010-09-11 19:26:24 +01:00
5b3813a9bb
Now stores player's roles in their corporation
2010-09-11 19:16:46 +01:00
d125530946
Add keytype to the admin overview
2010-09-10 09:43:39 +01:00
2be2d58c88
Removed debug statements
2010-09-10 09:42:56 +01:00