Commit Graph

25431 Commits

Author SHA1 Message Date
mike12345567 241de7553e Merge. 2023-02-06 18:00:42 +00:00
mike12345567 7722bf8d87 Some fixes for #8770 - the CLI was very memory intensive when working with large databases, that contained many revisions. We don't need the revisions for app exports/backups, therefore I've updated our export systems to drop the revision history as it compacts the database significantly and speeds up exports/reduces memory usage. 2023-02-06 17:54:40 +00:00
mike12345567 810de61474 Some quick scripts for loading a lot of rows and apps. 2023-02-03 19:29:28 +00:00
Budibase Staging Release Bot b39d728db8 Update pro version to 2.2.12-alpha.71 2023-02-03 15:08:14 +00:00
Budibase Staging Release Bot 4d79e749ea v2.2.12-alpha.71 2023-02-03 15:04:31 +00:00
Budibase Staging Release Bot b4c5bfe43c Update pro version to 2.2.12-alpha.70 2023-02-03 13:42:11 +00:00
Budibase Staging Release Bot cffff14359 v2.2.12-alpha.70 2023-02-03 13:38:33 +00:00
deanhannigan 5afa7eba99
Merge pull request #9528 from Budibase/fix/qr-field-type-parsing
Parse field type configuration for invalid characters
2023-02-03 13:27:39 +00:00
Budibase Staging Release Bot 52daca68e9 Update pro version to 2.2.12-alpha.69 2023-02-03 11:26:46 +00:00
Budibase Staging Release Bot 140b8f7f64 v2.2.12-alpha.69 2023-02-03 11:22:23 +00:00
Michael Drury dcea943931
Merge pull request #9516 from Budibase/fix/relationship-modal
SQL relationship modal
2023-02-03 11:08:34 +00:00
Dean 0d3293b42c Feedback updates. Backed out parsing and simply renamed the field config property 2023-02-03 10:22:36 +00:00
Budibase Staging Release Bot 8660cdb30b Update pro version to 2.2.12-alpha.68 2023-02-03 10:08:54 +00:00
Budibase Staging Release Bot 93f6b74205 v2.2.12-alpha.68 2023-02-03 10:05:06 +00:00
Rory Powell b9142044bf
Merge pull request #9525 from Budibase/chore/default-local-dev-accounts-disabled
Set DISABLE_ACCOUNT_PORTAL=1 by default in local dev
2023-02-03 09:54:21 +00:00
Budibase Staging Release Bot 4c181d8e15 Update pro version to 2.2.12-alpha.67 2023-02-03 09:19:41 +00:00
Budibase Staging Release Bot d04a80a862 v2.2.12-alpha.67 2023-02-03 09:16:09 +00:00
deanhannigan 629aea03c9
Merge pull request #9500 from Budibase/fix/add-onboarding-tour-tenant-flag
Added a tenant feature flag for the onboarding tour
2023-02-03 09:05:21 +00:00
Dean 95f46e641a Removed extra forward slash in qr reader field type. 2023-02-02 17:58:35 +00:00
mike12345567 bd5868db4a Final fix - making sure relationships can be built from table UI. 2023-02-02 17:37:41 +00:00
mike12345567 834b2f9a66 Some final fixes based on comments, adding foreign key type checking for through tables. 2023-02-02 17:25:02 +00:00
mike12345567 6fd0188761 Updating reactivity to fix issues with occasionally incorrect errors. 2023-02-02 16:59:12 +00:00
Rory Powell e3e2172638 Set DISABLE_ACCOUNT_PORTAL=1 by default in local dev 2023-02-02 16:38:23 +00:00
mike12345567 382920938d PR comments. 2023-02-02 16:19:50 +00:00
deanhannigan 9c89e632dc
Merge pull request #9520 from Budibase/dean-fixes
Builder bug fixes
2023-02-02 14:52:55 +00:00
Budibase Staging Release Bot ae9196e7c8 Update pro version to 2.2.12-alpha.66 2023-02-02 14:47:43 +00:00
Budibase Staging Release Bot 06cfd35eda v2.2.12-alpha.66 2023-02-02 14:44:05 +00:00
Peter Clement f2c5c2d724
Merge pull request #9521 from Budibase/fix/env-vars-port-bug
Ensure port input is a string type to support environment variables
2023-02-02 14:33:28 +00:00
mike12345567 f2a819d45b Adding many to many arrow to make reading relationships easier. 2023-02-02 14:14:06 +00:00
Peter Clement 4a16081c38 ensure port input is a string type 2023-02-02 13:57:14 +00:00
Budibase Staging Release Bot 4ce4da388b Update pro version to 2.2.12-alpha.65 2023-02-02 13:51:07 +00:00
Budibase Staging Release Bot 616ff1e8c8 v2.2.12-alpha.65 2023-02-02 13:47:22 +00:00
Michael Drury bde7270d99
Merge pull request #9514 from Budibase/dependabot/npm_and_yarn/packages/backend-core/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /packages/backend-core
2023-02-02 13:25:38 +00:00
Dean 3492f7abd5 Bug fixes for logo and binding validation. Random fix for a button actions issue found while testing 2023-02-02 12:49:26 +00:00
Dean e273a0367a Fixed typo in feature flag 2023-02-02 11:53:49 +00:00
Dean f51fa2e18a Merge remote-tracking branch 'origin/develop' into fix/add-onboarding-tour-tenant-flag 2023-02-02 11:38:57 +00:00
Dean 04386d01c2 Added new unit tests for feature flags 2023-02-02 11:38:10 +00:00
dependabot[bot] a9cc4dec52
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /packages/worker
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 11:31:08 +00:00
Budibase Staging Release Bot 23490095bc Update pro version to 2.2.12-alpha.64 2023-02-02 11:29:09 +00:00
Budibase Staging Release Bot 88910f3f44 v2.2.12-alpha.64 2023-02-02 11:25:28 +00:00
Andrew Kingston 238c25327d
Ensure tour popover disappears when finished (#9517) 2023-02-02 11:14:40 +00:00
Budibase Staging Release Bot 44364ec5dc Update pro version to 2.2.12-alpha.63 2023-02-02 10:25:06 +00:00
Budibase Staging Release Bot f884c90740 v2.2.12-alpha.63 2023-02-02 10:20:44 +00:00
Andrew Kingston 6e0a542b74
Misc fixes and improvements (#9503)
* Rewrite position dropdown helper to properly work as a svelte action, improve performance and fix bugs

* Update action button styles

* Update spacing on some onboarding pages and update background gradient

* Prevent special characters in first app name

* Fix type in onboarding tour

* Default first app name and url to having a value

* Update text in first app onboarding file upload

* Fix double mounting of apps page causing issues and templates error

* Fix null app ID when creating your first app using data upload

* Fix app deletion not causing app list to be refreshed
2023-02-02 10:06:41 +00:00
Budibase Staging Release Bot 31acb24ed9 Update pro version to 2.2.12-alpha.62 2023-02-02 09:47:24 +00:00
dependabot[bot] 085a42d3b5
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /packages/backend-core
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 09:45:20 +00:00
Budibase Staging Release Bot f81de225cc v2.2.12-alpha.62 2023-02-02 09:43:29 +00:00
Rory Powell f5be4f1d4a Fix server build by removing unused dependency on file path in backend-core 2023-02-02 09:26:39 +00:00
mike12345567 fc3e9be753 Some final updates, clean up some code that could be causing reactive issues. 2023-02-01 19:26:26 +00:00
mike12345567 70279e959c Removing console log. 2023-02-01 19:10:41 +00:00