1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00
Commit graph

12854 commits

Author SHA1 Message Date
Andrew Kingston
d33a59e2b0 Add API endpoint to fetch list of plugins to core API 2022-08-11 15:28:19 +01:00
Andrew Kingston
f00d860d9c Use full component names for custom components in client library 2022-08-11 15:27:51 +01:00
Andrew Kingston
152e8271da Insert script tags for custom component bundles to app preview 2022-08-11 15:27:09 +01:00
Andrew Kingston
e6303fb4ec Remove static definition from store and properly handle custom components from API 2022-08-11 15:25:43 +01:00
Andrew Kingston
e8b9a49074 Attach correct content type to JS files when uploading to object store 2022-08-11 15:25:04 +01:00
Andrew Kingston
ed751212eb Add plugin upload to core API client, add response to plugin upload endpoint 2022-08-11 10:37:57 +01:00
mike12345567
a683665a99 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
mike12345567
f15d3a5b0e Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 17:30:18 +01:00
Andrew Kingston
16e42dc5a1 Add full PoC of using a custom component inside the builder, with children and bindings 2022-08-10 16:54:13 +01:00
mike12345567
7ce8a9e254 Validating datasources fully, initial work towards validating components and including the build in the CLI. 2022-08-10 16:19:08 +01:00
Andrew Kingston
07909c9ae3 Remove forced custom component from client library 2022-08-10 15:52:19 +01:00
Andrew Kingston
eab1b93c24 Update client library to full handle custom components 2022-08-10 15:34:00 +01:00
mike12345567
8ac1a20ef7 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 13:31:10 +01:00
mike12345567
2a98e4addf First part of plugin CLI - generates the skeleton project and enriches it with user input. 2022-08-10 13:11:57 +01:00
Budibase Staging Release Bot
ebc114f4fd Update pro version to 1.2.28-alpha.0 2022-08-10 11:13:09 +00:00
Budibase Staging Release Bot
e2550cc19d v1.2.28-alpha.0 2022-08-10 11:09:57 +00:00
Andrew Kingston
3745cf6b46 Add PoC of using a custom component inside client library 2022-08-10 12:04:58 +01:00
mike12345567
1ba804f507 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-10 11:55:53 +01:00
Budibase Release Bot
8c91c52c18 Update pro version to 1.2.27 2022-08-10 08:46:47 +00:00
Budibase Release Bot
09acdb11df v1.2.27 2022-08-10 08:43:44 +00:00
Budibase Release Bot
022054389a Update pro version to 1.2.26 2022-08-09 13:31:52 +00:00
Budibase Release Bot
a07b92e0dd v1.2.26 2022-08-09 13:28:56 +00:00
Rory Powell
dd0395995f Rename async to emit 2022-08-09 14:01:55 +01:00
Rory Powell
f7210e96e4 Fix served events 2022-08-09 13:31:12 +01:00
Budibase Staging Release Bot
c5d89da7d3 Update pro version to 1.2.26-alpha.0 2022-08-09 11:06:45 +00:00
Budibase Staging Release Bot
78c3c31f19 v1.2.26-alpha.0 2022-08-09 11:03:46 +00:00
Martin McKeaveney
c44ae30721 merge from master 2022-08-09 11:52:48 +01:00
Budibase Staging Release Bot
9802d8eba8 Update pro version to 1.2.20-alpha.2 2022-08-09 10:23:45 +00:00
Budibase Staging Release Bot
9ad76c231e v1.2.20-alpha.2 2022-08-09 10:20:35 +00:00
Budibase Release Bot
8f96c85fd5 Update pro version to 1.2.25 2022-08-09 10:12:47 +00:00
Budibase Release Bot
8187e25c6d v1.2.25 2022-08-09 10:08:51 +00:00
Michael Drury
f8e978f321 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
Andrew Kingston
026fd13b41 Set errors to null rather than deleting when validating user email addresses 2022-08-09 10:16:22 +01:00
mike12345567
fda15d3bd8 Adding a test for the case where a user has added a number: at the start of the column - could have broken things. 2022-08-08 19:21:06 +01:00
mike12345567
76f0c4a289 Adding multiple of same property test case for lucene building. 2022-08-08 19:19:33 +01:00
mike12345567
31e83b3f4c Adding unit tests for internal DB lucene syntax building. 2022-08-08 19:17:28 +01:00
Budibase Release Bot
67ca09293e Update pro version to 1.2.24 2022-08-08 16:53:33 +00:00
Budibase Release Bot
9fa59a9242 v1.2.24 2022-08-08 16:50:33 +00:00
Budibase Release Bot
f1a529926a Update pro version to 1.2.23 2022-08-08 15:57:56 +00:00
Budibase Release Bot
84da0b6dc0 v1.2.23 2022-08-08 15:55:00 +00:00
Andrew Kingston
7c96eb3bda Fix crash when attempting to parse a nullish automation error 2022-08-08 16:44:00 +01:00
Rory Powell
57ca5261bf Support per app events 2022-08-08 16:22:26 +01:00
Rory Powell
3b5abda2cf Rate limit served:X events 2022-08-08 15:44:29 +01:00
Budibase Release Bot
22e22500af Update pro version to 1.2.22 2022-08-08 14:16:20 +00:00
Budibase Release Bot
cf12dbef7a v1.2.22 2022-08-08 14:13:10 +00:00
Rory Powell
0b9af18eaa Merge pull request #7145 from Budibase/disable-posthog-pageview
Disable pageview event
2022-08-08 15:03:17 +01:00
Budibase Release Bot
63de821180 Update pro version to 1.2.21 2022-08-08 13:23:08 +00:00
Budibase Release Bot
53c2aa3423 v1.2.21 2022-08-08 13:19:20 +00:00
Budibase Staging Release Bot
802f81f90d Update pro version to 1.2.20-alpha.1 2022-08-08 13:04:41 +00:00
Rory Powell
d36ff097ee Update posthog token 2022-08-08 14:03:04 +01:00