Ruben Fiszel
|
255c7a14bd
|
improve same_worker UX clarity
|
2022-11-17 18:03:07 +01:00 |
|
Ruben Fiszel
|
77d9e57311
|
clearer connect button in flows
|
2022-11-17 14:42:26 +01:00 |
|
Ruben Fiszel
|
2e485aab71
|
make parameters of flow inputs reorderable
|
2022-11-17 13:44:35 +01:00 |
|
Ruben Fiszel
|
664cb02a2f
|
fix removing element from schemaeditor without resetting all required
|
2022-11-17 13:18:01 +01:00 |
|
Ruben Fiszel
|
84bee21a3c
|
m-1 on drawercontent buttons
|
2022-11-17 13:09:56 +01:00 |
|
Ruben Fiszel
|
edf81585e6
|
fix load flow input correctly
|
2022-11-17 12:17:06 +01:00 |
|
Ruben Fiszel
|
422f9e0a2c
|
fix initial python script
|
2022-11-17 12:07:13 +01:00 |
|
Ruben Fiszel
|
66de87b9cf
|
overflow-auto table custom
|
2022-11-17 10:13:06 +01:00 |
|
Ruben Fiszel
|
8a6d840f81
|
fix: support flows to be triggered by slack commands
|
2022-11-16 21:50:51 +01:00 |
|
Jakub Kołodziejczak
|
dca2952ea9
|
chore(frontend): improve ux for "skip if stopped" (#912)
|
2022-11-16 21:12:22 +01:00 |
|
Ruben Fiszel
|
9f7ed2bb88
|
add build-essential to base image + pip install has path as env variable
|
2022-11-16 18:47:11 +01:00 |
|
Marty S
|
79d8071eaa
|
Deployement -> Deployment (#911)
|
2022-11-16 15:35:58 +01:00 |
|
Ruben Fiszel
|
74f5bc8ceb
|
visual hints when buttons are loading goto
|
2022-11-16 15:35:22 +01:00 |
|
Ruben Fiszel
|
c8925c3df5
|
script builder: metadata -> advanced
|
2022-11-16 14:10:51 +01:00 |
|
Ruben Fiszel
|
27b638b611
|
feat(python): add Resource[resource_type] as a parsed parameter
|
2022-11-16 14:08:55 +01:00 |
|
Ruben Fiszel
|
99ec8787a8
|
feat: add slack_bot token on connecting workspace to slack
|
2022-11-16 00:27:21 +01:00 |
|
Ruben Fiszel
|
206f7babc2
|
use async internval for loading logs for better handling of slow connections
|
2022-11-15 14:18:10 +01:00 |
|
Ruben Fiszel
|
4b97742070
|
InternalState -> State
|
2022-11-15 13:27:24 +01:00 |
|
Ruben Fiszel
|
e75aacc7db
|
feat(clients): rename internal state as state + setters for resources/variables in python
|
2022-11-15 13:16:53 +01:00 |
|
Ruben Fiszel
|
3872b1097b
|
menu redesign
|
2022-11-15 11:57:05 +01:00 |
|
Ruben Fiszel
|
59bcbe0d6c
|
improve trash button for flow map
|
2022-11-15 10:40:15 +01:00 |
|
Ruben Fiszel
|
7aded32dad
|
improve flow UX
|
2022-11-15 02:25:00 +01:00 |
|
Ruben Fiszel
|
1d2f07d285
|
improve flow UX
|
2022-11-15 01:17:30 +01:00 |
|
Ruben Fiszel
|
a9b3c9f01c
|
improve README
|
2022-11-15 00:14:22 +01:00 |
|
Ruben Fiszel
|
0c2d64148b
|
improve flow UX
|
2022-11-14 23:59:49 +01:00 |
|
Ruben Fiszel
|
fc2256b3f5
|
improve flow UX
|
2022-11-14 23:49:07 +01:00 |
|
Ruben Fiszel
|
eee9d55be4
|
improve flow UX
|
2022-11-14 23:36:28 +01:00 |
|
Ruben Fiszel
|
16ba1f3f3b
|
improve flow UX
|
2022-11-14 23:30:19 +01:00 |
|
Faton Ramadani
|
d58f79879a
|
fix(frontend): add size prop to tabs (#894)
|
2022-11-14 18:04:47 +01:00 |
|
Faton Ramadani
|
31f6e47390
|
fix(frontend): App Editor v0 (#886)
|
2022-11-14 17:30:49 +01:00 |
|
Faton Ramadani
|
511bd020d1
|
fix(frontend): Set settings as header and error handler as footer (#893)
|
2022-11-14 11:45:35 +01:00 |
|
Ruben Fiszel
|
541ac1e74d
|
feat(backend): remove go.sum from go lockfile (#891)
|
2022-11-13 17:36:35 +01:00 |
|
Ruben Fiszel
|
f76718f2d5
|
display app as summary in flowgraph
|
2022-11-13 01:16:32 +01:00 |
|
Ruben Fiszel
|
512ae1488b
|
center flowgraph
|
2022-11-13 01:07:23 +01:00 |
|
Ruben Fiszel
|
84fdb0f8bb
|
fix truncate summary and adapt graph size
|
2022-11-12 20:54:37 +01:00 |
|
Ádám Kovács
|
746fb8cc7f
|
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
|
4aeed1ffc8
|
fix edit schedule
|
2022-11-10 16:49:16 +01:00 |
|
Ruben Fiszel
|
569f4f54ee
|
improve flow's UX
|
2022-11-10 10:10:32 +01:00 |
|
Ruben Fiszel
|
cd8d0e5ea6
|
feat: deprecate previous_result in favor of results per id
|
2022-11-10 01:58:52 +01:00 |
|
Ruben Fiszel
|
1f236e3185
|
improve flow UX
|
2022-11-09 01:22:39 +01:00 |
|
Ruben Fiszel
|
1019224f72
|
improve banching UX in minimap of flows
|
2022-11-09 01:00:01 +01:00 |
|
Ruben Fiszel
|
8ace795aa9
|
fix navigation on flows and script editor
|
2022-11-09 00:20:43 +01:00 |
|
Ruben Fiszel
|
2e8f52d7d0
|
small dropdown UX fix for schedules
|
2022-11-08 23:41:53 +01:00 |
|
Ruben Fiszel
|
af1d1191ee
|
small UX and client fixes
|
2022-11-08 23:38:17 +01:00 |
|
Ruben Fiszel
|
7f0e94560f
|
frontend nits
|
2022-11-08 11:48:05 +01:00 |
|
Ruben Fiszel
|
1e82dd8229
|
more spacing in runs page + fix drawer click away
|
2022-11-08 11:22:40 +01:00 |
|
Ruben Fiszel
|
b532d2dca3
|
runs chart tooltip improvement
|
2022-11-08 11:06:35 +01:00 |
|
Ruben Fiszel
|
1cefbe263b
|
pass workspace as query arg of every runs link
|
2022-11-08 10:28:06 +01:00 |
|
Ruben Fiszel
|
9de2838d1c
|
fix copy first step schema + import buttons
|
2022-11-07 21:54:49 +01:00 |
|
Ruben Fiszel
|
ff40ce2943
|
fix unknown type not handled and add go interface as recognizable type
|
2022-11-07 20:52:04 +01:00 |
|