Commit Graph

24446 Commits

Author SHA1 Message Date
Budibase Staging Release Bot 38f0bf8145 Update pro version to 2.1.32-alpha.11 2022-11-28 09:23:26 +00:00
Budibase Staging Release Bot 91a5cf74f3 v2.1.32-alpha.11 2022-11-28 09:19:56 +00:00
deanhannigan 3a6ea596f9
Merge pull request #8695 from Budibase/feature/auto-select-dataprovider-source
Feature/auto select dataprovider source
2022-11-28 09:07:49 +00:00
Budibase Staging Release Bot 998fd7ccc8 Update pro version to 2.1.32-alpha.10 2022-11-25 14:00:38 +00:00
Budibase Staging Release Bot 229f7bd35b v2.1.32-alpha.10 2022-11-25 13:57:11 +00:00
Martin McKeaveney 035d66c86e
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
Rory Powell 20c4b00a0c Environment variable type coercion fix 2022-11-25 12:52:50 +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
Mel O'Hagan 84aa2d4776 Remove duplicate add binding button 2022-11-23 18:19:43 +00:00
Dean 13616e5966 Review updates 2022-11-23 17:12:23 +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
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
Dean de8d1daca2 Merge remote-tracking branch 'origin/develop' into feature/auto-select-dataprovider-source 2022-11-23 16:13:04 +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
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
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 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
Rory Powell b7d33dfa5f Fix view creation 2022-11-22 16:28:51 +00:00
mike12345567 7ab2029b5d Typescript conversion of the table controllers. 2022-11-22 13:56:01 +00:00
mike12345567 a74225cd1e More Typescript conversion, as part of backend-core importing improvements. 2022-11-22 12:41:36 +00:00
mike12345567 51471449fc Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import 2022-11-22 12:03:31 +00:00
Dean 9c8a899fac Merge remote-tracking branch 'origin/develop' into feature/auto-select-dataprovider-source 2022-11-22 11:36:19 +00:00
Budibase Staging Release Bot 67b9dd14ac Update pro version to 2.1.32-alpha.3 2022-11-22 10:51:42 +00:00
Budibase Staging Release Bot 9302c091ef v2.1.32-alpha.3 2022-11-22 10:47:48 +00:00
deanhannigan f043b8deda
Merge pull request #8672 from Budibase/feature/default-internal-datasource
Default Datasource and sample row data
2022-11-22 10:32:12 +00:00
mike12345567 ee4ebbfb56 Some typescript conversions, moving a few imports around. 2022-11-21 18:33:34 +00:00
Budibase Staging Release Bot c84edb4c8f Update pro version to 2.1.32-alpha.2 2022-11-21 17:34:34 +00:00
Budibase Staging Release Bot 086cd0cf84 v2.1.32-alpha.2 2022-11-21 17:30:27 +00:00
Dean da089a5b7b Review updates 2022-11-21 17:07:00 +00:00
Mel O'Hagan d39dae72fc Refactor 2022-11-21 16:24:24 +00:00
Mel O'Hagan d4f9329746 Merge branch 'develop' into feature/dynamic-filter-custom-labels 2022-11-21 16:20:05 +00:00
Dean 92525e7785 Merge remote-tracking branch 'origin/develop' into feature/auto-select-dataprovider-source 2022-11-21 16:02:26 +00:00
deanhannigan d3679a598c
Merge pull request #8714 from Budibase/feature/delete-and-duplicate-component-actions
Show settings bar for all components
2022-11-21 16:01:24 +00:00