1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00
Commit graph

2622 commits

Author SHA1 Message Date
mike12345567
3679579d53 Introducing the concept of flagging an automation as 'in test' which means it can run with triggers and everything as it normally would in development. 2021-09-10 14:37:34 +01:00
mike12345567
fce3a6bbe7 Adding some basic test cases for the metadata API, testing that automation tests do store history. 2021-09-10 13:52:41 +01:00
mike12345567
06d17827b6 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-10 11:16:43 +01:00
Budibase Staging Release Bot
1fca6ed20e v0.9.123-alpha.6 2021-09-10 09:15:55 +00:00
Budibase Staging Release Bot
7c5b4ca927 v0.9.123-alpha.5 2021-09-10 07:56:31 +00:00
Budibase Staging Release Bot
b8f000092a v0.9.123-alpha.4 2021-09-09 17:43:54 +00:00
mike12345567
01ca02ea9c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-09 16:33:41 +01:00
Budibase Staging Release Bot
4a8a87fb47 v0.9.123-alpha.3 2021-09-09 13:51:49 +00:00
Michael Drury
1b77d1ce90
Merge pull request #2575 from Budibase/fix/public-multi-tenancy
Issue with public apps and multi-tenancy
2021-09-09 14:42:12 +01:00
Budibase Staging Release Bot
3da6dc75e3 v0.9.123-alpha.2 2021-09-09 13:04:44 +00:00
mike12345567
0117c1498f Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this. 2021-09-09 13:27:18 +01:00
Andrew Kingston
060f65aa2d Fix merge conflict 2021-09-09 12:30:55 +01:00
mike12345567
c337a855cc Saving progress towards re-working CTX usage in automation steps. 2021-09-09 12:23:52 +01:00
Andrew Kingston
d38f5ef163 Merge branch 'develop' of github.com:Budibase/budibase into custom-theming 2021-09-09 11:57:55 +01:00
Martin McKeaveney
e37e6af4f6 merge 2021-09-09 11:15:21 +01:00
Martin McKeaveney
0afbe450b9
Merge pull request #2559 from mslourens/remove_initialise_script
remove unused and non-existing initialise script
2021-09-09 11:12:50 +01:00
mike12345567
4e294fbcd9 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
b00f8764cb Updating automations system to return the inputs and outputs of each step. 2021-09-08 14:08:22 +01:00
Budibase Staging Release Bot
00f01181a3 v0.9.123-alpha.1 2021-09-08 12:50:22 +00:00
mike12345567
d2070f9061 Adding the ability to get back the context. 2021-09-07 19:06:20 +01:00
mike12345567
777e243440 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
bcc7f1caea Adding slack integration. 2021-09-07 13:59:58 +01:00
mike12345567
d05c60d470 Adding slack integration. 2021-09-07 13:58:53 +01:00
Rory Powell
1d5d9d8394 Merge branch 'develop' into feature/onboarding-backend 2021-09-07 11:24:23 +01:00
Rory Powell
47e4ef0704 Account portal cors and auth changes 2021-09-07 11:22:11 +01:00
Andrew Kingston
3d68b39647 Fix test for loading component library 2021-09-07 10:05:24 +01:00
Andrew Kingston
7064e80143 Remove some other reference to standard-components 2021-09-06 18:45:39 +01:00
Andrew Kingston
97e491d045 Merge branch 'develop' of github.com:Budibase/budibase into custom-theming 2021-09-06 18:23:08 +01:00
mike12345567
879f1a2368 Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin. 2021-09-06 17:53:02 +01:00
Budibase Staging Release Bot
70a66919f0 v0.9.123-alpha.0 2021-09-06 16:38:38 +00:00
Andrew Kingston
ca9df2764d Merge branch 'develop' of github.com:Budibase/budibase into custom-theming 2021-09-06 17:29:51 +01:00
mike12345567
b7e4806867 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-06 17:29:08 +01:00
mike12345567
d12deceee5 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-09-06 17:27:29 +01:00
Budibase Release Bot
eff58fa8b4 v0.9.122 2021-09-06 15:45:10 +00:00
Martin McKeaveney
cfa1ab8971
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
cef1b19ece Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-06 16:35:38 +01:00
Martin McKeaveney
9e73dcdd44 lint 2021-09-06 16:24:51 +01:00
Martin McKeaveney
c39abe4081 merge with master 2021-09-06 16:13:17 +01:00
mike12345567
9e4ab9054e 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
545a0fc5cd v0.9.120-alpha.4 2021-09-06 14:57:36 +00:00
Maurits Lourens
50a8c17dbc remove unused and non-existing initialise script 2021-09-06 16:55:06 +02:00
mike12345567
3379ab8e03 Fixing an issue with redirect having the middleware applied before the redirection 2021-09-06 15:48:46 +01:00
Budibase Release Bot
22f5c625ce v0.9.121 2021-09-06 14:26:46 +00:00
Budibase Release Bot
fe0adcde7d v0.9.120 2021-09-06 13:13:46 +00:00
mike12345567
400cc05d21 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
6367c6d746 v0.9.120-alpha.3 2021-09-06 10:48:29 +00:00
Budibase Staging Release Bot
e68fa5b6af v0.9.120-alpha.2 2021-09-06 07:05:56 +00:00
mike12345567
26d7cb3b9b Getting rid of automation step download system. 2021-09-03 17:36:00 +01:00
Budibase Staging Release Bot
866f4187e0 v0.9.120-alpha.1 2021-09-03 14:55:28 +00:00
Michael Drury
aafd49ce82
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