bugbug/http_service
dependabot-preview[bot] c9a393bd85 Bump flask-apispec from 0.8.4 to 0.8.5 (#1224)
Bumps [flask-apispec](https://github.com/jmcarp/flask-apispec) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/jmcarp/flask-apispec/releases)
- [Changelog](https://github.com/jmcarp/flask-apispec/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jmcarp/flask-apispec/compare/0.8.4...0.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 10:37:41 +01: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 Misc fixes to enable integration tests at release time (#987) 2019-10-24 20:09:32 +02:00
.dockerignore Add WIP integration test (#823) 2019-09-13 15:18:46 +02:00
Dockerfile When using pip in .taskcluster.yml and in Docker files, add options --disable-pip-version-check, --no-cache-dir and --quiet (#1032) 2019-10-21 17:42:39 +01:00
Dockerfile.bg_worker When using pip in .taskcluster.yml and in Docker files, add options --disable-pip-version-check, --no-cache-dir and --quiet (#1032) 2019-10-21 17:42:39 +01: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 spambug to http service (#1213) 2020-01-03 16:30:45 +01:00
requirements.txt Bump flask-apispec from 0.8.4 to 0.8.5 (#1224) 2020-01-07 10:37:41 +01: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