Commit Graph

860 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
f25b67c81c docs: add documentation for stripe connection / triggers 2022-11-28 19:24:51 +01:00
Pierre Maurice Schwang
ef27c9348b feat: stripe triggers (payout + transaction) 2022-11-24 23:23:22 +01:00
Faruk AYDIN
edd438c37f docs: Add OAuth with refresh token to example integrations 2022-11-21 23:15:49 +01:00
ksurl
92e5ae0ebd refactor(docker-compose): combine dockerfiles with entrypoint (#727)
* combine worker and main image, support encryption key, app secret key env, and postgres pw

* Update docker/entrypoint.sh

fix env file path

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>

* add build tag, move compose to root

* add volumes

* style: remove trailing indent

* refactor(docker-compose): empty encryption env. vars

* docs(docker-compose): update compose folder

* refactor(docker-compose): remove host network

* fix(docker-compose): add environment variable keys

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2022-11-21 20:26:44 +01:00
Faruk AYDIN
d3e13c30a6 chore: Make isRefreshTokenRequested optional for IAuth 2022-11-21 09:43:04 +01:00
Faruk AYDIN
6bf0e799a1 feat: Add isRefreshTokenRequested condition to auth in global variable 2022-11-21 09:43:04 +01:00
Ali BARIN
166dda4a4b feat(salesforce): implement refresh token logic 2022-11-21 09:43:04 +01:00
Ali BARIN
901605fd9c feat: add refresh token capability 2022-11-21 09:43:04 +01:00
dependabot[bot]
e3e8f570f8 chore(deps): bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 15:59:50 +01:00
Faruk AYDIN
5cc1afa6de docs: Add explanation of automatic error handling for http client 2022-11-19 13:37:23 +01:00
Ali BARIN
4398570583 feat: show doc info in auth dialog in editor 2022-11-14 18:23:59 +01:00
Ali BARIN
11f96e8039 feat(docs): add plausible 2022-11-13 22:15:19 +01:00
Faruk AYDIN
b6d2624c4a chore: Pass project name option to docker compose 2022-11-13 20:54:31 +01:00
Faruk AYDIN
c5bcebad9a docs: Explain postgres user for db creation 2022-11-13 00:50:08 +01:00
Ali BARIN
5c78e6e7bf Release v0.2.0 2022-11-12 16:21:42 +01:00
Faruk AYDIN
0dfdbc809c docs: Adjust the functionality of build integration 2022-11-11 09:54:05 +01:00
Faruk AYDIN
adddf23ae3 refactor: Check http error for actions 2022-11-11 09:53:53 +01:00
Faruk AYDIN
599c0f8cfc docs: Change data to dynamic data for folder structure 2022-11-10 20:53:44 +01:00
Faruk AYDIN
d2b8d2beff refactor: Use getDynamicData instead of getData 2022-11-10 19:46:04 +01:00
Faruk AYDIN
1faf86a9cb docs: Add $.app.auth.fields to global variable 2022-11-10 19:22:18 +01:00
Faruk AYDIN
829d0cafe9 docs: Add tip info for generateAuthUrl method 2022-11-10 19:16:06 +01:00
Faruk AYDIN
81c41ef5ee refactor: Use generateAuthUrl method instead of createAuthData 2022-11-10 18:50:36 +01:00
Faruk AYDIN
10e2794ff9 refactor: Generate authentication steps from auth properties 2022-11-10 18:49:49 +01:00
Ali BARIN
6d3606abf0 refactor(twitter): use .all in auth args 2022-11-10 00:12:26 +01:00
Ali BARIN
bbace2b2c1 feat: add .all support in auth arguments 2022-11-10 00:12:09 +01:00
Ömer Faruk Aydın
5aa937f56a Merge pull request #703 from automatisch/docs/build-integrations
Docs/build integrations
2022-11-09 23:39:01 +01:00
Faruk AYDIN
44159af83e docs: Expands the explanation of already procesed control 2022-11-09 23:36:36 +01:00
Faruk AYDIN
98041b7af2 docs: Explain $.auth.set expands the value rather than overriding 2022-11-09 23:32:57 +01:00
Faruk AYDIN
72e1fe3c21 docs: Explain that trigger array order will be reflected on UI 2022-11-09 23:29:21 +01:00
Ömer Faruk Aydın
af8d1190c5 docs: Fix wording for the global variable page
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2022-11-09 23:10:56 +01:00
Faruk AYDIN
4b8ac0ff9c docs: Add explanation to include screenName in verify credentials 2022-11-09 22:42:51 +01:00
Faruk AYDIN
0d479426ed docs: Add $.step.parameters property to global variable 2022-11-09 22:42:51 +01:00
Faruk AYDIN
e956b2d959 docs: Separate the tips of pushTriggerItem method 2022-11-09 22:42:51 +01:00
Faruk AYDIN
580e97ffe3 docs: Adjust wording for building triggers and actions 2022-11-09 22:42:51 +01:00
Faruk AYDIN
1cb951056a docs: Fix grammar mistakes for build integrations 2022-11-09 22:42:51 +01:00
Faruk AYDIN
a973887db2 docs: Add explanation for not supporting webhook based triggers atm 2022-11-09 22:42:51 +01:00
Faruk AYDIN
86ae81526a docs: Fix the wording for actions of build integrations 2022-11-09 22:42:51 +01:00
Faruk AYDIN
9d62a552fe docs: Add explanation of setActionItem usage 2022-11-09 22:42:51 +01:00
Faruk AYDIN
5497084b57 docs: Add missing properties of global variable 2022-11-09 22:42:51 +01:00
Faruk AYDIN
39b7effc26 docs: Use tip box for the integration and app explanation 2022-11-09 22:42:51 +01:00
Faruk AYDIN
2c847f62af fix: Cat svg path problem for docs 2022-11-09 22:42:51 +01:00
Faruk AYDIN
01ac26de8c docs: Add warning to visit development setup page for integrations 2022-11-09 22:42:51 +01:00
Faruk AYDIN
c579eebd16 docs: Add content table for build integration pages 2022-11-09 22:42:51 +01:00
Faruk AYDIN
47afd60ddf docs: Add warning to say integration and app used interchangeably 2022-11-09 22:42:51 +01:00
Faruk AYDIN
f432e72253 docs: Add actions page to build integration section 2022-11-09 22:42:51 +01:00
Faruk AYDIN
d572623552 docs: Add examples page for build integrations 2022-11-09 22:42:51 +01:00
Faruk AYDIN
3a129557e0 docs: Add triggers page to build integrations guide 2022-11-09 22:42:51 +01:00
Faruk AYDIN
49fac8f147 docs: Add how to test authentication part to auth 2022-11-09 22:42:51 +01:00
Faruk AYDIN
3140fb2435 docs: Add auth page to build integration guide 2022-11-09 22:42:51 +01:00
Faruk AYDIN
22cea145f8 docs: Add global variable page 2022-11-09 22:42:51 +01:00