- requirements.txt: fix yaml -> pyyaml
- config: add allowed_hosts config option
- api: add vault views
Details
Details
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 1086 Build 1429: Software Heritage Python tests Build 1428: arc lint + arc unit
Event Timeline
Comment Actions
Sounds good.
There are missing tests which will be added later in a future diff.
Quoting from seirl's swh-devel email:
I only did manual tests for now, i'm currently adapting the unit tests I wrote for the old version. That'll come in a future diff.
Note: as build fails, i've manually arc patch locally and tests are still good.
Comment Actions
Looks good to me too.
Just one thing to discuss on, I am wondering if it is coherent to mount the vault feature under the api endpoint (current uri scheme is /api/1/vault/....).
Using simply /vault/.... and creating a dedicated Django application (like browse) could be another option.
@zack , what is your opinion on this ?
Comment Actions
Looks good to me. Nevertheless this needs a rebase as I pushed some new commits yersteday.