This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6fe55814c2
budibase
/
packages
/
server
/
src
History
Andrew Kingston
62d02c64c9
Merge branch 'server-workflows' of github.com:Budibase/budibase into server-workflows
2020-09-14 11:53:19 +01:00
..
api
Remove params from delete record workflow action as it is only a placeholder
2020-09-14 11:46:50 +01:00
db
id generation in utilities module
2020-05-18 16:22:09 +01:00
events
Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation).
2020-09-10 15:00:21 +01:00
middleware
Adding joi validation to the workflow update and create to make sure structure is adhered to, this is built through a curried middleware, to validate on headers, body etc add multiple different validator middlewares to your endpoint.
2020-09-10 17:46:34 +01:00
utilities
remove references to material design components
2020-08-14 11:21:52 +01:00
workflows
Adding delete record for when we build in contextual awareness.
2020-09-14 11:47:52 +01:00
app.js
Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation).
2020-09-10 15:00:21 +01:00
electron.js
tidy up and lint
✨
2020-08-18 17:14:26 +01:00
environment.js
removed ADMIN_SECRET env var (no longer needed)
2020-06-21 20:54:37 +01:00
index.js
lint
✨
2020-07-16 15:19:46 +01:00