mike12345567
|
557bd2df9f
|
Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled.
|
2021-09-08 19:29:28 +01:00 |
mike12345567
|
e84d30524b
|
Updating automations system to return the inputs and outputs of each step.
|
2021-09-08 14:08:22 +01:00 |
mike12345567
|
213bee1e3b
|
Adding the ability to get back the context.
|
2021-09-07 19:06:20 +01:00 |
mike12345567
|
1c24e3f520
|
Re-working all of the actions to have a success output, and make sure everything has useful outputs.
|
2021-09-07 17:31:54 +01:00 |
mike12345567
|
f429bc1a08
|
Adding slack integration.
|
2021-09-07 13:59:58 +01:00 |
mike12345567
|
4450883a0a
|
Adding slack integration.
|
2021-09-07 13:58:53 +01:00 |
mike12345567
|
2531d9a681
|
Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin.
|
2021-09-06 17:53:02 +01:00 |
mike12345567
|
5cc5bd4533
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework
|
2021-09-06 17:29:08 +01:00 |
mike12345567
|
9fa80f2b88
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-09-06 17:27:29 +01:00 |
Budibase Release Bot
|
ed2f4c78dc
|
v0.9.122
|
2021-09-06 15:45:10 +00:00 |
Martin McKeaveney
|
df5f738451
|
Merge pull request #2560 from Budibase/fix/multi-tenancy-prod
Fixing issues with multi-tenancy breaking various server endpoints in prod
|
2021-09-06 16:36:43 +01:00 |
mike12345567
|
0c6235f18c
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework
|
2021-09-06 16:35:38 +01:00 |
Martin McKeaveney
|
f7718ecae9
|
lint
|
2021-09-06 16:24:51 +01:00 |
mike12345567
|
a0e0843363
|
Allowing all server endpoints to run without tenant information, as most endpoints in server can be public.
|
2021-09-06 16:01:45 +01:00 |
Budibase Staging Release Bot
|
402262e030
|
v0.9.120-alpha.4
|
2021-09-06 14:57:36 +00:00 |
mike12345567
|
033bd521cf
|
Fixing an issue with redirect having the middleware applied before the redirection
|
2021-09-06 15:48:46 +01:00 |
Budibase Release Bot
|
6668e994b2
|
v0.9.121
|
2021-09-06 14:26:46 +00:00 |
Budibase Release Bot
|
16167a1f3a
|
v0.9.120
|
2021-09-06 13:13:46 +00:00 |
mike12345567
|
ae73efaabe
|
Fixing an issue in prod where the /builder endpoint wasn't being allowed past without tenancy.
|
2021-09-06 13:36:41 +01:00 |
Budibase Staging Release Bot
|
221a67fe5a
|
v0.9.120-alpha.3
|
2021-09-06 10:48:29 +00:00 |
Budibase Staging Release Bot
|
d374d25393
|
v0.9.120-alpha.2
|
2021-09-06 07:05:56 +00:00 |
mike12345567
|
a3cffa8905
|
Getting rid of automation step download system.
|
2021-09-03 17:36:00 +01:00 |
Budibase Staging Release Bot
|
919042ed86
|
v0.9.120-alpha.1
|
2021-09-03 14:55:28 +00:00 |
Michael Drury
|
5afad5464f
|
Merge pull request #2539 from Budibase/fix/table-primary-same-name
Fixing issue with relationships that was uncovered by having same primary display and table name
|
2021-09-03 15:44:59 +01:00 |
mike12345567
|
3f960e4f13
|
Fixing an issue that occurs when the table name and the primary display column are the same name.
|
2021-09-03 14:49:56 +01:00 |
Budibase Staging Release Bot
|
90266fa6df
|
v0.9.120-alpha.0
|
2021-09-03 11:16:31 +00:00 |
Budibase Release Bot
|
0e8709def0
|
v0.9.119
|
2021-09-03 10:55:17 +00:00 |
Michael Drury
|
8ce56c8492
|
Merge pull request #2531 from Budibase/fix/sql-relationship-issues
Relationship bug fixes (SQL and internal) and a few other bits
|
2021-09-03 11:47:36 +01:00 |
mike12345567
|
0b0da47778
|
Fixing issues discovered by test cases.
|
2021-09-03 11:06:44 +01:00 |
mike12345567
|
8c3eb30ab1
|
Fixing issues after upgrading to node 14 and circular dependencies causing issues.
|
2021-09-02 18:33:41 +01:00 |
mike12345567
|
b17e9aa5e4
|
Fixing issue with using 'ta' in view name.
|
2021-09-02 17:49:21 +01:00 |
mike12345567
|
2148bf6da4
|
Fixing issues with search endpoint not handling users fully.
|
2021-09-02 17:13:00 +01:00 |
Budibase Release Bot
|
ba12fda745
|
v0.9.118
|
2021-09-02 15:56:14 +00:00 |
mike12345567
|
0c4b34c59f
|
Merge branch 'master' of github.com:Budibase/budibase into fix/sql-relationship-issues
|
2021-09-02 14:49:20 +01:00 |
mike12345567
|
d2cb0282ea
|
Fixing issue with rows not returning correctly.
|
2021-09-02 13:31:46 +01:00 |
Andrew Kingston
|
6e856c4bd7
|
Fix indexing of rows with arrays of objects
|
2021-09-02 12:00:18 +01:00 |
mike12345567
|
a9e2336036
|
Fixing issues with SQL many relationship updates.
|
2021-09-01 19:40:47 +01:00 |
Budibase Release Bot
|
c20e5763d8
|
v0.9.117
|
2021-08-31 13:04:48 +00:00 |
Budibase Staging Release Bot
|
3acb270d9d
|
v0.9.117-alpha.1
|
2021-08-31 12:50:22 +00:00 |
Budibase Staging Release Bot
|
9cce54d792
|
v0.9.117-alpha.0
|
2021-08-31 12:32:55 +00:00 |
Martin McKeaveney
|
4b367f0480
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2021-08-31 13:23:57 +01:00 |
Martin McKeaveney
|
929697b5f4
|
removing merge HEAD
|
2021-08-31 13:23:46 +01:00 |
Martin McKeaveney
|
62b2913236
|
Merge pull request #2498 from mslourens/add_patch_to_rest_api
add patch method to the rest api interface
|
2021-08-31 13:14:10 +01:00 |
Martin McKeaveney
|
619fec745c
|
merge with master
|
2021-08-31 13:10:08 +01:00 |
Budibase Staging Release Bot
|
0559e9fdbe
|
v0.9.116-alpha.3
|
2021-08-30 22:01:09 +00:00 |
Maurits Lourens
|
3e7369b1cb
|
add patch method to the rest api interface
|
2021-08-30 22:55:12 +02:00 |
Budibase Staging Release Bot
|
582308500a
|
v0.9.116-alpha.2
|
2021-08-27 13:51:03 +00:00 |
PClmnt
|
58b966c0cc
|
Merge pull request #2470 from Budibase/multi-option-datatype
Multi-Option Data Type
|
2021-08-27 14:43:09 +01:00 |
Peter Clement
|
e03244e44e
|
change index definition
|
2021-08-27 14:10:19 +01:00 |
Budibase Staging Release Bot
|
12c88c21e5
|
v0.9.116-alpha.1
|
2021-08-27 07:47:19 +00:00 |