Skip to content

Commit 2199843

Browse files
author
Your Name
committed
Updated CHANGELOG.md
1 parent 02f1290 commit 2199843

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ For each PR made, an entry should be added to this changelog. It should contain
3535
- Defined a class `HTMLFreeCharField` which inherits `serializers.CharField`
3636
- Used regex to catch any HTML content comming in as an input to form fields
3737
- Called this class within the serializer for necessary fields
38+
39+
- 1014-add-logs-when-importing-urls-so-we-know-how-many-were-expected-how-many-succeeded-and-how-many-failed
40+
- Description: When URLs of a given collection are imported into COSMOS, a Slack notification is sent. This notification includes the total count of the existing curated URLs, URLs imported from the server, dump URLs imported, delta URLs identified and delta URLs marked for deletion.
41+
- Changes:
42+
- Updated collection class to include the following functions: count_curated_urls(),count_dump_urls(),count_delta_urls(),count_marked_for_deletion_urls()
43+
- fetch_and_replace_full_text() triggers send_detailed_import_notification()
44+
- Added a function send_detailed_import_notification() in sde_collections/utils/slack_utils.py to structure the notification to be sent.
45+
- Updated the associated tests effected due to inclusion of this functionality.

0 commit comments

Comments
 (0)