Andrew Kingston
db4714d69c
Update mobile design of apps page
2023-01-11 08:37:38 +00:00
Andrew Kingston
6871172822
Make core page layout responsive and update apps list to be responsive
2023-01-11 08:29:57 +00:00
Andrew Kingston
a38d1ec583
Update app list to use a more compact style
2023-01-11 08:10:56 +00:00
Andrew Kingston
b06c6852a3
Optimise client library performance with skeleton loaders ( #9256 )
...
* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value
* Add flag to allow not loading data immediately upon creation of a data fetch object
* Use loading context inside forms to avoid wasted renders while form schema are loading
* Wait for parent data providers to finish loading before loading their own data
* Optimise data provider to reduce updates as much as possible
* Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them
* Remove fetchOnCreation flag for data fetches as now redundant
* Fix issue with deleting the selected button action when the next action has no parameters
* Lint
2023-01-11 08:01:41 +00:00
Mel O'Hagan
77ff0d36b7
Refactor
2023-01-10 17:00:18 +00:00
Mel O'Hagan
dd4fbd075a
Refactor
2023-01-10 16:57:49 +00:00
Mel O'Hagan
293efae980
Merge branch 'develop' into bug/sev5/make-query-name-safe
2023-01-10 16:55:57 +00:00
melohagan
88bda769a4
Merge pull request #8911 from Budibase/bug/sev2/custom-sql-query-bindings
...
Update custom sql query in design when changed in the data section
2023-01-10 16:51:27 +00:00
Dean
4479c2477c
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-10 09:39:11 +00:00
Andrew Kingston
a456e18bde
Remove getting started checklist
2023-01-09 11:33:14 +00:00
Andrew Kingston
85f4648f6f
Move theme and API key into user profile dropdown instead of settings
2023-01-09 09:42:51 +00:00
Andrew Kingston
395b4d7ad8
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign
2023-01-06 15:22:28 +00:00
Dean
6c4f86b9e4
Fix for UI flags. Enabled the indexing UI for autocolumn in edit mode
2023-01-04 09:14:03 +00:00
Dean
c2dab0a60b
Refactored the create/edit column UI, fixed auto column validation issues and some other bugs
2023-01-03 16:04:11 +00:00
Andrew Kingston
66674c7277
Ensure view names are properly encoded to handle certain special characters ( #9145 )
2022-12-22 13:09:07 +00:00
Andrew Kingston
5fdd31f724
Fix extremely long strings in breadcrumbs not wrapping
2022-12-20 17:27:50 +00:00
Andrew Kingston
7ca61c8bca
Rewrite app overview access tab
2022-12-20 17:01:50 +00:00
Andrew Kingston
bbf41f9656
Update overview automation history tab
2022-12-20 12:06:08 +00:00
Andrew Kingston
ab29c10936
Update app overview version and name/url screens
2022-12-20 08:48:20 +00:00
Andrew Kingston
112b879731
Update config checklist to properly center
2022-12-19 16:11:45 +00:00
Andrew Kingston
9bb1cf3af8
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign
2022-12-19 16:05:18 +00:00
Martin McKeaveney
84ab7862d1
fixes for google sheets, admin checklist, and deleting an app from API ( #8846 )
...
* fixes for google sheets, admin checklist, and deleting an app from API
* code review
* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller
* updating REST method for unpublish in API test
* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app
* removing skip_setup from prodAppDb call
* removing commented code
* unit tests and open API spec updates
* unpublish, publish unit tests - delete still in progress
* remove line updating app name in API test
* unit tests
* v2.1.46
* Update pro version to 2.1.46
* v2.2.0
* Update pro version to 2.2.0
* Fix for budibase plugin skeleton, which utilises the old import style.
* Fix side nav styles
* v2.2.1
* Update pro version to 2.2.1
* using dist folder to allow importing constants for openAPI specs
* v2.2.2
* Update pro version to 2.2.2
* Fix for user enrichment call (updating to @budibase/nano fork) (#9038 )
* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.
* Incrementing Nano version to attempt to fix yarn registry issues.
* v2.2.3
* Update pro version to 2.2.3
* Fix SQL table `_id` filtering (#9030 )
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
* v2.2.4
* Update pro version to 2.2.4
* lock changes (#9047 )
* v2.2.5
* Update pro version to 2.2.5
* Make looping arrow point in right direction (#9053 )
* v2.2.6
* Update pro version to 2.2.6
* Types/attaching license to account (#9065 )
* adding license type to account
* removing planDuration
* v2.2.7
* Update pro version to 2.2.7
* Environment variable type coercion fix (#9074 )
* Environment variable type coercion fix
* Update .gitignore
* v2.2.8
* Update pro version to 2.2.8
* tests passing
* all tests passing, updates to public API response
* update unpublish call to return 204, openAPI spec and unit
* fixing API tests
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 13:18:00 +00:00
Andrew Kingston
02ff1fd25d
Lint
2022-12-19 12:47:30 +00:00
Andrew Kingston
e38e0db2c3
Remove useless rows store and remove unecessary state updates
2022-12-19 12:35:35 +00:00
Andrew Kingston
20bd1815ac
Fix issue creating columns due to 'draft' concept when mutating table schemas
2022-12-19 12:22:07 +00:00
melohagan
e6a81f2106
External datasource ordering ( #9048 )
...
* Sort external datasources
* lint
* Refactor
2022-12-19 08:23:24 +00:00
Andrew Kingston
3b1819952d
Builder data section routing refactor ( #8996 )
...
* Improve theming with spectrum badges and dedupe spectrum label usage
* Update data section nav to match designs and use panel component
* Fix main content layout in data section
* Update data section routing for tables
* Improve data section routing for tables to account for edge cases
* Update internal and sample datasource routing
* Update external datasource routing
* Update routing for queries and make a top level concept like everything else
* Update routing for views
* Fix undefined reference when deleting datasource
* Reduce network calls and fix issues with stale datasourcenavigator state
* Update routing for REST queries and unify routes for normal queries and REST queries
* Lint
* Fix links for queries from datasource details page
* Remove redundant API calls and improve table deletion logic
* Improve data entity deletion logic and redirection and fix query details keying
* Improve determination of selected item in datasource tree
* Lint
* Fix BBUI import
* Fix datasource navigator selected state not working for internal DB or sample data
2022-12-17 14:13:06 +00:00
Andrew Kingston
8832864eec
Add initial rewrite of app overview section
2022-12-16 15:54:34 +00:00
FlaminWrap
a1ee10c1c6
Button action for user prompt ( #8676 )
...
* Commit for enhancement #7762
Added Question option for buttons which acts as a dialog prompting the user to confirm or cancel before continuing.
* Fixes
* Made changes to allow custom modal title
Changed Question to User Prompt
Allows custom title
* Revert "Made changes to allow custom modal title"
This reverts commit 42a43bef4914cd52b07a2b6964bf78aa50eb2707.
* Revert "Fixes"
This reverts commit 915a8718e5ac6dd32a6c3d377d5edb02fc8a3138.
* Adds custom title
Adds custom title
* Wrong version of buttonActions was commited
* Delete index.js
* refactor
* lint
Co-authored-by: Mel O'Hagan <mel@budibase.com>
2022-12-15 16:21:24 +00:00
Andrew Kingston
9e290527ed
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign
2022-12-15 15:34:50 +00:00
melohagan
31c7a122f0
Make looping arrow point in right direction ( #9053 )
2022-12-15 15:13:12 +00:00
Andrew Kingston
090ae5df49
Master => Develop ( #9049 )
...
* v2.1.46
* Update pro version to 2.1.46
* v2.2.0
* Update pro version to 2.2.0
* Fix for budibase plugin skeleton, which utilises the old import style.
* Fix side nav styles
* v2.2.1
* Update pro version to 2.2.1
* using dist folder to allow importing constants for openAPI specs
* v2.2.2
* Update pro version to 2.2.2
* Fix for user enrichment call (updating to @budibase/nano fork) (#9038 )
* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.
* Incrementing Nano version to attempt to fix yarn registry issues.
* v2.2.3
* Update pro version to 2.2.3
* Fix SQL table `_id` filtering (#9030 )
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
Co-authored-by: Martin McKeaveney <martin@budibase.com>
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-12-15 12:13:42 +00:00
Rory Powell
786039055e
File authentication using presigned URLs ( #8883 )
...
* file auth wip
* Private plugin bucket wip
* Add etag to logo request, fix circular dependency
* Resolve cyclic dependency
* Ensure browser doesn't cache custom component
* Global file fixes
* File fixes / remove permaUrl
* Add ctx local storage
* Enable presigned url to work from any host
* Test fix
* Self hosting w/ S3 + other fixes
* Fix for serving dev app in multi tenant
* Fix backup restore and import attachment url processing, never store attachment urls
* Test fixes
* Unit tests WIP
* Replace file path with base64 encoded private key
* Multi tenancy tests for files
* Environment files fixes
* Post-merge build and test fixes
* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass
* Re-add default '/' minio route :(
* Rename iconFile -> iconFileName
* Add cloudfront vars to k8s templates
* Remove public bucket policy
* Remove duplicated test
2022-12-15 11:35:22 +00:00
Andrew Kingston
c3b6afbb6f
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Andrew Kingston
0419f22931
Update button styles to always use newStyles, update auth page styles
2022-12-14 15:51:56 +00:00
Andrew Kingston
dfed2c26c7
Update font styles to allow for easy customisation
2022-12-14 15:33:16 +00:00
Andrew Kingston
6091d00f93
Update and standardise page headers and subtitles, and remove side nav titles
2022-12-14 12:27:05 +00:00
Andrew Kingston
97e36ed7a9
Update copy on settings pages
2022-12-13 16:19:20 +00:00
Andrew Kingston
33ac401046
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign
2022-12-13 15:25:32 +00:00
Dean
cdcefa16bb
Filtering and sort on data row export
2022-12-13 10:13:17 +00:00
Martin McKeaveney
bfab6fc335
merge
2022-12-09 13:35:18 +00:00
Andrew Kingston
7107df83e8
Ensure filters are reset when changing table in the data section
2022-12-07 13:08:58 +00:00
Andrew Kingston
5cad5e2604
Merge pull request #8965 from Budibase/cheeks-fixes
...
Misc fixes
2022-12-07 13:01:14 +00:00
melohagan
bf01631cdc
Merge pull request #8886 from Budibase/bug/sev3/query-bindings-drawer
...
Query bindings drawer fixes
2022-12-07 11:06:19 +00:00
Andrew Kingston
e26d5096ae
Merge branch 'cheeks-fixes' of github.com:Budibase/budibase into cheeks-fixes
2022-12-07 09:54:47 +00:00
Andrew Kingston
608576ff3b
Remove console log
2022-12-07 09:02:31 +00:00
Andrew Kingston
d4a7412163
Update filter labels to reflect that more than and less than also include equal to
2022-12-07 09:00:29 +00:00
Andrew Kingston
0e9477b982
Fix filter drawer and filtering in general across data, design and automate and update to support keyed fields and 'match any'
2022-12-07 08:57:17 +00:00
mike12345567
d3029d33ae
Minor fix for #8843 - the binding input drawer was using the format helper. rather than helpers. when generating JS helpers.
2022-12-06 18:21:54 +00:00
Dean
4826f1ef82
Force a re-initialisation of table data and paging when importing rows to a datasource
2022-12-05 15:02:39 +00:00
Michael Drury
5e0664e683
Merge pull request #8915 from Budibase/fix/8882
...
Fix/8882
2022-12-05 12:56:34 +00:00
mike12345567
3a31981778
Updating error message.
2022-12-05 11:48:27 +00:00
Andrew Kingston
783e95b688
Merge pull request #8667 from FlaminWrap/Flaminwrap-Enhancement-7604
...
Allow user to disable hard coded notifications for button actions #7604
2022-12-05 09:36:31 +00:00
mike12345567
0ca1c359a5
Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly.
2022-12-02 17:28:37 +00:00
Mel O'Hagan
382d2d49eb
Disable MongoDB pipeline in QueryBindingView
2022-12-02 15:53:05 +00:00
Mel O'Hagan
32285a2a1f
Update value with new query
2022-12-02 15:10:43 +00:00
deanhannigan
9c923c7f8c
Merge pull request #8789 from Budibase/feature/add-delete-to-row-edit-modal
...
Add delete to row edit modal
2022-12-02 09:12:47 +00:00
Rory Powell
7a7bbd1857
Merge branch 'master' into develop
2022-12-01 14:39:05 +00:00
Mel O'Hagan
e83c25cb24
Remove console log
2022-12-01 10:37:58 +00:00
Mel O'Hagan
f950e572e5
Adjust z index
2022-12-01 10:34:03 +00:00
Mel O'Hagan
002c1e7201
Remove helpers and convert to JS query bindings
2022-12-01 10:29:06 +00:00
Andrew Kingston
b336a916c7
Merge pull request #8788 from Budibase/side-panel
...
Side panels
2022-11-30 16:04:35 +00:00
Dean
57cda93bf5
Fix for table and view editing. Mutation was causing several issues in the builder
2022-11-30 09:53:18 +00:00
Dean
dc001bc27f
Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed
2022-11-29 12:54:22 +00:00
Andrew Kingston
8567ae70af
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-29 12:22:56 +00:00
Michael Drury
03a2be6740
Merge pull request #8530 from FlaminWrap/Flaminwrap-Enhancement-7138
...
Automation steps in the automation builder and tester #7138
2022-11-29 11:53:04 +00:00
Michael Drury
4f4eb4da26
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-29 11:13:54 +00:00
Mel O'Hagan
2e5744eedd
Remove _id from filter field list in external dbs
2022-11-29 11:00:54 +00:00
Dean
7d0e2c289d
Disabled the ability to rename the Sample Data datasource. Updated the backend to ensure that renaming doesn't alter its structure and block deletion
2022-11-28 17:25:10 +00:00
Andrew Kingston
27bea5c85b
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-28 09:57:12 +00:00
Martin McKeaveney
f19e82d81c
Merge pull request #8790 from Budibase/bug/sev4/duplicate-add-binding-button
...
Remove duplicate add binding button
2022-11-25 13:33:36 +00:00
Mel O'Hagan
57f695ac3c
Don't add numbering to primary key
2022-11-24 18:24:38 +00:00
Mel O'Hagan
4b05cd2d2d
Allow tables to be created even if no fetch
2022-11-24 11:45:58 +00:00
Mel O'Hagan
3504348768
Remove duplicate add binding button
2022-11-23 18:19:43 +00:00
Dean
7b65b693e0
Added delete functionality to the edit table row modal
2022-11-23 15:03:00 +00:00
Andrew Kingston
c01b9af1f0
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-22 16:52:09 +00:00
deanhannigan
c5df700d82
Merge pull request #8672 from Budibase/feature/default-internal-datasource
...
Default Datasource and sample row data
2022-11-22 10:32:12 +00:00
Mel O'Hagan
f385d7a6a9
Refactor
2022-11-21 16:24:24 +00:00
Mel O'Hagan
f1c6d15999
Merge branch 'develop' into feature/dynamic-filter-custom-labels
2022-11-21 16:20:05 +00:00
Dean
64e7239d42
Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource
2022-11-21 15:40:11 +00:00
Mel O'Hagan
8fae013203
Add subject prop
2022-11-21 15:11:21 +00:00
mike12345567
cfbed0b236
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-21 15:05:48 +00:00
Mel O'Hagan
e7becbf849
Remove duplication
2022-11-21 14:48:26 +00:00
Mel O'Hagan
79dc972c56
Don't allow cell edit for dynamic filter col conf
2022-11-18 16:19:49 +00:00
Andrew Kingston
8bc87d0289
Merge pull request #8608 from Budibase/fix/form-block
...
Fix form block issues
2022-11-17 10:28:33 +00:00
Andrew Kingston
e8b993b14c
Add working side panels to table blocks
2022-11-17 10:16:45 +00:00
Dean
2599748918
Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource
2022-11-15 17:11:19 +00:00
Dean
f73b4f8b01
Review updates
2022-11-15 17:03:35 +00:00
Mel O'Hagan
2cec318af1
Allow underscores in column names
2022-11-15 16:57:18 +00:00
Andrew Kingston
0137796a20
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-15 13:05:11 +00:00
Andrew Kingston
fa3de9f0ac
Lint
2022-11-15 13:04:09 +00:00
Andrew Kingston
e7061647da
Ensure action parameters can never be null and fix display of close screen modal action
2022-11-15 12:52:06 +00:00
Dean
0b75f6036d
Fix to ensure an appropriate internal source is selected when creating an internal table
2022-11-15 12:18:04 +00:00
Andrew Kingston
e37027f808
Use explicit actions for opening and closing side panels, and automatically close side panels when using form blocks
2022-11-15 11:54:20 +00:00
Andrew Kingston
aa81e0451a
Add button action for showing/hiding side panels
2022-11-14 15:02:57 +00:00
Dean
ff7a3b8cef
Default Datasource and sample row data
2022-11-13 21:37:50 +00:00
Dean
0619fcd281
Added multiselect/array options support to the view contains filter
2022-11-13 18:16:04 +00:00
FlaminWrap
0859691afe
Ran yarn lint:fix
...
Ran yarn lint:fix as I forgot to do that
2022-11-13 17:25:48 +00:00
FlaminWrap
e190f932d8
Commit for enhancement #7604
...
Added a checkbox to allow the user to disable the default notifications to the following button actions:
* Save row
* Duplicate row
* Trigger automation
* Execute query
* Delete row
Also adjusted buttonActions.js to reflect the behaviour of that checkbox being ticked.
2022-11-13 17:08:23 +00:00
Andrew Kingston
98ce87e8f7
More WIP portal redesign!
2022-11-09 09:45:37 +00:00
Mel O'Hagan
ca2f85b6f9
Use whitelist instead
2022-11-08 17:16:35 +00:00
Mel O'Hagan
4f1ecf6dc1
Missed colon
2022-11-08 17:07:25 +00:00
Mel O'Hagan
847fc9f83a
Remove escaped characters
2022-11-08 17:03:13 +00:00
Mel O'Hagan
572e31fb29
Block lucene special characters from new column
2022-11-08 17:02:31 +00:00
Martin McKeaveney
83cdc07d61
tidy up
2022-11-06 22:45:49 +00:00
Martin McKeaveney
41e004b18b
bunch of small UX updates around row creation, borders, new buttons
2022-11-06 22:35:33 +00:00
FlaminWrap
fe135fc6d7
Afterthought
...
Remembered that idx === 0 is the same as isTrigger
2022-11-05 00:20:38 +00:00
FlaminWrap
41a9bf8e82
Commit for enhancement #7138
...
*Added automation steps
*Added steps for testing panel
*Changed a testing panel error message as it didn't seem accurate
2022-11-05 00:05:15 +00:00
mike12345567
9bf6f0b1a3
Fixing an issue which meant validation would consider datasources invalid despite the configuration being valid - #8510
2022-11-03 17:50:24 +00:00
mike12345567
86c90c7971
Fixing an issue which meant validation would consider datasources invalid despite the configuration being valid - #8510
2022-11-03 17:47:33 +00:00
Michael Drury
45154e0961
Merge pull request #8476 from Budibase/fix/2.1.x-fixes
...
Backups UI improvements and fix for datasource setting saving
2022-11-02 15:34:26 +00:00
Mel O'Hagan
3f28cfbed4
Refactor
2022-11-02 12:10:38 +00:00
Mel O'Hagan
e9b84659f4
Refresh BindingBuilder if query.parameters changes
2022-11-02 11:22:48 +00:00
mike12345567
b9334a373c
Fixing issues discussed in #8460 around backup UI.
2022-11-01 18:24:11 +00:00
mike12345567
cbd6ce7f32
Fixing an issue with datasource validation restricting saving of configuration - #8465 .
2022-11-01 16:30:20 +00:00
Martin McKeaveney
87717ebdf5
merge with master
2022-10-31 13:44:23 +00:00
Martin McKeaveney
cd13c49f67
Merge pull request #8282 from Budibase/fix/multipicker-default-behaviour
...
Parse multi-select values/defaults to avoid unusable options.
2022-10-31 10:37:26 +00:00
Dean
1418790756
Ensure 'validationErrors' is checked for details field errors when parsing an error response on update
2022-10-28 15:46:03 +01:00
Andrew Kingston
16bfe97015
Update user and groups pages
2022-10-28 08:03:06 +01:00
Andrew Kingston
0cdc814bcc
Add redesign for apps pages
2022-10-27 19:20:55 +01:00
Dean
c17cfc2666
Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour
2022-10-26 09:10:21 +01:00
Peter Clement
e41ada9062
remove logs
2022-10-26 09:03:50 +01:00
Peter Clement
20612c8d00
Merge remote-tracking branch 'origin/develop' into pc/backups-ui-fixes
2022-10-25 16:27:32 +01:00
Peter Clement
5a2001bcbc
fix loading state
2022-10-25 16:22:29 +01:00
Peter Clement
27fa18ad7d
fix icon sizing
2022-10-25 16:15:50 +01:00
Peter Clement
e48d4aaf1a
formatting
2022-10-25 16:06:22 +01:00
Peter Clement
679e22384c
Assorted Backups UI fixes
2022-10-25 16:05:19 +01:00
Mel O'Hagan
e11f4932d3
Handle multiple automation loop bindings
2022-10-25 15:19:07 +01:00
Andrew Kingston
603c8744a5
Merge branch 'master' into master-develop
2022-10-25 12:03:33 +01:00
melohagan
3ade5b4b65
Merge pull request #8371 from Budibase/bug/sev3/validate-datasource-config
...
Validate datasource config
2022-10-25 09:24:32 +01:00
Peter Clement
195beec069
ui comments
2022-10-24 16:52:29 +01:00
Peter Clement
5942c65d31
Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui
2022-10-24 16:43:59 +01:00
Peter Clement
74a6594320
autofill restore backup name
2022-10-24 16:20:03 +01:00
mike12345567
cf1843002d
Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/backups-ui
2022-10-24 15:50:45 +01:00
Peter Clement
2ffae3a0d6
always show automation history tab
2022-10-24 15:38:03 +01:00
Peter Clement
1aca8756f6
pr comments
2022-10-24 15:09:32 +01:00
Mel O'Hagan
ad7c68cbe0
Add padding
2022-10-24 15:02:56 +01:00
Peter Clement
146cdaa131
add pro check and default state
2022-10-24 15:00:00 +01:00
Mel O'Hagan
2dd06c1018
Allow automations scroll. Copy datasource class.
2022-10-24 14:56:05 +01:00
Mel O'Hagan
777e8f91f1
Remove touch check for error consistency
2022-10-24 09:46:53 +01:00
Mel O'Hagan
2eccc935d9
Merge branch 'develop' into bug/sev3/validate-datasource-config
2022-10-24 09:27:24 +01:00
mike12345567
89dd9b259d
Adding in new pending state.
2022-10-21 18:33:58 +01:00
mike12345567
1064095d94
Updating frontend to allow searching by type and trigger.
2022-10-21 17:03:01 +01:00
Peter Clement
d17241d8d7
refetch after backup / delete / update
2022-10-21 16:00:10 +01:00
Dean
11189205ff
Merge remote-tracking branch 'origin/master' into fix/json-field-in-automation-step
2022-10-21 15:35:34 +01:00
Dean
7bfd07ac6c
Ensure bindings are not mutated when enriching with custom icons
2022-10-21 15:33:56 +01:00
Peter Clement
93c042d0eb
fix download issue and pass name for backup after restore
2022-10-21 14:10:08 +01:00
Martin McKeaveney
69775a0324
Merge pull request #8016 from Budibase/feature/redirect-after-modal-close
...
Allow screen redirect after modal close
2022-10-21 08:58:21 +01:00
mike12345567
1eac53230e
Adding restore work - new modal to create a backup.
2022-10-20 18:46:16 +01:00
mike12345567
6256b5f73d
Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui
2022-10-20 17:48:03 +01:00
mike12345567
0c2ae220a2
Updating rendering of table - as per Andy's new designs based on the restore event.
2022-10-20 17:43:54 +01:00
Peter Clement
d138d5ebaa
add ability tofilter by range
2022-10-20 16:10:09 +01:00
Peter Clement
62ada4f7cc
integrate download and update and update datepicker
2022-10-20 15:09:43 +01:00
Peter Clement
039bb76b5b
Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui
2022-10-20 13:46:36 +01:00
Peter Clement
047d605f2f
add restore funtionality
2022-10-20 13:33:50 +01:00
mike12345567
f9b97ef6f7
Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui
2022-10-20 12:51:03 +01:00
mike12345567
53788789d7
Correcting contents rendering.
2022-10-20 12:47:45 +01:00
Peter Clement
f5c9e22d42
fix paging and add deletion
2022-10-20 11:46:04 +01:00
Peter Clement
627b0afa18
lint
2022-10-19 16:11:25 +01:00
Peter Clement
3e7d631031
add paging and add more custom table renderers
2022-10-19 16:08:34 +01:00
Peter Clement
71439d4b82
add datepicker range and test search
2022-10-19 10:16:54 +01:00
Peter Clement
81aa2fbfcc
add base ui and backups tab
2022-10-18 18:38:49 +01:00
Dean
7ccf29bff7
Pushed default parsing up into the InnerForm component to ensure that invalid default values are removed entirely. Fixes for custom validation for array types
2022-10-18 16:24:36 +01:00
Dean
4d71143015
Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour
2022-10-18 09:30:50 +01:00
Dean
557499a4d7
Minor update to fix padding for the json field label
2022-10-17 12:43:23 +01:00
Dean
50eee8d938
Added the json field type to the Automation field block. Also added in the automation icon to identify the automation bindings
2022-10-17 12:08:37 +01:00
Dean
bb4ee20bd6
Values or defaults passed to the picker are parsed to ensure only valid options are marked/added to the component.
2022-10-17 12:03:13 +01:00
Andrew Kingston
d7f033eedf
Add sensible min widths to settings in the filter drawer
2022-10-15 13:23:20 +01:00
Mel O'Hagan
26a16f1931
Handle null or empty steps
2022-10-14 08:02:29 +01:00
deanhannigan
aa1293f15a
Merge pull request #8153 from Budibase/feature/qr-barcode-reader
...
Feature/qr barcode reader
2022-10-13 16:43:54 +01:00
Mel O'Hagan
8a7f6fcd27
Added null propagation operators
2022-10-13 16:17:47 +01:00
Dean
7125e3f6e3
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
2022-10-13 16:16:28 +01:00
melohagan
bea6e250b8
Update packages/builder/src/components/integration/index.svelte
...
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2022-10-13 16:13:56 +01:00
Andrew Kingston
bfee51aeab
Update formula tooltip to explain they cannot be sorted by
2022-10-13 16:11:53 +01:00
Andrew Kingston
167f8f368b
Only show sortable fields for sort column settings
2022-10-13 15:58:44 +01:00
Mel O'Hagan
080694a08a
Rename flowEditors to stepEditors
2022-10-13 13:07:53 +01:00
Mel O'Hagan
10367dfb43
Rename flow to pipeline
2022-10-13 13:05:45 +01:00
Mel O'Hagan
ac3d389163
Allow stages to be swapped in flow
2022-10-12 18:42:35 +01:00
Mel O'Hagan
9f60a6c485
Allow template to be used when changed body blank
2022-10-12 16:20:11 +01:00
Mel O'Hagan
33c36c1112
Include stage templates
2022-10-12 15:31:53 +01:00
Mel O'Hagan
c67c784e15
Merge branch 'develop' into lab/mongodb
2022-10-12 10:29:27 +01:00
Mel O'Hagan
3b907e2cb5
Merge branch 'master' into bug/sev3/edit-column-modal-state
2022-10-12 10:23:17 +01:00
Mel O'Hagan
8210233f36
Edit clone of column
2022-10-12 10:22:54 +01:00
Rory Powell
2f0f36e635
Merge branch 'master' into merge-master
2022-10-12 10:19:46 +01:00
melohagan
8757105501
Merge pull request #8169 from Budibase/bug/sev3/delete-button-roles
...
Hide delete button for built-in roles, and prevent duplicate roles
2022-10-12 09:11:58 +01:00
Dean
299122324e
Ensure field type is preserved if it contains a slash. Some additional refactoring
2022-10-10 14:20:06 +01:00
Dean
9d00b59c49
Adjustments to accomodate the updates scanner type
2022-10-10 12:11:29 +01:00
Martin McKeaveney
536b7238e9
redis fix for new instances, removing relationship options from google sheets integration
2022-10-10 11:00:45 +01:00
Dean
07be0208e5
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
2022-10-10 09:08:48 +01:00
Andrew Kingston
f27704ccf6
Merge branch 'develop' of github.com:Budibase/budibase into form-block
2022-10-07 12:45:53 +01:00
Andrew Kingston
bdce3fc9fc
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
2022-10-07 11:31:32 +01:00
Dean
c09154b03e
Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list
2022-10-07 11:00:25 +01:00
Mel O'Hagan
c9f3dc7fe4
Don't allow duplicate roles
2022-10-06 19:22:18 +01:00
Mel O'Hagan
49117d8595
Fix inherits role options
2022-10-06 18:23:02 +01:00
Mel O'Hagan
32e6c5bd7a
UI fixes
2022-10-06 18:19:00 +01:00
Dean
e251c914ff
Review feedback changes. Changed 'Code' labelling to 'Scanned Code'
2022-10-06 13:02:17 +01:00
Dean
1626338b15
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
2022-10-05 09:29:32 +01:00
Dean
2ec21741d1
Initial commit of QR Reader field
2022-10-05 09:28:07 +01:00
Michael Drury
89436d3d13
Merge pull request #7873 from Budibase/bug/column-name-other-table-validation
...
Don't show validation error for existing relationship
2022-10-04 12:49:47 +01:00
Mel O'Hagan
55c112677e
Added support for JSON array stages
2022-10-04 11:03:24 +01:00
Mel O'Hagan
91db8f10ab
Improve editor refresh on delete
2022-10-04 10:18:16 +01:00
Mel O'Hagan
0d08eb60c5
Merge branch 'develop' into lab/mongodb
2022-10-03 17:10:21 +01:00
deanhannigan
3520843e4a
Merge pull request #8014 from Budibase/feature/automation-log-filter-by-license
...
Feature/automation log filter by license
2022-10-03 10:49:24 +01:00
Andrew Kingston
ea35b9bff6
Fix table setting type
2022-09-30 16:26:24 +01:00
mike12345567
3b0518296d
Removing some un-necessary duplicated statements.
2022-09-30 14:32:32 +01:00
mike12345567
c40ce20a38
Improving regex for processing custom SVG.
2022-09-30 09:17:38 +01:00
mike12345567
95136a54f2
Adding ability for datasource plugins to have a custom icon svg.
2022-09-29 19:30:53 +01:00
Dean
67437c3db1
Centralised licensing types to frontend-core contants. Some minor refactoring
2022-09-29 09:17:22 +01:00
Andrew Kingston
10320574a4
Update naming conventions in filter drawer
2022-09-28 15:36:35 +01:00
Andrew Kingston
7909745fb5
Simplify, strengthen and make consistent filter drawer validation logic
2022-09-28 15:08:44 +01:00
Andrew Kingston
6c63edc279
Merge branch 'master' of github.com:Budibase/budibase into bug/sev2/is-in-filter-startswith-crash
2022-09-28 14:16:45 +01:00
Mel O'Hagan
4bb9dad06e
Add screen input to CloseScreenModal
2022-09-28 13:49:35 +01:00
Dean
21c330f4fb
Use new licensing feature flag to gate off the filtering behaviour.
2022-09-28 12:17:00 +01:00
Dean
e033af8e87
Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license
2022-09-28 11:39:22 +01:00
Martin McKeaveney
57bbf28119
merge with master
2022-09-26 17:57:23 +01:00
Mel O'Hagan
939d511a14
Merge branch 'develop' into bug/column-name-other-table-validation
2022-09-26 17:03:41 +01:00
Rory Powell
5ffaf487c9
Merge pull request #7969 from Budibase/fix/update-billing-messaging
...
Minor update replacing upgrade terminology for billing notifications
2022-09-26 16:25:32 +01:00
Andrew Kingston
8563f1df90
Merge branch 'master' of github.com:Budibase/budibase into bug/sev2/is-in-filter-startswith-crash
2022-09-26 15:04:02 +01:00
Dean
e21cc72395
Minor update replacing upgrade terminology from notifications relating to billing
2022-09-26 13:58:19 +01:00
Dean
30622a53bf
Ensure display values for metrics are capped at 100% in the day pass modal
2022-09-26 09:52:20 +01:00
Peter Clement
f6d7b5dc8e
Merge pull request #7944 from Budibase/pc/automation-fix
...
Automate fixes
2022-09-26 08:39:47 +01:00
Martin McKeaveney
5d68be1c63
Merge pull request #7864 from Budibase/bug/sev4/relationship-column-types-must-match
...
Do not allow non-matching types for primary/foreign keys - External DB
2022-09-25 13:42:55 +01:00
Martin McKeaveney
3f625cbdab
Merge pull request #7915 from Budibase/fix/table-column-binding-category
...
Added category and icon for table configuration binding drawer
2022-09-25 13:39:44 +01:00
Michael Drury
ec89e27a8c
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-24 17:04:31 +01:00
Dean
80028f3cd7
Merge remote-tracking branch 'origin/develop' into fix/licensing-overlay-flags
2022-09-23 17:40:19 +01:00
mike12345567
6bef55843a
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-23 17:10:30 +01:00
Mel O'Hagan
48f8013492
Refactor
2022-09-23 16:54:39 +01:00
Rory Powell
c528ac1f71
Support deleting license key from self host install
2022-09-23 15:54:59 +01:00
Andrew Kingston
ae23c019a4
Update app overview tile size and wrapping
2022-09-23 15:40:58 +01:00
Dean
e199bd410a
Fix to ensure licensing flags display correctly
2022-09-23 14:45:44 +01:00
mike12345567
fae80e8910
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-23 14:37:50 +01:00
Peter Clement
f069ddb27e
Automation fixes
2022-09-23 13:35:27 +01:00
Andrew Kingston
9b02286a96
Rename some usages of feature flags to tenant feature flags
2022-09-23 12:13:15 +01:00
Rory Powell
33719ef27e
Update group upgrade UX
2022-09-23 11:40:19 +01:00
Dean
42fdc27908
Minor fix to ensure the app name neatly truncates and a general layout fix for apps in smaller resolutions
2022-09-23 10:40:55 +01:00
mike12345567
9b29bd6709
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-22 18:44:16 +01:00
Dean
c3f41c8f31
Added category and icon for table configuration binding drawer
2022-09-22 17:04:58 +01:00
Mel O'Hagan
eaddd72d66
Handle valueType change
2022-09-22 09:40:45 +01:00
Mel O'Hagan
97e33f8eee
Only call startsWith if string
2022-09-21 15:25:53 +01:00
Mel O'Hagan
4c2ac79391
Don't show validation error for relationship
2022-09-21 13:18:04 +01:00
Mel O'Hagan
f11e56547f
Do not allow non-match type primary foreign keys
2022-09-21 09:10:31 +01:00
Rory Powell
72abfd8e52
Invert template display logic to fix cypress
2022-09-20 10:59:12 +01:00
Rory Powell
f699bf1b56
Wrap licensing banners and modals in feature flag, disable logo
2022-09-20 10:15:28 +01:00
Martin McKeaveney
915405275d
merge
2022-09-18 13:30:16 +01:00
mike12345567
5f8f34f6f3
Fix for #7811 - Fixing an issue with the query binding builder - when executing the query you could no longer enrich the value binding.
2022-09-17 10:45:44 +01:00
mike12345567
1be71933ca
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-16 17:02:08 +01:00
mike12345567
ee40819c9e
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-09-16 16:13:20 +01:00
Dean
42984d7b63
Minor update
2022-09-15 16:50:51 +01:00
Dean
78d72b78cb
Fix to include the current user bindings in datasource queries
2022-09-15 16:39:25 +01:00
Dean
4ec4007706
Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing
2022-09-15 12:46:27 +01:00
Dean
c2f6bc9167
Updated copy from the payment modal
2022-09-15 12:45:47 +01:00
Rory Powell
086d9ebdf9
Merge branch 'develop' into feature/day-pass-pricing
2022-09-15 10:56:50 +01:00
Rory Powell
0f98f2fcaa
Merge branch 'master' into develop
2022-09-15 10:19:56 +01:00
Dean
f0f222f9ea
Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing
2022-09-15 09:06:48 +01:00
Rory Powell
8cfd6a9faa
Merge branch 'develop' into feature/day-pass-pricing
2022-09-15 08:55:33 +01:00
Dean
132f347916
Apps Page update to hide apps when sessions are maxed. General refactoring and updates to the licensing notification flows.
2022-09-14 18:04:58 +01:00
mike12345567
8744d0a86c
Renaming data source -> datasource as per Mel's request.
2022-09-14 12:11:20 +01:00
Dean
b848fc52d9
Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing
2022-09-13 11:52:58 +01:00
Dean
60feccaac0
Merge commit
2022-09-13 11:52:31 +01:00
Andrew Kingston
c873a4d965
Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block
2022-09-13 11:32:04 +01:00
Andrew Kingston
3283a0ab5a
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
2022-09-13 11:31:45 +01:00
melohagan
abdb156559
Merge pull request #7333 from Budibase/feature/select-tables-to-fetch
...
Allow list of named tables to be fetched
2022-09-13 11:19:49 +01:00
melohagan
0823bf5d10
Merge pull request #7735 from Budibase/bug/sev2/add-js-to-edc
...
Allow JavaScript bindings in External Data Connector
2022-09-13 10:24:24 +01:00
Rory Powell
45a43baee2
Merge branch 'master' into develop
2022-09-12 14:05:36 +01:00
Rory Powell
884f446671
Merge branch 'develop' into feature/day-pass-pricing-temp
2022-09-12 11:33:02 +01:00
Michael Drury
51725ea6b1
Merge pull request #7685 from Budibase/fix/sept-various-fixes
...
Fix/sept various fixes
2022-09-12 12:16:31 +02:00
Mel O'Hagan
631b08a24e
Allow JS bindings in EDC
2022-09-12 11:04:34 +01:00
Maurits Lourens
8592f79eaa
6538 - add validation to datasource config modal
2022-09-12 10:04:14 +01:00
Mel O'Hagan
1edbb73e33
Remove console log
2022-09-12 08:58:47 +01:00
Mel O'Hagan
76c861c266
Null safety when creating automation from design
2022-09-12 08:57:44 +01:00
Rory Powell
03458f0f34
Usage tooltips and server accurate remaining days calculations
2022-09-12 00:02:29 +01:00
mike12345567
3d66e71d7d
Fixing an issue with deleting large apps with a lot of internal table data and adding back the export modal which allows picking whether an export includes internal table rows - #7583 .
2022-09-09 20:06:29 +01:00
mike12345567
932f119fce
Updating params in the REST interface so that they can be used in and out of the URL - meaning that updating in one place affects the other. Reduces a bit of the confusing UX around this - discussed in #7683 .
2022-09-07 19:15:05 +01:00
mike12345567
86c8618e8f
Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution.
2022-09-07 17:05:17 +01:00
Andrew Kingston
7b4c842eb3
Fix spacing for custom datasources in new datasource modal
2022-09-07 12:40:32 +01:00
Andrew Kingston
5577f31a17
Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block
2022-09-06 09:00:21 +01:00
Andrew Kingston
3088616c47
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks
2022-09-06 08:53:10 +01:00
mike12345567
5c62bdac2e
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-09-05 14:14:47 +01:00
Martin McKeaveney
e4a9b684c7
Merge branch 'develop' of github.com:Budibase/budibase into revert-7503-revert-7414-feature/binding-ux-update
2022-09-02 18:45:00 +01:00
mike12345567
3ba2aaf567
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-09-02 18:21:50 +01:00
Rory Powell
276c455a11
Merge branch 'develop' into feature/day-pass-pricing
2022-09-01 15:26:16 +01:00
Andrew Kingston
b49872bea3
Merge pull request #7568 from Budibase/cheeks-fixes
...
Component action fixes
2022-09-01 15:21:48 +01:00
Andrew Kingston
812304fd93
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-09-01 14:38:36 +01:00
Andrew Kingston
412ee0b35f
Tidy up component list panel monolith
2022-09-01 13:11:41 +01:00
R2bEEaton
983c161139
resolving requested change
2022-09-01 07:15:25 -04:00
R2bEEaton
d611e5dc78
possible fix for yarn lint
2022-09-01 06:36:39 -04:00
Rory Powell
ba5ed65e03
Billing and usage page updates to support different kinds of users and plans
2022-09-01 11:36:23 +01:00
R2bEEaton
b7dd32e7c1
import _ from 'lodash"
...
Missed the import for the `_` from Lodash.
2022-09-01 06:29:38 -04:00
R2bEEaton
72ff3cc957
Automation list sort alphabetically by name #7565
...
This commit addresses issue #7565 (mine). Automations are currently sorted by internal ID and not by name, which makes it slightly harder to find an automation from a user's point of view.
2022-09-01 06:15:34 -04:00
mike12345567
320cbfada3
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-31 15:53:32 +01:00
Martin McKeaveney
e6eb1687d2
Merge pull request #6640 from mslourens/pass_untruncated_title_to_radiogroup
...
Pass a title property with untruncated text to the RadioGroup
2022-08-31 13:32:33 +01:00
Andrew Kingston
df3787bda3
Tidy up component list panel monolith
2022-08-30 13:23:12 +01:00
Andrew Kingston
b86bd5bf03
Add setting button for ejecting blocks. Update manifest to show info beside relevant settings
2022-08-30 10:53:58 +01:00
Martin McKeaveney
02c93071ee
merge
2022-08-30 10:33:37 +01:00
Martin McKeaveney
3f26c411c9
Revert "Revert "Feature/binding ux update""
2022-08-30 10:16:15 +01:00
Martin McKeaveney
65bf17b87c
Revert "Feature/binding ux update"
2022-08-30 10:16:01 +01:00
Rory Powell
fe09208bb1
Usage page updates WIP
2022-08-30 09:53:16 +01:00
Mel O'Hagan
8a75b0a26d
Fix delete
2022-08-25 19:07:13 +01:00
Mel O'Hagan
f2881fc714
Add delete button
2022-08-25 17:40:09 +01:00
Mel O'Hagan
52c8fda064
Add mongodb aggregate method
2022-08-25 17:30:47 +01:00
Dean
5e63adb42b
Added sections for UI component event bindings
2022-08-24 16:38:08 +01:00
Dean
447f45d71b
Updated the hover behaviour for bindings and added flags to stop empty sections from rendering
2022-08-24 12:36:58 +01:00
Dean
2e807fdc3d
Code review updates
2022-08-24 12:07:51 +01:00
Andrew Kingston
de9d46dce8
Add placeholder setting to URLSelect
2022-08-23 14:59:18 +01:00
Andrew Kingston
434fe378c7
Merge branch 'develop' of github.com:Budibase/budibase into form-block
2022-08-23 11:40:15 +01:00
Dean
09bf4ecd42
Removed duplicated div structure
2022-08-23 10:52:25 +01:00
Dean
02c89bcdb1
Minor refactoring and icon updates
2022-08-23 09:56:09 +01:00
Dean
6eb187f706
Merge remote-tracking branch 'origin/develop' into feature/binding-ux-update
2022-08-22 23:09:03 +01:00
Andrew Kingston
bec08eecc8
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-22 17:54:25 +01:00
Dean
f4a5715461
Merge remote-tracking branch 'origin/develop' into feature/binding-ux-update
2022-08-22 12:49:56 +01:00
Dean
098c67ce5d
Initial commit of UX refactor
2022-08-22 12:49:05 +01:00
Andrew Kingston
975afc29d2
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-22 11:27:18 +01:00
Andrew Kingston
23a91b89a7
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-22 11:27:04 +01:00
Andrew Kingston
60ed162fe3
Add missing bindings to show notification action
2022-08-22 11:10:47 +01:00
Andrew Kingston
19c99f4390
Allow configuring whether notification is automatically dismissed or not
2022-08-22 11:08:52 +01:00
Andrew Kingston
8a2f35b3f0
Add action for showing a custom notification
2022-08-22 11:00:51 +01:00
Mel O'Hagan
bfaf1e61e4
Null safety
2022-08-19 14:52:50 +01:00
Rory Powell
7d1a32f729
Merge branch 'master' into develop
2022-08-19 14:15:49 +01:00
Andrew Kingston
7b6cef8794
Rename some usages of button actions to events
2022-08-18 13:43:32 +01:00
mike12345567
7e2d9cd91a
Fixing issue with custom datasource section appearing when none exist.
2022-08-18 12:58:43 +01:00
mike12345567
6a64c23999
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-17 23:21:58 +01:00
mike12345567
2f23de7b3a
Fixing issue with single custom datasource being full width in creation modal.
2022-08-17 23:17:10 +01:00
mike12345567
7dfe049ae6
Adding full builder integration of custom components - splitting into own section properly - fixing some issues with SVG class overlap.
2022-08-17 23:13:51 +01:00
Andrew Kingston
b7cf65e6dc
Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-17 19:41:30 +01:00
Mel O'Hagan
fb51090752
Allow list of named tables to be fetched
2022-08-17 18:16:11 +01:00
melohagan
5b9b071f62
Merge pull request #7243 from Budibase/bug/sev2/orphaned-minio-attachment
...
Delete attachments on field clear from minio bucket
2022-08-17 16:48:27 +01:00
Andrew Kingston
32025ef76d
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-17 16:13:27 +01:00
Andrew Kingston
3caae00d38
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-17 14:20:34 +01:00
mike12345567
b6a5ccbf10
Adding some controls around datasource config creation and updating minio fetch.
2022-08-17 11:01:25 +01:00
mike12345567
ee4f72126a
Updating custom datasource SVG - splitting out in UI.
2022-08-17 10:46:17 +01:00
mike12345567
2aaff7576b
Adding full flow for creating custom datasource.
2022-08-17 10:05:13 +01:00
Michael Drury
6ddf6c58d2
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-16 15:42:47 +01:00
Martin McKeaveney
881d350c66
Merge pull request #7251 from Budibase/fix/various-fixes-martin
...
roll out release services after deployment
2022-08-16 10:17:59 +01:00
mike12345567
51e06a9c7a
Adding custom datasources to UI.
2022-08-15 18:38:09 +01:00
Mel O'Hagan
1200f4d2a0
Allow delete attachments from builder data section
2022-08-15 15:46:55 +01:00
mike12345567
ae9ae26bd4
Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters
2022-08-15 12:24:41 +01:00
Martin McKeaveney
52feda77de
roll out release services after deployment
2022-08-12 17:42:46 +01:00
mike12345567
1c7f860184
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-08-11 16:28:46 +01:00
melohagan
ded9ba0edd
Merge pull request #7215 from Budibase/bug/webhook-automation-error-saving
...
Webhook Automation - Finish and test, error saving automation
2022-08-11 09:42:23 +01:00
Mel O'Hagan
418937e8e5
Null safety
2022-08-10 17:09:51 +01:00
NEOLPAR
60e61f1107
wrong comment
2022-08-10 16:30:26 +01:00
NEOLPAR
0687d7c235
fixing wrong filter, excluding just bb_internal
2022-08-10 16:27:53 +01:00
Rory Powell
664cb2b0b0
Merge branch 'master' into develop
2022-08-10 14:36:49 +01: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
ec6a208b1b
Lint
2022-08-09 10:33:55 +01:00
Andrew Kingston
dbdfb9cb83
Optimise loading in overview tab and add transition to dash card header
2022-08-08 12:25:49 +01:00
NEOLPAR
0b8e0309f6
filtering datasources for execute query actions
2022-08-08 12:12:56 +01:00
Mel O'Hagan
84b86b2450
Handle 'Is in' onOperatorChange
2022-08-06 20:52:34 +01:00
Michael Drury
baa7fc54fe
Merge pull request #6986 from Budibase/labday/transpiler
...
JS helpers, development only HBS -> JS conversion
2022-08-05 11:40:37 +01:00
Andrew Kingston
66ec56e631
Remove public from role options for users
2022-08-05 10:52:34 +01:00
Andrew Kingston
a2dc49453f
Revert app rows to use normal icons
2022-08-05 10:41:44 +01:00
Andrew Kingston
447c51f8f2
Use core icon component for app rows
2022-08-05 10:37:35 +01:00
Andrew Kingston
211b74100b
Standardise icons across groups and users
2022-08-05 10:32:55 +01:00
mike12345567
44a6aa85a9
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-08-04 21:35:55 +01:00
Andrew Kingston
136bb5742f
Fix multiple issues in user details page
2022-08-04 15:33:51 +01:00
Andrew Kingston
53d7b208e4
Fix adding/removing users to group. Remove add all button
2022-08-04 13:25:44 +01:00
mike12345567
26c3f8a486
Switching variable name to make it more obvious value isn't being set directly.
2022-08-04 12:56:08 +01:00
mike12345567
b7f63aed03
Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler
2022-08-04 12:41:10 +01:00
Andrew Kingston
9ad23afc89
Update groups list and groups details pages to new designs. Multiple fixes and improvements. Standardise divider thickness
2022-08-04 11:06:49 +01:00
mike12345567
dee15b6415
Switching to an explicit select for the OR/AND options in the filter.
2022-08-03 17:44:44 +01:00
Dean
b4097c89d4
Removed forced default behaviour for date range
2022-08-03 16:06:39 +01:00
Dean
f03644582a
Updated Pro upgrade flow
2022-08-03 15:43:10 +01:00
Dean
def49fc415
Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license
2022-08-03 14:14:16 +01:00
mike12345567
129c966226
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
Andrew Kingston
e9df049e01
Update delete rows button to be configurable
2022-08-02 16:44:37 +01:00
Dean
66ca438c98
Code review updates
2022-08-02 15:20:53 +01:00
Dean
4b0e89b841
Removed unused class
2022-08-02 11:41:24 +01:00
Dean
028e6d2bf9
Removed debugging line
2022-08-02 11:20:22 +01:00
Dean
31af7b9c69
Ensure the row key is unique even when the rows are sorted.
2022-08-02 11:16:35 +01:00
Dean
cdca1497cc
Linting and tidying
2022-08-02 09:06:35 +01:00
Andrew Kingston
98864c9614
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-01 19:08:30 +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
Dean
7407b5ee45
Minor update to select logic and removed the sample pro badge behaviour
2022-08-01 17:15:46 +01:00
Dean
776160df7f
Investigation edits
2022-08-01 15:23:41 +01:00
Dean
5067e4682c
Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license
2022-08-01 10:28:07 +01:00
mike12345567
860b24649a
Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler
2022-07-29 16:29:05 +01:00
Mel O'Hagan
d41f813efb
Add multiselect for options is in
2022-07-29 16:09:53 +01:00
Andrew Kingston
9717858c95
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-07-29 15:04:37 +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
Mel O'Hagan
1bdc0658e7
Merge branch 'develop' into feature/multiselect-filters
2022-07-29 14:23:12 +01:00
mike12345567
b4a8109cf0
Adding the examples and helper add functionality for JS as well as hiding button to convert outside of development environment.
2022-07-29 14:12:04 +01:00
Andrew Kingston
3ebb2e193f
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-29 13:48:27 +01:00
Andrew Kingston
4b4b6ae6b0
Fix icon colors being static grey in automation section
2022-07-29 13:33:04 +01:00
mike12345567
7a6efe3ea8
Some minor fixes for edge cases.
2022-07-29 09:50:53 +01:00
mike12345567
3d13030aa1
Initial attempt at transpiling HBS to JS.
2022-07-28 20:20:53 +01:00
Andrew Kingston
08f9c628ab
Merge pull request #6920 from Budibase/design-updates
...
Design updates
2022-07-28 10:24:01 +01:00
Mel O'Hagan
6c1c51a22a
Merge branch 'develop' into bug/sev3/remove-validate-current-step-checkbox
2022-07-28 09:25:55 +01:00
Rory Powell
1dc062a3fb
Merge branch 'master' into develop
2022-07-27 16:32:36 -04:00
Mel O'Hagan
406362b3f9
Merge branch 'develop' into feature/multiselect-filters
2022-07-27 18:08:37 +01:00
mike12345567
5945a432e7
Fixing an issue with test panel not updating when new test data comes in.
2022-07-27 16:47:19 +01:00
Andrew Kingston
31ddce3ada
Merge branch 'master' of github.com:Budibase/budibase into design-updates
2022-07-27 11:19:39 +01:00
Andrew Kingston
b4b9a5f526
Shrink square status light, shrink nav item text
2022-07-27 11:16:43 +01:00
Mel O'Hagan
291e13641d
Merge branch 'develop' into feature/multiselect-filters
2022-07-27 10:18:07 +01:00
Peter Clement
548e8d518c
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-26 20:19:33 +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
NEOLPAR
1b3062dfcf
amended code following recommendations in PR comments
2022-07-26 17:22:42 +01:00
NEOLPAR
5bf9ee38a0
fixed automation app:trigger not mapping test modal form
2022-07-26 16:33:27 +01:00
Peter Clement
4de6d0256d
remove uncessary test non we default to users being no access
2022-07-26 15:34:56 +01:00
mike12345567
61f24fe03f
Adding UI for displaying when the CRON job has been stopped and alert the user to next steps.
2022-07-26 13:59:22 +01:00
Mel O'Hagan
35dd4b0aa8
Add Multiselect to FilterDrawer
2022-07-26 13:50:36 +01:00
Andrew Kingston
77f9b11e88
Update version icon to version status light
2022-07-26 10:36:12 +01:00
Andrew Kingston
61481fd50b
Update screen list to match designs. Update nav items to make text clearer. Update screen picker
2022-07-25 17:06:00 +01:00
Peter Clement
df3dd6431e
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-25 15:09:42 +01:00
Andrew Kingston
8296c8f996
Move new component panel to right side, animate via sliding in and remove add component button above preview
2022-07-25 10:20:59 +01:00
mike12345567
bd7ace561a
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-22 19:14:35 +01:00
mike12345567
ff1ae2f8fa
Fix for permission spamming in the automation UI.
2022-07-22 18:43:35 +01:00
Andrew Kingston
03d6a75af8
Replace preview icon with button
2022-07-22 12:04:20 +01:00
deanhannigan
728b3ff7c7
Merge pull request #6800 from Budibase/fix/datasource-binding-editor
...
Fix default input for newly created datasource query bindings
2022-07-21 12:11:01 +01:00
Peter Clement
ad1cf0726f
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-21 11:47:08 +01:00
Dean
bdc8d1e675
Fix for left positioning of the KeyValueBuilder drawers
2022-07-20 16:38:42 +01:00
Mel O'Hagan
5a3688d237
Remove checkbox. Always validate current step.
2022-07-20 09:56:02 +01:00
Peter Clement
94d999faf9
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-19 14:54:29 +01:00
mike12345567
1c02c3d3c3
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-19 14:12:48 +01:00
Peter Clement
ca41e88045
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-19 11:23:31 +01:00
Dean
c5ee19b4ef
Fix to the default input binding to ensure new bindings are set correctly
2022-07-18 15:58:17 +01:00
Andrew Kingston
0aa4f43581
Merge pull request #6733 from Budibase/409-fixes-master
...
Frontend store improvements for conflicts and performance
2022-07-18 15:03:47 +01:00
mike12345567
6afdd6dcec
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-18 14:09:02 +01:00
mike12345567
c525721854
Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from.
2022-07-15 17:13:45 +01:00
mike12345567
d10e5755e7
Removing console log.
2022-07-15 14:33:34 +01:00
mike12345567
c149139253
Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required.
2022-07-15 14:15:16 +01:00
mike12345567
cda958e0b7
Fix for #6702 - remove users table as an option for automation triggers.
2022-07-15 13:39:47 +01:00
Andrew Kingston
aa1c0298bc
Move screen setting updates into store and use patches. Make screen settings generic
2022-07-15 13:09:23 +01:00
Dean
c6f23ca612
Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license
2022-07-15 11:36:41 +01:00
Dean
92ded1afe4
Merge commit
2022-07-15 11:33:05 +01:00
deanhannigan
998f48e171
Merge pull request #6676 from Budibase/feature/app-action-ui-updates
...
Feature/app action UI updates
2022-07-15 10:46:58 +01:00
deanhannigan
d71bf2c9cc
Merge pull request #6557 from Budibase/remove-datasource-from-schema-picker
...
Data providers are excluded from the Form Schema picker
2022-07-15 09:14:39 +01:00
mike12345567
40f8849a63
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-14 19:35:31 +01:00
Peter Clement
819ce4e360
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-14 13:32:51 +01:00
Dean
05abecd503
Merge remote-tracking branch 'origin/develop' into remove-datasource-from-schema-picker
2022-07-13 17:12:07 +01:00
Dean
8426088c2a
Refactoring of the button actions layout, updating the padding of the action categories to better separate them.
2022-07-13 16:53:08 +01:00
Andrew Kingston
561f410037
Add version modal back into builder
2022-07-13 16:13:56 +01:00
Dean
51d8e14293
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-13 14:05:44 +01:00
Martin McKeaveney
e49a9f640b
Merge pull request #6603 from mslourens/duplicate_automation
...
6512 - duplicate automation
2022-07-13 14:02:42 +01:00
Dean
e3170c2a2f
Updated action categories, adding a logic specific entry for the conditional step. Shift the action text above the button.
2022-07-13 12:30:58 +01:00
Dean
b5183fec93
Merge remote-tracking branch 'origin/develop' into feature/app-action-ui-updates
2022-07-13 09:11:03 +01:00
Dean
00eb3bfee3
Made action visibility react based on the number of loaded actions
2022-07-13 09:09:00 +01:00
Andrew Kingston
46f3ec8c46
Improve automation test display layout and spacing
2022-07-11 20:16:22 +01:00
Andrew Kingston
79d31702b8
Add hover effect to automation item header expand icon
2022-07-11 20:04:35 +01:00
Andrew Kingston
45f166b3f4
Update automation run log detail panel padding
2022-07-11 20:03:33 +01:00
Andrew Kingston
c469dbe0ac
Increase spacing on automation run log tab and move pagination control to bottom right of table
2022-07-11 19:53:14 +01:00
Maurits Lourens
e69a328eb4
Pass a title property with untruncated text to the RadioGroup
2022-07-11 15:59:32 +02:00
Martin McKeaveney
6a021ce038
removing beta tab
2022-07-11 14:09:12 +01:00
Andrew Kingston
e00c91c8a6
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-11 12:13:14 +01:00
Martin McKeaveney
367cf37795
remove beta stuff and remove self-host banners
2022-07-11 11:08:56 +01:00
Andrew Kingston
16116f2877
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-11 10:33:50 +01:00
mike12345567
4345391dd3
Quick fixes to automation history UI around publishing and unpublishing.
2022-07-08 19:32:05 +01:00
Dean
1d1de31c35
Action drawer updates. Actions now grouped by type and filterable in the action drawer
2022-07-08 09:09:21 +01:00
Maurits Lourens
10e150df7f
6512 - duplicate automation
2022-07-07 23:39:16 +02:00
Peter Clement
2399dbceb9
linting and tidy
2022-07-07 08:55:32 +01:00
Peter Clement
f2139df344
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-06 16:30:24 +01:00
Peter Clement
8489ae36a4
take into account pagination
2022-07-06 12:58:55 +01:00
Martin McKeaveney
187e138b8f
hide banner from new UI
2022-07-05 19:26:12 +01:00
mike12345567
8ec86f2b35
Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes
2022-07-05 17:46:36 +01:00
mike12345567
48975be041
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-05 17:37:04 +01:00
Peter Clement
00ef0e3ef9
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-05 16:04:01 +01:00
mike12345567
7f80d8d543
Fix for #6534 make the user aware of the readonly properties on the user and how to edit them.
2022-07-05 14:05:20 +01:00
deanhannigan
37ce29fa2d
Merge pull request #6315 from Budibase/feature/current-user-rest-bindings
...
REST query bindings for Current User
2022-07-05 09:22:03 +01:00
Dean
663b405032
Data providers are excluded from the Form Schema picker
2022-07-04 17:01:40 +01:00
mike12345567
0074b0cb1f
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-07-04 15:47:52 +01:00
mike12345567
d390bb9c20
Moving majority of automation logging functionality to pro.
2022-07-04 15:44:47 +01:00
mike12345567
11f1e95cc0
Main body of PR comments - still need to move a bit to pro.
2022-07-04 11:12:08 +01:00
Martin McKeaveney
878fa637f7
Merge pull request #6473 from Budibase/fix/dates-with-custom-templates
...
Fix dates with custom templates
2022-07-04 09:36:37 +01:00
Dean
e14289abee
Added fixes for query body binding. Query parameter fixes and pretty bindings added
2022-07-03 17:33:25 +01:00
Dean
8ea5e92553
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-07-03 14:04:15 +01:00
Dean
31b51e1ecf
Fixes for datasource authentication parsing. Mapping UX updates
2022-07-01 17:27:24 +01:00
mike12345567
c0d8995053
Updating pagination in automation run history to use the same pagination store helper as the users pagination.
2022-07-01 15:48:36 +01:00
mike12345567
21a78d6fc8
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-07-01 15:14:12 +01:00
Andrew Kingston
77a943cc36
Reduce builder side panel width to 260px
2022-07-01 12:47:30 +01:00
Andrew Kingston
2dda9caa32
Update font sizes and weights
2022-07-01 12:03:04 +01:00
Andrew Kingston
2d0b797216
Remove divider from beta tab
2022-07-01 11:34:40 +01:00
Andrew Kingston
c502eff614
Update some font sizes and weights
2022-07-01 11:26:30 +01:00
Peter Clement
45fc55278e
add InputPicker component and finish onboarding flow
2022-06-29 19:04:18 +01:00
Dean
ac1df878d4
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-29 18:50:14 +01:00
Mel O'Hagan
10c722c871
Update SQL Server svg
2022-06-29 16:09:08 +01:00
Mel O'Hagan
1ac5961224
Remove array type option for JSON columns
2022-06-29 14:11:39 +01:00
mike12345567
5383b8b224
Fix for builder loading flow item header.
2022-06-29 13:34:36 +01:00
mike12345567
74261661f1
Updating filter/condition action to show a stopped status rather than error, updating everything else to be aware of this.
2022-06-28 17:02:24 +01:00
Andrew Kingston
e7869504d0
Fix slight issue with column editor layout
2022-06-27 14:44:38 +01:00
mike12345567
9fd64307a9
Adding in management of time range to lookup automation logs in.
2022-06-24 18:11:19 +01:00
mike12345567
a60c41e58b
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-24 17:43:59 +01:00
Andrew Kingston
31502eceee
Pull in role select component from new design UI
2022-06-24 14:31:55 +01:00
Andrew Kingston
0dbc4fcd3c
Pull in more work from new design UI
2022-06-24 14:31:35 +01:00
Andrew Kingston
6a9d8acf9f
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-23 15:33:07 +01:00
Andrew Kingston
0b919f65e2
Lint
2022-06-23 12:07:12 +01:00
Andrew Kingston
af916df75b
Update styles to use spectrum components
2022-06-23 12:05:05 +01:00
Andrew Kingston
8bfd54bd80
Add types to datasources
2022-06-23 11:35:57 +01:00
mike12345567
063540fe0a
Getting notifications working correctly, linking to errors in a better way, generally improving UI, getting some final touches here and there.
2022-06-22 20:23:18 +01:00
Andrew Kingston
a0d83eefaa
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-22 12:49:46 +01:00
Andrew Kingston
680849d561
Merge pull request #6392 from Budibase/custom-csv-export
...
Add option to customise which columns are exported in export data action
2022-06-22 12:49:10 +01:00
Andrew Kingston
b6231b281b
Merge pull request #6352 from Budibase/fix/select-table-by-id
...
Fix autoscreen and autoscreen link creation and deletion
2022-06-22 12:47:57 +01:00
Andrew Kingston
ad57889c79
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-21 15:10:58 +01:00
mike12345567
2d04c57575
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-21 14:25:09 +01:00
mike12345567
2ff853c917
Adding in main portal page automation error notification.
2022-06-21 00:02:22 +01:00
Mel O'Hagan
b3308b09d4
Set external type of field for filter
2022-06-20 17:55:11 +01:00
mike12345567
d8b091309e
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-20 15:56:00 +01:00
Andrew Kingston
f1250840af
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-20 13:28:26 +01:00
Andrew Kingston
6845f86689
Add option to customise which columns are exported in export data action
2022-06-20 12:32:13 +01:00
mike12345567
5d82a39af3
Adding edit automation button.
2022-06-17 17:00:43 +01:00
Andrew Kingston
6580010286
Fix logic around deleting autoscreens and autoscreen links
2022-06-16 11:46:53 +01:00
Andrew Kingston
947840e79e
Use ID rather than name to identiy datasources when creating autoscreens
2022-06-16 11:46:16 +01:00
Dean
9b9b47ff45
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-16 09:59:19 +01:00
Andrew Kingston
6f0c18b3a5
Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui
2022-06-15 15:32:56 +01:00
Andrew Kingston
b5d635c83f
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-15 15:32:33 +01:00
mike12345567
c4ab4b5af8
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-15 15:08:48 +01:00
Andrew Kingston
faa224cf2b
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2022-06-15 11:08:40 +01:00
Andrew Kingston
eb3a7b44b6
Merge pull request #6309 from Budibase/builder-focus-updates
...
Builder focus updates
2022-06-15 11:07:46 +01:00
Andrew Kingston
ab9adc5cd5
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2022-06-15 09:02:35 +01:00
Andrew Kingston
2914f99e67
Improve determination of default values and logic around showing highlighted settings
2022-06-14 15:29:27 +01:00
Andrew Kingston
7ec1b02c99
Scroll the highlighted element into view
2022-06-14 14:32:17 +01:00
Andrew Kingston
e34a79e904
Save highlighted setting key in store and show as highlighted until unmounted or changed
2022-06-14 14:05:28 +01:00
Dean
16458f4b11
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-14 10:16:52 +01:00
Dean
d50a62fd37
Context binding for authenticated user in REST API querys. Includes fix for REST datasource UI
2022-06-14 10:14:05 +01:00
Martin McKeaveney
9c4e44b09e
Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui
2022-06-13 21:01:08 +01:00
Martin McKeaveney
0e04fb843e
CSS updates to beta tab
2022-06-13 21:00:15 +01:00
Andrew Kingston
d89047b2ab
Revert focus specific logic in other components and simplify
2022-06-13 16:11:12 +01:00
Rory Powell
4dc5cfc5a7
Merge branch 'release' into merge-release
2022-06-13 11:45:18 +01:00
Andrew Kingston
9d38fa938f
Update apps list page and app rows to match new styles and behaviours
2022-06-10 12:16:28 +01:00
Dean
d8f82e9482
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-06-10 09:53:39 +01:00
Rory Powell
396a07cac5
Merge branch 'release' into feature/event-backfill
2022-06-09 15:21:49 +01:00
Andrew Kingston
5a35c182c1
Allow role select to accept a placeholder
2022-06-09 14:27:29 +01:00
Andrew Kingston
e806001107
Update action button style for component settings to match designs
2022-06-08 16:51:14 +01:00
Andrew Kingston
56c8a0fcf9
Merge branch 'new-design-ui' of github.com:Budibase/budibase into new-design-ui
2022-06-08 16:22:22 +01:00
Andrew Kingston
3aa7b4e2c9
Update select settings to match the settings bar style where possible
2022-06-08 15:13:47 +01:00
Andrew Kingston
186e281ef0
Fix custom options drawer layout
2022-06-08 12:50:04 +01:00
Mel O'Hagan
9d58b951d8
Rename Firebase to Firestore
2022-06-08 12:05:29 +01:00
Martin McKeaveney
02320c0ee0
Beta tab initial test for E2E, needs styled
2022-06-08 10:20:47 +01:00
Martin McKeaveney
75c599ce70
merge
2022-06-07 16:44:04 +01:00
Martin McKeaveney
1ab022a0af
start of beta panel
2022-06-07 16:40:43 +01:00
Andrew Kingston
d059433f1f
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-07 08:45:57 +01:00
Andrew Kingston
72397530ec
Apply timezones patch from existing ignore-timezones branch
2022-06-07 08:31:00 +01:00
Peter Clement
5bd5d7df1b
Merge pull request #6059 from Budibase/feat/dont-export-app-rows
...
Allow export of app without rows
2022-06-06 16:31:21 +01:00
Peter Clement
bd737cc1ca
negate export button
2022-06-06 15:17:14 +01:00
Rory Powell
6fbb5afeec
Remove ui events except for component created and view published app
2022-06-06 12:51:22 +01:00
Rory Powell
33f44f6ee7
Remove todos
2022-06-06 11:11:13 +01:00
Rory Powell
361ffd224f
Merge branch 'release' into feature/event-backfill
2022-06-06 09:50:06 +01:00
Martin McKeaveney
d5540bbd57
update google sheets strategy to use the standard passport strategy
2022-06-05 16:43:04 +01:00
Maurits Lourens
21305a646a
move the unpublish link
2022-06-03 00:41:16 +02:00
mike12345567
3f412f0a7a
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-01 22:41:37 +01:00
mike12345567
fe84c0f21c
Adding pagination control to the API and to the frontend, as well as getting view working as expected, emitting different key combinations to be able to search by any pattern.
2022-06-01 22:39:51 +01:00
mike12345567
34759c7916
Adding real history to the history tab, getting storage to couch and retrieval + api working.
2022-06-01 16:01:06 +01:00
melohagan
2faf8e7df6
Merge pull request #6068 from Budibase/bug/sev3/error-when-changing-between-values-bindings-in-automations
...
Make sure linkedRows is an array before map
2022-06-01 13:30:19 +01:00
Dean
692039cd34
Component Cypress tests and fixes
2022-05-31 22:57:33 +01:00
mike12345567
702f4057bd
Progress towards using couchdb for automation logs, after testing redis and realising it won't work.
2022-05-31 19:52:35 +01:00
mike12345567
b5b1ae38e2
Using the test panel in the automation history tab, same experience as that of the automation flow.
2022-05-31 13:30:18 +01:00
Mel O'Hagan
570aeecdc3
Added Snowflake integration
2022-05-30 21:13:45 +01:00
Dean
f1111fffca
Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered
2022-05-30 12:57:10 +01:00
Rory Powell
857cd2d735
Merge branch 'develop' into feature/posthog-v2
2022-05-28 23:03:31 +01:00
mike12345567
27cd15da90
Updating UI after pulling in latest changes.
2022-05-27 17:11:41 +01:00
Dean
08ccea2e49
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-05-27 14:04:40 +01:00
Andrew Kingston
2f324023d9
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-27 13:32:07 +01:00
mike12345567
33a4c0de69
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-05-27 12:31:00 +01:00
Peter Clement
88c98d0227
Merge remote-tracking branch 'origin/develop' into feat/dont-export-app-rows
2022-05-27 11:00:39 +01:00
Martin McKeaveney
8a5c3add74
Merge pull request #5684 from Budibase/bug/sev/empty-relationships-oncreate
...
Pass through type when creating internal table
2022-05-27 10:59:36 +01:00
Dean
372ff3b8fe
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-05-27 10:22:48 +01:00
Martin McKeaveney
5c643db4fc
Merge pull request #6042 from Budibase/bug/sev3/bad-special-document-member
...
Internal table columns cannot start with _
2022-05-26 23:08:31 +01:00
Mel O'Hagan
7da5a10c2e
Make sure linkedRows is an array before map
2022-05-26 13:00:19 +01:00
Peter Clement
5a67be19fa
Merge remote-tracking branch 'origin/develop' into feat/dont-export-app-rows
2022-05-26 10:32:18 +01:00
mike12345567
8bc0142a37
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-05-25 18:12:27 +01:00
Andrew Kingston
1b82a965d5
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-25 13:49:28 +01:00
Peter Clement
955b9a4d63
Export app without rows
2022-05-25 09:26:10 +01:00
Dean
6114e37f19
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-05-24 17:09:15 +01:00
Martin McKeaveney
92ed60af54
Merge pull request #5786 from Budibase/feature/app-overview-section
...
Feature/app overview section
2022-05-24 15:16:17 +01:00
Mel O'Hagan
b4427fa46c
Internal table columns cannot start with _
2022-05-24 10:22:20 +01:00
Dean
663a4ee7c7
Expanding the focus behaviour to more component types in the builder. Minor fix for cypress test
2022-05-24 09:58:05 +01:00
Andrew Kingston
bff49a33f0
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-24 09:47:00 +01:00
Dean
b60e03f8f1
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-05-23 16:13:26 +01:00
Dean
253642ad1f
Refactored the approach to builder focus. Extending the behaviour beyond form fields
2022-05-23 16:12:56 +01:00
Peter Clement
32d0df129c
Merge pull request #5795 from Budibase/feature/automation-test-sidebar
...
Add automation test sidebar
2022-05-23 15:07:37 +01:00
Peter Clement
6bf9346975
update Automation button placement and test details button
2022-05-23 14:11:37 +01:00
Andrew Kingston
fcf682b827
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-23 11:54:24 +01:00
Andrew Kingston
0842d78e72
Finish new component DND experience
2022-05-23 11:50:26 +01:00
Rory Powell
70fff5c7b9
Merge branch 'develop' into feature/posthog-v2
2022-05-23 09:04:00 +01:00
Peter Clement
fd5711bcd3
fix animation of test panel
2022-05-20 14:20:53 +01:00
Dean
c3c388b01a
Merge remote-tracking branch 'origin/develop' into feature/required-field-focus
2022-05-20 09:09:50 +01:00
Andrew Kingston
d969e1540d
Add initial work on component drag and drop refactor
2022-05-19 19:14:12 +01:00
Peter Clement
8364c95ccb
ensure binding / value selection in automation persists
2022-05-19 15:58:56 +01:00
Dean
1df325c7d3
Minor update to overview page spacing
2022-05-19 14:51:33 +01:00
mike12345567
e846d27c42
Review comments.
2022-05-19 10:32:14 +01:00
Dean
c678a5ffbe
Minor reflow of the overview tab cards and layout
2022-05-19 09:56:47 +01:00
Dean
11293997a9
Code review updates
2022-05-18 17:22:58 +01:00
mike12345567
e61efc5474
Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage
2022-05-18 10:56:44 +01:00
mike12345567
c528896e2d
Finishing off UI, expanding settings menus from 80ch to 90ch as they were quite restricted and made the usage UI a bit difficult to view. Added a DISABLE_DEVELOPER_LICENSE env variable for testing.
2022-05-17 17:44:40 +01:00
Dean
c77b026b53
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
2022-05-17 16:54:32 +01:00
Dean
4c25248de8
Builder focus behaviour added to guide users when adding form elements. Refactored the component tests
2022-05-17 15:09:13 +01:00
Andrew Kingston
ea38e5661e
Highlighted child components of selected component
2022-05-17 13:32:16 +01:00
Andrew Kingston
08a98b4b95
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-17 12:59:15 +01:00
Rory Powell
0d9147be77
Merge branch 'master' into merge-master
2022-05-17 08:35:29 +01:00
mike12345567
b24a108d80
Porting UI, still needs testing.
2022-05-16 18:13:59 +01:00
mike12345567
b36274deb5
Integrating into app overview panel.
2022-05-16 16:22:19 +01:00
mike12345567
91e65a9d65
Merge branch 'feature/app-overview-section' of github.com:Budibase/budibase into feature/automation-logs
2022-05-16 12:33:49 +01:00
mike12345567
8a6b9646fd
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-05-16 12:33:01 +01:00
Dean
fab4b8aa66
Removed debug logging
2022-05-16 11:35:19 +01:00
Dean
2a1ef4c87f
Code review updates
2022-05-16 11:13:17 +01:00
Dean
2fe7581dd3
Merge remote-tracking branch 'origin/develop' into feature/fill-app-name-on-create
2022-05-16 09:08:33 +01:00
Martin McKeaveney
e4766ad388
Merge branch 'master' of github.com:Budibase/budibase into fix/oncall-bugs
2022-05-13 14:23:51 +01:00
Andrew Kingston
58145d6bca
Allow pasting inside screens on screens tab and fix icon overflow in nav items
2022-05-13 12:05:55 +01:00
Andrew Kingston
76471bfcc4
Add icons to component list and update style of nav items
2022-05-13 10:12:16 +01:00
Rory Powell
30c12f2625
Merge branch 'master' into merge-master
2022-05-13 10:05:21 +01:00
Martin McKeaveney
d41de1ca6a
webhook URL paste, hiding no access role
2022-05-12 19:46:13 +01:00
mike12345567
f86f6c3b1c
Shifting the title of the flow item header into separate component so that it can be used by the run history flow as well.
2022-05-12 18:14:38 +01:00
Dean
f78bcdacea
App name autofill on create. Initial cypress tests added for importing an application file with a sample fixture
2022-05-12 17:04:05 +01:00
Dean
21a3b66347
Minor fix for application lock button labelling
2022-05-12 10:28:32 +01:00
mike12345567
3f6e8bf5ea
Start of automation logs for #4977 - implementing some of the UI.
2022-05-11 19:40:13 +01:00
Dean
7607d5c8e8
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
2022-05-11 16:21:15 +01:00
mike12345567
c1c122291b
Addresses issue mentioned in #5664 - relationship formula isn't write if column contains a space.
2022-05-11 13:33:45 +01:00
Andrew Kingston
78b8bc4493
Delete old design UI code
2022-05-11 13:10:05 +01:00
Andrew Kingston
8be243add5
Refactor design panels into core panel component and update usages
2022-05-11 13:09:21 +01:00
Andrew Kingston
df22e70e5d
Add initial layouts panel and add explicit panels for theme and navigation tabs
2022-05-11 13:06:41 +01:00
Andrew Kingston
88018aff4e
Add initial layouts panel and add explicit panels for theme and navigation tabs
2022-05-11 12:47:24 +01:00
melohagan
aa7aa6d685
Merge pull request #5815 from Budibase/bug/sev3/automation-query-limit-placeholder
...
Add limit placeholder for Automation queries
2022-05-11 12:01:17 +01:00
Mel O'Hagan
ef2244fd20
Add limit placeholder for Automation queries
2022-05-11 11:25:53 +01:00
Martin McKeaveney
4f3d105018
merge with master
2022-05-11 10:12:08 +01:00
Andrew Kingston
876cb4784d
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-11 09:07:35 +01:00
Dean
4c3e8e44f4
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
2022-05-11 09:07:30 +01:00
Andrew Kingston
9679956d46
Remove concept of selected access role and refactor logic around assigning roles to new screens
2022-05-11 08:47:24 +01:00
Andrew Kingston
f1777c23f7
Add fallback UI when no screens exist and add custom theme metadata to new apps
2022-05-10 18:20:26 +01:00
Dean
eb8b086d2c
packages/builder/src/components/start/CreateAppModal.svelte
2022-05-10 17:18:25 +01:00
Dean
407dfc0dcb
Merge remote-tracking branch 'origin/develop' into feature/add-default-screen
2022-05-10 17:00:31 +01:00
Dean
43cd89a121
Cypress tests for the overview tab
2022-05-10 16:58:55 +01:00
Peter Clement
0cb87c601e
null checking selected automation
2022-05-10 15:15:34 +01:00
Andrew Kingston
316d5d682f
Improve role colours and ordering
2022-05-10 14:02:00 +01:00
Peter Clement
d78f170d68
fix issue with blocks not being toggled
2022-05-10 10:51:48 +01:00
Peter Clement
92ac1bb6d1
fix spacing on block arrows
2022-05-09 17:02:24 +01:00
Peter Clement
f58118b52d
Add test data sidebar and componentize part of the flow item for this purpose
2022-05-09 16:50:43 +01:00
Dean
5f1e7bdee0
Fixes for tab underline behaviour. Fix for overview initialisation via URL. Fix for clearing the store when navigating away from the overview tab
2022-05-09 14:41:53 +01:00
Andrew Kingston
b89203cd45
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-09 09:41:28 +01:00
Martin McKeaveney
2a069a33ad
allow copying of app ID from the edit menu
2022-05-08 19:23:41 +01:00
Dean
8131b8fcaa
Overview Tab refactoring and general updates to the homepage
2022-05-06 15:52:49 +01:00
Dean
5104631d20
Initial Commit for app overview
2022-05-05 12:52:17 +01:00
Rory Powell
e4257f1e04
Merge branch 'develop' into feature/posthog-v2
2022-05-05 08:47:06 +01:00
mike12345567
56f1843f1e
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
2022-05-04 14:16:40 +01:00
Mel O'Hagan
d1e6e7549a
using of
2022-05-04 13:33:58 +01:00
Peter Clement
118b9bbd97
remove log
2022-05-04 11:56:54 +01:00
Peter Clement
45fd19583c
linting
2022-05-04 11:55:26 +01:00
Peter Clement
af9b9b6921
Some foreach block fixes
2022-05-04 10:24:28 +01:00
Mel O'Hagan
41b72027c4
Query preview sort by number for number types
2022-05-03 15:52:03 +01:00
mike12345567
2a01bd5210
Merge branch 'master' of github.com:Budibase/budibase into fix/mike-fixes-may
2022-05-03 15:34:14 +01:00
mike12345567
d090f2a8aa
Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering.
2022-05-03 14:11:06 +01:00
Mel O'Hagan
76868c1bbb
Pass through type when creating internal table
2022-05-03 11:50:16 +01:00
Martin McKeaveney
a6fa2243bc
Merge pull request #5672 from Budibase/fix/google-branding
...
update google button to match their branding guidelines
2022-05-02 09:40:28 +01:00
Martin McKeaveney
31c45daacf
update google button to match their branding guidelines
2022-05-01 12:53:39 +01:00
Peter Clement
746362c4ef
fix binding panel in automate
2022-04-29 11:37:40 +01:00
Andrew Kingston
1db3ae2974
Add support for instant updating of navigation settings in client apps
2022-04-28 17:30:48 +01:00
Andrew Kingston
afa5f5e6cd
Move some role logic to frontend core and enable client library to preferentially route to home screens
2022-04-28 15:13:33 +01:00
mike12345567
98bffe1971
Fix for #5633 - making sure when timestamp is null (creating row) date picker can be used.
2022-04-28 13:18:10 +01:00
Andrew Kingston
2736954438
Add link settings to new navigation tab
2022-04-27 17:50:01 +01:00
mike12345567
0d5eefa727
Making it so that the filter table button isn't disabled when the filter/search didn't return any data.
2022-04-27 16:58:29 +01:00
Rory Powell
1caf4b1965
Merge branch 'develop' into feature/posthog-v2
2022-04-27 16:32:00 +01:00
Dean
2a6c775fa0
Add a default screen to newly created apps not using templates
2022-04-27 14:50:30 +01:00
Andrew Kingston
e2d89490b8
Slightly increase width of side panels and add expandable toggle for component tab
2022-04-27 08:06:09 +01:00
Andrew Kingston
b42161bfd5
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-04-27 07:59:37 +01:00
mike12345567
2441f42c54
Merge branch 'develop' of github.com:Budibase/budibase into fix/develop-merge
2022-04-26 16:31:17 +01:00
Andrew Kingston
271e302b10
Add back in component settings panel
2022-04-26 14:22:32 +01:00
Dean
bccaac253a
Cypress test fix
2022-04-26 13:54:18 +01:00
Andrew Kingston
168ec6634e
Add back in working component tree with scrolling and dropdown menus
2022-04-26 13:44:21 +01:00
Dean
64d4ea1533
Correction for deployment application references.
2022-04-26 12:32:08 +01:00
Dean
8b8baf9bdd
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-26 12:12:50 +01:00
Martin McKeaveney
93d7b61eb1
merge
2022-04-26 12:06:54 +01:00
Dean
24a9656cbc
Test fixes and code review refactoring
2022-04-26 12:04:07 +01:00
Peter Clement
a756cc4c5d
use seqeunetial function to handle successive changes
2022-04-26 10:47:57 +01:00
Martin McKeaveney
9ca4dacbaa
merge with master
2022-04-26 10:21:45 +01:00
Andrew Kingston
2c0ae18438
Fix iframe remounting on routify changes
2022-04-26 10:16:58 +01:00
Andrew Kingston
b1f4f94f93
Add icons to screen picker above app preview
2022-04-26 09:51:53 +01:00
Andrew Kingston
943dcc7afa
Add new components above app preview
2022-04-26 09:44:59 +01:00
Peter Clement
0c083a0692
remove function scope
2022-04-26 09:40:02 +01:00
Andrew Kingston
c127703a6c
Add initial new 'add component' panel
2022-04-26 08:23:53 +01:00
Andrew Kingston
5d426b25a7
Fix overflow not scrolling properly in settings panel
2022-04-26 07:42:27 +01:00
Andrew Kingston
091ebe89f5
Fix overflow not scrolling properly in side panels
2022-04-26 07:41:58 +01:00
Andrew Kingston
0e05c82c8c
Move theme editor into theme tab
2022-04-25 20:26:06 +01:00
Andrew Kingston
d4f20f9e82
Fix status lights and context menus working together in nav items
2022-04-25 20:17:09 +01:00
Andrew Kingston
55804b0c32
Tidy up and polish screen settings panel
2022-04-25 20:10:52 +01:00
Andrew Kingston
877791970a
Add screen settings panel
2022-04-25 19:59:30 +01:00
Andrew Kingston
1e59576a30
Update routify structure to prevent remounting full page when changing URL params and update nav item wrapping
2022-04-25 19:33:43 +01:00
Peter Clement
302ff6b270
Merge remote-tracking branch 'origin/develop' into fix/automation-performance-ux
2022-04-25 15:38:11 +01:00
Peter Clement
470b98ee54
update modalbindableinput to use on blur
2022-04-25 15:17:35 +01:00
Peter Clement
2306c5d09d
remove log
2022-04-25 14:58:44 +01:00
Andrew Kingston
b9a2d96765
Make publish button CTA and tidy up alignment
2022-04-25 14:58:41 +01:00
Peter Clement
72985ee71c
remove debouncing of automation input change and replace with on blurr
2022-04-25 14:51:36 +01:00
Peter Clement
db8e31164a
remove code that disallowed adding new block in some conditions
2022-04-25 14:39:35 +01:00
Andrew Kingston
3d9e868334
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui-dirty
2022-04-25 14:38:52 +01:00
Andrew Kingston
378d7a014e
Add screen creation modal to screens tab
2022-04-25 14:37:14 +01:00
Peter Clement
ab610786f0
add array to app action types
2022-04-25 14:31:15 +01:00
deanhannigan
80853d7c09
Merge pull request #5266 from Budibase/feature/new-screen-addition-ui
...
Screen workflow updates
2022-04-25 14:30:36 +01:00
Andrew Kingston
d269354d6f
Merge branch 'feature/new-app-publish-workflow' of github.com:Budibase/budibase into new-design-ui-dirty
2022-04-25 13:42:23 +01:00
Martin McKeaveney
fa66c07578
PR review
2022-04-25 11:45:15 +01:00
Martin McKeaveney
bbce5a9c7f
Merge branch 'master' into gsheets-updates
2022-04-25 09:27:38 +01:00
Dean
85928e72b2
Merge remote-tracking branch 'origin/develop' into feature/new-screen-addition-ui
2022-04-25 09:06:54 +01:00
Martin McKeaveney
4091642c67
remove google auth button
2022-04-24 23:38:52 +01:00
Dean
7cbf9c2e61
Cypress fixes for screen create flow
2022-04-22 18:23:16 +01:00
Dean
9ece75082f
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-22 16:39:59 +01:00
Andrew Kingston
03be935e6c
Refactor routes and start updating core design UI into new components
2022-04-22 16:03:47 +01:00
Dean
b9f57eecb3
Minor modal refactor for testing. Updates to the cypress tests around creating screens
2022-04-22 14:57:13 +01:00
mike12345567
9b20daf930
Fix for #5495 - making sure that formula columns have access to the relationship details before squashing the results ready for response from the API. Also making sure that the frontend inputs the relationship bindings as expected with the proper path for access.
2022-04-22 12:56:36 +01:00
Dean
1885a3e275
Refactored the screen wizard to separate out the role selection. Design and layout updates to address feedback
2022-04-22 12:22:21 +01:00
Andrew Kingston
1614f88087
Merge pull request #5315 from Budibase/data-ui-empty-states
...
Data UI empty states
2022-04-22 10:48:28 +01:00
Andrew Kingston
754aa82cec
Merge pull request #5417 from Budibase/form-actions
...
Form actions
2022-04-22 10:47:57 +01:00
Dean
c904bc6273
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-21 14:32:49 +01:00
Martin McKeaveney
701cc93866
Merge pull request #5290 from Upgreydd/Do_not_validate_if_multi-select_options_length_is_0
...
Do not validate if multi-select options length is 0
2022-04-21 14:29:44 +01:00
Dean
6bd59e7f8f
Minor test enhancements and publish workflow test spec added
2022-04-21 11:59:59 +01:00
Dean
2fb9fa55bd
Minor refactor of the deploy modal flow
2022-04-20 14:58:18 +01:00
Dean
0305719fe3
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-20 12:54:58 +01:00
Dean
ea164cb6aa
Added cypress attributes for the popover menu
2022-04-20 12:51:44 +01:00
Dean
1eff790fe8
Added events for viewing a production application and unpublishing
2022-04-20 11:08:06 +01:00
Mel O'Hagan
8494f872af
Remove Row Rev from UI
2022-04-20 11:00:58 +01:00
Dean
b2b5fde7ba
Cypress test fixes and refactoring. Removed debugging elements
2022-04-20 09:17:01 +01:00
Dean
f78aaa640f
Code style check
2022-04-19 14:56:56 +01:00
Dean
c7b6453862
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-19 14:45:46 +01:00
Dean
26c19891bb
Unpublish refactored to stop development applications being mistakenly deleted. Minor updates to the modal content component to allow the replacement of the header. Further work to implement the publishing workflow changes
2022-04-19 14:38:09 +01:00
Andrew Kingston
2a727b4a3d
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-04-19 10:08:17 +01:00
Peter Clement
97c49b11d2
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
2022-04-18 10:05:43 +01:00
Andrew Kingston
9545b3af1b
Add button actions to update form field values
2022-04-14 09:46:07 +01:00
melohagan
07d72294ed
Merge pull request #5298 from Budibase/bug/sev3/js_scripting_binding_label
...
Display correct selector label for JS Scripting
2022-04-14 08:40:32 +01:00
Andrew Kingston
5e19a93726
Merge pull request #5369 from Budibase/fix-query-block-search
...
Fixes for custom queries
2022-04-13 14:13:46 +01:00
Mel O'Hagan
d8f487288e
Change to startsWith JS. Remove index decrement.
2022-04-13 13:27:17 +01:00
Mel O'Hagan
7c828382a3
Merge branch 'develop' into bug/sev3/js_scripting_binding_label
2022-04-13 11:35:01 +01:00
Andrew Kingston
c9d0791a0e
Remove table ID from custom queries to fix 500 errors when trying to fetch a table definition and passing up a query ID, and fix issue with search fields when no table ID exists
2022-04-13 09:43:49 +01:00
Andrew Kingston
57d1d9c2d5
Use the readable schema when generating search field options
2022-04-13 09:43:39 +01:00
Rory Powell
33719fcb09
Merge branch 'feature/licensing' into feature/posthog-v2
2022-04-12 17:12:46 +01:00
Andrew Kingston
3bb9834895
Remove table ID from custom queries to fix 500 errors when trying to fetch a table definition and passing up a query ID, and fix issue with search fields when no table ID exists
2022-04-12 16:58:26 +01:00
Andrew Kingston
e692dc9095
Use the readable schema when generating search field options
2022-04-12 16:27:14 +01:00
Andrew Kingston
71dd456a37
Update top bar with back arrow, app name, centered large tabs, new icons, tooltips on right icons and removal of version and self-host icons
2022-04-12 15:35:24 +01:00
Mel O'Hagan
6ee859b04e
Default option labels and values
2022-04-12 14:54:15 +01:00
Peter Clement
03b1805030
uneeded reactive statement
2022-04-12 11:43:01 +01:00
Peter Clement
47480450d8
fix failure condition
2022-04-11 23:10:29 +01:00
Mel O'Hagan
6850bb77fd
Added error messages to inputs instead
2022-04-11 16:08:25 +01:00
Mel O'Hagan
6c9ee5e27c
Merge branch 'develop' into bug/sev3/require-option-values
2022-04-11 15:18:10 +01:00
Peter Clement
999199dcf6
Add handling for failure conditions
2022-04-11 10:26:59 +01:00
Peter Clement
d4ff168ae4
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
2022-04-11 10:21:08 +01:00
Mel O'Hagan
fdca96609b
Simplify condition
2022-04-08 23:24:46 +01:00
Mel O'Hagan
fafce24d5b
Error messaging for invalid options in editor
2022-04-08 23:15:47 +01:00
Kacper
cfbb9bfcaa
Added option on frontend side to render MultiSelect as input instead of selector with no options
2022-04-08 17:21:30 +02:00
Andrew Kingston
61fb90e03d
Add spacing between title buttons
2022-04-08 10:37:45 +01:00
Andrew Kingston
6be3c7c624
Allow table buttons to wrap
2022-04-08 10:35:13 +01:00
Andrew Kingston
526805d7e7
Increase table title size and padding around table headers
2022-04-08 10:28:07 +01:00
Dean
ebf1fd5238
Ensure datasources are refreshed when loading the create screen modal
2022-04-08 09:05:56 +01:00
Martin McKeaveney
b2b1e76e30
adding more descriptive error messages to query UI
2022-04-08 09:01:38 +01:00
Peter Clement
b439e59137
Merge remote-tracking branch 'origin/develop' into feature/foreach-block
2022-04-07 22:32:44 +01:00
Andrew Kingston
ff40ddd9af
Fix bug with automations that have no inputs in an app action trigger
2022-04-07 16:02:08 +01:00
Andrew Kingston
620008fc42
Prevent flashing CTA buttons when initially loading table data
2022-04-07 15:48:35 +01:00
Andrew Kingston
9e20f0406c
Update auto column, export and filter buttons to new designs and to support disabled state
2022-04-07 15:39:14 +01:00
Andrew Kingston
7a2a7bfc87
Split buttons into left and right sides
2022-04-07 15:32:46 +01:00
Andrew Kingston
2a5b81a40a
Add placeholder table content and add highlighted and disabled states to table buttons
2022-04-07 15:30:55 +01:00
Mel O'Hagan
0d2b9c39e2
Display correct selector label for JS Scripting
2022-04-07 15:09:53 +01:00
Andrew Kingston
c6d1757f7d
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2022-04-07 12:04:13 +01:00
Dean
aaa46e8992
Removed debugging statements and updated event data for screen create workflows
2022-04-07 09:35:12 +01:00
Dean
5b4ff5cd3f
Merge remote-tracking branch 'origin/develop' into feature/new-screen-addition-ui
2022-04-06 14:23:29 +01:00
melohagan
a14fe9c4b5
Merge pull request #5258 from melohagan/bug/sev3/hidden_bindable_text
...
Add text input padding when FlashOn icon shown
2022-04-06 11:32:02 +01:00
Dean
21c96a42b1
Merge remote-tracking branch 'origin/develop' into feature/new-screen-addition-ui
2022-04-06 10:38:33 +01:00
Dean
186dcc00f6
Initial commit of screen workflow updates
2022-04-06 10:10:53 +01:00
Mel O'Hagan
d000acc3b1
Pad input text when FlashOn icon is showing
2022-04-05 16:56:48 +01:00
Dean
b8f843ebb2
Fixes for date/time picker issue.
2022-04-04 11:51:52 +01:00
Andrew Kingston
9ad826ffde
Remove flash on loading template pictures
2022-04-01 18:16:13 +01:00
Andrew Kingston
a846c701ef
Fix issue where changing the role of a screen did not correctly update screen list
2022-04-01 18:02:34 +01:00
Andrew Kingston
cf7900564a
Prevent updating a screen role to a role for which the screen URL already exists
2022-04-01 14:53:01 +01:00
Andrew Kingston
e61e3ddf27
Prevent update a screen URL to an existing URL for the same role
2022-04-01 14:47:49 +01:00
Andrew Kingston
d08d9d1248
Add form block and form block plus components
2022-04-01 12:51:23 +01:00
Martin McKeaveney
417ba977fa
redis integration complete
2022-03-31 15:44:06 +01:00
Martin McKeaveney
6e5bcb224c
redis integration
2022-03-31 10:56:16 +01:00
Peter Clement
006bf368bb
more parsing of output bindings
2022-03-29 10:29:51 +01:00
Dean
7e3a0046bd
Lint fix and now diplaying the '/app/' prefix when previewing an app url
2022-03-29 09:59:39 +01:00
Dean
af19b41c2d
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-29 09:05:18 +01:00
Martin McKeaveney
56b1d1dbc1
Merge pull request #5135 from Budibase/feature/googlesheets-release
...
Feature/googlesheets release
2022-03-29 08:18:11 +01:00
Andrew Kingston
5ed88f6b31
Merge pull request #5136 from Budibase/fix/automation-bugs
...
Some automation bug fixes
2022-03-29 07:53:11 +01:00
Dean
f512441f11
Cypress test fixes and refactoring around the create app workflows
2022-03-28 23:21:38 +01:00
Andrew Kingston
e463d4abe0
Fix spaces not being allowed in formula columns
2022-03-28 19:10:48 +01:00
Andrew Kingston
07931043be
Fix design of automation SchemaSetup
2022-03-28 16:56:42 +01:00
Martin McKeaveney
aed9bfc728
fixing google sheets bug, respect google configuration hierarchy
2022-03-28 16:44:33 +01:00
Andrew Kingston
7f66a3cace
Fix automation section crashing when a table has been deleted and is in use
2022-03-28 16:26:37 +01:00
Peter Clement
73151722ec
update bindings to support looping
2022-03-28 10:01:56 +01:00
Dean
7b3c571be3
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-28 09:08:16 +01:00
Rory Powell
3e5e95a9c1
Add analytics to backend-core. Update server posthog usage
2022-03-25 13:04:34 +00:00
Andrew Kingston
4d82b49c0e
Merge pull request #5086 from Budibase/continue-if-button-action
...
'Continue if' button action
2022-03-25 12:29:19 +00:00
Andrew Kingston
bedbf4bcae
Merge branch 'develop' of github.com:Budibase/budibase into feature/map-actions
2022-03-25 12:00:17 +00:00
Dean
962f53e36f
Merge remote-tracking branch 'origin/develop' into feature/map-component
2022-03-25 11:31:45 +00:00
Dean
40f25a1463
Removed image load flag from the template card overlay
2022-03-25 09:59:23 +00:00
Dean
04aad3406d
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-25 09:45:35 +00:00
Dean
bd8b47318d
UI/UX code review changes
2022-03-25 09:43:28 +00:00
Peter Clement
7817d65eb3
Automation foreach block
2022-03-25 09:26:55 +00:00
Andrew Kingston
4b55e8c85e
Add 'continue if' button action
2022-03-25 09:26:15 +00:00
Andrew Kingston
fead539800
Merge pull request #5010 from Budibase/cheeks-fixes
...
Miscellaneous fixes
2022-03-24 02:50:04 -07:00
Dean
658cf60d3c
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-24 09:06:32 +00:00
Rene Pot
6e0b29667d
fix broken docs links
2022-03-23 14:47:27 +01:00
Dean
68d83646b3
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-23 12:43:47 +00:00
Dean
cc0280ca0c
Minor UI updates for the create app modal. A spinner has been added to the modal confirmation UX. The app name is pre-populated using the app name. The app URL can no longer be null
2022-03-23 12:43:20 +00:00
Andrew Kingston
3817de254e
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2022-03-23 10:48:49 +00:00
Andrew Kingston
38be4979f3
Merge pull request #4987 from Budibase/scrollable-component-tree
...
Scrollable component tree
2022-03-23 10:46:55 +00:00
Andrew Kingston
af1c01fdd1
Prevent collapsing datasource if only one datasource exists
2022-03-23 10:17:52 +00:00
Dean
768f9e8679
Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen
2022-03-23 09:00:09 +00:00
Andrew Kingston
98881ac64f
Merge pull request #4972 from Budibase/fix/table-primary-display-validation
...
Properly set required constraints for display columns
2022-03-23 08:45:10 +00:00
Andrew Kingston
406776088d
Add identifier to messages sent to client iframe preview to avoid conflicts with embedded iframe events
2022-03-22 18:15:41 +00:00
Martin McKeaveney
5fc7cf7cb4
Merge pull request #4970 from Budibase/fix/analytics-cleanup
...
updating analytics endpoint, removing old NPS survey
2022-03-22 16:34:25 +00:00
Dean
f6cbe01b07
Code formatting
2022-03-22 11:40:45 +00:00
Dean
6c269bf091
Initial commit of home screen modifications and template browsing
2022-03-22 11:38:17 +00:00
Andrew Kingston
8cfad1a4ff
Restore strange class name to fix cypress
2022-03-21 17:59:35 +00:00
Andrew Kingston
8a2aa166fc
Remove selected state from current screen and only show component
2022-03-21 16:06:23 +00:00
Andrew Kingston
123e805668
Lint
2022-03-21 15:56:42 +00:00
Andrew Kingston
b5695cdc8e
Reduce max width of nav items to have a better generic fit
2022-03-21 15:54:10 +00:00
Andrew Kingston
7882d577bb
Update automation navigation to use new full width nav items
2022-03-21 15:48:00 +00:00
Andrew Kingston
313fdae011
Update datasource navigation to use new full width nav items
2022-03-21 15:47:49 +00:00
Andrew Kingston
014d318437
Update layouts in nav tree to new full width style
2022-03-21 15:40:07 +00:00
Andrew Kingston
0ffd080b0f
Fix issue when currentAsset is null and fix overflow when no screens for current role
2022-03-21 15:21:29 +00:00
Andrew Kingston
53ce97b9de
Ensure the component tree containing the selected component cannot be hidden
2022-03-21 15:17:51 +00:00
Andrew Kingston
7157b29da0
Support scrolling screens or folders into view when clicking
2022-03-21 14:46:59 +00:00
Andrew Kingston
a2283fefa5
Remove logs
2022-03-21 14:23:56 +00:00
Andrew Kingston
0798556a52
Tidy up logic for scrolling to components
2022-03-21 13:54:46 +00:00
Andrew Kingston
697c43187a
Add vertical scrolling to selected component and support scrolling to selected screen
2022-03-21 13:38:53 +00:00
Andrew Kingston
a8a6c0a428
Properly center all path, screen and component dropdown menu icons
2022-03-21 09:57:55 +00:00
Andrew Kingston
88e619aff7
Merge branch 'develop' of github.com:Budibase/budibase into scrollable-component-tree
2022-03-21 09:52:40 +00:00
Andrew Kingston
a80fe7d7d8
Set a required constraint for a column that is defaulted to being the primary display
2022-03-21 09:44:24 +00:00
Martin McKeaveney
cf9105c9dc
Merge pull request #4821 from Budibase/copy-paste-improvements
...
Copy paste improvements + extras
2022-03-21 08:25:01 +00:00
Martin McKeaveney
51847e37b2
Merge pull request #4931 from mslourens/binding_panel_overflow
...
Binding panel overflow
2022-03-21 08:07:00 +00:00
Martin McKeaveney
aaf84b6995
updating analytics endpoint, removing old NPS survey
2022-03-21 08:00:03 +00:00
Andrew Kingston
c79ec57a5d
Add initial work on horizontally scrollable component tree with automatic scrolling
2022-03-18 19:52:11 +00:00
Maurits Lourens
103bb25437
don't sent searchableSchema to getSchemaForDatasource
2022-03-18 16:45:33 +01:00
Michael Drury
2d011bce0d
Merge pull request #4864 from mslourens/google_firebase_integration
...
Google firebase integration
2022-03-18 10:07:30 +00:00
Rory Powell
5380c46725
Fix base path in server url for openapi3 import
2022-03-18 09:20:30 +00:00
Maurits Lourens
a4405891d4
set word-wrap to break word, so the text spreads on multiple lines
2022-03-16 21:05:45 +01:00
Maurits Lourens
ab0de4b233
set text-overflow on binding panel items
2022-03-16 21:01:47 +01:00
Maurits Lourens
19ec76c49d
Merge branch 'develop' into google_firebase_integration
2022-03-16 13:40:04 +01:00
Andrew Kingston
9500203515
Add event context to button actions to allow passing in params at run time and add corresponding data bindings
2022-03-15 11:16:51 +00:00
Maurits Lourens
a4fa08fc4d
remove inkscape related data from svg
2022-03-10 00:34:08 +01:00
Dean
c672a439c0
Merge remote-tracking branch 'origin/develop' into feature/map-component
2022-03-09 11:02:53 +00:00
Andrew Kingston
f335c2635b
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
2022-03-08 17:58:12 +00:00
Andrew Kingston
990442b45e
Add optional chaining to all current asset references to account for nullish values
2022-03-08 17:57:36 +00:00
Dean
b67b34928a
Initial Commit for Issue/3819. World map component added and a small change to the Component draggable behaviour to accomodate it.
2022-03-08 16:41:21 +00:00
Maurits Lourens
c2d48bebd7
initial setup for google firebase integration
2022-03-08 17:31:36 +01:00
Andrew Kingston
d8cb5bfd24
Fix screen renaming when same route already exists
2022-03-08 14:14:57 +00:00
Peter Clement
38ba2509d7
Merge remote-tracking branch 'origin/develop' into feature/export-from-client
2022-03-08 13:56:56 +00:00
Andrew Kingston
4ef06ea6c1
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
2022-03-08 13:35:35 +00:00
Peter Clement
ebaaff1f8c
account for blocks within export button action
2022-03-08 13:31:14 +00:00
Peter Clement
064aee5e2e
Update how button action for exporting works
2022-03-08 12:58:05 +00:00
Martin McKeaveney
14cffcd6ff
merge
2022-03-08 12:40:41 +01:00
Martin McKeaveney
975eb0b99e
merge from master
2022-03-08 12:34:27 +01:00
Martin McKeaveney
01e14346ed
Merge pull request #4824 from Budibase/feature/export-from-client
...
Export selected rows from button action
2022-03-08 12:31:47 +01:00
Maurits Lourens
9a0c361ad0
show correct error and keep modal open
2022-03-08 11:15:02 +01:00
Andrew Kingston
e84e4f9899
Add duplicate action to settings bar
2022-03-07 14:05:26 +00:00
Andrew Kingston
d2b13cf3fa
Add option to paste inside screens
2022-03-07 13:56:06 +00:00
Peter Clement
ed2c210db8
Add button action allowing for export of client row selection
2022-03-07 12:06:11 +00:00
Andrew Kingston
4c88a046fd
Update confirm text button when duplicating screens
2022-03-07 10:41:52 +00:00
Andrew Kingston
91b698cfe1
Properly remove window event listener when unmounting component preview
2022-03-07 10:17:05 +00:00
Andrew Kingston
018b8713d7
Use new string-templates function and remove the one implemented on this branch for finding HBS expressions
2022-03-07 09:32:31 +00:00
Andrew Kingston
530024bd63
Add component name to settings panel
2022-03-07 08:16:55 +00:00
Andrew Kingston
e58fa37b6e
Merge pull request #4750 from Budibase/fix/option-picker-values
...
Fixes for 409s and option picker values
2022-03-03 12:37:59 +00:00
Andrew Kingston
8b4e464e8a
Allow bulk deleting all screens under a route
2022-03-02 19:52:10 +00:00
Andrew Kingston
f5ff71f9d1
Allow duplication of screens
2022-03-02 19:26:43 +00:00
Andrew Kingston
f2fbd3d1d0
Rewrite screen wizard to make modals reusable and fix some edge case URL bugs
2022-03-02 19:10:18 +00:00
Andrew Kingston
e411354538
Improve copy and paste to support keeping all data bindings valid
2022-03-02 17:45:01 +00:00
mike12345567
fa41548e13
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-03-01 18:43:52 +00:00
Peter Clement
48d8aaea2a
Merge pull request #4390 from Budibase/feature/automation-data-types
...
Adding ability to toggle between Automation input types.
2022-03-01 14:00:21 +00:00
Andrew Kingston
7266712f8f
Merge pull request #4700 from Budibase/rest-api-endpoint-naming
...
Improve REST query naming in navigation
2022-03-01 11:41:56 +00:00
Peter Clement
62290b30f1
Merge remote-tracking branch 'origin/develop' into feature/automation-data-types
2022-03-01 11:18:11 +00:00
Andrew Kingston
0f295afb04
Make component setting updates sequential to prevent 409s
2022-03-01 11:11:56 +00:00
Rory Powell
8f1b638f3b
Merge branch 'master' into merge-master
2022-03-01 10:04:23 +00:00
mike12345567
4086c8f439
Fixes for review comments.
2022-02-28 18:39:05 +00:00
mike12345567
4a31045233
Changing the API key modal to have a copy input which allows copying the API key easily.
2022-02-28 14:29:19 +00:00
Andrew Kingston
75ef367ac2
Make view UI read only and limit rows to 10
2022-02-28 08:37:59 +00:00
Andrew Kingston
e34895989b
Improve REST query naming in navigation
2022-02-25 14:18:26 +00:00
mike12345567
53f108865a
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-24 18:19:20 +00:00
Andrew Kingston
1ec76e3e7e
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
2022-02-23 13:25:48 +00:00
Rory Powell
6fca8ca936
Merge branch 'master' into merge-master
2022-02-23 12:14:04 +00:00
Peter Clement
10cfe35705
remove console log
2022-02-22 16:14:19 +00:00
Andrew Kingston
3dcbb2e74a
Merge pull request #4549 from Budibase/fix/screen-creation-roles
...
Fix role being stale when creating screens
2022-02-22 12:51:12 +00:00
mike12345567
6cbf186ead
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-21 14:34:06 +00:00
Andrew Kingston
58d7a30894
Lint
2022-02-21 13:50:20 +00:00
Andrew Kingston
f1209f30de
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
2022-02-21 13:46:22 +00:00
Andrew Kingston
7236ae80e5
Allow bindings for table cell values and break out cell settings into its own drawer component
2022-02-21 13:19:29 +00:00
Andrew Kingston
f63db2fb4f
Add configuration options for table cell customisation to the table component
2022-02-18 20:15:47 +00:00
Andrew Kingston
5e98b01d4e
Fix table loading states and remove virtual table rendering
2022-02-18 14:12:29 +00:00
Andrew Kingston
6237af2826
Add quick actions for adding all column or for resetting column selection back to default
2022-02-18 12:36:12 +00:00
Rory Powell
814b5ae5ab
Merge branch 'master' into develop
2022-02-18 11:57:54 +00:00
Rory Powell
da9be1b20a
Add 'location = /' -> 4001 to nginx dev conf
2022-02-18 11:18:59 +00:00
Andrew Kingston
a69962c26c
Fix usage of className instead of class
2022-02-17 16:06:17 +00:00
Andrew Kingston
6a4067da52
Fix role being stale when creating screens
2022-02-17 11:50:55 +00:00
Andrew Kingston
053e6af3d1
Use selected role when creating screens
2022-02-17 09:41:44 +00:00
Martin McKeaveney
e8d5d54f5d
bug fix for handlebars expression, show budibase version in updates panel
2022-02-17 10:12:35 +01:00
mike12345567
f0b02cf9a9
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-16 15:30:48 +00:00
mike12345567
db45086105
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-02-15 16:54:21 +00:00
Peter Clement
5b46ef6120
disallow bindings selection for other actions
2022-02-15 15:05:36 +00:00
Andrew Kingston
e009007b27
Merge branch 'fix/4337' of github.com:Budibase/budibase into fix/4337
2022-02-15 14:59:29 +00:00
Andrew Kingston
ee0bfa9ab0
Update datasource schema generation to take new flags, and update automation blocks to use core databinding utilities
2022-02-15 14:59:11 +00:00
Peter Clement
ca53ee4069
Merge remote-tracking branch 'origin/develop' into feature/automation-data-types
2022-02-15 14:14:27 +00:00
Peter Clement
7718f5cd89
uneeded import
2022-02-15 14:11:04 +00:00
mike12345567
6445cefee7
Fixing issue with value being set in binding panel as per review comments of aptkingston.
2022-02-15 13:49:20 +00:00
Peter Clement
c0d929fd2f
update automation type coercion
2022-02-15 13:03:24 +00:00
mike12345567
9cf3d97b4d
Fixing issue with HBS insert, not including curlies as required. Also fixing an issue with value not always being correctly updated.
2022-02-15 11:19:59 +00:00
Andrew Kingston
070d4f74f0
Remove empty style blocks
2022-02-15 09:31:43 +00:00
mike12345567
c1bd5b8329
Fixing issue #4337 , allows internal tables to search by the _id or _rev properties in automation query block.
2022-02-14 14:57:06 +00:00
Andrew Kingston
6c1701830f
Improve layout and edge cases around using column editor drawer
2022-02-14 13:06:32 +00:00
Andrew Kingston
4f00e7a3b1
Add labels to column config drawer
2022-02-14 11:47:48 +00:00
Andrew Kingston
c7edfa7f59
Remount button action components fully when changing action to prevent stale UI
2022-02-13 15:18:54 +00:00
mike12345567
126499f383
Fix for #4440 , fixing validation of API endpoints.
2022-02-12 10:35:10 +00:00
Peter Clement
8db67d5a3f
fix bindings
2022-02-11 14:43:10 +00:00
Peter Clement
f44471d9d0
fix js
2022-02-11 14:38:34 +00:00
Andrew Kingston
0f2d41c342
Merge branch 'develop' of github.com:Budibase/budibase into table-column-config
2022-02-11 14:28:36 +00:00
Peter Clement
d4b98095c2
update how we handle coercion of types
2022-02-11 14:20:25 +00:00
mike12345567
594cb77b1e
Getting api key/dev info docs setup and in use.
2022-02-10 19:06:49 +00:00
Martin McKeaveney
d1cebc61a9
merge with master
2022-02-10 18:57:26 +01:00
mike12345567
f031c34253
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
2022-02-10 17:42:28 +00:00
Martin McKeaveney
3a653e9f98
merge with master
2022-02-10 18:24:36 +01:00
Andrew Kingston
b94ed3d23b
Add new setting component for configuring table column order and display names
2022-02-10 16:41:43 +00:00
Andrew Kingston
a0c703288c
Fix button layout in drawers
2022-02-10 11:46:57 +00:00
Michael Drury
45a965b041
Adding basic endpoints for API keys.
2022-02-09 23:16:24 +00:00
Michael Drury
911f2780ef
Start of API key modal.
2022-02-09 20:30:52 +00:00
Michael Drury
2820614324
Revert "Changing update user info to view user info."
...
This reverts commit 8f81906896
.
2022-02-09 19:39:02 +00:00
mike12345567
8f81906896
Changing update user info to view user info.
2022-02-09 18:30:00 +00:00
Michael Drury
1cc32e42c0
Merge branch 'develop' into frontend-core
2022-02-09 14:42:05 +00:00
Martin McKeaveney
375deb5ee9
fixing bug with gsheets
2022-02-09 15:41:20 +01:00
Peter Clement
4a02d36cd0
removing uneeded log
2022-02-08 15:23:37 +00:00
Peter Clement
b081302f17
change naming of toggle
2022-02-08 15:14:45 +00:00
Peter Clement
1b86b3f03c
fix modal confirmatiom button
2022-02-08 15:08:32 +00:00
Peter Clement
b91919e6d1
change naming of var
2022-02-08 15:00:16 +00:00
Peter Clement
ca821f2a47
allow use of plain inputs for automations enabling use of bindings in all types
2022-02-08 14:52:08 +00:00
mike12345567
36bd285093
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
2022-02-08 12:28:27 +00:00
Andrew Kingston
d90ccc26c7
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-08 08:12:37 +00:00
mike12345567
007a1240d5
Fix for both #4167 , allow saving but warn if never sent and #4165 save the query name when clicking name save icon.
2022-02-07 18:47:10 +00:00
mike12345567
a35a8cb81c
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
2022-02-07 17:56:01 +00:00
Andrew Kingston
d78e6a5e59
Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text
2022-02-07 12:13:29 +00:00
Andrew Kingston
d12cd2abdf
Add rich text option to long form data type
2022-02-07 12:04:43 +00:00
mike12345567
e74621f327
Fixing an issue with search field select erroring in builder when using queries in blocks.
2022-02-04 16:56:12 +00:00
Andrew Kingston
90514af833
Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text
2022-02-04 13:53:01 +00:00
Andrew Kingston
a3eef9f534
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-04 09:23:32 +00:00
Michael Drury
6f79bc53e0
Merge pull request #4297 from Budibase/fix/4255
...
Some small SQL core fixes
2022-02-03 20:29:38 +00:00
mike12345567
f2a025013e
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
2022-02-03 18:44:34 +00:00
Andrew Kingston
9310ef08f5
Add markdown viewer component to builder
2022-02-02 21:23:39 +00:00
mike12345567
168a126e2a
Updating the SQL core to allow it to handle multiple relationships between the same two tables.
2022-02-02 18:15:17 +00:00
Andrew Kingston
66e104f02b
Use new rich text field in build backend UI
2022-02-02 15:18:46 +00:00
Andrew Kingston
de12e0dc79
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-01 16:46:00 +00:00
mike12345567
f9c7877e02
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-31 15:21:15 +00:00
mike12345567
d55005d327
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-01-31 14:29:02 +00:00
Andrew Kingston
fab27eea77
Fix issue with backend UI not refreshing when adding a row
2022-01-28 15:17:21 +00:00
mike12345567
412b7e5f06
Fixing #4205 - making sure builder loads the correct role for the query.
2022-01-26 18:59:41 +00:00
mike12345567
9b55ba8b13
Fixing #4192 - allowing switching between JSON and multi-select types, as well as not switching multi-select to JSON when fetching SQL tables.
2022-01-26 18:50:13 +00:00
Andrew Kingston
bfe209e3e6
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-26 17:49:27 +00:00
Andrew Kingston
05e9f6088b
Use frontend-core implementation of data fetching in backend UI
2022-01-26 17:43:48 +00:00
Martin McKeaveney
19d27c97a4
code review and merge with develop
2022-01-26 17:45:28 +01:00
Martin McKeaveney
efde072e70
code review
2022-01-26 17:14:47 +01:00
Andrew Kingston
c7cd6b923d
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-26 16:02:27 +00:00
Rory Powell
716a693552
Merge pull request #4137 from Budibase/feature/app-urls
...
Custom App URLs
2022-01-26 14:55:36 +00:00
Andrew Kingston
9a813dbb29
Lint
2022-01-25 15:49:35 +00:00
Andrew Kingston
9d52841219
Refactor automation store to properly handle errors
2022-01-25 15:44:08 +00:00
Andrew Kingston
45547f1efc
Improve handling of 403 logouts and return URL cookie
2022-01-25 15:28:31 +00:00
Andrew Kingston
aec1f90412
Fix filter modal crashing when encountering an undefined option for a select field
2022-01-25 08:30:19 +00:00
Andrew Kingston
b0c03d8508
Improve style of data import modal
2022-01-25 08:22:53 +00:00
Andrew Kingston
9823534f80
Fix integration list not loading correctly
2022-01-25 08:13:28 +00:00
Andrew Kingston
4d9e7cac31
Fix crash when an app with a null name exists
2022-01-24 19:06:41 +00:00
Andrew Kingston
81558588dc
Clean up frontend store
2022-01-24 18:53:41 +00:00
Andrew Kingston
891bdefcb7
Remove all obscure error handling from stores and move it to the display level
2022-01-24 18:40:06 +00:00
Andrew Kingston
c08fadc7b0
Move API client in builder to top level under src and fix some endpoints not being imported
2022-01-24 16:38:36 +00:00
Andrew Kingston
30fa72665a
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-24 15:46:54 +00:00
Andrew Kingston
b0defa8176
Merge pull request #4030 from Budibase/s3-upload
...
S3 file upload component
2022-01-24 15:41:46 +00:00
Andrew Kingston
8284e1d76c
Filter out an S3 datasources which contain custom endpoints when selecting the datsource to use with the S3 upload component
2022-01-24 15:19:21 +00:00
Andrew Kingston
eeb18ac087
Fix issue with table and ignore node_modules in frontend-core
2022-01-24 14:39:32 +00:00
Andrew Kingston
db3b4c0b8c
Update remaining builder stores to use new core API and handle errors properly
2022-01-24 14:32:27 +00:00
Andrew Kingston
453386696f
Refactor all backend stores and their usages to use new core API and handle errors
2022-01-24 12:37:22 +00:00
Andrew Kingston
816ced96df
Update all API usages in builder components directory
2022-01-24 10:44:37 +00:00
Rory Powell
81e8ceff1a
Merge branch 'develop' into feature/app-urls
2022-01-21 17:35:23 +00:00
Rory Powell
e0dcc7648c
Remove server -> worker request to retrieve apps, remove hosting endpoints and store
2022-01-21 17:31:18 +00:00
mike12345567
deb4a34c18
Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula.
2022-01-21 16:24:24 +00:00
Andrew Kingston
59349f2451
Add lots more work on refactoring builder to use core API
2022-01-21 15:09:27 +00:00
Andrew Kingston
9c38624d3a
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-21 13:38:06 +00:00
mike12345567
87d5e0d39e
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-21 12:52:58 +00:00
Rory Powell
04386bd1d8
Merge pull request #4000 from Budibase/fix/sync-apps-reset-rows-quotas
...
App and Row Quota Fixes
2022-01-21 11:20:14 +00:00
Andrew Kingston
f100ae42fd
Add more work on API refactor in builder
2022-01-21 09:10:59 +00:00
Andrew Kingston
e6cddcca3e
Add more builder API refactor updates
2022-01-20 19:53:55 +00:00
Andrew Kingston
6319760b8c
More work on builder API refactor
2022-01-20 19:27:15 +00:00
mike12345567
14ec6ac205
Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there.
2022-01-20 19:06:08 +00:00
Andrew Kingston
e2fb5f51f5
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-20 18:44:04 +00:00
Andrew Kingston
6a7aed1c0d
Update parts of builder with core API refactor
2022-01-20 18:42:30 +00:00
mike12345567
50eff577f9
Getting the static formulas being processed on input, not re-processing on output.
2022-01-20 18:04:44 +00:00
Rory Powell
58bcba71f7
Send url to api and honour url on viewing published app
2022-01-20 17:27:56 +00:00
mike12345567
d565819494
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-20 17:05:51 +00:00
mike12345567
8d95d9b603
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-01-20 17:03:21 +00:00
mike12345567
c66b9fb0b4
Renaming bindableOptions to bindings and replacing the query bindings variable with queryBindings.
2022-01-20 16:12:32 +00:00
Rory Powell
998afad950
Merge branch 'develop' into feature/app-urls
2022-01-20 16:09:14 +00:00
Rory Powell
bc67974996
Share validation between app modals, add yup based validation framework, add url to app modals
2022-01-20 16:01:09 +00:00
mike12345567
06a6001f95
Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.
2022-01-20 15:44:39 +00:00
mike12345567
c04379eaea
Fixing issue with dynamic/static formula types not being stored.
2022-01-20 15:16:27 +00:00
mike12345567
3075c7dbe7
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
2022-01-20 14:37:22 +00:00
Andrew Kingston
9f180ca292
Fix issue with search fields in builder when not using a table
2022-01-20 13:37:33 +00:00
Andrew Kingston
1ec3a91cae
Update usages of utils and helpers in the builder
2022-01-20 11:19:37 +00:00
Andrew Kingston
6e58820b45
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-01-20 09:43:23 +00:00
Andrew Kingston
ff97e5af43
Update builder to reference assets in frontend core
2022-01-20 09:41:05 +00:00
mike12345567
249b10a605
Adding in static/dynamic select, as well as the ability to set a tooltip on a select.
2022-01-19 18:33:58 +00:00
Peter Clement
b0b8e568ce
remove uneeded app creation modal
2022-01-19 18:29:09 +00:00
Michael Drury
84f7405f02
Merge pull request #4090 from Budibase/fix/3721
...
Fixing issue with existing SQL relationships and deleting tables externally to Budibase
2022-01-19 15:02:15 +00:00
Andrew Kingston
8be7018543
Rename return URL to redirect URL in log out action
2022-01-19 12:50:07 +00:00
Andrew Kingston
ce3715ccad
Update log out action text
2022-01-19 12:45:15 +00:00
Andrew Kingston
8be175843a
Add return URL setting to log out button action
2022-01-19 11:22:04 +00:00
mike12345567
e0949b4ac3
Fix for #3721 - deleting invalid relationships if tables have been removed external to budibase - otherwise these could not be removed without deleting the datasource.
2022-01-18 17:21:29 +00:00
Michael Drury
cdaab9e989
Merge pull request #4085 from Budibase/fix/4064
...
Allow deleting JSON fields in JSON schema
2022-01-18 17:14:20 +00:00
Michael Drury
8873cffb17
Merge pull request #4082 from mslourens/cancel_rename_column
...
reset field.name to originalName after cancel
2022-01-18 15:29:39 +00:00
mike12345567
8092068aaa
Fixing issue #4064 - making it possible to delete JSON fields.
2022-01-18 15:24:42 +00:00
Michael Drury
7cf78f8c8b
Merge pull request #4073 from Budibase/feature/sql-relationship-filtering
...
SQL relationship filtering
2022-01-18 13:10:58 +00:00
Rory Powell
4d61e84c2b
Handle table deletion and data import
2022-01-18 11:57:20 +00:00
Maurits Lourens
77d0a556bd
reset field.name to originalName after cancel
2022-01-18 10:45:37 +01:00
Martin McKeaveney
73262179ef
refactored middleware to be more generic
2022-01-18 10:25:59 +01:00
Maurits Lourens
d2688124f4
use deleteColName when deleting a column
2022-01-18 09:53:15 +01:00
mike12345567
cde801d99b
Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types.
2022-01-17 16:48:49 +00:00
Martin McKeaveney
9663806bfc
more flexible datasource auth config
2022-01-17 15:52:10 +01:00
Martin McKeaveney
a70b96a21a
gsheets E2E
2022-01-15 19:28:04 +01:00
mike12345567
aae2dc86d3
Getting client partially working, having an issue with search fields not updating for a table block.
2022-01-14 17:42:14 +00:00
Andrew Kingston
4dfb74f512
Add public URL of uploaded file to button action outputs when uploading files to S3
2022-01-14 10:40:38 +00:00
Andrew Kingston
3f2b6db2b2
Merge branch 'develop' of github.com:Budibase/budibase into s3-upload
2022-01-13 17:17:30 +00:00
mike12345567
41b9c94237
Quick fix, only allow using SQL.
2022-01-13 16:48:19 +00:00
mike12345567
90859cfe18
Basic frontend work, getting it sending up search fields from tables with links.
2022-01-13 15:59:04 +00:00
Andrew Kingston
9f90bf3801
Update reset theme button to use white for light theme
2022-01-13 10:26:05 +00:00
Andrew Kingston
9a7cc4113d
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2022-01-13 09:44:09 +00:00
Andrew Kingston
aa5762d6d7
Revert nav bar background to default theme color when changing client app theme, and use a unique nav background color for light theme
2022-01-12 15:39:20 +00:00
mike12345567
44f9ae0682
Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller.
2022-01-11 17:14:04 +00:00
mike12345567
b15f003c8c
Updating to use automation setup to use action button instead of custom chevron div and using the action button in the automation code editor so that bindings can be hidden/shown if they are taking up too much of screen.
2022-01-11 16:54:43 +00:00
Andrew Kingston
dfd95f9b83
Add initial work on new S3 upload component and button action
2022-01-11 14:01:21 +00:00
Michael Drury
904906e364
Merge pull request #3970 from Budibase/fix/jan-various-fixes
...
Various fixes
2022-01-11 09:36:12 +00:00
Rory Powell
8bf0c86c92
Merge pull request #3932 from Budibase/feature/query-variables
...
Fixes for new rest datasource
2022-01-10 12:08:47 +00:00
mike12345567
657f55f0da
Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries.
2022-01-06 15:28:38 +00:00
Martin McKeaveney
c2d97b9449
google auth working
2022-01-06 08:08:54 +00:00
Rory Powell
22407446ee
Navigation fixes for duplicate and delete query
2022-01-05 13:27:15 -05:00
mike12345567
efc691f238
Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud.
2022-01-05 18:26:39 +00:00
Rory Powell
e115a561c2
Fix Add Authentication button icon
2022-01-05 10:31:44 -05:00
Andrew Kingston
8aa4d49f31
Fix crash in KeyValueBuilder when object doesn't exist
2022-01-05 10:57:05 +00:00
Andrew Kingston
abc02d812a
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2022-01-05 09:21:25 +00:00
mike12345567
532fefaeff
Hiding all tables from data sources when there is no data for them (no placeholder table).
2022-01-04 14:46:10 +00:00
mike12345567
e32869b100
Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none.
2022-01-04 14:41:11 +00:00
Andrew Kingston
db55074b0a
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
2022-01-04 14:34:09 +00:00
mike12345567
18ff7a9cfb
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2022-01-04 12:58:42 +00:00
Peter Clement
c5f80af0ed
Merge pull request #3913 from Budibase/bug/pc-fixes
...
Bug fixes for #3399 and #3489
2022-01-04 11:44:57 +00:00
Andrew Kingston
4cd8886e1a
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2022-01-04 09:48:44 +00:00
Martin McKeaveney
a09fabc54b
merge with master
2021-12-30 23:10:46 +00:00
Rory Powell
5890f5d4dc
Add bold and code cell renderers
2021-12-21 14:08:09 -05:00
Andrew Kingston
c1feb935cd
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2021-12-17 18:56:16 +00:00
mike12345567
85aa2c27b5
Fixing issues with query dynamic variables being able to overwrite/appearing in other queries.
2021-12-17 17:16:06 +00:00
Andrew Kingston
af00ed88ae
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
2021-12-17 13:12:28 +00:00
Michael Drury
f03f3c8864
Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way.
2021-12-16 19:33:47 +00:00
mike12345567
02855fa37b
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2021-12-16 14:57:21 +00:00
Andrew Kingston
af8d55ef32
Use fixed width for REST query verbs
2021-12-16 11:56:14 +00:00
mike12345567
fab94f5a3a
Fixing lint issues.
2021-12-16 11:44:17 +00:00
mike12345567
858ef084ad
Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus.
2021-12-15 19:20:19 +00:00
Andrew Kingston
5b6bd31f80
Merge pull request #3795 from Budibase/home-screen-mobile
...
Home screen UI tweaks
2021-12-15 16:48:56 +00:00
mike12345567
85858ff6b1
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
2021-12-15 16:35:30 +00:00
Andrew Kingston
36839d7fdc
Revert open button size to small in app list
2021-12-15 16:09:40 +00:00
Andrew Kingston
69a8376d17
Update home screen UI to work better on mobile and make spacing more consistent
2021-12-15 15:54:33 +00:00
Rory Powell
3833b5fb75
Copy changes
2021-12-15 14:37:03 +00:00
Peter Clement
8d57ae93b3
fixing issue 3489 where default role wasn't saving correctly
2021-12-15 14:32:26 +00:00
Andrew Kingston
d06cc93757
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-15 13:36:10 +00:00
mike12345567
136fe11354
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
2021-12-15 12:15:19 +00:00
Peter Clement
841feac5fa
Merge pull request #3737 from Budibase/feature/home-screen-redesign
...
Home Screen Redesign
2021-12-15 09:47:03 +00:00
mike12345567
12b11ed3d9
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
2021-12-14 18:03:49 +00:00
mike12345567
da7153dd64
Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data.
2021-12-14 17:59:02 +00:00
Rory Powell
f499320b47
Link datasource dynamic variables table to query
2021-12-14 17:05:17 +00:00
Rory Powell
fc719eda27
Add menu to response heades
2021-12-14 16:58:17 +00:00
Rory Powell
d2622a6c4f
Read / Write finished
2021-12-14 16:46:31 +00:00
Peter Clement
8bbcc3f0df
update handling of app updates
2021-12-14 15:30:20 +00:00
Rory Powell
3e9baf4e14
Merge branch 'develop' into feature/query-variables
2021-12-14 12:31:31 +00:00
Rory Powell
42279e67e8
Variables UI WIP
2021-12-14 12:30:26 +00:00
mike12345567
3c67a2205e
Fixing code mirror mode reactivity.
2021-12-14 10:45:38 +00:00
Rory Powell
17ba5d7c88
Merge branch 'develop' into feature/query-auth
2021-12-14 09:52:16 +00:00
Peter Clement
ed6b16cb98
remove log
2021-12-14 09:49:39 +00:00
mike12345567
94041176d4
Fixing issue of disabled headers not being set for unmigrated queries.
2021-12-13 15:18:44 +00:00
mike12345567
1948c867cc
Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries.
2021-12-13 12:41:47 +00:00
Andrew Kingston
f5dba692e5
Update UI of JSON schema editor
2021-12-13 12:25:01 +00:00
mike12345567
a7743c8481
Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies.
2021-12-13 11:24:13 +00:00
Andrew Kingston
ab1e5abd5e
Refactor button definitions, rename button action components and add button manifest
2021-12-13 10:55:45 +00:00
mike12345567
740ffae8c8
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-13 10:14:28 +00:00
Andrew Kingston
7ecf681010
Lint
2021-12-13 09:45:50 +00:00
Rory Powell
077c9ef434
Integrate query with datasource auth
2021-12-11 23:34:30 +00:00
Rory Powell
9fa4fe6c76
Merge branch 'feature/rest-redesign' into feature/query-auth
2021-12-11 21:43:03 +00:00
Rory Powell
9a0af5ba0a
Add _id field
2021-12-11 10:40:57 +00:00
Rory Powell
77d17e143d
Auth config forms
2021-12-11 09:59:09 +00:00
Andrew Kingston
c072044d21
Rename Key/Value field to JSON field
2021-12-10 15:26:43 +00:00
Andrew Kingston
891538eaa4
Hide JSON array from filter editor
2021-12-10 10:52:51 +00:00
Andrew Kingston
eeecc762d2
Add button context to execute query action
2021-12-09 16:48:19 +00:00
Andrew Kingston
372d32b8b3
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-09 16:32:25 +00:00
Andrew Kingston
dd5d0ffc7b
Add output context to duplicate row action
2021-12-09 16:29:22 +00:00
mike12345567
4cd28fa7c4
Adding http verbs instead of icons for REST requests.
2021-12-09 13:08:16 +00:00
mike12345567
ad1007ffdc
Adding in the ability to retrieve and view the headers from a rest response.
2021-12-09 12:30:05 +00:00
Peter Clement
fa8fb5577e
fix home screen automation commands
2021-12-09 11:52:47 +00:00
Rory Powell
431a22aaf0
Modal integration
2021-12-09 11:39:44 +00:00
Andrew Kingston
d9278dbc24
Dynamically enrich button actions at runtime and provide additional ephemeral button action output context
2021-12-09 11:25:32 +00:00
Peter Clement
feacfb922f
re-add status lights for app row
2021-12-09 10:10:16 +00:00
Peter Clement
6798594be3
remove log
2021-12-09 09:24:40 +00:00
Peter Clement
f03a2ac0cc
increase size of icon display
2021-12-09 09:21:38 +00:00
Andrew Kingston
59ac6682ae
Generate button context bindings for all button actions
2021-12-09 08:36:50 +00:00
Peter Clement
43a69e22b9
refactor how modal is handled
2021-12-08 18:52:06 +00:00
Peter Clement
14213006e0
add option to change icon / colour
2021-12-08 18:51:24 +00:00
mike12345567
82fd691ec7
Adding bindings to rest API, adding in spaceship placeholder, updating the look of some other components, cleaning up some whitespace.
2021-12-08 17:58:30 +00:00
Martin McKeaveney
58f0f337b3
Merge pull request #3719 from Budibase/fix/incoming-webhooks
...
Fix/incoming webhooks
2021-12-08 17:14:18 +00:00
Andrew Kingston
2da952af24
Fix bug where state variables were not always extracted, improve performance when determining bindable state values and add initial work on generating button context bindings
2021-12-08 15:31:06 +00:00
Rory Powell
720b828bee
Render table of auth configs and linting
2021-12-08 15:27:58 +00:00
Andrew Kingston
7beaa80759
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-08 13:08:28 +00:00
Andrew Kingston
a10ca1e045
Update manifest 'dependsOn' logic to correctly handle boolean values
2021-12-08 13:06:36 +00:00
Andrew Kingston
46cf642abd
Add new tag component to client apps
2021-12-08 13:06:15 +00:00
Rory Powell
8df37dae85
Merge branch 'develop' into feature/rest-redesign
2021-12-08 12:36:12 +00:00
Rory Powell
379b8cecc0
Merge branch 'master' into develop
2021-12-08 12:07:06 +00:00
Rory Powell
ad52b06a75
Merge pull request #3644 from Budibase/rest-import
...
Rest import
2021-12-08 11:54:38 +00:00
Martin McKeaveney
1b8a3c9813
updating cypress test to cover automation creation
2021-12-08 11:32:28 +00:00
Rory Powell
83a28eb4bb
Merge pull request #3702 from Budibase/duplicate-query
...
Duplicate queries
2021-12-08 11:32:28 +00:00
Andrew Kingston
31e669dc12
Merge pull request #3666 from Budibase/fix/conditional-layout-links
...
Fix conditional layout links
2021-12-08 11:30:21 +00:00
Martin McKeaveney
acfe5ac0d7
Merge branch 'ak-fixes' of github.com:Budibase/budibase into fix/incoming-webhooks
2021-12-08 11:16:22 +00:00
Rory Powell
6b7f94a358
Merge branch 'develop' into rest-import
2021-12-08 11:08:32 +00:00
Rory Powell
4f642a03a4
Refactor store actions to allow self reference
2021-12-08 11:01:12 +00:00
Andrew Kingston
90011b53cc
Use full runtime bindings in automation settings and enable JS bindings for backend log action
2021-12-08 10:59:26 +00:00
Martin McKeaveney
f40fe2e4ed
account for integer type from JSON schema
2021-12-08 10:14:30 +00:00
Andrew Kingston
96e2ada5bd
Lint
2021-12-08 09:42:19 +00:00
Andrew Kingston
cc212d456a
Fix query params directly mutating the stored app definition
2021-12-08 09:31:39 +00:00
Andrew Kingston
b1cc72c54a
Add support for accessing unlimited levels of nested JSON arrays
2021-12-07 21:19:14 +00:00
mike12345567
ce075c97ff
Adding access controls to rest query ui.
2021-12-07 18:50:29 +00:00
mike12345567
c0512fa242
Adding query save, fixing routing to handle existing rest queries, adding in full saving of enabled headers functionality, fixing various issues discovered while testing.
2021-12-07 18:24:10 +00:00
Andrew Kingston
7146b994ff
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-12-07 15:11:32 +00:00
Andrew Kingston
d36daaf9b9
Add button action for duplicating a row
2021-12-07 13:59:12 +00:00
Rory Powell
52ea1fe1da
Duplicate queries
2021-12-07 12:26:00 +00:00
Andrew Kingston
20ee863780
Add console error to builder when iframe preview receives invalid JSON to aid in debugging some cases of endless loading apps
2021-12-06 18:00:19 +00:00
Andrew Kingston
adae966769
Remove legacy performance hack of remove _revs from component definitions as this was sometimes leading to invalid JSON, preventing the app from loading
2021-12-06 17:59:23 +00:00
mike12345567
5936fe0f5f
Adding all response capabilities.
2021-12-06 17:39:51 +00:00
Andrew Kingston
d10d332b9f
Update client side lucene searching to work with nested JSON fields and fix bug with flattening nested JSON schema
2021-12-06 12:04:22 +00:00
Peter Clement
8f9bce04bc
initial home screen redesign layout
2021-12-06 11:55:23 +00:00
Andrew Kingston
cd5d370e7b
Allow using JSON field arrays as a data provider source and add data bindings for nested JSON fields
2021-12-06 11:41:17 +00:00
mike12345567
e064237981
Adding in last components of UI that were missing.
2021-12-03 18:39:05 +00:00
Peter Clement
610fc04145
some css fixes for autoscreen ui work
2021-12-03 14:27:38 +00:00
mike12345567
7c7b7584fa
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-03 12:45:32 +00:00
Andrew Kingston
39d5c81b72
Ensure links are an array in the wrapper component for a cleaner fix
2021-12-03 11:45:04 +00:00
Andrew Kingston
e695396bb8
Ensure links prop is always an array when configuring layout links
2021-12-03 11:38:49 +00:00
Rory Powell
55aa337f62
Add import to existing DS and add cookie support to curl import
2021-12-03 11:14:22 +00:00
Andrew Kingston
1e38628a4b
Add new form field component for JSON fields, JSON validation and update autoscreen generation
2021-12-03 09:20:45 +00:00
Rory Powell
107e4378e7
Merge branch 'develop' into rest-import
2021-12-02 16:57:53 +00:00
Rory Powell
9d5866e747
Fix datasource selection after import and add maxmimum files support to dropzone
2021-12-02 16:51:13 +00:00
Rory Powell
224516787d
Merge + Linting
2021-12-02 14:54:47 +00:00
mike12345567
41d34861c3
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign
2021-12-02 14:35:17 +00:00
Rory Powell
5e6c967d64
Update supported file tags
2021-12-02 14:24:10 +00:00
Andrew Kingston
9a7cb71371
Fix custom query params not appearing
2021-12-02 12:28:12 +00:00
mike12345567
a0c3b0b8ce
Updating key value store to allow adding an activity toggle.
2021-12-02 11:53:51 +00:00
mike12345567
4de2d55112
Adding query string output to the URL.
2021-12-02 11:32:21 +00:00
mike12345567
4e9d60b446
First major part of the REST query resdesign.
2021-12-01 17:55:57 +00:00
mike12345567
bfd8007dfa
Updating key value in queries to be a bit more clear.
2021-12-01 13:31:40 +00:00
mike12345567
4a0ce14f04
Adding the ability to set a display name for any datasource/query parameter.
2021-12-01 13:11:35 +00:00
mike12345567
f77fe0c75c
Updating integration config screen.
2021-12-01 13:09:16 +00:00
Andrew Kingston
e2ff1d8d54
Merge branch 'fix/block-context' of github.com:Budibase/budibase into feature/json-backend
2021-12-01 11:40:09 +00:00
Andrew Kingston
c54489d7ee
Fix button actions directly mutating the real component definition
2021-12-01 10:33:17 +00:00
Andrew Kingston
e6741ce341
Ensuire the save row action determines the correct runtime bindings and only uses valid context types
2021-12-01 10:32:55 +00:00
mike12345567
6a7d899935
Adding some extra padding to action buttons to line them up better, changing over everything in datasources to tables (where possible).
2021-11-30 19:05:36 +00:00
mike12345567
cd7ef481bd
Some UI tweaks.
2021-11-30 18:11:29 +00:00
mike12345567
76ce9a3017
Disabling save button when no changes made.
2021-11-30 17:56:15 +00:00
mike12345567
3e5f9b9505
Updating REST creation, removing the modal step, updating the config page to move things around as per designs.
2021-11-30 16:21:16 +00:00
Andrew Kingston
2c91b89f02
Prevent data providers from using arbitrary context-providing components as sources
2021-11-30 14:32:18 +00:00
mike12345567
39bb1f3e2c
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
2021-11-30 11:32:50 +00:00
Andrew Kingston
0341b596e6
Merge pull request #3576 from Budibase/ak-fixes
...
Misc bug fixes
2021-11-30 10:05:01 +00:00
mike12345567
193014fc83
Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI.
2021-11-29 18:16:44 +00:00
Rory Powell
c421499a46
cURL import working
2021-11-29 17:21:30 +00:00
mike12345567
05e2baa0d3
Moving generation to builder because it reduces API calls and has no reason to be carried out server-side, handling array/object schema generation correctly.
2021-11-29 17:11:08 +00:00
Peter Clement
e77ef4cf76
Merge pull request #3581 from Budibase/feature/auto-screen-ui
...
Autoscreen fixes
2021-11-29 13:49:59 +00:00