- Mar 14, 2019
-
-
Samuel GAIST authored
Version 3.6 of SQLite introduced a change that broke the migration mechanism of Django. This patch checks that, if the database backend uses SQLite, and raises an exception if needed.
-
- Mar 12, 2019
-
-
André Anjos authored
Fix backup/restore See merge request !277
-
Samuel GAIST authored
This fixes an issue on restore with unique constraints violation.
-
- Mar 11, 2019
-
-
André Anjos authored
ZMQ refactoring Closes #518 and #517 See merge request !275
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This ensure that if the database was not cleaned on last run, it won't block waiting for the answer to the question. No database cleanup usually means that the tests were forcefully stopped.
-
-
- Mar 09, 2019
-
-
-
-
It's now properly pulled in by beat.cmdline
-
Using the new scheduler/broker/worker paradigm.
-
This command will start a full scheduler/broker/worker setup on the local machine. This allows to have a working system closer to what the platform uses.
-
This avoids building the documentation as part of the setup since its now provided through the dedicated beat doc repository.
-
The path was wrong and there for the packages pulled from the package manager rather than git.
-
Python json module takes only str up to 3.6. Therefore decode the message received if we are running a python version lower than 3.6.
-
-
The broker might be on another machine.
-
Create the subfolder if it does not exist.
-
This is used in scheduling tests were the database can be modified from outside processes.
-
This will allow to pull docker images when calling buildout with the default configuration.
-
This allows a nice speedup of the test database and prefix creation.
-
- beat.core to 1.8 - beat.devel to 2019.02.11 - bob.devel to 2019.02.11
-
This implements: - scheduler - broker - worker scheduler and broker are meant to be run on the scheduler node. worker is here for development and test purposes.
-
André Anjos authored
Update bob/beat-devel to fix numpy-base issue See merge request !276
-
André Anjos authored
-
- Feb 28, 2019
-
-
Samuel GAIST authored
Fix queryset related issue See merge request !274
-
Samuel GAIST authored
Latest versions of django rest framework makes it mandatory to either provide a queryset property or get_queryset method. This commit also simplifies the code based on the use of get_queryset.
-
Samuel GAIST authored
Add graphviz to dev.yml for beat.cmdeline tests See merge request !273
-
Samuel GAIST authored
graphviz is used by beat.core to generate dot diagrams. It's not listed as dependency of that package as this feature has a narrow use that would pull unnecessary dependencies for the most common cases.
-
- Feb 27, 2019
-
-
André Anjos authored
Update CI and documentation linking See merge request !272
-
Samuel GAIST authored
-
Samuel GAIST authored
The binary handling wasn't done.
-
Samuel GAIST authored
-
Samuel GAIST authored
This commit also cleans up the code.
-
Samuel GAIST authored
This commit also cleans up the code.
-
Samuel GAIST authored
-
- Feb 26, 2019
-
-
Samuel GAIST authored
This commit also cleans up the code.
-
Samuel GAIST authored
This commit also cleans up the code.
-
Samuel GAIST authored
This commit also cleans up the code.
-