Commit Graph

422 Commits

Author SHA1 Message Date
Ali BARIN
6ca1b99947 fix: hide form field error if not touched 2022-08-04 21:56:00 +02:00
Ali BARIN
cdb018dcd2 feat: update color scheme in JSONViewer 2022-08-04 21:55:50 +02:00
Ali BARIN
03efe3f0b3 fix: replace current history entry on redirections 2022-08-04 21:36:18 +02:00
Ali BARIN
913a2773c1 feat: make errors inline in add app connection 2022-08-04 21:33:59 +02:00
Ali BARIN
10c64167d7 feat: link typography logo to dashboard 2022-08-04 21:33:49 +02:00
Ali BARIN
a624a8d8b5 refactor: add version in app config 2022-08-04 21:31:09 +02:00
Ali BARIN
ff09a836b4 feat: highlight newer versions in notifications 2022-08-04 21:31:09 +02:00
Ali BARIN
e7c734c55e feat: expose version with healthcheck query 2022-08-04 21:31:09 +02:00
Ali BARIN
5271af8b94 feat: add supportsConnections support in App 2022-08-04 21:23:23 +02:00
Ömer Faruk Aydın
f7ab2b667c Merge pull request #364 from automatisch/docs/twitter-auth
docs: Twitter authentication guide
2022-07-28 00:32:11 +03:00
Ömer Faruk Aydın
b89086d3b8 Merge pull request #366 from automatisch/feature/connection-draft-column
feat: Add draft column to connections
2022-07-27 23:28:44 +03:00
Faruk AYDIN
448a1a49b4 fix: Import App model for create connection query 2022-07-27 23:25:20 +03:00
Ali BARIN
98d7969a1e feat: check app existence in createConnection 2022-07-27 21:11:31 +02:00
Ali BARIN
d513e03138 feat: show connection upon verification 2022-07-27 16:40:21 +02:00
Ali BARIN
a5367c3770 feat: add app field in verifyConnection 2022-07-27 16:01:39 +02:00
Ali BARIN
58d5847eed refactor: remove app field out of createConnection 2022-07-27 16:01:19 +02:00
Faruk AYDIN
02b22740b2 docs: Add twitter authentication guide 2022-07-27 13:55:14 +03:00
Faruk AYDIN
70d59c6c64 feat: Add draft column to connections 2022-07-27 13:54:10 +03:00
Ömer Faruk Aydın
095948e737 Merge pull request #363 from automatisch/fix-diagnostic-track
fix: keep this in diagnosticInfo timeout
2022-07-27 12:03:00 +03:00
Ali BARIN
e6cec355cc fix: keep this in diagnosticInfo timeout 2022-07-27 10:28:17 +02:00
Ömer Faruk Aydın
351f152664 Merge pull request #362 from automatisch/refactor/use-twitter-api-v2-to-verify
refactor: Use twitter api v2 endpoint to verify authentication
2022-07-27 11:20:16 +03:00
Faruk AYDIN
04450b8793 refactor: Use twitter api v2 endpoint to verify authentication 2022-07-27 00:49:19 +03:00
Ömer Faruk Aydın
76612e81b2 Merge pull request #361 from automatisch/refactor/remove-redundant-get-app-connections
refactor: Remove redundant getAppConnections query
2022-07-27 00:21:11 +03:00
Faruk AYDIN
cb26948db6 refactor: Remove redundant getAppConnections query 2022-07-26 23:42:00 +03:00
Ömer Faruk Aydın
18cdd226bb Merge pull request #357 from automatisch/fix/typeform-connection-typo
docs: Fix typeform connection typo
2022-07-23 20:43:42 +03:00
Faruk AYDIN
2199970e50 docs: Fix typeform connection typo 2022-07-23 20:41:00 +03:00
Ömer Faruk Aydın
8389c9fdad Merge pull request #356 from automatisch/docs/typeform-connection-guide
docs: Add guide for typeform connection setup
2022-07-23 20:22:27 +03:00
Faruk AYDIN
0d06ec9a22 docs: Add guide for typeform connection setup 2022-07-23 20:19:13 +03:00
Ömer Faruk Aydın
ce56f166cc Merge pull request #355 from automatisch/docs/request-integration
docs: Add request an integration guide
2022-07-20 16:43:44 +03:00
Faruk AYDIN
a07938d517 docs: Add request an integration guide 2022-07-20 16:38:55 +03:00
Ömer Faruk Aydın
c4bffe7f9d Merge pull request #353 from automatisch/docs/slack-connection-guide
docs: Add setup guide for slack connection
2022-07-20 16:03:43 +03:00
Faruk AYDIN
0c2caccc7c docs: Add setup guide for slack connection 2022-07-20 16:00:10 +03:00
Ömer Faruk Aydın
d3c9f7a491 Merge pull request #352 from automatisch/docs/scheduler-connection
docs: Add an explanation of scheduler connection
2022-07-20 14:17:56 +03:00
Faruk AYDIN
f09fa0fe7c docs: Add an explanation of scheduler connection 2022-07-20 14:15:05 +03:00
Ömer Faruk Aydın
8f1fbf086f Merge pull request #351 from automatisch/chore/change-docs-sidebar-order
chore: Change sidebar order for docs
2022-07-20 14:11:11 +03:00
Faruk AYDIN
272c666d23 chore: Change sidebar order for docs 2022-07-20 13:16:09 +03:00
Ömer Faruk Aydın
a1db89700b Merge pull request #350 from automatisch/docs/github-connection
docs: Add how to create github connection guide
2022-07-20 13:15:27 +03:00
Faruk AYDIN
311f0a747d docs: Add how to create github connection guide 2022-07-20 13:10:12 +03:00
Ömer Faruk Aydın
69298857a9 Merge pull request #349 from automatisch/docs/connections
docs: Add draft version of connections page
2022-07-20 12:29:25 +03:00
Faruk AYDIN
c98680fa59 docs: Add draft version of connections page 2022-07-20 12:23:45 +03:00
Ömer Faruk Aydın
5f357afcd6 Merge pull request #348 from automatisch/refactor/use-http-client-for-twitter-oauth
refactor: Adjust twitter authentication to use http client
2022-07-19 18:33:34 +03:00
Faruk AYDIN
997775e54b refactor: Adjust twitter authentication to use http client 2022-07-19 16:45:47 +03:00
Ömer Faruk Aydın
2cf79e27de Merge pull request #347 from automatisch/refactor/use-http-client-for-github-auth
refactor: Use http client to authenticate github
2022-07-18 01:34:41 +03:00
Faruk AYDIN
95d03e00da refactor: Use http client to authenticate github 2022-07-18 01:31:07 +03:00
Ömer Faruk Aydın
c85aadf006 Merge pull request #345 from automatisch/refactor/use-http-client-for-slack-auth
refactor: Use http client for slack authentication
2022-07-17 00:46:53 +03:00
Faruk AYDIN
e9ffb7ef82 refactor: Use http client for slack authentication 2022-07-17 00:44:47 +03:00
Ömer Faruk Aydın
4237972c86 Merge pull request #344 from automatisch/chore/adjust-connections-order
chore: Adjust connections order by created date descending
2022-07-16 23:40:50 +03:00
Faruk AYDIN
b69009f8b6 chore: Adjust connections order by created date descending 2022-07-16 21:38:35 +03:00
Ömer Faruk Aydın
6fa6ee7a1b Merge pull request #342 from automatisch/refactor/use-http-client-for-typeform-auth
refactor: Use http client to authenticate typeform
2022-07-16 00:57:23 +03:00
Faruk AYDIN
7cf1bfffbc refactor: Use http client to authenticate typeform 2022-07-16 00:54:55 +03:00