- Jun 09, 2021
-
-
Andrew Kapuscinski authored
-
- Jun 04, 2021
-
-
- May 21, 2021
-
-
Charlotte Hausman authored
-
- May 17, 2021
-
-
Nathan Hertz authored
-
- May 14, 2021
-
-
Daniel Lyons authored
-
- Mar 30, 2021
-
-
Charlotte Hausman authored
-
- Mar 18, 2021
-
-
Messaging system is now running on a more robust foundation: - `kombu` package for AMQP networking - New Messenger and Router objects - New message format - Easy-to-use callback subscribing - Can now get messages anywhere in the system easily and send replies back easily
-
- Mar 01, 2021
-
-
Nathan Hertz authored
Updated `testing/utils/conftest.py` with reliable mock data that can be used in tests; added `shared/workspaces` tests
-
- Feb 18, 2021
-
-
Andrew Kapuscinski authored
updated coveragerc config files to reflect changes to the shared packages location and modified run-tests.sh
-
Nathan Hertz authored
installs all requirements required by all 3 services; new rule: make clean, which cleans up your Python environment and your Docker environment; make test now runs setup.py files for all packages
-
- Feb 17, 2021
-
-
Daniel Lyons authored
-
- Feb 16, 2021
-
-
Nathan Hertz authored
-
- Feb 05, 2021
-
-
Andrew Kapuscinski authored
-
- Feb 04, 2021
-
-
- Jan 28, 2021
-
-
Nathan Hertz authored
All enabled tests are now true unit tests with no external dependencies; new `requirements.txt` file in `test/` that installs testing requirements (`pytest`, `pytest-mock`, etc.); and `run-tests.sh` now has an extra step that installs these
-