Commit Graph

  • 562341adfe refactor(web): rewrite mutation with PATCH /v1/flows/:flowId Ali BARIN 2024-08-29 15:05:47 +00:00
  • 9519ec53ef feat: write PATCH /v1/flows/:flowId Ali BARIN 2024-08-29 14:16:17 +00:00
  • 35bada360d refactor(update-config): move logic to config model Ali BARIN 2024-08-30 07:57:43 +00:00
  • 1f39765efe chore: remove update-config mutation Ali BARIN 2024-08-29 13:22:35 +00:00
  • cce5b3b533 refactor(web): rewrite mutation with PATCH /v1/admin/config Ali BARIN 2024-08-29 13:22:13 +00:00
  • e77a03b855 feat: write PATCH /v1/admin/config Ali BARIN 2024-08-29 13:13:25 +00:00
  • 7a54ff212e feat: incorporate NotAuthorized error in error handler Ali BARIN 2024-08-29 14:19:17 +00:00
  • 01340f4597 chore: remove redundant update-app-config mutation Ali BARIN 2024-08-29 13:23:26 +00:00
  • af6fa80d20 test(reset-connection): cover formattedData with DB changes Ali BARIN 2024-08-29 08:39:16 +00:00
  • e7474dcb9e refactor(reset-connection): streamline patches Ali BARIN 2024-08-29 08:05:49 +00:00
  • 0eb906d5df test(reset-connection): remove unnecessary read connection permission Ali BARIN 2024-08-29 07:39:25 +00:00
  • c7babf227c feat: write POST /v1/connections/:connectionId/reset Ali BARIN 2024-08-28 16:14:37 +00:00
  • d5c81c14f5 fix(FlowAppIcons): fix crash when no steps exist Ali BARIN 2024-08-29 08:24:53 +00:00
  • 59278378e5 chore: remove delete-connection mutation Ali BARIN 2024-08-28 13:28:06 +00:00
  • 990e69143d refactor(web): rewrite mutation with DELETE /v1/connections/:connectionId Ali BARIN 2024-08-28 13:27:48 +00:00
  • c413ae06dc feat: write DELETE /v1/connections/:connectionId Ali BARIN 2024-08-28 13:16:16 +00:00
  • 456f8a30cc test(update-app-config): correct test case name Ali BARIN 2024-08-28 13:29:35 +00:00
  • 19c4561feb chore: remove update-app-config mutation Ali BARIN 2024-08-28 12:55:49 +00:00
  • 1392fed023 refactor(web): rewrite mutation with PATCH /v1/admin/apps/:appKey/config Ali BARIN 2024-08-28 12:29:20 +00:00
  • ca81e14d63 feat: write PATCH /v1/admin/apps/:appKey/config Ali BARIN 2024-08-28 12:19:57 +00:00
  • 8e7a8a02ec Merge pull request #2045 from automatisch/rest-admin-update-user Ömer Faruk Aydın 2024-08-28 18:07:24 +03:00
  • e45dfa94ed fix: Use updateUserMock instead of updateCurrentUserMock for admin API endpoint Faruk AYDIN 2024-08-28 17:55:06 +03:00
  • a153787ae6 chore: Use patch instead of get for update user tests Faruk AYDIN 2024-08-28 17:54:15 +03:00
  • cf37c43bc7 chore: Add update user mutation to converted mutations Faruk AYDIN 2024-08-28 17:50:06 +03:00
  • d0aa2bca69 feat: Implement rest API endpoint to update users for admin Faruk AYDIN 2024-08-28 17:49:38 +03:00
  • 7b3811e6ee Merge pull request #2044 from automatisch/rest-update-user Ömer Faruk Aydın 2024-08-28 17:21:54 +03:00
  • 4054f551d4 feat: Implement update user rest API endpoint Faruk AYDIN 2024-08-28 17:07:13 +03:00
  • 4eeda10f3f Merge pull request #2041 from automatisch/remove-redundant-async-handler-wrapper Ömer Faruk Aydın 2024-08-28 12:38:36 +03:00
  • 4231784ed2 fix: remove redundant asyncHandler wrapper Ali BARIN 2024-08-28 09:20:30 +00:00
  • 61ff6986d3 test(update-auth-client): cover HTTP 422 response Ali BARIN 2024-08-28 08:46:13 +00:00
  • 09bc0bba1e refactor(web): rewrite mutation with PATCH /v1/admin/apps/:appKey/auth-clients/:appAuthClientId Ali BARIN 2024-08-27 16:46:10 +00:00
  • b2bda8479e feat: write PATCH /v1/admin/apps/:appKey/auth-clients/:appAuthClientId Ali BARIN 2024-08-27 16:02:16 +00:00
  • 09b255f99e Merge pull request #2037 from automatisch/refactor-async-errors Ömer Faruk Aydın 2024-08-28 12:13:22 +03:00
  • a6990dae5a chore(deps): bump micromatch from 4.0.4 to 4.0.8 dependabot/npm_and_yarn/micromatch-4.0.8 dependabot[bot] 2024-08-28 08:33:20 +00:00
  • ffd3a1bbd6 chore(deps): bump webpack from 5.76.1 to 5.94.0 dependabot/npm_and_yarn/webpack-5.94.0 dependabot[bot] 2024-08-28 08:33:19 +00:00
  • d5dec009b4 chore(deps): bump axios from 1.6.0 to 1.7.4 dependabot/npm_and_yarn/axios-1.7.4 dependabot[bot] 2024-08-28 08:33:05 +00:00
  • 0800642a2a refactor(create-config): move unique violation error handling to error-handler Ali BARIN 2024-08-27 16:30:05 +00:00
  • 48b2b006c0 refactor(web): rewrite mutation with POST /v1/admin/apps/:appKey/config Ali BARIN 2024-08-27 14:14:57 +00:00
  • af4c1f08ec feat: write POST /v1/admin/apps/:key/config Ali BARIN 2024-08-27 12:44:14 +00:00
  • 87b26b6342 fix(app-config): add missing createdAt updatedAt fields in schema Ali BARIN 2024-08-27 12:43:48 +00:00
  • 706fb8d82f chore(backend): add test:watch script Ali BARIN 2024-08-27 12:43:22 +00:00
  • f7ca59bd5f refactor: Use express-async-errors instead of express-async-handler Faruk AYDIN 2024-08-28 11:10:31 +03:00
  • 6540d0ea53 fix(AdminApplicationCreateAuthClient): correct typo in auth word Ali BARIN 2024-08-27 14:15:19 +00:00
  • 5995038e21 fix(error-handler): use HTTP 422 for validation errors Ali BARIN 2024-08-26 12:46:00 +00:00
  • 337ba6ea87 test(create-auth-client): cover error handler Ali BARIN 2024-08-26 12:15:14 +00:00
  • 04c6183752 refactor(create-auth-client): accept only auth client schema fields Ali BARIN 2024-08-26 12:14:57 +00:00
  • 0b63922f46 feat: map and expose objection.js errors Ali BARIN 2024-08-26 12:14:30 +00:00
  • 81c39d7d93 refactor: rewrite create-app-auth-client mutation as REST endpoint Ali BARIN 2024-08-23 13:51:31 +00:00
  • 164d31dfbc Merge pull request #2034 from automatisch/rest-verify-connection-api Ömer Faruk Aydın 2024-08-27 15:11:53 +03:00
  • 1a833aad52 feat: Implement rest API endpoint to verify connection Faruk AYDIN 2024-08-27 14:48:12 +03:00
  • 77246c1fde Merge pull request #2033 from automatisch/refactor-test-connection Ömer Faruk Aydın 2024-08-26 16:35:16 +03:00
  • 56c08a3587 fix: Solve truncate deadlock problem for test suite Faruk AYDIN 2024-08-26 16:26:29 +03:00
  • ce6214dc0f refactor: Rename create test action as test connection Faruk AYDIN 2024-08-26 16:26:03 +03:00
  • 22002d50ac chore: Comment converted graphQL mutations Faruk AYDIN 2024-08-26 16:01:15 +03:00
  • ab4e94695d Merge pull request #2030 from automatisch/AUT-1132 Ali BARIN 2024-08-26 11:37:37 +02:00
  • 47a01cec7e Merge pull request #2032 from automatisch/rest-delete-step Ömer Faruk Aydın 2024-08-23 17:44:23 +03:00
  • 0cf9bc1a32 feat: Implement delete step rest API endpoint Faruk AYDIN 2024-08-23 16:53:14 +03:00
  • 6552ebcd3c fix: prevent resetting test data until data is loaded kasia.oczkowska 2024-08-23 13:07:05 +01:00
  • db966eae2d feat(auth): support preventing users from updating their profile aut-1180 Ali BARIN 2024-08-23 11:09:28 +00:00
  • 5af1d94fc0 Merge pull request #2028 from automatisch/AUT-1183 Ali BARIN 2024-08-22 16:22:16 +02:00
  • a4ec7b3047 feat(compute-parameters): add valueType with parse option and string by default (#2025) Ali BARIN 2024-08-22 16:20:18 +02:00
  • 66f5003d91 Merge pull request #2027 from automatisch/harden-webhook-tests Ali BARIN 2024-08-22 16:19:51 +02:00
  • 0c754e4b4b feat: update step only when data changes kasia.oczkowska 2024-08-22 11:57:25 +01:00
  • e008087c4a test: harden webhook tests Jakub P. 2024-08-22 12:05:52 +02:00
  • 53f63996bd Merge pull request #2024 from kuba618/AUT-1186 Ali BARIN 2024-08-22 11:16:22 +02:00
  • 4fedf77991 Merge pull request #2026 from automatisch/aut-1187 Ali BARIN 2024-08-22 10:18:49 +02:00
  • 34331d8763 refactor(compute-parameters) rename functions and variables Ali BARIN 2024-08-21 10:23:48 +00:00
  • 2c21b7762c test: add simple webhook flow test Jakub P. 2024-08-20 19:17:08 +02:00
  • 7f9c2b687f Merge pull request #2022 from automatisch/use-objects-as-variables Ömer Faruk Aydın 2024-08-19 14:21:52 +03:00
  • ab4abd590a feat(formatter/text): stringify json transformer stringify-json-formatter Ali BARIN 2024-08-16 14:08:00 +00:00
  • b452ed648c feat(PowerInput): support whole objects as variables Ali BARIN 2024-08-16 13:22:31 +00:00
  • 98e4b843ea feat(clickup/actions): add create task and find task by id (#1615) Rıdvan Akca 2024-08-15 15:59:58 +02:00
  • da2884d53c Merge pull request #1594 from automatisch/AUT-666 Ali BARIN 2024-08-15 14:44:11 +02:00
  • 7f2937400a fix(clickup/create-list): send priority and due date only when provided Ali BARIN 2024-08-15 12:06:40 +00:00
  • a3a4a8e431 fix(clickup/new-folders): correct internal ID Ali BARIN 2024-08-15 12:06:10 +00:00
  • 3249c954d3 fix(clickup/new-lists): correct internal ID Ali BARIN 2024-08-15 12:05:56 +00:00
  • 7395d2a74e fix(clickup/new-tasks): correct internal ID Ali BARIN 2024-08-15 12:05:44 +00:00
  • 2060b7b49d feat(clickup/updated-task): mark whatChanged optional Ali BARIN 2024-08-15 12:05:15 +00:00
  • d263726c19 feat(clickup): add create list action Rıdvan Akca 2024-02-16 17:01:09 +03:00
  • 7e3325e959 feat(clickup): add create folder action Rıdvan Akca 2024-02-16 16:51:06 +03:00
  • ec075f05c5 feat(clickup): add task changes trigger Rıdvan Akca 2024-02-16 16:29:14 +03:00
  • 200e483574 feat(clickup): add new tasks trigger Rıdvan Akca 2024-02-14 15:30:37 +03:00
  • 6c11bfe93d feat(clickup): add new lists trigger Rıdvan Akca 2024-02-14 12:39:22 +03:00
  • b4cc7f4d81 feat(clickup): add new folders trigger Rıdvan Akca 2024-02-13 18:09:07 +03:00
  • 26fc63c52c feat(clickup): add clickup integration Rıdvan Akca 2024-02-13 16:43:47 +03:00
  • 116bf59b68 Merge pull request #1577 from automatisch/AUT-641 Ali BARIN 2024-08-14 16:23:42 +02:00
  • 566f9dd5cc fix(jotform): use right custom API URL Ali BARIN 2024-08-14 14:14:55 +00:00
  • ec740c07fa feat(jotform/auth): show default API URL Ali BARIN 2024-08-14 14:13:04 +00:00
  • 7506bf186b feat(jotform): prettify screen name Ali BARIN 2024-08-14 14:12:49 +00:00
  • 27c36b644d fix(jotform/list-forms): fix pagination Ali BARIN 2024-08-14 14:12:30 +00:00
  • ed2b1029f6 docs(jotform/connection): incorporate API URL field Ali BARIN 2024-08-14 14:12:16 +00:00
  • 530a920517 feat(jotform): add new submissions trigger Rıdvan Akca 2024-02-05 14:50:48 +03:00
  • 42f8e635ed feat(jotform): add jotform integration Rıdvan Akca 2024-02-02 16:27:43 +03:00
  • 7ace67f906 Merge pull request #1571 from automatisch/AUT-632 Ali BARIN 2024-08-13 15:29:39 +02:00
  • 1b437778dc docs: sort apps alphabetically Ali BARIN 2024-08-13 13:16:54 +00:00
  • 43b0c65aab fix(mailchimp): update mailchimp triggers and dynamic data Ali BARIN 2024-08-13 13:14:30 +00:00
  • 3f6a319ebe feat(mailchimp): add send campaign action Rıdvan Akca 2024-02-01 18:52:14 +03:00
  • 4cbd342e17 feat(mailchimp): add create campaign action Rıdvan Akca 2024-02-01 18:30:22 +03:00
  • 273f04128c feat(mailchimp): add email opened trigger Rıdvan Akca 2024-02-01 14:24:06 +03:00
  • 9a5cef08d6 feat(mailchimp): add new unsubscribers trigger Rıdvan Akca 2024-01-31 18:33:09 +03:00