bibxml-service icon indicating copy to clipboard operation
bibxml-service copied to clipboard

Django-based Web service implementing IETF BibXML APIs

Results 43 bibxml-service issues
Sort by recently updated
recently updated
newest added

### Describe the issue Note “vplaceholder” in the title. This is not the case with the staging instance: ### Code of Conduct - [X] I agree to follow the [IETF's...

bug
documentation

There are several places where the bibxml code is having to adjust to changes in the relaton source data, and tests didn't show that things had become disconnected. This needs...

I think `re.escape()` is supposed to be used with PostgreSQL’s `like_regex` operator, when we want to make a literal string part of a regular expression safely. It is mostly used...

help wanted

Originally, we used *source dataset references* as canonical identifiers. Those are effectively filenames. It was suboptimal, because those filenames aren’t themselves canonical, aren’t guaranteed to be universally unique (only unique...

enhancement
retrieval
GUI

These are the legacy data mappings we need to complete: * `misc`/`bibxml2` * [x] #125 * [x] #143 * [x] #130 * [x] #144 * [x] #131 * [x] #145...

enhancement

Currently, task status/result persists in Redis, but if we want dataset indexing task history to be more reliable/exist for longer we should persist it in PostgreSQL (using `django-celery-results`). This would...

From @kesara https://github.com/ietf-tools/xml2rfc/pull/804#issuecomment-1175684226 Tests are failing because [reference.DOI.10.1145/2975159](https://bib.ietf.org/public/rfc/bibxml-doi/reference.DOI.10.1145/2975159.xml) doesn't have `date` element under `front` element. This violates `rfc2629.dtd`. _Originally posted by @kesara in https://github.com/ietf-tools/xml2rfc/issues/804#issuecomment-1175684226_

bug
retrieval
Crossref

Sentry Issue: [BIBXML-SERVICE-T](https://sentry.io/organizations/ietf-tools/issues/3497130090/?referrer=github_integration) ``` UniqueViolation: duplicate key value violates unique constraint "sources_sourceindexationoutcome_task_id_key" DETAIL: Key (task_id)=(615b2c77-acca-4a38-b452-643790b4ac1c) already exists. File "django/db/backends/utils.py", line 85, in _execute return self.cursor.execute(sql, params) IntegrityError: duplicate key value...

Sentry Issue: [BIBXML-SERVICE-X](https://sentry.io/organizations/ietf-tools/issues/3499463466/?referrer=github_integration) ``` RefNotFoundError: Not found in indexed sources by docid File "main/api.py", line 118, in get_by_docid bibitem: BibliographicItem = build_citation_for_docid( File "main/query.py", line 451, in build_citation_for_docid raise RefNotFoundError("Not...

### Describe the issue bibxml7 entries list the organization as a separate "author" even when there are authors listed. For example: ``` Acme Corp. NIST ``` However, if a document...

bug