This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
252 saas connector sendgrid #883
Merged
Merged
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1c1fb89
initial sendgrid saas connector integration. access only, contacts only
03a9b6e
erasure (update) support for sendgrid
f600992
remove unused imports
1e2e82d
Merge branch 'main' into 252-saas-connector-sendgrid
1c2eab2
Merge branch 'main' into 252-saas-connector-sendgrid
ecf689e
update sendgrid test fixture to expect 404 response status code becau…
284c878
Fixing import order and cleaning up the retry logic for consistency
galvana 5b41555
add sendgrid env var support to makefile and unsafe_pr_checks config.…
e7d8549
Merge branch 'main' into 252-saas-connector-sendgrid
galvana fcb05fb
Added delete endpoint for contacts
3b063a0
Fixing data_path for contacts endpoint
galvana 4573de4
Main branch pull and some related configuration changes added
2e2c19e
Reverting search query to improve performance and avoid server timeouts
galvana 61ff754
Updated delete endpoint request, used request instead of SaaSRequest …
230c7e6
updated imports after check suggestion
c31637f
Updated code after review
f5a6cd0
Removed unused variables, imports
6cb18ae
Merging in main
galvana c01e13c
Restoring Makefile
galvana f1a2bb1
Fixed import cryptographic_util error
a2d99cf
Misc fixes
galvana f00990f
Updated Changelog file
7f47682
Merge branch '252-saas-connector-sendgrid' of github.com:ethyca/fides…
4e1df74
Merge branch 'main' of github.com:ethyca/fidesops into 252-saas-conne…
227239f
Updated Changelog for unreleased section and pulled main
2368e2d
Updated Changelog and added Sendgrid in unreleased section
ba650ac
Updated Changelog and added Sendgrid in unreleased section with link
a392415
Updated Changelog and added Sendgrid in added section after Adam's su…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HamzaWaseemOnBench please follow the instructions provided in the PR template that describe how to update the
CHANGELOG.md
file. there are a few things you need to do here:main
so the most recentCHANGELOG.md
file is being appended to. this is to avoid merge conflicts in the file.Unreleased
section, since you are not adding this feature to the1.6.0
release, but you're adding it to the next upcoming release. You can also refer to the Keep a Changelog documentation for more information about how to update the changelog.contacts
endpoint"