mike12345567
|
35dba2e1cb
|
Fixing test cases after removing worker-farm.
|
2021-09-14 17:14:44 +01:00 |
mike12345567
|
7d1dec28da
|
Removing the concept of worker-farm and fixing issues raised in review.
|
2021-09-14 16:43:06 +01:00 |
mike12345567
|
70bc68fb61
|
Adding concept of internal and external actions.
|
2021-09-14 12:40:19 +01:00 |
mike12345567
|
8f1f1c2d54
|
Removing the concept of a logic block.
|
2021-09-14 11:28:39 +01:00 |
mike12345567
|
500179e312
|
Fixing test cases, making it possible to still run automations via env variable.
|
2021-09-14 11:18:02 +01:00 |
mike12345567
|
a5dbcd81bd
|
Fixing issue discovered by webhook test case.
|
2021-09-13 18:07:33 +01:00 |
mike12345567
|
8119a5f7f7
|
Fixing automation test cases.
|
2021-09-13 17:43:53 +01:00 |
mike12345567
|
198ada80b3
|
Removing sendgrid test as sendgrid automation no longer supported.
|
2021-09-13 17:08:15 +01:00 |
mike12345567
|
3eeb7c27b8
|
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
|
84cdec5907
|
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
|
0e15911284
|
Saving progress towards re-working CTX usage in automation steps.
|
2021-09-09 12:23:52 +01:00 |
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
|
a3cffa8905
|
Getting rid of automation step download system.
|
2021-09-03 17:36:00 +01:00 |
Martin McKeaveney
|
7864f75a14
|
Merge pull request #2244 from mslourens/headers_in_webhook_automation_step
add headers input in outgoing webhook automation step
|
2021-08-05 16:43:04 +01:00 |
mike12345567
|
46ea3f3e9e
|
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
This reverts commit 4834b765be , reversing
changes made to 2456e69483 .
|
2021-08-05 09:59:08 +01:00 |
Michael Drury
|
b86a6fddc9
|
Revert "Multi-tenancy/organisations"
|
2021-08-04 10:02:24 +01:00 |
Maurits Lourens
|
81b4f8f5d4
|
add try/catch block around JSON.parse, since user input can be incorrect formatted string
|
2021-08-03 22:53:18 +02:00 |
Maurits Lourens
|
3029178eeb
|
add headers input in outgoing webhook automation step
|
2021-08-03 22:39:01 +02:00 |
mike12345567
|
e7974f7e86
|
Implementing some changes to how context gets set for tenancy, after testing, as well as updating server.
|
2021-08-03 15:32:25 +01:00 |
mike12345567
|
358b2aef89
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/multi-tenants
|
2021-07-19 17:35:48 +01:00 |
mike12345567
|
d6c47c5027
|
Changing how automations handle multi-tenancy.
|
2021-07-19 10:59:34 +01:00 |
Michael Drury
|
126bf74347
|
Fixing issue with update row after rows API changed.
|
2021-07-16 19:13:44 +01:00 |
mike12345567
|
912659a8ad
|
First version of multi-tenancy, work still to be done.
|
2021-07-15 17:57:02 +01:00 |
mike12345567
|
004f719dde
|
Renaming groups to workspaces.
|
2021-07-13 17:27:04 +01:00 |
mike12345567
|
96fd8ed947
|
Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support.
|
2021-06-25 13:46:02 +01:00 |
mike12345567
|
2db995c906
|
Fixing test case and removing console.log.
|
2021-06-23 20:18:21 +01:00 |
mike12345567
|
c4cac4a0b1
|
Fixing some issues discovered with POSTing JSON.
|
2021-06-23 19:28:33 +01:00 |
Martin McKeaveney
|
597149228e
|
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
|
2021-06-21 11:14:27 +01:00 |
Martin McKeaveney
|
0f8b3c52be
|
lint ✨
|
2021-06-18 22:18:23 +01:00 |
mike12345567
|
9afd7fb57a
|
Linting.
|
2021-06-18 18:34:58 +01:00 |
mike12345567
|
347b2abf4f
|
Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected.
|
2021-06-18 18:07:51 +01:00 |
mike12345567
|
38b880ac28
|
Fixing some issues I found with testing automations against external tables.
|
2021-06-18 18:05:31 +01:00 |
mike12345567
|
09bc70cc3d
|
Fixing a bunch of issues around automations.
|
2021-06-17 14:42:30 +01:00 |
mike12345567
|
615b207fbb
|
Formatting.
|
2021-06-16 18:39:59 +01:00 |
mike12345567
|
295c3ef1a3
|
Fixing automation integration and various components around forms.
|
2021-06-16 18:38:00 +01:00 |
mike12345567
|
6685ebaa7b
|
Fixing bulk deletion.
|
2021-06-11 19:54:47 +01:00 |
Martin McKeaveney
|
0c90f9ffc5
|
adding watchtower to docker config
|
2021-05-28 10:09:32 +01:00 |
Martin McKeaveney
|
5be2182fef
|
piping errors to stderr when timeout exceeded
|
2021-05-27 11:47:02 +01:00 |
Martin McKeaveney
|
7c4ec2f23a
|
execute bash commands in automations
|
2021-05-27 11:11:44 +01:00 |
Martin McKeaveney
|
0340c735e8
|
fix cron trigger output
|
2021-05-25 13:39:30 +01:00 |
Andrew Kingston
|
112ef65043
|
Merge pull request #1505 from Budibase/user-app-list
User home screen + tidy ups
|
2021-05-20 08:41:44 +01:00 |
mike12345567
|
4e9097862d
|
Updating user test cases.
|
2021-05-19 16:24:20 +01:00 |
mike12345567
|
f08b894e55
|
Adding admin only endpoint, removing the ability to create/delete global users from the app server and adding a global self user update.
|
2021-05-19 13:17:50 +01:00 |
Martin McKeaveney
|
72e18cd8d3
|
remove outputs from cron
|
2021-05-19 10:57:02 +01:00 |