bugbug/http_service
dependabot[bot] 8c75cd5a5c
Bump marshmallow from 3.20.2 to 3.21.0 (#4076)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.2 to 3.21.0.
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.2...3.21.0)

---
updated-dependencies:
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 06:22:59 -05:00
..
bugbug_http Use SSL for Redis only when URL is rediss (#4030) 2024-02-08 14:43:41 +01:00
tests Add support for classifying invalid compatibility reports to the http service (#3846) 2023-11-28 22:33:58 -05:00
.dockerignore Add WIP integration test (#823) 2019-09-13 15:18:46 +02:00
Dockerfile Bug 1622336 - Trigger schedules API as soon as a push happens (#1548) 2020-05-08 17:05:16 +02:00
Dockerfile.bg_worker Allow overriding the version of bugbug used while building the HTTP service worker image (#1345) 2020-03-02 11:26:41 +01:00
MANIFEST.in Use the new bugbug_http module, fixing tests and docker build 2020-02-28 10:49:40 +01:00
README.md Add support for GitHub issue classification to the HTTP service (#2330) 2021-05-11 08:48:07 +02:00
docker-compose.yml Add support for GitHub issue classification to the HTTP service (#2330) 2021-05-11 08:48:07 +02:00
ensure_models.sh Merge check_models script functionality into download_models 2020-03-23 13:28:57 +01:00
requirements.txt Bump marshmallow from 3.20.2 to 3.21.0 (#4076) 2024-03-05 06:22:59 -05:00
setup.py Bug 1622336 - Trigger schedules API as soon as a push happens (#1548) 2020-05-08 17:05:16 +02:00

README.md

Local development

For starting the service locally run the following commands.

Start Redis:

docker-compose up redis

Build the http service image:

docker build -t mozilla/bugbug-http-service -f Dockerfile .

Start the http service:

docker-compose up bugbug-http-service

Build the background worker image:

docker build -t mozilla/bugbug-http-service-bg-worker --build-arg TAG=latest -f Dockerfile.bg_worker .

Run the background worker:

docker-compose up bugbug-http-service-bg-worker