bibxml-service
bibxml-service copied to clipboard
Django-based Web service implementing IETF BibXML APIs
We could further slim down the production image by excluding a lot of things: for example, things we needed to [build static](https://github.com/ietf-ribose/bibxml-service/blob/38e1ccd4f422a98b27aaeb9ac2c785dbe59395a6/Dockerfile#L17-L18) (Node, etc.) and things we needed to [build...
Using Docker's buildx, similar to this PR: https://github.com/abhinavsingh/proxy.py/pull/797/files Eventually we want to run on AWS's Graviton2 platform which is 30% cheaper.
> W3C, ISO, ITU, ANSI, FIPS, CCITT [previous name of ITU], IEEE, OASIS, PKCS W3C, ISO, ITU, FIPS are all supported by Relaton (the latter two especially are provided by...
### Description At the moment tests make queries to datatracker. This can be improved by using mocks. ### Code of Conduct - [X] I agree to follow the [IETF's Code...
### Describe the issue This is related to #458 BibXML makes two queries to get I-D information. First, `https://datatracker.ietf.org/api/v1/doc/document//`. Secondly, `https://datatracker.ietf.org/api/v1/submit/submission//`. `submission id` is the last submission in `` from...
### Describe the issue When a query for I-D is versionless or the version is not found in the index, BibXML service makes a call to the datatracker [^1]. This...
### Describe the issue Currently, non-4-digit RFCs get zeros to make the RFC number 4 digits [^1]. The UI should show the non-4-digit URL instead of 4-digit URL. Non-4-digit reference...
### Description BibXML service is using `redis:v5.0.4` which is not a supported docker image[^1]. [^1]: https://hub.docker.com/_/redis ### Code of Conduct - [X] I agree to follow the [IETF's Code of...
### Describe the issue PRs are not reporting on code coverage and the `docker` step that sends coverage to Codecov seems to fail. Also, see https://github.com/ietf-tools/bibxml-service/pull/439#issuecomment-2231826149 ### Code of Conduct...