Commit Graph

14965 Commits

Author SHA1 Message Date
Mel O'Hagan 93606a91b0 Delete file copy 2023-01-19 22:57:19 +00:00
Mel O'Hagan 181dc4b18d lint 2023-01-19 22:54:46 +00:00
Mel O'Hagan b70d4238a8 Overhaul of CreateEditRelationship modal 2023-01-19 22:54:06 +00:00
Mel O'Hagan 8c111cf6fd Saving. TODO - Validation 2023-01-19 21:09:13 +00:00
Budibase Staging Release Bot e47b2a5092 v2.2.12-alpha.30 2023-01-19 20:08:13 +00:00
Mitch-Budibase 40a39389fa
Merge pull request #9392 from Budibase/cypress
Cypress - New Portal Test Updates
2023-01-19 19:57:06 +00:00
Mitch-Budibase e5d49a2543 Test Skip & Remove retries
I meant to also skip dev mode test within UserSettings

Also removing test retries (not useful currently)
2023-01-19 19:38:58 +00:00
Mitch-Budibase 69e09c212b Cypress - New Portal Test Updates
Commands
- Updating commands
- UpdateUserInformation, deleteApp, searchForApplication, applicationInAppTable

CreateApp
- Skipping Templates tests
- Updates for tests which utilise user info

AppOverview
- Skipping these tests

UserSettings
- Skipping one test -> allow for copy of API key (will be covered elsewhere
- Updates applied to the remaining tests

Authentication
- Skipping these tests
2023-01-19 19:24:09 +00:00
Peter Clement 86c1707529 update datasource config to allow env var selection 2023-01-19 16:43:06 +00:00
Budibase Staging Release Bot 88e2460b18 v2.2.12-alpha.29 2023-01-19 16:20:45 +00:00
Andrew Kingston 7ece9f78d5
More fixes (#9387)
* Mark filters as nested settings to support persisting bindings post block ejection

* Add support for searching on linked fields in blocks

* Fix multi-select pickers closing on every click

* Target spectrum root element by default when rendering popovers, and allow customisation via context for client library

* Don't send up invalid HBS expressions when filtering on dates in blocks with empty date value

* Move profile above theme in user dropdown
2023-01-19 16:09:40 +00:00
Budibase Staging Release Bot fdb6f3bbba v2.2.12-alpha.28 2023-01-19 15:08:06 +00:00
Mel O'Hagan efe45b3e2b Remove console log 2023-01-19 14:38:26 +00:00
Mel O'Hagan c1e2dd1282 Ignore primary touched if isMany 2023-01-19 14:29:47 +00:00
Mel O'Hagan fd56d0925b Update through table error message 2023-01-19 14:14:29 +00:00
Mel O'Hagan ecbd01a546 Merge branch 'develop' into fix/support-primary-foreign-keys 2023-01-19 14:13:57 +00:00
Budibase Staging Release Bot 2c90339d63 v2.2.12-alpha.27 2023-01-19 13:46:45 +00:00
Budibase Staging Release Bot 6f194f4fe4 v2.2.12-alpha.26 2023-01-19 13:19:06 +00:00
Andrew Thompson f944a088b2
fix auth config validation for saving deactivation (#9361) 2023-01-19 13:06:38 +00:00
Peter Clement 26b161fab5 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-19 11:49:31 +00:00
Budibase Staging Release Bot d5faf82115 v2.2.12-alpha.25 2023-01-19 10:01:15 +00:00
Andrew Kingston edb05e1e71
Misc fixes (#9383)
* Shrink cloud upgrade button to proper size

* Add brackets to fix operator precedence when ejecting blocks to prevent undefined custom CSS

* Prevent relationship fields in forms from being used as datasources

* Remove extraneous navigation when adding a component which caused next navigation to fail

* Improve form logic concerning when to fully remount itself to fix issues with stale schema being passed in
2023-01-19 09:47:10 +00:00
mike12345567 f8a2c9e169 Updating datasource API to remove secrets when returning datasources. 2023-01-18 19:16:19 +00:00
mike12345567 900873ce5f Disabling edit/add options for environment variables when encryption key is not found. 2023-01-18 17:49:18 +00:00
mike12345567 3c2020d398 Adding a warning for missing ENCRYPTION_KEY variable to the portal. 2023-01-18 17:29:56 +00:00
Budibase Staging Release Bot 495310bde0 v2.2.12-alpha.24 2023-01-18 16:10:48 +00:00
Budibase Staging Release Bot 305178a2ad v2.2.12-alpha.23 2023-01-18 14:09:34 +00:00
Andrew Kingston c3f5e33b29
Portal redesign (#9336)
* Update BB logo to black

* Update top nav bar and core layout

* Add redesign for apps pages

* Update user and groups pages

* More WIP portal redesign!

* Fix top nav colours and fix selected tab not updating

* Remove log

* Update copy on settings pages

* Update and standardise page headers and subtitles, and remove side nav titles

* Update font styles to allow for easy customisation

* Update button styles to always use newStyles, update auth page styles

* Update settings pages to new designs

* Update structure for account pages

* Add initial rewrite of app overview section

* Update config checklist to properly center

* Update app overview version and name/url screens

* Add tooltip to explain why URL cannot be changed until unpublishing

* Update overview automation history tab

* Update overview backups page

* Rewrite app overview access tab

* Update table hover colours

* Remove scrolling from tables when not required and stop selects from updating their own state locally

* Update table styles to support flexible column widths much better

* Fix extremely long strings in breadcrumbs not wrapping

* Fix multiple issues with long text overflow

* Fix flashing in version settings page

* Fix loading bugs in app backups page

* Add sidebar for portal and use it for automation history. Fix multiple overflow and scrolling issues

* Tidy up

* Update user details page to use tables and match designs

* Update users detail page

* Update user and group details pages with new tables

* Fix automation error linking from apps page and improve automation fetching logic in automation history

* Move theme and API key into user profile dropdown instead of settings

* Move settings before account and show plugins for devs

* Convert plugins page to table and update components and modals

* Update links when going back from the builder

* Update plugin search placeholder

* Fix URLs in app overview

* Properly handle text overflow in plugins table

* Remove getting started checklist

* Fix checklist removal and fix profile modal

* Update email details page to match new designs

* Cleanup

* Add licensing and env logic to determine which account links to show

* Update upgrade button URL for cloud accounts

* Update app list to use a more compact style

* Make core page layout responsive and update apps list to be responsive

* Update mobile design of apps page

* Update more pages to be responsive and add mobile specific components

* Refactor main portal page into multiple components

* Update multiple pages to be responsive and improve loading experience

* Make automation history page responsive

* Update backups page to be responsive

* Update pickers to use absolutely positioned root popover so that overflow does not matter

* Fix some responsive styles

* Fix update link in app overview

* Improve dropdown logic

* Lint

* Update click outside handler to handle modals properly

* Remove log

* Fix mobile menu upgrade button not closing menu

* Hide groups page if disabled at tenant level

* Centralise menu logic and show full menu on mobile

* Update app access assignment and fix backups table

* Ensure avatars cannot be squished

* Standardise disabled field text colour

* Allow developer users to access users, groups and usage pages

* Allow readonly access to users and groups for developer users

* Remove logs

* Improve users page loading experience

* Improve responsiveness on apps list page and fix discussions link styles

* Update spacing on user and group detail page and fix usage page showing wrong copy

* Fix logo override not working

* Pin minio version to an old one that supports the fs backend in dev

* Shrink upgrade button

* Shrink user dropdown

* Update assignment modal text

* Remove clickable visual styles from plugins

* Always show groups section in app access page

* Update app overview button styles to include more CTAs

* Hide edit and view links in more menu on overview page unless on mobile

* Make usage stats responsive and fix layout issues

* Add comment to docker-compose config
2023-01-18 13:56:53 +00:00
Budibase Staging Release Bot daacfe60b6 v2.2.12-alpha.22 2023-01-18 12:10:48 +00:00
Andrew Kingston 57b669caa6 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2023-01-18 12:08:33 +00:00
Gerard Burns cde15b0b0b
Fix Table Creation With No Import (#9373) 2023-01-18 12:00:08 +00:00
Mel O'Hagan cc628529b1 Merge branch 'develop' into fix/support-primary-foreign-keys 2023-01-18 08:44:33 +00:00
mike12345567 20a677e510 Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-17 15:25:17 +00:00
Budibase Staging Release Bot 4aadbcd8a1 v2.2.12-alpha.21 2023-01-17 15:18:15 +00:00
Gerard Burns 36f9bd8d71
JSON import changes (#9288)
* JSON import changes

* Fix lockfiles

* PR Feedback, fix tests

* fix tests

* pr feedback
2023-01-17 15:07:52 +00:00
Peter Clement 6951763abe add export modal warning 2023-01-17 10:51:26 +00:00
Peter Clement 62b2628633 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-17 10:15:03 +00:00
Peter Clement 6d071aae0d add licensing work 2023-01-17 10:13:49 +00:00
Budibase Release Bot 4ea1e55380 v2.2.20 2023-01-16 14:51:04 +00:00
melohagan da7aca5096
Null safety (#9355) 2023-01-16 14:34:10 +00:00
mike12345567 94203b3a2c Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-16 14:26:26 +00:00
Budibase Release Bot 8bbb891771 v2.2.19 2023-01-16 12:36:44 +00:00
Budibase Staging Release Bot bf18dd279d v2.2.12-alpha.20 2023-01-16 11:40:48 +00:00
Mitch-Budibase e92afe146a Skipping Screen Tests 2023-01-16 11:17:11 +00:00
Budibase Staging Release Bot 0af40aa059 v2.2.12-alpha.19 2023-01-16 10:59:43 +00:00
Budibase Staging Release Bot 62d16a66e3 v2.2.12-alpha.18 2023-01-13 18:32:00 +00:00
Mel O'Hagan 7f8dc77973 Remove existing relationships if table changed 2023-01-13 18:14:34 +00:00
Adria Navarro 1e259ca504 Allow same user to be updated multiple times 2023-01-13 17:59:50 +00:00
Mel O'Hagan 237f23768f Delete original relationship if table changes 2023-01-13 17:22:04 +00:00
Budibase Release Bot fa7e42f5a8 v2.2.18 2023-01-13 17:16:19 +00:00
Mel O'Hagan 7a8698e0ce Use original table names in delete 2023-01-13 16:42:29 +00:00
Peter Clement 15f904a209 reuse modal for edit and create and add delete function 2023-01-13 16:39:26 +00:00
Mel O'Hagan e7bb80fcdb Use original relationship names on delete 2023-01-13 16:18:46 +00:00
Mel O'Hagan fa6c42f13c Validation improvements 2023-01-13 15:01:21 +00:00
Mel O'Hagan 3216a88c08 Use foreign key instead of parimary[0] 2023-01-13 12:41:41 +00:00
Andrew Kingston 715fc0413e Make usage stats responsive and fix layout issues 2023-01-13 12:11:14 +00:00
Andrew Kingston ae74f34cb9 Hide edit and view links in more menu on overview page unless on mobile 2023-01-13 12:05:42 +00:00
Andrew Kingston 0dd6f32209 Update app overview button styles to include more CTAs 2023-01-13 12:04:05 +00:00
Andrew Kingston 324fcd19db Always show groups section in app access page 2023-01-13 12:02:48 +00:00
Andrew Kingston 4ba2232c56 Remove clickable visual styles from plugins 2023-01-13 12:01:34 +00:00
Andrew Kingston 56ecb8df96 Update assignment modal text 2023-01-13 11:58:05 +00:00
Andrew Kingston 8f069d3c4b Shrink user dropdown 2023-01-13 11:57:57 +00:00
Andrew Kingston af54108cc3 Shrink upgrade button 2023-01-13 11:57:46 +00:00
Mel O'Hagan 0ce32f4da5 Try to match primary key or take first 2023-01-13 11:47:09 +00:00
Budibase Staging Release Bot bd6d97e3c9 v2.2.12-alpha.17 2023-01-13 11:33:13 +00:00
melohagan 8abacca25b
Allow primary keys to be foreign key (#9331) 2023-01-13 11:22:59 +00:00
Andrew Kingston acd5859fc9 Fix logo override not working 2023-01-13 09:26:35 +00:00
Andrew Kingston 8d1b50ff89 Update spacing on user and group detail page and fix usage page showing wrong copy 2023-01-13 09:25:12 +00:00
Andrew Kingston a1549e6fef Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2023-01-13 08:57:39 +00:00
Andrew Kingston 2762cf5396 Improve responsiveness on apps list page and fix discussions link styles 2023-01-13 08:47:15 +00:00
Andrew Kingston e863b5af79 Improve users page loading experience 2023-01-13 08:39:52 +00:00
Andrew Kingston 7f4978781d Remove logs 2023-01-13 08:39:39 +00:00
Andrew Kingston 03b40443d7 Allow readonly access to users and groups for developer users 2023-01-13 08:29:18 +00:00
Andrew Kingston 359ea501c5 Allow developer users to access users, groups and usage pages 2023-01-13 08:28:54 +00:00
Budibase Release Bot 471a769cf4 v2.2.17 2023-01-12 18:54:15 +00:00
Andrew Kingston eba2b0f29b Update app access assignment and fix backups table 2023-01-12 17:04:05 +00:00
Andrew Kingston 5a060eb243 Centralise menu logic and show full menu on mobile 2023-01-12 16:50:43 +00:00
Peter Clement 295b96e8d9 add create store method and tidy up 2023-01-12 16:09:05 +00:00
Peter Clement 5561f73c69 Merge remote-tracking branch 'origin/cheeks-lab-day-portal-redesign' into feature/environment-variables 2023-01-12 16:00:07 +00:00
Andrew Kingston 8bf78eaed4 Hide groups page if disabled at tenant level 2023-01-12 15:52:37 +00:00
Andrew Kingston 4184bb92f6 Fix mobile menu upgrade button not closing menu 2023-01-12 15:42:59 +00:00
Peter Clement 410a4ac3b2 Merge remote-tracking branch 'origin/develop' into feature/environment-variables 2023-01-12 14:54:02 +00:00
Peter Clement 28c021276f Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-12 14:53:53 +00:00
Andrew Kingston cf57a511f4 Lint 2023-01-12 14:48:05 +00:00
Peter Clement 585a6a2bbb add edit and add modals 2023-01-12 14:38:30 +00:00
Budibase Staging Release Bot d66e245c28 v2.2.12-alpha.16 2023-01-12 13:07:46 +00:00
Budibase Release Bot fd521433ea v2.2.16 2023-01-12 12:37:02 +00:00
Budibase Staging Release Bot eddf280f6e v2.2.12-alpha.15 2023-01-12 11:18:17 +00:00
Budibase Staging Release Bot 83fa4b8b12 v2.2.12-alpha.14 2023-01-12 10:35:45 +00:00
Andrew Kingston a4e1d777cd Fix update link in app overview 2023-01-12 09:19:58 +00:00
Andrew Kingston 7547cb8ca3 Fix some responsive styles 2023-01-12 09:19:37 +00:00
Budibase Staging Release Bot 8d0ddad5c0 v2.2.12-alpha.13 2023-01-12 08:48:54 +00:00
Budibase Release Bot 337f8e6d07 v2.2.15 2023-01-11 21:18:15 +00:00
Budibase Staging Release Bot a27941213b v2.2.12-alpha.12 2023-01-11 20:50:39 +00:00
Budibase Staging Release Bot d370d2a28c v2.2.12-alpha.11 2023-01-11 18:28:14 +00:00
mike12345567 73884a9a6f Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-11 18:08:49 +00:00
mike12345567 592056b863 Merge branch 'cheeks-lab-day-portal-redesign' of github.com:Budibase/budibase into feature/environment-variables 2023-01-11 18:04:33 +00:00
mike12345567 a7bcfe387c Adding in basic implementation of variable usage, getting from pro and enriching through new datasource SDK. 2023-01-11 17:57:51 +00:00
Andrew Kingston 0fe295c367 Update backups page to be responsive 2023-01-11 16:39:32 +00:00
Budibase Staging Release Bot 6a925d5ad0 v2.2.12-alpha.10 2023-01-11 15:48:59 +00:00
melohagan 099e57a50e
Default source to Github (#9312) 2023-01-11 15:35:33 +00:00
Budibase Staging Release Bot 2579505c4f v2.2.12-alpha.9 2023-01-11 15:32:46 +00:00
Budibase Staging Release Bot 93d815a2af v2.2.12-alpha.8 2023-01-11 12:30:22 +00:00
Andrew Kingston b3fe362dc5 Make automation history page responsive 2023-01-11 12:09:58 +00:00
Andrew Kingston 9543786adf Update multiple pages to be responsive and improve loading experience 2023-01-11 11:58:27 +00:00
Mitch-Budibase 85b7f43d74 Increasing timeout after page reload
This applies to the following test:

'should run an invalid query within the transformer section'
2023-01-11 11:37:59 +00:00
Mitch-Budibase 27378fc871 Update QueryLevelTransformers Tests
There was an issue with forward slashes. Resolved and now passing again
2023-01-11 11:11:36 +00:00
Budibase Staging Release Bot 8c7bf5732e v2.2.12-alpha.7 2023-01-11 10:35:25 +00:00
Andrew Kingston 91c1974d8d Refactor main portal page into multiple components 2023-01-11 10:13:19 +00:00
Budibase Staging Release Bot 7c4bdc242d v2.2.12-alpha.6 2023-01-11 09:52:19 +00:00
Rory Powell 0b2a445a9a
Replace ts-jest with swc/jest (#9289)
- Add swc dependencies
- Add transform change to jest.config.ts
- Replace `export =` with `export default` in src code to enable code coverage to work with swc transformer
- Restructure backend-core errors package to allow for exporting error classes with ESM syntax
- Update backend-core to no longer use `export =`, export individual packages instead of replacing with `export default` for backwards compatibility
- Update event publishers to use `export default` - this was required for the `jest.spyOn` usage inside backend-core common mocks
- Restructure some jest.mock usages where declaring the jest.fn as a variable outside of the package mock threw an error
2023-01-11 09:37:37 +00:00
Andrew Kingston 3c236f1deb Update more pages to be responsive and add mobile specific components 2023-01-11 09:11:35 +00:00
Andrew Kingston 4648581c67 Update mobile design of apps page 2023-01-11 08:37:38 +00:00
Andrew Kingston 215a73a5b2 Make core page layout responsive and update apps list to be responsive 2023-01-11 08:29:57 +00:00
Budibase Release Bot 7204e7e452 v2.2.14 2023-01-11 08:14:02 +00:00
Andrew Kingston fcde5fb3e9 Update app list to use a more compact style 2023-01-11 08:10:56 +00:00
Andrew Kingston b9cb2d9e78
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
Budibase Staging Release Bot 1641ca6eac v2.2.12-alpha.5 2023-01-10 17:23:06 +00:00
Mel O'Hagan f28d887ec4 Refactor 2023-01-10 17:00:18 +00:00
Mel O'Hagan 7639c70dcb Refactor 2023-01-10 16:57:49 +00:00
Mel O'Hagan 76dd9872cf Merge branch 'develop' into bug/sev5/make-query-name-safe 2023-01-10 16:55:57 +00:00
melohagan 654b1d4ddb
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
Budibase Release Bot 3d3c0d432f v2.2.13 2023-01-10 16:38:33 +00:00
Budibase Staging Release Bot 90b3aaddb3 v2.2.12-alpha.4 2023-01-10 14:55:56 +00:00
Budibase Staging Release Bot 55f2a50064 v2.2.12-alpha.3 2023-01-10 11:13:56 +00:00
Dean b349f1b0cf Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export 2023-01-10 09:39:11 +00:00
Peter Clement 60c2736e19 more boilerplate 2023-01-09 16:49:29 +00:00
Peter Clement 715df0d913 environment variables ui boilerplate 2023-01-09 16:48:39 +00:00
Peter Clement 741305125b Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-09 16:43:37 +00:00
Andrew Kingston efd6f4fefb Update upgrade button URL for cloud accounts 2023-01-09 16:16:03 +00:00
Dean ec257de23e Merge remote-tracking branch 'origin/master' into fix/block-duplicate-autocolumn-types 2023-01-09 15:47:23 +00:00
Budibase Release Bot 01d4b731bf v2.2.12 2023-01-09 15:39:49 +00:00
Budibase Staging Release Bot f33fe0fc19 v2.2.12-alpha.2 2023-01-09 12:37:51 +00:00
Andrew Kingston 83976feb68 Add licensing and env logic to determine which account links to show 2023-01-09 12:25:22 +00:00
Andrew Kingston 85ddb9a0e3 Cleanup 2023-01-09 12:06:45 +00:00
Andrew Kingston 207c94e39e Update email details page to match new designs 2023-01-09 12:01:16 +00:00
Andrew Kingston 3e32a0e363 Fix checklist removal and fix profile modal 2023-01-09 11:35:31 +00:00
Andrew Kingston 7f1175bb7f Remove getting started checklist 2023-01-09 11:33:14 +00:00
Andrew Kingston d0aba5d700 Properly handle text overflow in plugins table 2023-01-09 11:26:01 +00:00
Andrew Kingston e8bd207587 Fix URLs in app overview 2023-01-09 11:22:59 +00:00
Andrew Kingston 0d86eae2cd Update plugin search placeholder 2023-01-09 11:22:47 +00:00
Andrew Kingston e239f7fe1a Update links when going back from the builder 2023-01-09 11:22:12 +00:00
Andrew Kingston 72d1f01140 Convert plugins page to table and update components and modals 2023-01-09 11:12:54 +00:00
Andrew Kingston 891c57b6e6 Move settings before account and show plugins for devs 2023-01-09 09:46:27 +00:00
Andrew Kingston 9df6093915 Move theme and API key into user profile dropdown instead of settings 2023-01-09 09:42:51 +00:00
Andrew Kingston b5d4e5bc1d Fix automation error linking from apps page and improve automation fetching logic in automation history 2023-01-09 09:20:26 +00:00
Budibase Staging Release Bot 7a8f43eb5e v2.2.12-alpha.1 2023-01-09 08:34:25 +00:00
Budibase Staging Release Bot e6c14a259b v2.2.12-alpha.0 2023-01-06 17:47:30 +00:00
mike12345567 894c128358 Merge branch 'master' of github.com:Budibase/budibase into develop 2023-01-06 17:29:35 +00:00
Budibase Release Bot 0862c980b8 v2.2.11 2023-01-06 17:13:14 +00:00
Budibase Staging Release Bot 5481dfb7a2 v2.2.11-alpha.2 2023-01-06 17:06:40 +00:00
Andrew Kingston 74e5f769aa Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2023-01-06 15:22:28 +00:00
Budibase Staging Release Bot a567ba6087 v2.2.11-alpha.1 2023-01-06 11:10:41 +00:00
Mitch-Budibase dd0c73610d Skip remaining appPublishWorkflow tests
No longer needed - We get coverage via QA Wolf
2023-01-06 10:39:49 +00:00
Budibase Staging Release Bot bbea278ad6 v2.2.11-alpha.0 2023-01-05 17:35:15 +00:00
Mitch-Budibase 826acca51d
Merge pull request #9247 from Budibase/cypress-updates
Removing Cypress Tests - No Longer Required
2023-01-05 17:12:16 +00:00
mike12345567 72fb4160ac Merge branch 'develop' of github.com:Budibase/budibase into develop 2023-01-05 17:09:02 +00:00
mike12345567 3b7760b53a Merge branch 'master' of github.com:Budibase/budibase into develop 2023-01-05 17:04:24 +00:00
Mitch-Budibase 7de4fb1160 Merge branch 'develop' into cypress-updates 2023-01-05 16:56:01 +00:00
Mitch-Budibase bdf3c7328a Removing Cypress Tests - No Loner Required
The following files now have tests skipped:

- accountPortal (Completely skipped)
- appPublishWorkflow (Some tests skipped)
- createView (Completely Skipped)
2023-01-05 16:55:26 +00:00
Budibase Release Bot c49b081829 v2.2.10 2023-01-05 16:29:16 +00:00
Budibase Staging Release Bot 7d2e9f0516 v2.2.10-alpha.16 2023-01-05 16:27:05 +00:00
Michael Drury 29af2c38c5
Merge pull request #9245 from Budibase/fix/dependabot-05012023
Merging all dependabot updates
2023-01-05 16:14:22 +00:00
Budibase Staging Release Bot 23e4b02a0a v2.2.10-alpha.15 2023-01-05 16:09:47 +00:00
mike12345567 f9852b4623 Merge branch 'dependabot/npm_and_yarn/packages/builder/json5-2.2.3' of github.com:Budibase/budibase into fix/dependabot-05012023 2023-01-05 15:52:38 +00:00
Budibase Staging Release Bot 64c7dd1ee2 v2.2.10-alpha.14 2023-01-05 10:05:47 +00:00
dependabot[bot] acec6305c9
Bump json5 from 2.2.0 to 2.2.3 in /packages/builder
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 09:08:48 +00:00
Budibase Staging Release Bot 5f90107ac5 v2.2.10-alpha.13 2023-01-05 09:06:35 +00:00
Dean 1b4d043164 Fix for UI flags. Enabled the indexing UI for autocolumn in edit mode 2023-01-04 09:14:03 +00:00
Dean 95e5c4e749 Refactored the create/edit column UI, fixed auto column validation issues and some other bugs 2023-01-03 16:04:11 +00:00
Budibase Staging Release Bot 6cab38e82f v2.2.10-alpha.12 2022-12-23 15:42:40 +00:00
Budibase Staging Release Bot f1f83061a4 v2.2.10-alpha.11 2022-12-22 16:24:22 +00:00
Mitch-Budibase 5f42481fe4 Increasing timeouts for commands
Increased timeout values within the following commands:
- applicationInAppTable
- createTable

These will assist with the createApp tests that failed due to timing issues on the CI run
2022-12-22 15:09:32 +00:00
Mitch-Budibase 990d1ec3b0 Cypress: Create Views test update
Updating a couple of tests within createView
- Timing issues
- Ensuring we get the correct element for testing

Also updated QueryLevelTransformers test
- Timing issue
- I've extended the timeout value for when checking the nav item content (passes locally but timed out on the CI run)
2022-12-22 14:32:39 +00:00
Budibase Staging Release Bot ca2a0afa7e v2.2.10-alpha.10 2022-12-22 13:25:47 +00:00
Andrew Kingston 911f37572a
Ensure view names are properly encoded to handle certain special characters (#9145) 2022-12-22 13:09:07 +00:00
Andrew Kingston a91242bd92 Update user and group details pages with new tables 2022-12-21 16:33:25 +00:00
Budibase Staging Release Bot 3aab0f8d9c v2.2.10-alpha.9 2022-12-21 14:35:40 +00:00
Mitch-Budibase a281f5e0fc QueryLevelTransformers Test Update
Updated selectExternalDatasource command

Altered Query Level Transformers to include a page reload. Not having this reload was occasionally affecting the test run
2022-12-21 14:01:44 +00:00
Andrew Kingston d68e27d9b1 Update users detail page 2022-12-21 11:53:16 +00:00
Andrew Kingston 1ee94980ab Update user details page to use tables and match designs 2022-12-21 11:52:25 +00:00
Budibase Staging Release Bot 3aaf462394 v2.2.10-alpha.8 2022-12-21 11:12:10 +00:00
Andrew Kingston d7a187ae18 Tidy up 2022-12-21 09:54:39 +00:00
Andrew Kingston 1d92087000 Add sidebar for portal and use it for automation history. Fix multiple overflow and scrolling issues 2022-12-21 09:47:17 +00:00
Andrew Kingston da87a0a337 Fix loading bugs in app backups page 2022-12-21 08:52:49 +00:00
Andrew Kingston 68e8ab0303 Fix flashing in version settings page 2022-12-21 08:50:39 +00:00
Andrew Kingston ba99a57427 Fix multiple issues with long text overflow 2022-12-21 08:45:54 +00:00
Andrew Kingston 48a432405c Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-20 17:52:20 +00:00
Andrew Kingston 2f34ba8a3e Fix extremely long strings in breadcrumbs not wrapping 2022-12-20 17:27:50 +00:00
Andrew Kingston 55d26355f3 Update table styles to support flexible column widths much better 2022-12-20 17:22:39 +00:00
Andrew Kingston 576913d898 Update table hover colours 2022-12-20 17:07:14 +00:00
Andrew Kingston 5e0200544c Rewrite app overview access tab 2022-12-20 17:01:50 +00:00
Budibase Staging Release Bot 5bc555a35e v2.2.10-alpha.7 2022-12-20 16:56:30 +00:00
Budibase Staging Release Bot 25492ccf84 v2.2.10-alpha.6 2022-12-20 16:23:25 +00:00
Budibase Staging Release Bot ac37cd0db7 v2.2.10-alpha.5 2022-12-20 15:21:10 +00:00
Budibase Staging Release Bot 3fd0154695 v2.2.10-alpha.4 2022-12-20 14:46:51 +00:00
Andrew Kingston b14132cd9a Update overview backups page 2022-12-20 12:35:07 +00:00
Andrew Kingston 821c736249 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-20 12:14:53 +00:00
Andrew Kingston fd0eb91e81 Update overview automation history tab 2022-12-20 12:06:08 +00:00
Budibase Staging Release Bot 93484a08c4 v2.2.10-alpha.3 2022-12-20 11:08:52 +00:00
Andrew Kingston a3a0d3e9e0 Add tooltip to explain why URL cannot be changed until unpublishing 2022-12-20 08:53:12 +00:00
Andrew Kingston b5e3505f55 Update app overview version and name/url screens 2022-12-20 08:48:20 +00:00
Budibase Staging Release Bot b0d1e37734 v2.2.10-alpha.2 2022-12-20 08:40:00 +00:00
Budibase Staging Release Bot e0a3bce425 v2.2.10-alpha.1 2022-12-19 22:21:52 +00:00
Budibase Staging Release Bot c665242534 v2.2.10-alpha.0 2022-12-19 21:08:30 +00:00
Martin McKeaveney c6c721298c pulling from master 2022-12-19 18:54:58 +00:00
Budibase Release Bot 8ede6de345 v2.2.9 2022-12-19 18:25:02 +00:00
Budibase Staging Release Bot f923199296 v2.2.4-alpha.9 2022-12-19 17:56:10 +00:00
Mitch-Budibase c6a92eb29b
Merge pull request #9109 from Budibase/cypress-updates
Cypress Suite Updates
2022-12-19 17:43:12 +00:00
Mitch-Budibase d024575edb Skipping Cypress Tests - No longer needed
Skipping Cypress tests associated with the following:

- Account Portals
- App Overview
- Create Automation

We now have E2E coverage of these tests via QA Wolf
2022-12-19 17:23:13 +00:00
Mitch-Budibase 05e84e7e41 Updating createTable command
Changing an ID when asserting a table exists

- This change will fix the broken tests within the Cypress build
2022-12-19 17:11:43 +00:00
Budibase Staging Release Bot 3e76f25805 v2.2.4-alpha.8 2022-12-19 16:33:03 +00:00
Andrew Kingston cc86fa7aa9 Update config checklist to properly center 2022-12-19 16:11:45 +00:00
Andrew Kingston cd29b25788 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-19 16:05:18 +00:00
Martin McKeaveney 8a2a5a1f76
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 0d9c2fa72f Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-12-19 13:17:06 +00:00
Andrew Kingston 6af4c81d63 Remove debug logging 2022-12-19 13:16:54 +00:00
Budibase Staging Release Bot 2a69f0d281 v2.2.4-alpha.7 2022-12-19 13:01:05 +00:00
Andrew Kingston 83c260a2e9 Lint 2022-12-19 12:47:30 +00:00
Andrew Kingston 71f5e770ca Remove useless rows store and remove unecessary state updates 2022-12-19 12:35:35 +00:00
Andrew Kingston 75eb66ecd7 Fix issue creating columns due to 'draft' concept when mutating table schemas 2022-12-19 12:22:07 +00:00
Budibase Staging Release Bot 704c9cef6d v2.2.4-alpha.6 2022-12-19 08:37:23 +00:00
melohagan 9bf8c9d713
External datasource ordering (#9048)
* Sort external datasources

* lint

* Refactor
2022-12-19 08:23:24 +00:00
Budibase Staging Release Bot c08d5dbfdd v2.2.4-alpha.5 2022-12-17 14:27:51 +00:00
Andrew Kingston a21db523de
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 1ce7c68bc2 Add initial rewrite of app overview section 2022-12-16 15:54:34 +00:00
Budibase Release Bot ff40a71342 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Staging Release Bot 9e713b13b8 v2.2.4-alpha.4 2022-12-16 11:33:20 +00:00
Budibase Release Bot 112caa162a v2.2.7 2022-12-16 10:41:13 +00:00
Andrew Kingston bfe8d839b5 Update structure for account pages 2022-12-15 16:50:08 +00:00
Budibase Staging Release Bot ac227e9be1 v2.2.4-alpha.3 2022-12-15 16:38:10 +00:00
FlaminWrap 31615347ec
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 b18aacc922.

* Revert "Fixes"

This reverts commit de613925dc.

* 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 7185f40387 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-15 15:34:50 +00:00
Budibase Release Bot 302704cbf4 v2.2.6 2022-12-15 15:27:14 +00:00
melohagan 6c89f67b9d
Make looping arrow point in right direction (#9053) 2022-12-15 15:13:12 +00:00
Budibase Staging Release Bot 87f008ded0 v2.2.4-alpha.2 2022-12-15 14:13:23 +00:00
Budibase Release Bot edae61a51b v2.2.5 2022-12-15 13:04:16 +00:00
Budibase Staging Release Bot b785582a22 v2.2.4-alpha.1 2022-12-15 12:48:37 +00:00
Budibase Staging Release Bot e4f14f013c v2.2.4-alpha.0 2022-12-15 12:27:02 +00:00
Andrew Kingston 20ff5dcb70
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
Budibase Staging Release Bot 82caff8496 v2.1.46-alpha.14 2022-12-15 11:58:11 +00:00
Rory Powell 7ef9e9dc51
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
Budibase Staging Release Bot f69d1ca7f9 v2.1.46-alpha.13 2022-12-15 11:28:12 +00:00
Budibase Release Bot f1dea09042 v2.2.4 2022-12-15 09:37:40 +00:00
Andrew Kingston 4188754bbe
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
Budibase Staging Release Bot 1a28e05b5a v2.1.46-alpha.12 2022-12-14 22:08:24 +00:00
Andrew Kingston f170797963 Update settings pages to new designs 2022-12-14 15:58:56 +00:00
Andrew Kingston 39533d87c7 Update button styles to always use newStyles, update auth page styles 2022-12-14 15:51:56 +00:00
Andrew Kingston 2a3da7a4f7 Update font styles to allow for easy customisation 2022-12-14 15:33:16 +00:00
Budibase Staging Release Bot b5eb4c0367 v2.1.46-alpha.11 2022-12-14 15:19:14 +00:00