0.2.24
-
New:
Repository
instances now have acode
attribute which is used for generating the environment variables where in previous versions theid
attribute has been used which caused difficulties in transferring the data to a different installation of Stalker. Also to make the system backwards compatible, Stalker will still set the oldid
based environment variables. But when asked for an environment variable it will return thecode
based one. Thecode
argument as usual has to be initialized onRepository
instance creation. That's why this version is slightly backwards incompatible and needs the database to be updated with Alembic (with the commandalembic update head
). -
Fix:
Repository
methodsis_in_repo
andfind_repo
are now case insensitive for Windows paths. -
Update: Updated
Project
class documentation and included information about what is going to be deleted or how the delete operation will be cascaded when aProject
instance is deleted.