Commit Graph
433 Commits
Author SHA1 Message Date
Ruben Fiszel 7f21147c8d feat(backend): separate properly logs from result 2022-10-07 19:54:44 +02:00
Faton Ramadani 8095b0b4f8 fix(frontend): Remove legacy tabs (#695) 2022-10-07 11:30:31 +02:00
Faton Ramadani f4de1c6ff5 fix(frontend): Align Settings button + add missing suspend shortcut (#694)
* fix(frontend): Align Settings button + add missing suspend shortcut + Disable up to when the error handler is selected
2022-10-07 10:16:15 +02:00
Ruben Fiszel a229e6f488 feat: sleep for arbitrary number of seconds statically or with a javascript expression (#691)
* progress

* progress

* fix serde

* fix frontend

* fix frontend
2022-10-07 04:09:32 +02:00
Ruben Fiszel 9756ff7183 fix(frontend): clear interval on job run 2022-10-06 22:47:40 +02:00
Ruben Fiszel 2093e86e1a fix flowstatusviewer in case jobResult is not defined yet 2022-10-06 17:47:27 +02:00
Ádám Kovács 70f6fc24ad feat(frontend): Button with popup (#639)
* feat(frontend): Add ButtonPopup component
2022-10-06 14:18:42 +02:00
Ruben Fiszel 849842e9c6 feat: implement same_worker openflow attribute for running flow all in one go + sharing folder /shared (#689)
* init

* progress

* all

* sqlx

* remove unecessary test

* done

* frontend

* frontend
2022-10-06 04:59:09 +02:00
Ruben Fiszel b586a5fac7 hotfix button to save variable disappeared 2022-10-05 18:18:20 +02:00
Ádám Kovács 8ea1f9f8b4 feat(frontend): Add action bar to run details (#684)
* feat(frontend): Add action bar to run details
2022-10-04 17:00:24 +02:00
Ruben Fiszel f2be15a7e7 fix: only display error handler span if toggled on 2022-10-04 14:38:10 +02:00
Ruben Fiszel f41906084c feat(frontend): add input transforms for flow loop 2022-10-04 14:34:55 +02:00
Ruben Fiszel f051055e0f feat: individual retry + flow UX refactor 2022-10-04 08:41:21 +02:00
Ruben Fiszel 6274836bfe progress 2022-10-04 08:40:01 +02:00
Ruben Fiszel 71f6bed5d8 progress 2022-10-04 08:40:01 +02:00
Faton Ramadani e1d25eca0f feat(frontend): Discard changes confirmation modal (#653)
* feat(front): add a confirmation modal to discard unsaved changes

* feat(front):Fix modal content

* feat(front): Revert code + add unsavedconfirmatiomodal to the flow builder

* feat(front): Use a store to store whether the content of an editor needs to be saved before leaving

* feat(front): Add cleanup + only display the warning when navigating elsewhere on the app

* feat(front): set dirty to false when saving

* feat(front): add keyboard binding to cancel or resume

* feat(front): Init dirtyStore to true when creating a flow/script

* feat(front): Explicit store initiliation

* feat(front): initilisation dirty status after loading a script/flow
2022-10-03 14:32:06 +02:00
Ádám Kovács fccf45740d refactor(frontend): Tailwind refactor (#637)
* feat(frontend): Tailwind config migration
2022-10-03 11:27:58 +02:00
Ruben Fiszel 213cdda99a fix(frontend): split early stop + fix highlight code 2022-10-03 04:41:19 +02:00
Ruben Fiszel d91b532816 fix(frontend): split early stop + fix highlight code 2022-10-03 04:39:34 +02:00
Ruben Fiszel bd24760f03 fix: add step to running badge in flow viewer 2022-10-03 04:01:55 +02:00
Ruben Fiszel eb17804195 fix: change command behavior for monacos 2022-10-03 03:54:18 +02:00
Ruben Fiszel ff019950b4 feat(frontend): remove step 2 for flows 2022-10-03 02:53:57 +02:00
Ruben Fiszel 481ce177d6 feat(frontend): prop picker for stop condition 2022-10-03 02:24:32 +02:00
Ruben Fiszel 8386d04bc3 feat(frontend): add prop picker to iterator 2022-10-03 01:53:58 +02:00
Ruben Fiszel 34a20c3948 feat(frontend): add prop picker to iterator 2022-10-02 23:17:40 +02:00
Ruben Fiszel 5a8344dffc feat(frontend): add variables and resources to the prop picker 2022-10-02 22:42:11 +02:00
Ruben Fiszel adb5c89b46 in the editor bar separate variable and contextual variable 2022-10-02 21:49:42 +02:00
Ruben Fiszel 84979527eb minor UI fixes 2022-10-02 21:35:07 +02:00
Ruben Fiszel aee956a8e5 fix go runner 2022-10-02 05:59:01 +02:00
Ruben Fiszel d1e9b97e93 set code before running runCmdAction 2022-10-02 04:41:22 +02:00
Ruben Fiszel c71ffca4fc frontend use exact time in every case 2022-10-02 02:56:01 +02:00
Ruben Fiszel e1fd2bb54a fix(frontend): variable editor now acceps including 3000 chars + show length 2022-10-01 23:32:04 +02:00
Ruben Fiszel b8a67ca14f fix(frontend): increase the default size of the log and result panel for the script editor 2022-10-01 23:19:02 +02:00
Ruben Fiszel 0a81162582 feat(frontend): rich renderer improvements 2022-10-01 22:59:49 +02:00
Ruben Fiszel f9338bb554 minor UI fixes 2022-10-01 09:14:08 +02:00
Ruben Fiszel 7562253520 fix(frontend): rework the error handler script picker 2022-10-01 00:22:41 +02:00
Jakub Kołodziejczak a220afc9e3 fix(frontend): do only one request if job is completed [related to #649] (#651)
commit ada4d653f4 introduced a fix for an
issue described in #649. After mentioned fix frontend performs 2
requests instead of 1.

This fix can be considered as a vol.2 for #649
2022-09-30 23:39:41 +02:00
Ruben Fiszel c235b00f9f minor UI fixes 2022-09-30 22:59:36 +02:00
Ruben Fiszel 600f712429 minor UI fixes 2022-09-30 22:53:31 +02:00
Jakub Kołodziejczak ada4d653f4 fix(frontend): don't loop for completed jobs [#649] (#650)
closes #649
2022-09-30 22:46:56 +02:00
Ruben Fiszel 331356c991 minor UI fixes 2022-09-30 17:15:43 +02:00
Ruben Fiszel a4004f9e9e minor UI fixes 2022-09-30 16:49:01 +02:00
Faton Ramadani e6985415ef feat(front): Confirmation modal when deleting a resource or a variable (#648)
* feat(front): add confirmation modal when deleting a resource or a variable

* feat(front): add shift bypass

* feat(front): clear callbacks

* feat(front): Add alert to inform user can confirmation modals can be bypassed
2022-09-30 15:04:57 +02:00
Christian Paul 9144aa1fcc wmill.getInternalState() needs to be awaited (#646) 2022-09-30 05:44:51 +02:00
Ruben Fiszel 8fe84e0222 fix(frontend): various small fixes 2022-09-30 05:40:29 +02:00
Ruben Fiszel d57c74806e fix(frontend): various small fixes 2022-09-30 05:23:30 +02:00
Christian Paul ebc0c8aea0 see result -> see the result (#643) 2022-09-30 00:05:41 +02:00
Ruben Fiszel 420360617c fix(frontend): various small fixes 2022-09-29 22:50:18 +02:00
Christian Paul 3d3e868988 No logs is available -> No logs are available (#642) 2022-09-29 19:58:43 +02:00
Mike f89e3d6e14 feat: add iterator expression tooltip (#638) 2022-09-29 14:51:41 +02:00