Commit Graph

27729 Commits

Author SHA1 Message Date
Andrew Kingston 472c7bbd74 Ignore modals from consideration in clickOutside util 2022-11-25 12:13:48 +00:00
Andrew Kingston d49a1c90c0 Refactor clickoutside util to use a single event listener rather than many, and add support for ignoring certain classes 2022-11-25 12:08:34 +00:00
Andrew Kingston 2a6ba0536f Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
Budibase Staging Release Bot 3a3cc523f8 Update pro version to 2.1.32-alpha.9 2022-11-25 10:21:14 +00:00
Budibase Staging Release Bot 003049abb2 v2.1.32-alpha.9 2022-11-25 10:17:30 +00:00
Gerard Burns 21b2706cea
Skeleton Loading States (#8719)
* Loading Skeletons

* PR Feedback
2022-11-25 10:02:43 +00:00
Andrew Kingston 92987ebfb8 Rename migration 2022-11-24 14:27:49 +00:00
Andrew Kingston fa68773b3e Refactor table settings migration slightly and add missing await keyword 2022-11-24 14:23:27 +00:00
Andrew Kingston 0016899459 Rename table settings migration and only run on dev apps 2022-11-24 14:23:04 +00:00
Andrew Kingston fe72fc6463 Update side panel icon 2022-11-24 10:33:57 +00:00
Budibase Staging Release Bot c79f7506c1 Update pro version to 2.1.32-alpha.8 2022-11-23 17:06:27 +00:00
Budibase Staging Release Bot 55efd02421 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Mitch-Budibase 05d6144bd9
Merge pull request #8786 from Budibase/cypress-build-fix
Cypress Build Update
2022-11-23 16:49:40 +00:00
Andrew Kingston 9b223ebe08 Fix context not being provided for table block row click action 2022-11-23 16:47:54 +00:00
Mitch-Budibase 88cf737087 Cypress Build Update
Few changes to assist with the nightly build

appPublishWorkflow
- Removing closeModal function calls (no longer needed)

createBinding
- Update to remove a component from some of the tests
- New command for this also

REST
- Skipping these tests -> there are only 2 and will be replaced via API

Commands
- Additional changes to support the nightly build
- mainly navigation based due to recent code changes to the product
2022-11-23 16:19:50 +00:00
Andrew Kingston 76cec34343 Update side panel transition to be much smoother 2022-11-23 16:14:58 +00:00
Andrew Kingston 835ab5dab4 Default to running button actions for table blocks and add info 2022-11-23 16:14:43 +00:00
Budibase Staging Release Bot 8b4c02b534 Update pro version to 2.1.32-alpha.7 2022-11-23 15:17:06 +00:00
Budibase Staging Release Bot 3fc0138e86 v2.1.32-alpha.7 2022-11-23 15:13:37 +00:00
Andrew Kingston bc4d7da7ff Update autoscreen text to better reflect new autoscreens 2022-11-23 15:07:49 +00:00
Andrew Kingston e92f72b0ca Fix issues with not resetting side panel content 2022-11-23 15:05:04 +00:00
Andrew Kingston d0dc9adcca Update auto screens to only generate a single list screen using new side panels 2022-11-23 15:04:51 +00:00
Michael Drury c0585e870c
Merge pull request #8756 from Budibase/dependabot/npm_and_yarn/packages/bbui/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2 in /packages/bbui
2022-11-23 15:01:10 +00:00
Budibase Staging Release Bot a8b0920274 Update pro version to 2.1.32-alpha.6 2022-11-23 13:32:42 +00:00
Budibase Staging Release Bot 7d4f4bba2d v2.1.32-alpha.6 2022-11-23 13:29:13 +00:00
Michael Drury ffd5ab586c
Merge pull request #8761 from Budibase/dependabot/npm_and_yarn/packages/server/engine.io-6.2.1
Bump engine.io from 6.2.0 to 6.2.1 in /packages/server
2022-11-23 13:04:39 +00:00
Michael Drury 2296ae3c39
Merge pull request #8783 from Budibase/refactor/backend-core-import
Backend-core usage refactor + Typescript conversions for server
2022-11-23 13:04:13 +00:00
Andrew Kingston cf308bac94 Fix crash when deleting a selected side panel component 2022-11-23 12:33:31 +00:00
Andrew Kingston 2f129e94fc Remove log 2022-11-23 12:33:14 +00:00
Andrew Kingston 47a96628ab Center login prompt heading 2022-11-23 12:32:57 +00:00
Andrew Kingston 41cf7ddfb2 Use the new DOM ID method of determining the correct DOM node for a component 2022-11-23 12:32:40 +00:00
Andrew Kingston ff5a44692d Remount table when columns change to avoid rare crashes 2022-11-23 12:32:20 +00:00
mike12345567 37410e041a Some fixes based on test runs. 2022-11-23 11:44:15 +00:00
mike12345567 4fd408defc Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import 2022-11-23 10:30:57 +00:00
dependabot[bot] debff4b491
Bump engine.io from 6.2.0 to 6.2.1 in /packages/server
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 08:50:58 +00:00
Budibase Staging Release Bot ee9e00d48f Update pro version to 2.1.32-alpha.5 2022-11-23 08:48:45 +00:00
Budibase Staging Release Bot 50f7a03afc v2.1.32-alpha.5 2022-11-23 08:45:13 +00:00
Rory Powell 34acbb1793
Merge pull request #8774 from Budibase/account-portal-core-fixes
Account portal <-> backend-core fixes
2022-11-23 08:32:16 +00:00
Rory Powell 70016dc7e4 Account portal <-> backend-core fixes 2022-11-22 22:24:45 +00:00
mike12345567 6f6d000cb8 Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions. 2022-11-22 19:49:59 +00:00
mike12345567 ed6a6ab8ce Updating all of the route files to typescript, as well as some controllers. 2022-11-22 18:49:19 +00:00
Budibase Staging Release Bot e7ce166075 Update pro version to 2.1.32-alpha.4 2022-11-22 17:04:40 +00:00
Budibase Staging Release Bot e8ebef0a91 v2.1.32-alpha.4 2022-11-22 17:00:36 +00:00
mike12345567 a620791d13 More controller typescript conversions. 2022-11-22 16:52:25 +00:00
Andrew Kingston cac780eb50 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-22 16:52:09 +00:00
Andrew Kingston d2f665911f Fix multiple issues with showing/hiding side panels inside the builder preview and dragging components inside side panel 2022-11-22 16:45:15 +00:00
Andrew Kingston 8b76896f07 Prevent automatically closing side panels via an outside click when inside the builder 2022-11-22 16:44:35 +00:00
Andrew Kingston ae7f4c5250 Remove static key from side panel manifest and add draggable key 2022-11-22 16:44:14 +00:00
Andrew Kingston a2f7d65fe8 Make dndIsDragging available through SDK context 2022-11-22 16:43:48 +00:00
Andrew Kingston f152c0555e Handle nullish values being passed into clickoutside util 2022-11-22 16:43:34 +00:00