Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2790b5a
Add mailchip utils script
KeshSridhar Oct 9, 2025
609fa1d
add mailchimp to index.rst
KeshSridhar Oct 9, 2025
142a818
remove f-string
KeshSridhar Oct 9, 2025
b466390
add tests for init, create_session, transform_response, check_respons…
KeshSridhar Oct 10, 2025
2fa981e
add test for update_member_tags
KeshSridhar Oct 10, 2025
b94b3e6
add test for upsert_member
KeshSridhar Oct 10, 2025
aafb6e3
add tests for get_merge_fields_data_type_map
KeshSridhar Oct 10, 2025
e86d9cc
add tests for format_merge_fields_for_list
KeshSridhar Oct 10, 2025
81867b0
add success zip test for format_merge_fields_for_list
KeshSridhar Oct 10, 2025
153be04
add return for empty tag list in update_member_tags
KeshSridhar Oct 10, 2025
d802271
update docstring for update_member_tags
KeshSridhar Oct 10, 2025
40c253c
add logging for pagination completion
KeshSridhar Oct 10, 2025
4ec8a1f
add request_with_retry method and remove check_response_for_rate_limit
KeshSridhar Oct 10, 2025
ee73132
formatting mailchimp.py
KeshSridhar Oct 10, 2025
35f4cc3
add tests for request_with_retry
KeshSridhar Oct 11, 2025
ef2e3f8
add test for max retries hit for request_with_retry
KeshSridhar Oct 11, 2025
f84331b
add more tests for request_with_retry
KeshSridhar Oct 11, 2025
1181d9d
add back previously written tests, patching in request_with_retry ins…
KeshSridhar Oct 11, 2025
8dc321e
clean up and add more coverage for upsert_member tests
KeshSridhar Oct 11, 2025
5301886
add test for format_date
KeshSridhar Oct 11, 2025
29b6242
add test for format_birthday
KeshSridhar Oct 11, 2025
9eda7ed
add test for format_address
KeshSridhar Oct 11, 2025
6b1646d
add test for format_number
KeshSridhar Oct 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Welcome to stac-utils-python's documentation!
stac_utils.jira
stac_utils.listify
stac_utils.logger
stac_utils.mailchimp
stac_utils.ngpvan
stac_utils.normalize
stac_utils.pandas_utils
Expand Down
Loading
Loading