Commit Graph

24 Commits

Author SHA1 Message Date
Jakub Sokołowski 688e2a512d
connector-smtp: fix repo URL to use HTTP and not SSH
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-21 11:21:56 +02:00
jbirddog abf1fff825
Add smtp connector (#11) 2023-09-12 22:40:09 +10:00
jasquat ddd9284eef
Feature/ci acceptance tests (#10)
* Deploy latest to dev (#3)

* document ens name api

* Bump http connector (#2)

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>

* Skip recipient if not a string (#5) (#6)

* added connector-github to pyproject w/ burnettk

---------

Co-authored-by: jbirddog <100367399+jbirddog@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-06-09 14:20:55 -04:00
jbirddog 0d7d449b8a
Add connector-http (#22) 2023-01-05 10:25:56 -05:00
jbirddog f1f2848762
Postgresql connector (#20) 2022-12-21 13:31:22 -05:00
jbirddog 946579a459
Bump to Python 3.11.0 (#19) 2022-11-28 14:24:51 -05:00
Dan Funk c167810a59
Use Spiffworkflow-Proxy Library (#18)
* use the Spiff Connector blueprint for all business logic -- this is now a shell that just contains the dependencies.

* deal with my last minute rename of the library we now depend on.

* Use the new Connector-aws repository on github, and remove that directory.
2022-11-28 12:29:12 -05:00
Dan 3adb780244 remove connector-pdf from te pyproject.toml file. 2022-10-21 16:28:44 -04:00
Dan 837c932683 Assume that all requests are json - and handle them appropriately.
Use the SimpleJson library to decode responses from DynamoDB, which might contain values that we can't deserialize otherwise.
2022-10-21 12:43:26 -04:00
jasquat 5bff6e82ea added types requests w/ burnettk cullerton 2022-10-10 12:16:51 -04:00
jasquat 684e47bfa5 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
jbirddog 5078c3794f
Consolidate pdf connectors, remove explicit parameters (#5)
* Drop params

* Renaming

* Consolidate pdf connectors
2022-10-10 10:04:32 -04:00
Jon Herron e293725996 Layering connectors 2022-10-05 19:02:21 -04:00
Jon Herron d493ec1753 Poetry work 2022-10-05 11:01:22 -04:00
Dan ac0365da78 Basic ability to add and list items in DynamoDB, but there is a whole slew of additional things to consider.
* Catch and return errors as json (otherwise the backend blows up)
* Added Boto3 (AWS library) as a dependency
* Not sure if it's right, but tried to divide the auth and commands.
2022-09-29 17:55:45 -04:00
jasquat 3b874e49d9 added waku connector w/ burnettk 2022-09-26 14:55:44 -04:00
jbirddog 22ece99354
Allow connectors to specify their auth requirements (#1) 2022-09-21 17:22:33 -04:00
Jon Herron 73096bd036 Add connectors as local projects 2022-09-20 11:47:56 -04:00
jasquat 22c44aef8f added docker deployment to app w/ burnettk 2022-09-14 14:55:46 -04:00
jasquat 05e356e06e update poetry file to use connectors from github w/ burnettk 2022-09-14 12:50:09 -04:00
Jon Herron a95634d83d BambooHr connector updates 2022-09-13 12:48:20 -04:00
Jon Herron e28d05be68 Rename 2022-09-13 10:40:19 -04:00
Jon Herron 5402b882d2 Loading plugins 2022-09-09 13:39:56 -04:00
Jon Herron 943b97e412 Poetry init 2022-09-09 10:15:29 -04:00