Martin McKeaveney
|
bf9efc7102
|
remove screen1 from dummy data
|
2020-10-12 21:22:23 +01:00 |
Martin McKeaveney
|
d00aef571b
|
convenience scripts for restoring budibase installations
|
2020-10-12 20:39:29 +01:00 |
kevmodrome
|
f386dba290
|
add back missing param to validate call on record post route
|
2020-10-12 20:37:41 +02:00 |
kevmodrome
|
1e1662d265
|
lint fixes
|
2020-10-12 18:54:18 +02:00 |
kevmodrome
|
28caf55ac4
|
Merge branch 'master' into feature/add-grid-to-standard-components
|
2020-10-12 18:43:22 +02:00 |
kevmodrome
|
14dc81e994
|
sets correct editable values on fields
|
2020-10-12 18:42:47 +02:00 |
mike12345567
|
1955c73685
|
Handling empty relationship column the same way other columns are handled, it won't do anything until it is valid - but doesn't error.
|
2020-10-12 17:02:52 +01:00 |
mike12345567
|
47b97225a8
|
Improving consistency of model saving, making sure that any validation which could fail happens before any updates are carried out.
|
2020-10-12 16:51:41 +01:00 |
mike12345567
|
9bf568ecb1
|
Fixes for deleting records when a table is deleted.
|
2020-10-12 16:37:08 +01:00 |
mike12345567
|
6362c5ffdc
|
Fixes the link doc ID so that they do not start with automation ID and fixes an error that was occurring when creating tables.
|
2020-10-12 14:31:17 +01:00 |
Martin McKeaveney
|
95cd3f84fc
|
Merge pull request #692 from Budibase/external-webhooks
support for external webhooks
|
2020-10-12 13:53:55 +01:00 |
Martin McKeaveney
|
7f7594895b
|
adding auth object to context rather than separate booleans
|
2020-10-12 13:32:52 +01:00 |
Martin McKeaveney
|
dd2a84d58a
|
support for external webhooks
|
2020-10-12 11:57:37 +01:00 |
kevmodrome
|
5691dc5c67
|
merge master
|
2020-10-12 12:56:27 +02:00 |
Michael Drury
|
f2929bcc7d
|
Merge pull request #684 from Budibase/link-record-performance
Small change that drastically improves the performance of linked records
|
2020-10-12 10:47:57 +01:00 |
mike12345567
|
ba83cad43c
|
Using lodash flatten rather than pure JS.
|
2020-10-12 10:28:53 +01:00 |
Martin McKeaveney
|
506779f8cd
|
Merge branch 'master' into deployment-api-usage
|
2020-10-09 21:43:28 +01:00 |
Martin McKeaveney
|
3f81757faa
|
deployment API usage complete
|
2020-10-09 21:42:20 +01:00 |
mike12345567
|
73e0e37c66
|
Fixing some bugs with JWT creation not getting an API key.
|
2020-10-09 20:44:35 +01:00 |
mike12345567
|
ec6717468b
|
Major performance boost to attachLinks -> makes CSV upload much more snappy.
|
2020-10-09 20:06:54 +01:00 |
Martin McKeaveney
|
75fda94588
|
Merge branch 'api-usage-tracking' of github.com:Budibase/budibase into deployment-api-usage
|
2020-10-09 17:42:17 +01:00 |
mike12345567
|
86102982a1
|
Making sure any errors that occur in usage quota are thrown up to stop endpoint from functioning.
|
2020-10-09 17:28:49 +01:00 |
Martin McKeaveney
|
f75f0f5f28
|
updated quota fixes
|
2020-10-09 17:07:46 +01:00 |
kevmodrome
|
ba1d268639
|
Merge branch 'master' into feature/add-grid-to-standard-components
|
2020-10-09 13:08:03 +02:00 |
Martin McKeaveney
|
e7ee1ea12a
|
Merge branch 'api-usage-tracking' of github.com:Budibase/budibase into deployment-api-usage
|
2020-10-09 11:32:50 +01:00 |
mike12345567
|
4ba636897b
|
Adding in default plan if the obj found does not have the required information.
|
2020-10-09 11:32:25 +01:00 |
mike12345567
|
844383631e
|
Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking
|
2020-10-09 11:21:26 +01:00 |
Martin McKeaveney
|
dbd0382d05
|
Merge branch 'api-usage-tracking' of github.com:Budibase/budibase into deployment-api-usage
|
2020-10-09 11:21:03 +01:00 |
Martin McKeaveney
|
4abc54380d
|
use centralised document types and separators
|
2020-10-09 10:50:44 +01:00 |
Martin McKeaveney
|
c885382225
|
code review
|
2020-10-09 10:46:38 +01:00 |
mike12345567
|
ba758905cc
|
Removing sanisation, instead just using it as a central path system.
|
2020-10-09 10:00:57 +01:00 |
mike12345567
|
334b4b1696
|
Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters.
|
2020-10-09 09:47:37 +01:00 |
Martin McKeaveney
|
c9f791f250
|
remove log
|
2020-10-08 21:52:26 +01:00 |
Martin McKeaveney
|
954f6ad47b
|
use underscores instead of colons, shorten id entity names
|
2020-10-08 21:50:49 +01:00 |
Martin McKeaveney
|
4fa3b9c473
|
Merge branch 'master' of github.com:Budibase/budibase into deployment-api-usage
|
2020-10-08 21:16:16 +01:00 |
Martin McKeaveney
|
3e0c23549c
|
lint and tidy up
|
2020-10-08 21:16:06 +01:00 |
Martin McKeaveney
|
b21cc23b3b
|
removing retry param
|
2020-10-08 21:11:10 +01:00 |
Martin McKeaveney
|
fed836140c
|
v0.2.0
|
2020-10-08 20:32:50 +01:00 |
Martin McKeaveney
|
8880e7574b
|
tidy up
|
2020-10-08 20:23:58 +01:00 |
mike12345567
|
275bd64b1b
|
Fixing linting issue.
|
2020-10-08 18:36:31 +01:00 |
mike12345567
|
b400a06027
|
Updates for API usage after testing against local Dynamo.
|
2020-10-08 17:34:41 +01:00 |
Martin McKeaveney
|
3f4fa0674d
|
update deployment quota after deploy
|
2020-10-08 15:06:27 +01:00 |
kevmodrome
|
579166082d
|
fix delete functionality
|
2020-10-08 14:45:50 +02:00 |
kevmodrome
|
91e27804e5
|
merge master
|
2020-10-08 14:37:57 +02:00 |
mike12345567
|
d2ae589151
|
Merge branch 'linked-records' of github.com:Budibase/budibase into api-usage-tracking
|
2020-10-08 13:30:18 +01:00 |
mike12345567
|
0e3bb46ca5
|
Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records
|
2020-10-08 12:29:09 +01:00 |
mike12345567
|
93281e2adc
|
Using array de-structuring as per review.
|
2020-10-08 12:28:59 +01:00 |
Martin McKeaveney
|
212a24348a
|
hitting deployment success endpoint
|
2020-10-08 10:56:32 +01:00 |
Andrew Kingston
|
4efd38bd2b
|
Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records
|
2020-10-08 10:43:09 +01:00 |
Andrew Kingston
|
36cb7eaee6
|
Fix crashing on creating a record with fields of type link or options due to coercing values
|
2020-10-08 10:42:14 +01:00 |