Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modules via profile
|
|
|
|
|
|
|
|
|
|
|
|
initialize SRA file import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
ishtar_common/data_importer.py
|
|
|
|
|
|
|
|
Model: a targetkey connection can now be applied to on particular import
(associated_import), one particular user (associated_user) or to all imports
(associated_import and associated_user are empty).
To be done: change import and forms to fully use this mechanism.
|
|
|
|
|
|
|
|
|
|
- fix type import for ishtar_common
|
|
To apply:
./manage.py migrate ishtar_common --delete-ghost-migrations 0029
./manage.py migrate ishtar_common --fake 0030
|
|
|
|
|
|
|
|
when deleting import
|
|
|
|
|
|
|
|
|
|
|
|
management of keys
* new importer field definition and creation
* manage manual association of keys
* manage overload of keys
* manage automatic deletion of keys
* change ImportFormater for new management of keys
|
|
|
|
|
|
|