Andrew Kingston
|
ac8e4ecaeb
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 17:05:58 +01:00 |
Andrew Kingston
|
b123a056ab
|
Notify client when plugins are added when saving screens
|
2022-08-11 17:04:47 +01:00 |
mike12345567
|
ba16af1daa
|
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 16:36:07 +01:00 |
mike12345567
|
8871738c31
|
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
|
2022-08-11 16:34:01 +01:00 |
mike12345567
|
2fbf39947a
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-11 16:28:46 +01:00 |
Andrew Kingston
|
301eecd2c3
|
Detect custom component usages in screens and save metadata in app doc
|
2022-08-11 15:31:21 +01:00 |
Andrew Kingston
|
ac6057480e
|
Enrich component definitions with custom components
|
2022-08-11 15:30:59 +01:00 |
Andrew Kingston
|
6e668f32c6
|
Export updateAppPackage function to be used elsewhere
|
2022-08-11 15:30:27 +01:00 |
Andrew Kingston
|
c9ab2c4fcb
|
Add fetch implementation for plugins and util for plugin params
|
2022-08-11 15:29:51 +01:00 |
Andrew Kingston
|
184936217c
|
SSR scripts for custom components into app HTML
|
2022-08-11 15:28:59 +01:00 |
mike12345567
|
86ab50fe33
|
Fixing viewname enumeration.
|
2022-08-11 14:40:17 +01:00 |
mike12345567
|
b920f8cb05
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
Andrew Kingston
|
f2ee01d58f
|
Add plugin upload to core API client, add response to plugin upload endpoint
|
2022-08-11 10:37:57 +01:00 |
mike12345567
|
b7116ccc18
|
Adding plugin upload API - takes a file form-data and then extracts, uploads to minio and stores data about the plugin to CouchDB.
|
2022-08-10 20:01:48 +01:00 |
Rory Powell
|
3d12db8b2b
|
Merge branch 'master' into develop
|
2022-08-10 14:36:49 +01:00 |
Andrew Kingston
|
0ec6ac3372
|
Add PoC of using a custom component inside client library
|
2022-08-10 12:04:58 +01:00 |
mike12345567
|
3a340379e9
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-10 11:55:53 +01:00 |
Rory Powell
|
3e0cab64f5
|
Add timezone to served events
|
2022-08-10 11:29:11 +01:00 |
Rory Powell
|
4525cf4c6e
|
Trigger served events on ping endpoint
|
2022-08-10 11:01:54 +01:00 |
Rory Powell
|
cf37563c89
|
Fix served events
|
2022-08-09 13:31:12 +01:00 |
Michael Drury
|
1b574bc58f
|
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
|
2022-08-09 11:00:38 +01:00 |
mike12345567
|
77947e8ba9
|
Adding unit tests for internal DB lucene syntax building.
|
2022-08-08 19:17:28 +01:00 |
Andrew Kingston
|
1f3b1b675f
|
Insert table ID back into query for follow-up pagination query
|
2022-08-05 16:06:16 +01:00 |
mike12345567
|
df074c6004
|
Fixing test cases.
|
2022-08-03 18:20:07 +01:00 |
mike12345567
|
5eeb2ea600
|
Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585.
|
2022-08-02 18:34:58 +01:00 |
mike12345567
|
a99ed3bf52
|
Merge branch 'master' of github.com:Budibase/budibase into fix/6737
|
2022-08-01 19:00:17 +01:00 |
mike12345567
|
5aea08fdce
|
Adding mechanism to allow displaying an error on data retrieval for tables.
|
2022-08-01 18:56:59 +01:00 |
Michael Drury
|
62d3fb5cb2
|
Merge pull request #7018 from Budibase/fix/query-val
Quick query JOI validation fix
|
2022-08-01 12:35:58 +01:00 |
mike12345567
|
e267242d8e
|
Quick fix for query validation to fix issue with createdAt and updatedAt properties.
|
2022-08-01 12:07:49 +01:00 |
mike12345567
|
1366bcd87c
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
|
2022-07-29 14:31:18 +01:00 |
mike12345567
|
caaf5dc3c9
|
Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran.
|
2022-07-25 20:45:29 +01:00 |
Peter Clement
|
5e4f6ed3b7
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-25 15:09:42 +01:00 |
mike12345567
|
d8d2749733
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-07-22 19:14:35 +01:00 |
Peter Clement
|
8a066fb1cb
|
move worker middleware to backend-core
|
2022-07-22 11:50:51 +01:00 |
mike12345567
|
e8053b55e6
|
Fixing issue with app DB not being in context for fetch.
|
2022-07-21 16:39:55 +01:00 |
Peter Clement
|
7dc245f073
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-21 11:47:08 +01:00 |
Mel O'Hagan
|
f376fc30b3
|
lint fix
|
2022-07-19 17:28:56 +01:00 |
Mel O'Hagan
|
e5dc38845b
|
Added contains support for datasource pluses
|
2022-07-19 17:25:41 +01:00 |
Mel O'Hagan
|
1345ec831a
|
Test prettier precommit
|
2022-07-19 14:17:09 +01:00 |
Mel O'Hagan
|
6a1867939c
|
Contains now works for internalSearch array type
|
2022-07-19 14:11:40 +01:00 |
Peter Clement
|
c5b9be60c7
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-19 11:23:31 +01:00 |
mike12345567
|
8deab4be06
|
Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak
|
2022-07-14 16:40:23 +01:00 |
Peter Clement
|
6663fc25fc
|
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
|
2022-07-14 13:32:51 +01:00 |
Rory Powell
|
917cbbb6b1
|
WIP: Memory leak fix
|
2022-07-13 08:22:21 -04:00 |
mike12345567
|
d6f92c7039
|
Allowing query backend to attempt to convert types in returned JSON to build a better base schema.
|
2022-07-13 10:53:50 +01:00 |
Peter Clement
|
72a67adcf4
|
improve performance of adding users and groups
|
2022-07-11 15:29:39 +01:00 |
Andrew Kingston
|
bb866f7cc0
|
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
|
2022-07-11 12:13:14 +01:00 |
Martin McKeaveney
|
abcc909c14
|
lint fix
|
2022-07-11 11:29:00 +01:00 |
Martin McKeaveney
|
95a7155b79
|
update builder path
|
2022-07-11 11:16:31 +01:00 |
Martin McKeaveney
|
387f224198
|
remove beta stuff and remove self-host banners
|
2022-07-11 11:08:56 +01:00 |