1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/packages/bbui/src
Rory Powell ec06f13aa6 Per user pricing (#10378)
* Update pro version to 2.4.44-alpha.9 (#10231)

Co-authored-by: Budibase Staging Release Bot <>

* Track installation and unique tenant id on licence activate (#10146)

* changes and exports

* removing the extend

* Lint + tidy

* Update account.ts

---------

Co-authored-by: Rory Powell <rory.codes@gmail.com>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>

* Type updates for loading new plans (#10245)

* Add new quota for max users on free plan

* Split available vs purchased plan & price type definitions. Update usages of available prices and plans

* Type fixes

* Add types for minimums

* New `PlanModel` type for `PER_USER` and `DAY_PASS` (#10247)

* Add new quota for max users on free plan

* Split available vs purchased plan & price type definitions. Update usages of available prices and plans

* Type fixes

* Add types for minimums

* New `PlanModel` type for `PER_USER` and `DAY_PASS`

* Add loadEnvFiles to lerna config for run command to prevent local test failures

* Fix types in license test structure

* Add quotas integration to user create / delete + migration (#10250)

* Add new quota for max users on free plan

* Split available vs purchased plan & price type definitions. Update usages of available prices and plans

* Type fixes

* Add types for minimums

* New `PlanModel` type for `PER_USER` and `DAY_PASS`

* Add loadEnvFiles to lerna config for run command to prevent local test failures

* Fix types in license test structure

* Add quotas integration to user create / delete

* Always sync user count from view total_rows value for accuracy

* Add migration to sync users

* Add syncUsers.spec.ts

* Lint

* Types and structures for user subscription quantity sync (#10280)

* Add new quota for max users on free plan

* Split available vs purchased plan & price type definitions. Update usages of available prices and plans

* Type fixes

* Add types for minimums

* New `PlanModel` type for `PER_USER` and `DAY_PASS`

* Add loadEnvFiles to lerna config for run command to prevent local test failures

* Fix types in license test structure

* Add quotas integration to user create / delete

* Always sync user count from view total_rows value for accuracy

* Add migration to sync users

* Add syncUsers.spec.ts

* Prevent old installs from activating, track install info via get license request instead of on activation.

* Add usesInvoicing to PurchasedPlan

* Add min/max users to PurchasedPlan

* Additional test structures for generating a license, remove maxUsers from PurchasedPlan - this is already present in the license quotas

* Stripe integration for monthly prorations on annual plans

* Integrate annual prorations with test clocks

* Updated types, test utils and date processing for licensing (#10346)

* Add new quota for max users on free plan

* Split available vs purchased plan & price type definitions. Update usages of available prices and plans

* Type fixes

* Add types for minimums

* New `PlanModel` type for `PER_USER` and `DAY_PASS`

* Add loadEnvFiles to lerna config for run command to prevent local test failures

* Fix types in license test structure

* Add quotas integration to user create / delete

* Always sync user count from view total_rows value for accuracy

* Add migration to sync users

* Add syncUsers.spec.ts

* Prevent old installs from activating, track install info via get license request instead of on activation.

* Add usesInvoicing to PurchasedPlan

* Add min/max users to PurchasedPlan

* Additional test structures for generating a license, remove maxUsers from PurchasedPlan - this is already present in the license quotas

* Stripe integration for monthly prorations on annual plans

* Integrate annual prorations with test clocks

* Updated types, test utils and date processing

* Lint

* Pricing/billing page (#10353)

* bbui updates for billing page

* Require all PlanTypes in PlanMinimums for compile time safety

* fix test package utils

* Incoming user limits warnings (#10379)

* incoming user limits warning

* fix inlinealert button

* add corretc button link and text to user alert

* pr comments

* simplify limit check

* Types and test updates for subscription quantity changes in account-portal (#10372)

* Add chance extensions for `arrayOf`. Update events spies with license events

* Add generics to doInTenant response

* Update account structure with quota usage

* User count limits (#10385)

* incoming user limits warning

* fix inlinealert button

* add corretc button link and text to user alert

* pr comments

* simplify limit check

* user limit messaging on add users modal

* user limit messaging on import users modal

* update licensing store to be more generic

* some styling updates

* remove console log

* Store tweaks

* Add startDate to Quota type

---------

Co-authored-by: Rory Powell <rory.codes@gmail.com>

* Lint

* Support custom lock options

* Reactivity fixes for add user modals

* Update ethereal email creds

* Add warn for getting invite from code error

* Extract disabling user import condition

* Handling unlimited users in modals logic and adding start date processing to store

* Lint

* Integration testing fixes (#10389)

* lint

---------

Co-authored-by: Mateus Badan de Pieri <mateuspieri@gmail.com>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Peter Clement <PClmnt@users.noreply.github.com>
2023-04-24 09:31:48 +01:00
..
Accordion Add fields for MongoDB SSL cert file paths (#8260) 2023-01-23 16:46:02 +00:00
ActionButton Tidy up buttons above sheets and add FAB for adding rows 2023-03-10 11:59:10 +00:00
ActionGroup
ActionMenu Remove most traces of data-cy attributes 2023-02-01 08:20:46 +00:00
Actions Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration 2023-04-18 10:48:53 +01:00
Avatar Portal redesign (#9336) 2023-01-18 13:56:53 +00:00
Badge Builder data section routing refactor (#8996) 2022-12-17 14:13:06 +00:00
Banner Apps Page update to hide apps when sessions are maxed. General refactoring and updates to the licensing notification flows. 2022-09-14 18:04:58 +01:00
Button Remove most traces of data-cy attributes 2023-02-01 08:20:46 +00:00
ButtonGroup
ClearButton
ColorPicker merge with master 2022-10-31 13:44:23 +00:00
DetailSummary Add ability to show component info above the settings panel and add info to side panels 2022-11-30 14:18:31 +00:00
Divider
Drawer Update component settings to be left aligned and update long component settings labels to be shorter 2023-03-08 19:22:19 +00:00
FancyForm Hack around chrome autofill to handle filling on page load and look half-decent 2023-02-07 12:11:25 +00:00
Form Move new row component to top, automatically invert cell renderers when required 2023-03-31 17:37:59 +01:00
Icon Undo/Redo for Design and Automate sections + automations refactor (#9714) 2023-02-23 13:55:18 +00:00
IconPicker Fix Picker Interaction with the Outside Click Action 2022-10-21 15:12:38 +01:00
IconSideNav
InlineAlert Per user pricing (#10378) 2023-04-24 09:31:48 +01:00
Input hotfix 2023-03-01 10:48:24 +00:00
Label Builder Unit Test PoC (#10173) 2023-04-18 14:37:29 +01:00
Layout Per user pricing (#10378) 2023-04-24 09:31:48 +01:00
Link Onboarding core components (#9412) 2023-01-23 15:38:43 +00:00
List Portal redesign (#9336) 2023-01-18 13:56:53 +00:00
Markdown
Menu Remove most traces of data-cy attributes 2023-02-01 08:20:46 +00:00
Modal Command palette (#9942) 2023-03-09 14:15:43 +00:00
Notification Text Overflowing Notifications (#8859) 2022-12-01 11:29:45 +00:00
Pagination
Popover Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration 2023-04-18 10:48:53 +01:00
ProgressBar usage page updates 2022-08-19 09:28:26 +01:00
ProgressCircle
SideNavigation Remove most traces of data-cy attributes 2023-02-01 08:20:46 +00:00
StatusLight
Stores Per user pricing (#10378) 2023-04-24 09:31:48 +01:00
Table Improve sheet integration with data section and add horizontal cell inversion 2023-04-13 12:01:16 +01:00
Tabs Added new onboarding tour flow for builder 2023-01-23 00:32:01 +00:00
Tags Portal redesign (#9336) 2023-01-18 13:56:53 +00:00
Tooltip Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-16 16:13:20 +01:00
TreeView
Typography Per user pricing (#10378) 2023-04-24 09:31:48 +01:00
bbui.css Add custom colors for drop shadows and blue-100 to all themes, fix sticky column shadow 2023-04-11 14:07:27 +01:00
context.js More fixes (#9387) 2023-01-19 16:09:40 +00:00
helpers.js Bug - BUDI-6068 filters do not work for google sheets (#9886) 2023-03-09 08:50:26 +00:00
index.js Merge remote-tracking branch 'origin/develop' into feature/whitelabelling 2023-03-27 15:21:35 +01:00
spectrum-icons-rollup.js
spectrum-icons-vite.js