Sybren A. Stüvel 1e1420d92b Fixed race condition in fetching task activities
Since MongoDB stores timestamps with a resolution of a millisecond, it was
possible for a task to be created and updated on the same timestamp, which
could cause an impossible ordering of the activities (edit before creation).
Sorting by ID instead of creation timestamp fixes this.
2019-05-14 14:26:27 +02:00
2018-06-27 11:16:20 +02:00
2019-04-04 11:34:13 +02:00
2019-04-26 12:23:44 +02:00
2017-12-12 16:48:56 +01:00
2016-09-29 16:49:56 +02:00
2019-03-27 14:27:07 +01:00
2019-03-27 14:27:07 +01:00
2019-04-26 12:23:44 +02:00
2019-04-26 12:23:44 +02:00

Attract people management extension for Pillar

This project contains Attract, a task management extension for the Pillar platform.

Development

Dependencies are managed via Poetry.

git clone git@git.blender.org:pillar-python-sdk.git ../pillar-python-sdk
git clone git@git.blender.org:pillar.git ../pillar
pip install -U --user poetry
poetry install
Description
Attract
Readme 948 KiB
Languages
Python 46.5%
JavaScript 32.6%
Pug 10.9%
Sass 9.8%
Shell 0.2%