Breaking changes: db_id type, cancelled state, deserialization and documentation #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some changes that may impact the usage of jobflow-remote.
Breaking changes:
str
and not anint
anymore. It was suggested to ease the merge of different databasesqueue
section of the project document theProject
model has changed. An additional indentation layer should be added to a previous configuration file for thequeue
section. Here is an example of the new version:CANCELLED
has been changed toUSER_STOPPED
to reduce the usage of different words that could create confusion.A change that does not break the backward compatibility but could be a source of bugs is the removal of the deserialization of objects in the
Runner
. Following issue #41. A machine only running the daemon still cannot avoid the presence of flows packages. materialsproject/jobflow#512 needs to be merged before enabling it.In addition a few bugfix and more documentation.