browsertrix/backend/btrixcloud
Ilya Kreymer dfca09fc9c
Add single crawl info api at /crawls/{crawl_id} (#418)
* backend: crawl info apis:
- add /crawls/{crawl_id} api endpoint which just lists the crawl info, without resolving the individual files
- move /crawls/{crawl_id}.json -> /crawls/{crawl_id}/replay.json for clarity that it's used for replay

* frontend: update api for new replay.json endpoint
2022-12-19 14:54:48 -08:00
..
k8s chart / deployment fixes to run on microk8s: (fixes #385) (#387) 2022-11-30 09:21:58 -08:00
__init__.py refactoring to use statefulsets + job (#245) 2022-06-05 10:37:17 -07:00
archives.py chart / deployment fixes to run on microk8s: (fixes #385) (#387) 2022-11-30 09:21:58 -08:00
colls.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
crawl_job.py add exclusion api, fixes #311 (#349) 2022-11-12 17:24:30 -08:00
crawlconfigs.py New create crawl config user workflow (#391) 2022-12-12 13:50:33 -08:00
crawlmanager.py add exclusion api, fixes #311 (#349) 2022-11-12 17:24:30 -08:00
crawls.py Add single crawl info api at /crawls/{crawl_id} (#418) 2022-12-19 14:54:48 -08:00
db.py Local Deployment Work: Support running locally + test cluster on CI (#396) 2022-12-02 19:58:34 -08:00
emailsender.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
invites.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
main.py Remove Code and Configs for Swarm/podman support (#407) 2022-12-08 18:19:58 -08:00
profile_job.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
profiles.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
storages.py chart / deployment fixes to run on microk8s: (fixes #385) (#387) 2022-11-30 09:21:58 -08:00
users.py Local Deployment Work: Support running locally + test cluster on CI (#396) 2022-12-02 19:58:34 -08:00
utils.py style pass: normalize docstring spacing 2022-10-19 21:47:34 -07:00
version.py CI: Add K3D CI test (#405) 2022-12-07 23:26:16 -08:00