ci: add CodeQL security scanning and Dependabot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ac002131d6
commit
3866c6d6f0
90 changed files with 40 additions and 1 deletions
19
app/services/publication_identifiers/__init__.py
Normal file
19
app/services/publication_identifiers/__init__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
from app.services.domains.publication_identifiers.application import (
|
||||
DisplayIdentifier,
|
||||
derive_display_identifier_from_values,
|
||||
display_identifier_for_publication_id,
|
||||
overlay_pdf_queue_items_with_display_identifiers,
|
||||
overlay_publication_items_with_display_identifiers,
|
||||
sync_identifiers_for_publication_fields,
|
||||
sync_identifiers_for_publication_resolution,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"DisplayIdentifier",
|
||||
"derive_display_identifier_from_values",
|
||||
"display_identifier_for_publication_id",
|
||||
"overlay_pdf_queue_items_with_display_identifiers",
|
||||
"overlay_publication_items_with_display_identifiers",
|
||||
"sync_identifiers_for_publication_fields",
|
||||
"sync_identifiers_for_publication_resolution",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue