Ali BARIN
49d4071928
feat(code/run-javascript): run async code and introduce monaco editor
2024-08-05 13:46:41 +00:00
kasia.oczkowska
d6abf283bc
feat: introduce automatic layout for new flow editor
2024-06-04 07:17:38 +00:00
kasia.oczkowska
7afdf43872
feat: introduce propTypes
2024-03-04 15:21:07 +01:00
Ali BARIN
73bd90c555
refactor(web): utilize REACT_APP_BACKEND_URL for GQL and REST API URLs
2024-03-01 15:14:22 +01:00
Ali BARIN
917de46c45
chore(web): build with API URL
2024-03-01 15:14:22 +01:00
Ali BARIN
83815d3caa
feat: introduce react-query and react-query-devtools
2024-03-01 15:14:22 +01:00
Ali BARIN
487c621fa5
chore: update react and react-dom to 18
2024-03-01 15:14:22 +01:00
Ali BARIN
b3ae2d2748
refactor(web): remove typescript
2024-02-29 09:38:32 +00:00
Faruk AYDIN
5f6dd12a73
chore: Remove types package from web dependencies
2024-01-15 13:41:54 +01:00
Faruk AYDIN
5492fae213
Release v0.10.0
2023-11-09 15:48:33 +03:00
Ali BARIN
174240a220
refactor: add useEnqueueSnackbar with data-test attr
2023-10-06 12:28:09 +02:00
Faruk AYDIN
8156b8b356
Release v0.9.3
2023-09-01 12:35:19 +02:00
Faruk AYDIN
82031da6a6
Release v0.9.2
2023-08-28 16:30:29 +02:00
Faruk AYDIN
ca3c0e00a7
Release v0.9.1
2023-08-28 14:47:05 +02:00
Faruk AYDIN
adf763c1b0
Release v0.9.0
2023-08-28 13:13:23 +02:00
Rıdvan Akca
da5d594428
feat(user-interface): introduce user interface page ( #1226 )
2023-08-21 23:11:25 +02:00
Ali BARIN
0deaa03218
feat(auth): add user and role management
2023-08-03 19:39:48 +02:00
Faruk AYDIN
067ec2eb9c
Release v0.8.0
2023-08-02 15:07:27 +02:00
Ali BARIN
f2dc2f5530
feat: introduce CustomAutocomplete with variables
2023-06-12 14:06:13 +02:00
Faruk AYDIN
41a67b402d
Release v0.7.1
2023-05-19 19:56:51 +02:00
Faruk AYDIN
b9d89b040f
Release v0.7.0
2023-05-19 12:29:29 +02:00
Ali BARIN
815e64302e
fix(Editor): don't unregister step parameters
2023-05-13 13:19:28 +02:00
Faruk AYDIN
d8bc318688
Release v0.6.1
2023-04-25 17:15:20 +02:00
Faruk AYDIN
142b96beb0
Release v0.6.0
2023-04-17 18:35:16 +02:00
Ali BARIN
5ee7b85cc4
feat(filter): add filter app
2023-02-26 17:02:30 +01:00
Faruk AYDIN
2fbadea821
chore: Explain license changes in docs and package.json files
2023-02-12 15:46:31 +01:00
Faruk AYDIN
831ae96e0f
Release v.0.5.0
2023-02-08 13:32:25 +01:00
Faruk AYDIN
985132da78
Release v0.4.0
2023-01-13 17:09:49 +01:00
Ali BARIN
1125f31810
Release v0.3.0
2022-12-08 20:12:28 +01:00
Ali BARIN
5c78e6e7bf
Release v0.2.0
2022-11-12 16:21:42 +01:00
Ali BARIN
ec8e57972a
Release v0.1.5
2022-10-09 10:21:05 +02:00
Ali BARIN
43cd8859bc
Release v0.1.4
2022-10-08 14:38:27 +02:00
Ali BARIN
1b405728c4
Release v0.1.3
2022-10-08 13:03:31 +02:00
Ali BARIN
a3dc7d2cde
Release v0.1.1
2022-10-08 12:34:50 +02:00
Ali BARIN
bd5aae3469
Release v0.1.0
2022-10-07 17:32:56 +02:00
Ali BARIN
2d3e307189
chore: mark packages as public
2022-10-07 17:32:43 +02:00
Ali BARIN
c79c82cac7
docs: add description in packages
2022-10-07 17:22:55 +02:00
Ali BARIN
e1d953c855
chore: reset versions to 0.0.0
2022-10-07 17:04:22 +02:00
Faruk AYDIN
ac4be28a03
chore: Add AGPL-3.0 license to package.json files
2022-10-07 17:10:14 +03:00
Ali BARIN
e997aa6c81
chore: introduce docker compose
2022-08-29 11:45:39 +02:00
Ömer Faruk Aydın
6f1b9b8fe7
Merge pull request #391 from automatisch/issue-374
...
feat: add loading indicator in AddNewAppConnection
2022-08-06 13:16:23 +03:00
Ali BARIN
ff09a836b4
feat: highlight newer versions in notifications
2022-08-04 21:31:09 +02:00
Ali BARIN
c7ff9dc162
chore: upgrade @apollo/client to 3.6.9
2022-08-03 21:02:53 +02:00
Ali BARIN
e651fd141b
feat: add new commit trigger in GitHub
2022-05-03 21:12:29 +02:00
Ali BARIN
b65fa88f16
feat(web): replace JSONViewer with react-json-tree
2022-04-18 13:38:51 +03:00
Ali BARIN
79fb62d409
chore: add build:watch script in root
2022-04-09 13:15:31 +03:00
Ali BARIN
75eda7f2af
feat(cli): run migrations and app in start command ( #284 )
...
* feat: perform pending migrations in start command
* feat: log error when DB connection is refused
* feat: log error when Redis connection is refused
* refactor: fix type errors
* fix: correct server and copy graphql schema
* fix: differentiate migrations by env
* chore: remove dev executable
* chore: fix typo in default postgresUsername
* fix: copy json files into dist folder
* chore(cli): add dev script
* chore: pull non-dev logs to info level
* feat(cli): run app in start command
* fix(backend): remove default count in Connection
* fix(cli): remove .eslintrc usage in lint script
* refactor: remove disableMigrationsListValidation
* refactor: make Step optional in ExecutionStep
* refactor: make Flow optional in Step
2022-04-08 11:27:46 +02:00
Ali BARIN
bb6c464770
feat: make email and password updatable
2022-04-01 00:38:54 +03:00
Ali BARIN
f11f523b30
feat: add single execution page
2022-03-23 09:33:55 +01:00
Ali BARIN
2218ffd790
feat: add executions page
2022-03-13 12:52:31 +03:00