-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDESK-7166] fix(ingest): Skip linking coverages that already have an…
… assignment Also made the hook code more robust by catching & logging errors, allowing ingested item to succeed ingest procedure
- Loading branch information
1 parent
c62fd02
commit ff194a5
Showing
4 changed files
with
128 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ gunicorn | |
honcho | ||
|
||
git+https://github.com/superdesk/[email protected]#egg=superdesk-core | ||
git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc5#egg=superdesk-planning | ||
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,9 +26,9 @@ blinker==1.4 | |
# flask-mail | ||
# raven | ||
# superdesk-core | ||
boto3==1.34.27 | ||
boto3==1.34.33 | ||
# via superdesk-core | ||
botocore==1.34.27 | ||
botocore==1.34.33 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
|
@@ -42,7 +42,7 @@ cerberus==1.3.5 | |
# via | ||
# eve | ||
# superdesk-core | ||
certifi==2023.11.17 | ||
certifi==2024.2.2 | ||
# via | ||
# elastic-apm | ||
# elasticsearch | ||
|
@@ -73,7 +73,7 @@ click-repl==0.3.0 | |
# via celery | ||
croniter==0.3.37 | ||
# via superdesk-core | ||
cryptography==42.0.0 | ||
cryptography==42.0.2 | ||
# via | ||
# authlib | ||
# jwcrypto | ||
|
@@ -218,7 +218,7 @@ python-magic==0.4.27 | |
# via superdesk-core | ||
python-twitter==3.5 | ||
# via superdesk-core | ||
pytz==2023.3.post1 | ||
pytz==2024.1 | ||
# via | ||
# babel | ||
# celery | ||
|
@@ -264,7 +264,7 @@ six==1.16.0 | |
# python-dateutil | ||
superdesk-core @ git+https://github.com/superdesk/[email protected] | ||
# via -r requirements.in | ||
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc5 | ||
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7 | ||
# via -r requirements.in | ||
typing-extensions==4.9.0 | ||
# via superdesk-core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters