1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
Commit graph

25138 commits

Author SHA1 Message Date
Andrew Kingston 05553916ff Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 15:31:37 +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
Andrew Kingston 66ab9dcc8b Add API endpoint to fetch list of plugins to core API 2022-08-11 15:28:19 +01:00
Andrew Kingston dff1cec9e0 Use full component names for custom components in client library 2022-08-11 15:27:51 +01:00
Andrew Kingston 144dec50ea Insert script tags for custom component bundles to app preview 2022-08-11 15:27:09 +01:00
Andrew Kingston 019b2181e8 Remove static definition from store and properly handle custom components from API 2022-08-11 15:25:43 +01:00
Andrew Kingston a38373a939 Attach correct content type to JS files when uploading to object store 2022-08-11 15:25:04 +01:00
mike12345567 bff53c6c81 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 11:04:58 +01:00
mike12345567 bf3fd90268 Install after retrieving skeleton for custom plugins. 2022-08-11 11:03:33 +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
mike12345567 bab20e5744 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 17:30:18 +01:00
Andrew Kingston 737d5e1ef3 Add full PoC of using a custom component inside the builder, with children and bindings 2022-08-10 16:54:13 +01:00
mike12345567 7dc9abf54b 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 eb1699381c Remove forced custom component from client library 2022-08-10 15:52:19 +01:00
Andrew Kingston 0a338181ca Update client library to full handle custom components 2022-08-10 15:34:00 +01:00
mike12345567 d5376ebf6b Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 13:31:10 +01:00
mike12345567 b3f6a481b4 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 5b9f241420 Update pro version to 1.2.28-alpha.0 2022-08-10 11:13:09 +00:00
Budibase Staging Release Bot f73078bcbf v1.2.28-alpha.0 2022-08-10 11:09:57 +00: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
Budibase Release Bot a4a2229957 Update pro version to 1.2.27 2022-08-10 08:46:47 +00:00
Budibase Release Bot 3144291948 v1.2.27 2022-08-10 08:43:44 +00:00
Rory Powell c0919ac01b
Merge pull request #7121 from Budibase/proxy-env-support-and-webhook-limiting
Add separate rate limiting config for webhooks + environment variable support
2022-08-10 09:00:20 +01:00
Budibase Release Bot b33a0fb3ad Update pro version to 1.2.26 2022-08-09 13:31:52 +00:00
Budibase Release Bot 1057663353 v1.2.26 2022-08-09 13:28:56 +00:00
Rory Powell 3a07829e15
Merge pull request #7175 from Budibase/fix-served-events
Fix served events
2022-08-09 14:19:27 +01:00
Rory Powell 1a31dff984 Rename async to emit 2022-08-09 14:01:55 +01:00
Rory Powell cf37563c89 Fix served events 2022-08-09 13:31:12 +01:00
Budibase Staging Release Bot 527bf06f48 Update pro version to 1.2.26-alpha.0 2022-08-09 11:06:45 +00:00
Budibase Staging Release Bot 5efb77d1fe v1.2.26-alpha.0 2022-08-09 11:03:46 +00:00
Martin McKeaveney 621ebcf7a4 merge from master 2022-08-09 11:52:48 +01:00
Budibase Staging Release Bot d6a0e3b75e Update pro version to 1.2.20-alpha.2 2022-08-09 10:23:45 +00:00
Budibase Staging Release Bot 93cd77c605 v1.2.20-alpha.2 2022-08-09 10:20:35 +00:00
Budibase Release Bot 56bcd46886 Update pro version to 1.2.25 2022-08-09 10:12:47 +00:00
Budibase Release Bot 152937e3d1 v1.2.25 2022-08-09 10:08:51 +00: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
Martin McKeaveney a79215e5ca
Merge pull request #7165 from Budibase/fix/applications-500
Fix crash when attempting to parse a nullish automation error
2022-08-09 10:55:41 +01:00
Martin McKeaveney 1e77697001
Merge pull request #7166 from Budibase/fix/add-user-validation
Set errors to null rather than deleting when validating user emails
2022-08-09 10:55:11 +01:00
Andrew Kingston d313e4858c Set errors to null rather than deleting when validating user email addresses 2022-08-09 10:16:22 +01:00
mike12345567 2bb0dbdc06 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 be80839573 Adding multiple of same property test case for lucene building. 2022-08-08 19:19:33 +01:00
mike12345567 77947e8ba9 Adding unit tests for internal DB lucene syntax building. 2022-08-08 19:17:28 +01:00
Budibase Release Bot 971dcf4129 Update pro version to 1.2.24 2022-08-08 16:53:33 +00:00
Budibase Release Bot 62df76b14e v1.2.24 2022-08-08 16:50:33 +00:00