Commit Graph

  • 5556aea913 chore: remove upsert-saml-auth-providers-role-mappings mutation Ali BARIN 2024-09-02 15:32:04 +00:00
  • 95dc5fb849 refactor(RoleMappings): rewrite mutations with REST API endpoints Ali BARIN 2024-09-02 15:29:38 +00:00
  • 062199d0e3 feat: write endpoints to update SamlAuthProvidersRoleMappings Ali BARIN 2024-09-02 15:29:16 +00:00
  • 53ce327516 Merge pull request #2060 from automatisch/aut-1233 Ali BARIN 2024-09-10 11:35:52 +02:00
  • 61a1ce57c2 refactor(useAdminDeleteRole): remove redundant invalidateQueries Ali BARIN 2024-09-06 09:52:03 +00:00
  • 687295f772 test: update roles related snackbar locator Jakub P. 2024-09-05 22:31:06 +02:00
  • e5366534ed chore: remove redundant delete role mutation Ali BARIN 2024-09-05 15:31:59 +00:00
  • 66fe84e126 feat(DeleteRoleButton): use REST API endpoint to delete role Ali BARIN 2024-09-05 15:31:50 +00:00
  • 0b6c28422c feat: write REST API endpoint to delete role Ali BARIN 2024-09-05 15:31:24 +00:00
  • ea667bb6a9 refactor(useAdminUpdateRole): remove redundant invalidateQueries Ali BARIN 2024-09-06 09:26:34 +00:00
  • c9ba219de1 chore: remove redundant update role mutation Ali BARIN 2024-09-04 15:19:19 +00:00
  • 9df1b29d70 feat(EditRole): use REST API endpoint to update role Ali BARIN 2024-09-04 15:19:10 +00:00
  • 3e34359fa9 feat: write REST API endpoint to update role Ali BARIN 2024-09-04 15:18:52 +00:00
  • 1818930d2f Merge pull request #2059 from automatisch/aut-1229 Ali BARIN 2024-09-05 17:35:19 +02:00
  • c03e674001 chore: add isAdmin virtual attribute in role model Ali BARIN 2024-09-05 12:15:37 +00:00
  • 10a25b82e0 chore(migrations/remove_key_column_in_roles): use arrow functions Ali BARIN 2024-09-05 12:13:33 +00:00
  • 3b2489d738 Merge pull request #2062 from automatisch/fix-trigger-type-problem Ömer Faruk Aydın 2024-09-05 13:51:37 +03:00
  • 5c4ca3c84f fix: Add missing pollInverval keys for triggers Faruk AYDIN 2024-09-05 13:40:44 +03:00
  • 06c4b7ed2e fix: Throw error if trigger doesn't have a type Faruk AYDIN 2024-09-05 13:32:19 +03:00
  • 5591f6ccc9 fix(migrations): backfill role.key column in down migration Ali BARIN 2024-09-04 11:30:39 +00:00
  • 63dfb6947e feat: make role name unique and remove key usage Ali BARIN 2024-09-04 11:07:45 +00:00
  • b089069b8e test: use faker in role factory Ali BARIN 2024-09-03 14:18:14 +00:00
  • e76a99fd68 chore: remove redundant create role mutation Ali BARIN 2024-09-03 13:56:23 +00:00
  • a4ea6c1fad refactor(CreateRole): implement REST API endpoint to create role Ali BARIN 2024-09-03 13:56:06 +00:00
  • 64ebdce1b2 feat: write migration to make roles unique by key Ali BARIN 2024-09-03 13:55:28 +00:00
  • 2709491d59 feat: write REST API endpoint to create role Ali BARIN 2024-09-03 13:55:18 +00:00
  • 81beedede6 Merge pull request #2058 from automatisch/rest-delete-current-user Ömer Faruk Aydın 2024-09-03 16:13:37 +03:00
  • 33a2386d74 feat: Remove associated access tokens while removing user Faruk AYDIN 2024-09-03 16:03:48 +03:00
  • 0df5e5283e refactor: Remove user associations before removing user Faruk AYDIN 2024-09-03 16:00:24 +03:00
  • 560407b972 chore: Comment delete current user mutations as converted Faruk AYDIN 2024-09-03 15:51:55 +03:00
  • f8c25ae508 feat: Implement rest API endpoint to remove current user Faruk AYDIN 2024-09-03 15:50:44 +03:00
  • c524277665 Merge pull request #2054 from automatisch/aut-1224 Ali BARIN 2024-09-03 11:42:05 +02:00
  • a70fb009c7 Merge pull request #2055 from automatisch/rest-test-step Ömer Faruk Aydın 2024-09-02 15:22:10 +03:00
  • 11e67f2ea3 Merge pull request #2056 from automatisch/rest-create-flow Ömer Faruk Aydın 2024-09-02 15:21:46 +03:00
  • e7118ffe15 chore: Comment create flow mutation as converted Faruk AYDIN 2024-09-02 15:03:59 +03:00
  • 79e9455244 feat: Implement create flow rest API endpoint Faruk AYDIN 2024-09-02 15:01:20 +03:00
  • 6ca8e8958a feat: Implement rest api endpoint to test step Faruk AYDIN 2024-09-02 13:00:28 +03:00
  • d3dc207166 feat: Extend step serializer with last execution step Faruk AYDIN 2024-08-29 18:45:17 +03:00
  • 51e200533b feat: Introduce lastExecutionStep relation to Step model Faruk AYDIN 2024-08-29 18:44:48 +03:00
  • b8a25b87d8 Merge pull request #2053 from automatisch/webhook-tests-improvements Ali BARIN 2024-09-02 10:04:47 +02:00
  • f4fe0a0d4f refactor(SamlConfiguration): rewrite mutations with REST API endpoints Ali BARIN 2024-08-30 11:46:35 +00:00
  • 1d4f829d29 chore: remove upsert-saml-auth-provider mutation Ali BARIN 2024-08-30 11:46:06 +00:00
  • 4afa79fca4 feat: write endpoitns to create and update SamlAuthProvider Ali BARIN 2024-08-30 10:56:56 +00:00
  • ec22184087 test: add wait for substeps response Jakub P. 2024-08-30 12:53:35 +02:00
  • 413f3db5b4 test(update-flow): align user role permissions Ali BARIN 2024-08-30 07:53:18 +00:00
  • 8ddfcce787 chore: remove update-flow mutation Ali BARIN 2024-08-29 15:07:23 +00:00
  • 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
  • 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