Bastien Abadie
Bastien Abadie
When creating an admin account with `python manage.py createsuperuser`, it seems the related `crashmanager.user` is not created, thus failing to login with that new user account.
Same as #858 but for mozilla-pulse listener. As this is a [django command](https://github.com/MozillaSecurity/FuzzManager/blob/6714cecfa9b0323d2de89c533bfb3f89ce948c99/server/taskmanager/management/commands/taskmanager_pulse_listen.py), we can probably reuse the same image as the backend, and run it with a different command.
In order to validate dockerized execution of the full stack, we need to run celery through django containers. We would need: 1. celery beat scheduler 2. celery worker 3. redis...
Refs #333
@jpuigcerver Could you setup a Github secret on the repo to store a PyPI token ? I can provide you our token GPG-encrypted if you can share a public key.
Closes #519 - Setup `evaluate-*` taskcluster kinds with TC proxy, secret access, publication trigger - Generic W&B bootstrap code from training publication so it's usable from evaluation code
We (Teklia) are upgrading our Kraken worker to it inside [Arkindex](https://doc.arkindex.org/). Our [base worker library depends on recent shapely 2.0.3](https://gitlab.teklia.com/workers/base-worker/-/blob/master/pyproject.toml?ref_type=heads#L15) Do you have any blocker to stay on shapely 1.8.5...
Followup of #1523 This is the same approach to generalize the backend without requiring Phabricator IDs. We already have a uniqe slug on the Repository model, both phabricator IDs should...
The backend can lists the nb of issues detected per analyzers on the last month, week, day, and detect a trend (or even a zero value). This could be exposed...