1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
Commit graph

17132 commits

Author SHA1 Message Date
mike12345567 bfaef13768 Refactoring worker, converting all controllers/routes to Typescript and all imports of backend-core to new style. 2022-11-23 18:25:20 +00:00
Budibase Staging Release Bot df80aa974a Update pro version to 2.1.32-alpha.8 2022-11-23 17:06:27 +00:00
Budibase Staging Release Bot b59aa48977 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Mitch-Budibase c618b11cf2 Merge pull request #8786 from Budibase/cypress-build-fix
Cypress Build Update
2022-11-23 16:49:40 +00:00
Mitch-Budibase 4cee4a3c83 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
Budibase Staging Release Bot 46b72fa143 Update pro version to 2.1.32-alpha.7 2022-11-23 15:17:06 +00:00
Budibase Staging Release Bot 4af59396be v2.1.32-alpha.7 2022-11-23 15:13:37 +00:00
Michael Drury 077907579b 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 126760db0b Update pro version to 2.1.32-alpha.6 2022-11-23 13:32:42 +00:00
Budibase Staging Release Bot 106aa1d11b v2.1.32-alpha.6 2022-11-23 13:29:13 +00:00
Michael Drury 09eb4a5109 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 ff64622c5d 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
mike12345567 514f9a1210 Some fixes based on test runs. 2022-11-23 11:44:15 +00:00
mike12345567 4959a491d7 Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import 2022-11-23 10:30:57 +00:00
dependabot[bot] 6d10210d8b 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 3aa120d0f8 Update pro version to 2.1.32-alpha.5 2022-11-23 08:48:45 +00:00
Budibase Staging Release Bot df0820d954 v2.1.32-alpha.5 2022-11-23 08:45:13 +00:00
Rory Powell 275f596d5c 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 6f3f858d81 Account portal <-> backend-core fixes 2022-11-22 22:24:45 +00:00
mike12345567 02ede5d067 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 8c2d9ebec8 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 319428cbde Update pro version to 2.1.32-alpha.4 2022-11-22 17:04:40 +00:00
Budibase Staging Release Bot ed92241d40 v2.1.32-alpha.4 2022-11-22 17:00:36 +00:00
mike12345567 92210144ff More controller typescript conversions. 2022-11-22 16:52:25 +00:00
Rory Powell d5757443b4 Merge pull request #8769 from Budibase/fix/view-creation
Fix view creation
2022-11-22 16:33:15 +00:00
Martin McKeaveney 4d51b7037c Merge pull request #8729 from AntorFr/patch-1
remove duplicate "LOG_LEVEL"
2022-11-22 16:31:59 +00:00
Rory Powell 7610065db1 Fix view creation 2022-11-22 16:28:51 +00:00
mike12345567 8a4da7d4ce Typescript conversion of the table controllers. 2022-11-22 13:56:01 +00:00
mike12345567 4cdcafac36 More Typescript conversion, as part of backend-core importing improvements. 2022-11-22 12:41:36 +00:00
mike12345567 8f94664ddd Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import 2022-11-22 12:03:31 +00:00
Budibase Staging Release Bot 4c0fe0925a Update pro version to 2.1.32-alpha.3 2022-11-22 10:51:42 +00:00
Budibase Staging Release Bot 0577c2064c v2.1.32-alpha.3 2022-11-22 10:47:48 +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
mike12345567 de82eca502 Some typescript conversions, moving a few imports around. 2022-11-21 18:33:34 +00:00
Budibase Staging Release Bot a04ae4bbbd Update pro version to 2.1.32-alpha.2 2022-11-21 17:34:34 +00:00
Budibase Staging Release Bot f580ae90b3 v2.1.32-alpha.2 2022-11-21 17:30:27 +00:00
melohagan 44525dd3f2 Merge pull request #8726 from Budibase/feature/dynamic-filter-custom-labels
Dynamic filter custom labels
2022-11-21 17:14:53 +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
deanhannigan 3dbea26407 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
Budibase Staging Release Bot e7f686dbe9 v2.1.32-alpha.1 2022-11-21 15:56:51 +00:00
Dean 192c9b56e2 Import refactoring and some review updates. 2022-11-21 15:53:47 +00:00
Dean 64e7239d42 Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource 2022-11-21 15:40:11 +00:00
dependabot[bot] c9d209885b Bump minimatch from 3.0.4 to 3.1.2 in /packages/bbui
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 15:39:35 +00:00
Michael Drury fd04f6da33 Merge pull request #8755 from Budibase/merge/21-nov
Merge all dependabot in one
2022-11-21 15:38:52 +00:00
Budibase Staging Release Bot 082b0851db v2.1.32-alpha.0 2022-11-21 15:35:45 +00:00
mike12345567 1e2258745a Merge branch 'develop' of github.com:Budibase/budibase into merge/21-nov 2022-11-21 15:13:16 +00:00
Mel O'Hagan 8fae013203 Add subject prop 2022-11-21 15:11:21 +00:00
mike12345567 3e7bed067b Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-11-21 15:06:44 +00:00
Michael Drury c550e8ed04 Merge pull request #8754 from Budibase/fix/8743
Fix for table deletion
2022-11-21 15:05:59 +00:00