Andrew Kingston
|
c47ef73a4a
|
Update icon for row updated trigger
|
2021-02-23 14:16:44 +00:00 |
Andrew Kingston
|
19566d9b7d
|
Add new automation trigger for updating rows
|
2021-02-23 14:07:19 +00:00 |
Michael Drury
|
4ca768a6b3
|
Merge pull request #1125 from Budibase/feature/autocolumns
Feature/autocolumns
|
2021-02-17 17:18:12 +00:00 |
mike12345567
|
1f92d09d7f
|
Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package).
|
2021-02-17 13:40:14 +00:00 |
mike12345567
|
f4a503d015
|
WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc.
|
2021-02-10 16:10:39 +00:00 |
mike12345567
|
3f6d9e21e0
|
Updating the string templating system to be capable of async operations.
|
2021-01-20 13:32:15 +00:00 |
mike12345567
|
e8ef03bb1c
|
Adding jest test cases to string templating library.
|
2021-01-19 17:29:38 +00:00 |
mike12345567
|
759a106d2d
|
Updating to have real auto-completion on string templates library.
|
2021-01-19 15:29:49 +00:00 |
mike12345567
|
67cc893670
|
Removing mention of mustache from the server package.
|
2021-01-15 14:38:10 +00:00 |
Michael Shanks
|
b2daff6285
|
Trigger Automation from frontend actions
|
2021-01-08 17:25:06 +00:00 |
mike12345567
|
130f69caf5
|
Fixing automations to use recurseMustache from utilities.
|
2020-12-08 11:47:33 +00:00 |
Martin McKeaveney
|
71fa39ef7e
|
lint
|
2020-12-08 11:23:06 +00:00 |
Martin McKeaveney
|
642437e5be
|
Merge branch 'master' into feature/page-refactor
|
2020-12-08 10:48:14 +00:00 |
Martin McKeaveney
|
efe50230e7
|
merge with master
|
2020-12-07 21:32:45 +00:00 |
Martin McKeaveney
|
d8aa699bfa
|
merge
|
2020-12-07 21:20:35 +00:00 |
mike12345567
|
8a57f61607
|
Fixing test case and also making sure that external trigger does what its expected to.
|
2020-12-07 17:55:35 +00:00 |
mike12345567
|
5c084599ec
|
Making chaining of automations through different row creation/deletions possible.
|
2020-12-07 17:23:53 +00:00 |
Martin McKeaveney
|
d6b00d5ebe
|
email as default user identifier
|
2020-12-04 12:22:45 +00:00 |
mike12345567
|
c832ed36d4
|
Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/page-refactor
|
2020-12-02 13:26:57 +00:00 |
mike12345567
|
05d5feb9fd
|
Changing the naming of access levels to be roles.
|
2020-12-02 13:20:56 +00:00 |
mike12345567
|
9b5734b1de
|
Merge branch 'master' of github.com:Budibase/budibase into feature/page-refactor
|
2020-11-30 11:47:08 +00:00 |
Martin McKeaveney
|
619dec21dc
|
fix create user automation
|
2020-11-25 15:11:33 +00:00 |
mike12345567
|
8ff9635cd1
|
Removing all reference to 'pages' in server source code, now to look at builder.
|
2020-11-23 15:46:26 +00:00 |
Michael Drury
|
63b08e42aa
|
Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate.
|
2020-11-13 15:35:20 +00:00 |
mike12345567
|
2472168477
|
Tests failing but starting to progress.
|
2020-11-12 17:06:55 +00:00 |
Michael Drury
|
4852ecf96a
|
WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional.
|
2020-11-11 17:34:15 +00:00 |
mike12345567
|
d587bad363
|
Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now.
|
2020-10-29 10:28:27 +00:00 |
mike12345567
|
d79be3c854
|
Initial work into multi-tenancy removal, experiencing issues with test cases at this point.
|
2020-10-28 20:35:06 +00:00 |
mike12345567
|
306c36c384
|
Switching from axios to node-fetch as per review.
|
2020-10-27 14:16:57 +00:00 |
mike12345567
|
37b643b6c6
|
Switching from mustache to handlebars for automations as allows configuring helpers, e.g. parsing object.
|
2020-10-27 13:19:38 +00:00 |
mike12345567
|
9b629d49b5
|
Adding an outgoing webhook action, so that we have both incoming and outgoing ability.
|
2020-10-27 12:33:25 +00:00 |
mike12345567
|
533e502143
|
Joe-ifying some of the work on webhooks to make it a bit easier to understand and finished up some testing around it.
|
2020-10-26 16:04:02 +00:00 |
mike12345567
|
a967645a21
|
Some initial work towards webhooks, that generates schema similar to integromat.
|
2020-10-22 17:48:32 +01:00 |
mike12345567
|
c319054c30
|
Fixing some issues seen with cloudfront and adding a bit more UI around the deployment history as pending can be happening for some time.
|
2020-10-19 15:33:26 +01:00 |
mike12345567
|
d90c1e3dd3
|
Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing.
|
2020-10-09 19:10:28 +01:00 |
mike12345567
|
bb3370e742
|
Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet.
|
2020-10-09 18:49:23 +01:00 |
mike12345567
|
844383631e
|
Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking
|
2020-10-09 11:21:26 +01:00 |
mike12345567
|
ba758905cc
|
Removing sanisation, instead just using it as a central path system.
|
2020-10-09 10:00:57 +01:00 |
mike12345567
|
b400a06027
|
Updates for API usage after testing against local Dynamo.
|
2020-10-08 17:34:41 +01:00 |
mike12345567
|
f2b7d85b6e
|
Fixing up middleware to handle uploads, views, records, automation runs and users.
|
2020-10-07 17:56:47 +01:00 |
mike12345567
|
17a4b058b5
|
Merge branch 'master' of github.com:Budibase/budibase into linked-records
|
2020-10-07 14:48:20 +01:00 |
mike12345567
|
691ea16998
|
Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system.
|
2020-10-07 00:24:56 +01:00 |
Andrew Kingston
|
c80f9e9da2
|
Merge branch 'master' of github.com:Budibase/budibase into linked-records
|
2020-10-06 18:03:43 +01:00 |
mike12345567
|
f3c4144072
|
Minor update to remove send grid from the API component of the builder and make them part of the automation itself.
|
2020-10-05 17:45:31 +01:00 |
mike12345567
|
5540fa226c
|
Fixing an issue with linked records showing up as models after id changes.
|
2020-10-02 16:49:36 +01:00 |
mike12345567
|
4fbccfcc92
|
Some quick automation fixes.
|
2020-10-02 16:42:47 +01:00 |
mike12345567
|
6b222ffbf0
|
Merge branch 'remove-views' of github.com:Budibase/budibase into linked-records
|
2020-10-02 14:49:23 +01:00 |
mike12345567
|
2aff68b245
|
Adding jsdoc to the db utils and removing the views, this is a breaking change for existing apps.
|
2020-10-02 12:37:46 +01:00 |
Michael Drury
|
0a80abfd0e
|
Purging the use of views where possible, this update should remove the use of by_type and all model views.
|
2020-10-01 17:22:08 +01:00 |
mike12345567
|
a20ffd4c17
|
Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records
|
2020-09-25 18:05:38 +01:00 |