-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
point to the latest dspfront/dspback
- Loading branch information
1 parent
350ea5e
commit 4e79051
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dspback
updated
11 files
+2 −2 | Makefile | |
+27 −18 | dspback/dependencies.py | |
+28 −2 | dspback/routers/submissions.py | |
+5 −2 | dspback/scheduler.py | |
+5 −5 | dspback/triggers.py | |
+3 −0 | dspback/utils/jsonld/scraper.py | |
+20 −0 | management/change_streams_pre_and_post.py | |
+50 −0 | management/transfer_submissions.py | |
+1 −1 | requirements.txt | |
+31 −0 | tests/__init__.py | |
+79 −0 | tests/test_submissions.py |