Commit Graph
631 Commits
Author SHA1 Message Date
Ruben Fiszel 87a4db710e InternalState -> State 2022-11-15 13:27:24 +01:00
Ruben Fiszel 32bca1fd4c feat(clients): rename internal state as state + setters for resources/variables in python 2022-11-15 13:16:53 +01:00
Ruben Fiszel 2484f15a79 menu redesign 2022-11-15 11:57:05 +01:00
Ruben Fiszel 1287b2ae3a improve trash button for flow map 2022-11-15 10:40:15 +01:00
Ruben Fiszel aa92249607 improve flow UX 2022-11-15 02:25:00 +01:00
Ruben Fiszel e71fca35ca improve flow UX 2022-11-15 01:17:30 +01:00
Ruben Fiszel be1a280e2c improve README 2022-11-15 00:14:22 +01:00
Ruben Fiszel 7b432246ea improve flow UX 2022-11-14 23:59:49 +01:00
Ruben Fiszel 302fe292c0 improve flow UX 2022-11-14 23:49:07 +01:00
Ruben Fiszel fc16960df2 improve flow UX 2022-11-14 23:36:28 +01:00
Ruben Fiszel a15b3117c2 improve flow UX 2022-11-14 23:30:19 +01:00
Faton Ramadani e8d3a0efb1 fix(frontend): add size prop to tabs (#894) 2022-11-14 18:04:47 +01:00
Faton Ramadani cc5f629a7b fix(frontend): App Editor v0 (#886) 2022-11-14 17:30:49 +01:00
Faton Ramadani 4dc05b913e fix(frontend): Set settings as header and error handler as footer (#893) 2022-11-14 11:45:35 +01:00
Ruben Fiszel 3357cffb04 feat(backend): remove go.sum from go lockfile (#891) 2022-11-13 17:36:35 +01:00
Ruben Fiszel 972a8d5c9f display app as summary in flowgraph 2022-11-13 01:16:32 +01:00
Ruben Fiszel 16ace70242 center flowgraph 2022-11-13 01:07:23 +01:00
Ruben Fiszel ab8b2296c3 fix truncate summary and adapt graph size 2022-11-12 20:54:37 +01:00
Ádám KovácsandRuben Fiszel 9bf0f6e70d feat(frontend): Flow graph (#827)
* chore(frontend): Install d3@7.6.1

* feat(frontend): Add basic graph components

* feat: Add graph node component

* feat: Add graph edges

* fix: Rename graph flow module

* feat: Add flow graph to editor

* feat: Add loops

* feat: Add hub scripts to graph

* fix: Display hub scripts

* fix: Nested loops

* feat: Graph displaying packages

* fix: Remove unused parts

* feat: Update graph layout

* fix: Clean up imports

* feat: Add icons to graph nodes

* feat: Add graph viewer to flow details page

* fix: Action row component on scroll behaviour

* fix: Update supported languages type

* fix: Add bash language icons

* fix: Support empty scripts and branches

* fix: Ellipsizing virtual node text

* feat: Display script id in node

* fix: Remove graph from flow editor

* fix: Update node id display

* chore: Remove unused packages

* flow viewer

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-12 20:14:29 +01:00
Ruben Fiszel dddba54bdc fix edit schedule 2022-11-10 16:49:16 +01:00
Ruben Fiszel 79b5a31c78 improve flow's UX 2022-11-10 10:10:32 +01:00
Ruben Fiszel 40183ce4e4 feat: deprecate previous_result in favor of results per id 2022-11-10 01:58:52 +01:00
Ruben Fiszel 0bf060ae4c improve flow UX 2022-11-09 01:22:39 +01:00
Ruben Fiszel 06bfe17335 improve banching UX in minimap of flows 2022-11-09 01:00:01 +01:00
Ruben Fiszel 493f707e7c fix navigation on flows and script editor 2022-11-09 00:20:43 +01:00
Ruben Fiszel f857edeaa9 small dropdown UX fix for schedules 2022-11-08 23:41:53 +01:00
Ruben Fiszel a146aa323f small UX and client fixes 2022-11-08 23:38:17 +01:00
Ruben Fiszel c74cde953c frontend nits 2022-11-08 11:48:05 +01:00
Ruben Fiszel 0cc1a84862 more spacing in runs page + fix drawer click away 2022-11-08 11:22:40 +01:00
Ruben Fiszel 5ba76986f3 runs chart tooltip improvement 2022-11-08 11:06:35 +01:00
Ruben Fiszel 79e2865ab9 pass workspace as query arg of every runs link 2022-11-08 10:28:06 +01:00
Ruben Fiszel 2c81c4dc39 fix copy first step schema + import buttons 2022-11-07 21:54:49 +01:00
Ruben Fiszel 8e537a80bd fix unknown type not handled and add go interface as recognizable type 2022-11-07 20:52:04 +01:00
Ruben Fiszel 3e50d2a93f fix prop picker on focus 2022-11-07 16:46:02 +01:00
Ruben Fiszel d9c3a1ff42 ci: trim down docker main docker image 2022-11-07 13:37:37 +01:00
Ruben Fiszel b490f83575 include bash in flow inlines 2022-11-07 00:17:32 +01:00
Ruben Fiszel fe7bfecc0a nit: fix go-client 2022-11-06 23:57:16 +01:00
Ruben Fiszel 3c09275960 feat: support bash as 4th language (#865)
* bash support

* bash backend working

* frontend part

* bash backend working
2022-11-06 23:48:18 +01:00
Ruben Fiszel 7def5e17ca nit UX on FlowPreviewContent 2022-11-06 19:51:50 +01:00
Ruben Fiszel 975e63a8e9 nit UX on FlowPreviewContent 2022-11-06 19:48:47 +01:00
Ruben Fiszel 753a66488c nit UX on FlowPreviewContent 2022-11-06 18:16:55 +01:00
Ruben Fiszel adfc0ff734 capture event on dropdown click 2022-11-06 17:56:57 +01:00
Ruben Fiszel 6a597b8d3b add groups delete + re-enable ellipsis 2022-11-06 17:55:01 +01:00
Ruben Fiszel 252cf375b7 add autofocus for run page 2022-11-06 16:31:50 +01:00
Ruben Fiszel 8fd0e23c80 UX improvements for run script 2022-11-06 16:08:10 +01:00
Ruben Fiszel bff8331eb0 drawer nits + logo in top menu 2022-11-06 11:52:16 +01:00
Ruben Fiszel 5b4c9d9eb0 fix(frontend): reload websocket on lsp go import install 2022-11-06 08:59:35 +01:00
Ruben Fiszel 83c79a47ee fix(frontend): dispose monaco models onDestroy 2022-11-06 06:07:43 +01:00
Ruben Fiszel 6172499a1c ux nit 2022-11-05 23:42:29 +01:00
Ruben Fiszel cddec6469e fix(backend): tighten security around cookies to avoid csrf (#859)
* fix(backend): tighten security around cookies to avoid csrf

* everything httponly

* sqlx

* also handle 404

* shoter Windmill v message

* fix chart
2022-11-05 21:21:13 +01:00