-
- Downloads
SQLAlchemy in batch jobs
Port the entire batch job infrastructure, including scheduler, to use the SQLAlchemy ORM instead of the old Db module.
Showing
- mutalyzer/Db.py 0 additions, 300 deletionsmutalyzer/Db.py
- mutalyzer/Retriever.py 1 addition, 1 deletionmutalyzer/Retriever.py
- mutalyzer/Scheduler.py 109 additions, 69 deletionsmutalyzer/Scheduler.py
- mutalyzer/db/__init__.py 30 additions, 0 deletionsmutalyzer/db/__init__.py
- mutalyzer/db/models.py 120 additions, 0 deletionsmutalyzer/db/models.py
- mutalyzer/db/queries.py 44 additions, 0 deletionsmutalyzer/db/queries.py
- mutalyzer/entrypoints/batch_processor.py 3 additions, 5 deletionsmutalyzer/entrypoints/batch_processor.py
- mutalyzer/services/rpc.py 28 additions, 12 deletionsmutalyzer/services/rpc.py
- mutalyzer/templates/batch_jobs.html 9 additions, 8 deletionsmutalyzer/templates/batch_jobs.html
- mutalyzer/templates/static/js/interface.js 3 additions, 3 deletionsmutalyzer/templates/static/js/interface.js
- mutalyzer/website.py 22 additions, 14 deletionsmutalyzer/website.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.py 1 addition, 0 deletionssetup.py
- tests/test_scheduler.py 154 additions, 0 deletionstests/test_scheduler.py
Loading
Please register or sign in to comment