Commit Graph

76 Commits

Author SHA1 Message Date
jbirddog f1f2848762
Postgresql connector (#20) 2022-12-21 13:31:22 -05:00
jasquat e6964430e6 updated spiffworkflow-proxy w/ burnettk 2022-12-07 15:26:06 -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
burnettk e8ff84f4ad Revert "hack"
This reverts commit 0521ce7e6e.
2022-11-22 18:00:33 -05:00
burnettk 0521ce7e6e hack 2022-11-22 17:58:56 -05:00
jasquat 517a960fd4 updated waku build command w/ burnettk 2022-11-22 17:54:27 -05:00
Kevin Burnett cae53313a3
Merge pull request #17 from sartography/feature/make_responses_act_the_same
make the responses act more the same w/ burnettk
2022-10-27 15:26:09 +00:00
jasquat 762eb129c5 make the responses act more the same w/ burnettk 2022-10-26 17:17:09 -04:00
jbirddog a6b31a8442
Refresh Xero OAuth token (#16)
* WIP - sending refreshed token back

* Small cleanup
2022-10-25 14:10:50 -04:00
Dan f790e3eae8 Fix for adding records to dynamodb - 2022-10-24 12:28:00 -04:00
jbirddog f62f7eaa94
Add GetEmplyoeeInfo api (#15) 2022-10-24 11:28:40 -04:00
Dan 523acd64af Removing a dependency in the lock file on the connector-pdf 2022-10-21 16:34:48 -04:00
Dan 3adb780244 remove connector-pdf from te pyproject.toml file. 2022-10-21 16:28:44 -04:00
Dan Funk 9933087d26
Merge pull request #14 from sartography/feature/improve_connector_proxy_calls
Assume that all requests are json - and handle them appropriately.
2022-10-21 16:17:39 -04:00
Dan 9c693aad7c Purge PDF Generator 2022-10-21 14:50:24 -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
Dan Funk 422640659d
Merge pull request #13 from sartography/feature/query_dynamo_db
Construct a better query and allow for an optional sort key when doing a query on a dynamodb table.
2022-10-20 14:56:20 -04:00
Dan cfb616f1f5 Construct a better query and allow for an optional sort key when doing a query on a dynamodb table. 2022-10-20 13:31:44 -04:00
jasquat ad44a3436f remove debug print statement w/ burnettk cullerton 2022-10-20 11:08:26 -04:00
jasquat 4d1cf1787d check if there are params in the redirect url before adding the response to ensure we have the correct symbol 2022-10-19 14:33:03 -04:00
Dan a30fff5650 Merge branch 'main' of github.com:sartography/connector-proxy-status-im into main 2022-10-18 15:48:38 -04:00
Dan 3fa42d451a AWS library has strong feelings about things being decimal and not float. 2022-10-18 15:48:21 -04:00
jbirddog 76edf982c0
Add now required tax type param (#12) 2022-10-18 12:48:53 -04:00
jbirddog 3a927e11de
Tweaks for xero oauth (#11)
* Tweaks for xero oauth

* Better docstring
2022-10-18 10:43:39 -04:00
jasquat 049fa2fbb9 copy the tmp dir to home so we can docker build w/ burnettk 2022-10-17 16:48:32 -04:00
jasquat 61a1597751 added set -x for debug w/ burnettk 2022-10-17 16:37:50 -04:00
jasquat 3e9491d8b0 added Dockerfile to waku node so we can build and run on demo w/ burnettk 2022-10-17 16:17:19 -04:00
jbirddog 7429a0725f
Pull serialized file data from task data, send to s3 (#10) 2022-10-13 16:02:04 -04:00
jasquat 4186b875b4 increase max request to 8KiB w/ burnettk 2022-10-13 12:42:44 -04:00
Dan Funk 1b9ecca6aa
Merge pull request #9 from sartography/feature/dynamo_2
using locally configured access keys for AWS
2022-10-12 14:51:03 -04:00
Dan ea7069bf7f fixing pdf generator 2022-10-12 14:47:06 -04:00
Dan 6a985c6f04 using locally configured access keys for AWS 2022-10-12 13:25:01 -04:00
jbirddog 276aa4c34d
Accept task data, pass to connectors (#8)
* Add task_data param

* Missed passed one param
2022-10-10 13:46:35 -04:00
jasquat c94230ce27
Merge pull request #7 from sartography/feature/add_linting
Feature/add linting
2022-10-10 12:31:16 -04:00
jasquat 51460b2408 merged in main and resolved conflicts w/ burnettk 2022-10-10 12:31:05 -04:00
jasquat 5bff6e82ea added types requests w/ burnettk cullerton 2022-10-10 12:16:51 -04:00
jasquat 79144e6b3e fixed mypy issues w/ burnettk cullerton 2022-10-10 12:14:57 -04:00
jasquat 684e47bfa5 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
jbirddog 42fa4b4de2
Markdown and Jinja2 support for pdf connector (#6)
* Poetry work

* Poetry work

* Apply markdown and jinja to incomming template
2022-10-10 11:11:53 -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
Kevin Burnett 787f71ab1e
Merge pull request #4 from sartography/secrets
Move secrets into connector proxy
2022-10-06 15:34:40 +00:00
Jon Herron 704f176075 Use config for xero and bamboohr calls 2022-10-06 11:17:30 -04:00
Jon Herron 7c056d22af Push config down to connectors, use config for aws secrets 2022-10-06 11:10:38 -04:00
Dan Funk bf6e9cf228
Merge pull request #3 from sartography/create_pdf
Create invoice pdfs and upload them to s3
2022-10-06 09:39:03 -04:00
Jon Herron fd008d55f5 Tweaks 2022-10-05 21:21:12 -04:00
Jon Herron 8e30c5593c Upload file to s3 2022-10-05 21:07:19 -04:00
Jon Herron e293725996 Layering connectors 2022-10-05 19:02:21 -04:00
Jon Herron 8e888d0037 Generate hello world style pdf 2022-10-05 11:40:40 -04:00
Jon Herron d493ec1753 Poetry work 2022-10-05 11:01:22 -04:00