Stalker

Latest version: v0.2.28

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 21

0.2.12.1

========

* **Update:** ``Version`` class is now mixed with the ``DAGMixin``, so all the
parent/child relation is coming from the DAGMixin.

* **Update:** ``DAGMixin.walk_hierarchy()`` is updated to walk the hierarchy in
``Depth First`` mode by default (method=0) instead of ``Breadth First`` mode
(method=1).

* **Fix:** Fixed ``alembic_revision`` on database initialization.

0.2.12

======

* **Fix:** Fixed importing of ``ProjectUser`` directly from ``stalker``
namespace.

* **Fix:** Fixed importing of ``ClientUser`` directly from ``stalker``
namespace.

* **New:** Added two new columns to the ``BudgetEntry`` class to allow more
detailed info to be hold.

* **New:** Added a new Mixin called ``DAGMixin`` to create parent/child
relation between mixed in class.

* **Update:** The ``Task`` class is now mixed with the ``DAGMixin``, so all the
parent/child relation is coming from the DAGMixin.

* **New:** Added a new class called ``Good`` to hold details about the
commercial items/services sold in the Studio.

* **New:** Added a new class called ``PriceList`` to create price lists from
Goods.

0.2.11

======

* **New:** User instances now have a new attribute called ``rate`` to track
their cost as a resource.

* **New:** Added two new classes called ``Budget`` and ``BudgetEntry`` to
record Project budgets in a simple way.

* **New:** Added a new class called **Role** to manage user roles in different
Departments, Clients and Projects.

* **New:** User and Department relation is updated to include the role of the
user in that department in a more flexible way by using the newly introduced
Role class and some association proxy tricks.

* **New:** Also updated the User to Project relation to include the role of the
user in that Project by using an associated Role class.

* **Update:** Department.members attribute is renamed to **users** (and removed
the *synonym* property).

* **Update:** Removed ``Project.lead`` attribute use ``Role`` instead.

* **Update:** Removed ``Department.lead`` attribute use ``Role`` instead.

* **Update:** Because the ``Project.lead`` attribute is removed, it is now
possible to have tasks with no responsible.

* **Update:** Client to User relation is updated to use an association proxy
which makes it possible to set a Role for each User for each Client it is
assigned to.

* **Update:** Renamed User.company to User.companies as the relation is now
able to handle more than one Client instances for the User company.

* **Update:** Task Status Workflow has been updated to convert the status of a
DREV task to HREV instead of WIP when the dependent tasks has been set to
CMPL. Also the timing of the task is expanded by the value of
``stalker.defaults.timing_resolution`` if it doesn't have any effort left
(generally true for CMPL tasks) to allow the resource to review and decide if
he/she needs more time to do any update on the task and also give a chance of
setting the Task status to WIP by creating a time log.

* **New:** It is now possible to schedule only a desired set of projects by
passing a **projects** argument to the TaskJugglerScheduler.

* **New:** Task.request_review() and Review.finalize() will not cap the timing
of the task until it is approved and also Review.finalize() will extend the
timing of the task if the total timing of the given revisions are not fitting
in to the left timing.

0.2.10.5

========

* **Update:** TaskJuggler output is now written to debug output once per line.

0.2.10.4

========

* **New:** '' character is now allowed in Entity nice name.

0.2.10.3

========

* **New:** '' character is now allowed in Version take names.

Page 7 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.