bugbug/http_service
dependabot-preview[bot] 7f47f3f8d6 Bump marshmallow from 3.2.0 to 3.2.1 (#994)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/marshmallow-code/marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.2.0...3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 10:54:52 +02:00
..
models Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
templates Add OpenApi definition and docs (#617) 2019-07-18 11:42:27 +02:00
tests Fix integration tests assertions (#952) 2019-09-16 10:41:00 +02:00
.dockerignore Add WIP integration test (#823) 2019-09-13 15:18:46 +02:00
Dockerfile Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
Dockerfile.bg_worker Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
__init__.py Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
app.py Fix the bug change time check for a single bug (#954) 2019-09-13 22:17:08 +02:00
check_models.py Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
docker-compose.yml Add WIP integration test (#823) 2019-09-13 15:18:46 +02:00
download_models.py Implement deployment to Heroku (#458) 2019-05-23 20:39:02 +02:00
ensure_models.sh Fix Docker build by downloading the models inside the image. Fix #504 (#516) 2019-05-29 20:43:58 +02:00
models.py Add WIP integration test (#823) 2019-09-13 15:18:46 +02:00
requirements.txt Bump marshmallow from 3.2.0 to 3.2.1 (#994) 2019-10-01 10:54:52 +02:00
utils.py Clean cached predictions when a bug gets updated (#786) 2019-07-26 16:47:54 +02:00
worker.py Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00