Charlie Chrisman
Charlie Chrisman
This PR fixes the following vulnerabilities listed in the `npm audit security report`: ``` === npm audit security report === SEMVER WARNING: Recommended action is a potentially breaking change ┌───────────────┬──────────────────────────────────────────────────────────────┐...
## Expected Behavior `contentful space seed` should work without errors ## Actual Behavior when running `contentful space seed` I get the following error ``` ➜ ~ contentful space seed -t...
If I try to use simple-hipchat-py to send a unicode message to a hipchat room I get the following error ``` File "/app/utils.py", line 800, in send_hipchat_notification hipster.message_room(room_id, from_name, message)...
Updated `asset_id_from_name` to truncate the returned id to 64 characters as Contentful's API doesn't allow more than 64 characters. See https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/resource-ids
## Summary This PR adds the option to unpublish entries that have been processed by the `transformEntry` function ## Description In addition to `true` and `false` as options for the...