Rory Powell
|
ad79aba93b
|
Merge pull request #7367 from Budibase/enable-node-debug
Add support for NODE_DEBUG to app-service in kubernetes
|
2022-08-19 15:26:29 +01:00 |
Rory Powell
|
97cafac46c
|
Add support for NODE_DEBUG to app-service in kubernetes
|
2022-08-19 15:21:53 +01:00 |
Andrew Kingston
|
abd732fa52
|
Add tests for exporting data
|
2022-08-19 13:54:08 +01:00 |
Andrew Kingston
|
3a7c92e202
|
Support filtering data exports to only certain columns with internal tables
|
2022-08-13 15:38:21 +01:00 |
NEOLPAR
|
e5e8f5ed7f
|
Merge branch 'master' into fix/datasource-not-exporting
|
2022-08-12 14:37:44 +01:00 |
NEOLPAR
|
53a01941eb
|
code styles
|
2022-08-12 13:50:35 +01:00 |
NEOLPAR
|
9408137826
|
the error thrown by pouchdb is propagated if it is other than not-found
|
2022-08-11 14:56:13 +01:00 |
mike12345567
|
fc6111272e
|
Fixing viewname enumeration.
|
2022-08-11 14:40:17 +01:00 |
mike12345567
|
b803a3fd93
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
mike12345567
|
0efa0d375d
|
Fixes based on re-trying everything with the new type structures (some empty structures being filled out affected things).
|
2022-08-11 12:24:36 +01:00 |
mike12345567
|
1134b01f39
|
Moving all datasource types around - this is needed to make the SDK/Document types more accesible for the development datasource plugins.
|
2022-08-11 11:48:58 +01:00 |
Martin McKeaveney
|
cfddedd9ab
|
Merge pull request #7210 from Budibase/fix/6013
onEmptyFilter selection for automations
|
2022-08-10 17:32:42 +01:00 |
Martin McKeaveney
|
b3ff94ea84
|
pr comments
|
2022-08-10 16:26:10 +01:00 |
Martin McKeaveney
|
b417521725
|
onEmptyFilter selection for automations
|
2022-08-10 15:38:08 +01:00 |
melohagan
|
180a009220
|
Merge pull request #7179 from Budibase/bug/sev2/airtable-update-add-table-field
Airtable update: add table field
|
2022-08-10 14:21:42 +01:00 |
Mel O'Hagan
|
ec28bb8c63
|
Fix unit test
|
2022-08-10 13:56:15 +01:00 |
Mel O'Hagan
|
785cdea396
|
Use display field
|
2022-08-10 13:54:56 +01:00 |
NEOLPAR
|
720327b58f
|
fixed pouchdb unable to find the view throwing error
|
2022-08-10 13:11:10 +01:00 |
Rory Powell
|
54df92a8c3
|
Add timezone to served events
|
2022-08-10 11:29:11 +01:00 |
Rory Powell
|
500e697974
|
Trigger served events on ping endpoint
|
2022-08-10 11:01:54 +01:00 |
Mel O'Hagan
|
55f53de412
|
Fix unit test
|
2022-08-09 15:54:08 +01:00 |
Mel O'Hagan
|
860880baf2
|
Rename to recordID
|
2022-08-09 14:59:05 +01:00 |
Mel O'Hagan
|
3323388b03
|
Add table field to Airtable update
|
2022-08-09 14:55:45 +01:00 |
Rory Powell
|
f7210e96e4
|
Fix served events
|
2022-08-09 13:31:12 +01:00 |
mike12345567
|
2dea5c5614
|
Some various session fixes based on current data.
|
2022-08-05 21:35:26 +01:00 |
Michael Drury
|
0ec2fa8f38
|
Merge pull request #7114 from Budibase/fix/session-perf
Increasing time between updating session TTLs
|
2022-08-05 17:30:16 +01:00 |
mike12345567
|
52d16d1099
|
Updating sessions to TS, adding env var to set the session update length, adding reasons for invalidation, making sure errors are never considered authenticated.
|
2022-08-05 17:13:03 +01:00 |
Andrew Kingston
|
9fa463313c
|
Insert table ID back into query for follow-up pagination query
|
2022-08-05 16:06:16 +01:00 |
mike12345567
|
cfe3db835b
|
Updating pino logging to remove health check spam.
|
2022-08-04 20:23:45 +01:00 |
mike12345567
|
4f01a7fb80
|
Merge branch 'master' of github.com:Budibase/budibase into fix/6737
|
2022-08-01 19:00:17 +01:00 |
mike12345567
|
de3ceeb119
|
Adding mechanism to allow displaying an error on data retrieval for tables.
|
2022-08-01 18:56:59 +01:00 |
mike12345567
|
87b583e51e
|
Fix for #6737 - making it so that if a column is deleted externally tables can be re-fetched and this will be fixed.
|
2022-08-01 17:40:35 +01:00 |
Michael Drury
|
709e16a582
|
Merge pull request #7018 from Budibase/fix/query-val
Quick query JOI validation fix
|
2022-08-01 12:35:58 +01:00 |
mike12345567
|
a3baad6e04
|
Quick fix for query validation to fix issue with createdAt and updatedAt properties.
|
2022-08-01 12:07:49 +01:00 |
Peter Clement
|
c3a4941119
|
Merge pull request #6989 from Budibase/pc/fixes
User Management UI fixes
|
2022-08-01 09:39:55 +01:00 |
Peter Clement
|
79f7fd380d
|
pr comments and updating group check to be more safe
|
2022-07-30 11:38:08 +01:00 |
Michael Drury
|
be79114081
|
Merge pull request #6898 from Budibase/feature/automation-error-stop
CRON automation stop after a number of errors
|
2022-07-29 16:20:51 +01:00 |
Martin McKeaveney
|
c723deded3
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-07-29 15:45:27 +01:00 |
mike12345567
|
07f3897b55
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
|
2022-07-29 14:31:18 +01:00 |
mike12345567
|
348f7e2d1c
|
Fixing some issues with automations + lucene filtering (with string templating on the backend) as well as type coercion in the query rows action.
|
2022-07-28 13:39:11 +01:00 |
mike12345567
|
76ce26c6b5
|
Adding more logging to server log for cloud etc.
|
2022-07-28 11:14:06 +01:00 |
Rory Powell
|
1dc062a3fb
|
Merge branch 'master' into develop
|
2022-07-27 16:32:36 -04:00 |
mike12345567
|
3a4f2a7e66
|
Fixing issue discovered in #6813 - versioning of query rows was not correct in automations, was using old broken method.
|
2022-07-27 16:18:12 +01:00 |
Peter Clement
|
dca37a61da
|
adding tests and pr comments
|
2022-07-27 10:20:39 +01:00 |
Peter Clement
|
548e8d518c
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-26 20:19:33 +01:00 |
Peter Clement
|
46a6fc5048
|
refactor groups into pro and some other pr comments
|
2022-07-26 20:04:29 +01:00 |
mike12345567
|
f4db17502a
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
|
2022-07-26 17:28:57 +01:00 |
mike12345567
|
d30e27d27d
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-07-26 17:25:55 +01:00 |
mike12345567
|
e7010296ae
|
Fixing issue with test after update.
|
2022-07-26 16:13:41 +01:00 |
Peter Clement
|
4de6d0256d
|
remove uncessary test non we default to users being no access
|
2022-07-26 15:34:56 +01:00 |