1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
Commit graph

6008 commits

Author SHA1 Message Date
mike12345567
cfbed0b236 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
Rory Powell
b06e016d9d Cypress fix 2022-11-18 09:15:42 +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
Rory Powell
9c169087e6 Add copy button to sso callback urls, e2e unit testing for OIDC, stub out other auth tests 2022-11-16 11:34:16 +00:00
Mel O'Hagan
2cec318af1 Allow underscores in column names 2022-11-15 16:57:18 +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
Martin McKeaveney
303b6e20cf Merge pull request #8549 from Budibase/feature/martin-small-ux-updates
bunch of small UX updates around row creation, borders, new buttons
2022-11-14 13:38:08 +00:00
Gerard Burns
e70710f7b9 Add Row Explorer Block (#8454)
* Add Row Explorer Block and Row Details Component

* PR Feedback

* adding showSaveButton prop to formblock in row explorer

* PR Feedback

* PR Feedback

* Change row explorer name in manifest

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-11-14 11:54:44 +00:00
Dean
0619fcd281 Added multiselect/array options support to the view contains filter 2022-11-13 18:16:04 +00:00
Rory Powell
a5a8b96be1 Fix logout race condition 2022-11-11 11:26:36 +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
Martin McKeaveney
67bfa63861 stripping - from additional app name number 2022-11-05 14:43:07 +00:00
Martin McKeaveney
4f86462435 ensure /app prefix gets stripped from website templates 2022-11-05 13:55:17 +00:00
Michael Drury
2253d5c080 Merge pull request #8518 from Budibase/fix/8510
Merging 8510 to master
2022-11-04 10:45:42 +00:00
mike12345567
5c88d16cfb Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-03 17:59:58 +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
Dean
e92d8c6b90 Temporarily disable screen component validation 2022-11-03 14:27:47 +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
deanhannigan
e4660b43ea Merge pull request #8482 from Budibase/fix/app-list-group-filtering
General fixes to app list group filtering
2022-11-02 14:31:19 +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
Dean
ff29e8e7af General fixes to app list group filtering 2022-11-02 00:41:15 +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
Mel O'Hagan
a322f13b59 Use nullable 2022-10-27 14:45:30 +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
Andrew Kingston
cf7a4a4e6d Merge pull request #8376 from Budibase/cheeks-lab-day-grid
Grid component + builder performance improvements
2022-10-25 08:20:37 +01:00
Michael Drury
2e3698a919 Merge pull request #8373 from Budibase/feature/backups-ui
Backups UI
2022-10-24 18:18:12 +01:00
Michael Drury
d2a2b09f1f Merge pull request #8354 from Budibase/feature/app-backups
App backups backend
2022-10-24 18:16:52 +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