1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00
Commit graph

13453 commits

Author SHA1 Message Date
Rory Powell a551532e73 Navigation updates, cookie constant, update link-dependencies and localdomain scripts 2022-09-14 10:53:14 +01:00
Rory Powell 962a04f453 Update string-templates/yarn.lock 2022-09-12 13:38:21 +01:00
Rory Powell 884f446671 Merge branch 'develop' into feature/day-pass-pricing-temp 2022-09-12 11:33:02 +01:00
Rory Powell f4963db294 Add buttonText to InlineAlert, export TooltipWrapper, update Account type with license key activate time, convert error package to TS 2022-09-12 10:43:26 +01:00
Rory Powell 03458f0f34 Usage tooltips and server accurate remaining days calculations 2022-09-12 00:02:29 +01:00
Rory Powell 48464b2fe3 Update InlineAlert with additional spacing around button 2022-09-11 20:25:51 +01:00
Budibase Staging Release Bot cc028affdb Update pro version to 1.3.12-alpha.3 2022-09-07 15:13:50 +00:00
Budibase Staging Release Bot 931bca92f3 v1.3.12-alpha.3 2022-09-07 15:10:29 +00:00
Mitch-Budibase a4e8b8ab6b Merge pull request #7681 from Budibase/Cypress-Smoke
Oracle + datasource Wizard Test skips
2022-09-07 15:58:34 +01:00
Mitch-Budibase dafb038cef Oracle + datasource Wizard Test skips
Skipping tests for Oracle & datasourceWizard

Both are covered during general regressions
There are timing issues associated with the CI Smoke run
This will help reduce the smoke build run time
The oracle test file was only covering a basic check of invalid configuration (Not essential for the smoke run)
2022-09-07 15:42:45 +01:00
Budibase Staging Release Bot ead9d5386d Update pro version to 1.3.12-alpha.2 2022-09-07 13:30:26 +00:00
Budibase Staging Release Bot 145eb775ce v1.3.12-alpha.2 2022-09-07 13:27:13 +00:00
Mitch-Budibase c0fbcc6f86 Merge pull request #7676 from Budibase/Cypress-Smoke
Cypress: Smoke: Update createDatasourceScreen command
2022-09-07 14:11:48 +01:00
Mitch-Budibase 5f97066250 Merge branch 'develop' into Cypress-Smoke 2022-09-07 13:52:51 +01:00
Mitch-Budibase 535007de2c Update createDatasourceScreen
Adding a manual wait this time go better determine the timing issue occurring against the CI runs
2022-09-07 13:52:05 +01:00
Andrew Kingston 93f2903585 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-07 13:37:58 +01:00
Andrew Kingston ae3bd8cc17 Sort plugins alphabetically in new component panel 2022-09-07 13:37:45 +01:00
mike12345567 27e4af4b67 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-07 12:42:45 +01:00
mike12345567 ca749aed86 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-07 12:40:45 +01:00
Andrew Kingston 7b4c842eb3 Fix spacing for custom datasources in new datasource modal 2022-09-07 12:40:32 +01:00
Rory Powell 5abdd102a9 Error handling, wildcard feature flags 2022-09-07 12:08:10 +01:00
Andrew Kingston ac8dffcdaa Fix version being referenced in app plugin metadata 2022-09-07 12:06:05 +01:00
Budibase Staging Release Bot 262cf80eaf Update pro version to 1.3.12-alpha.1 2022-09-07 10:19:31 +00:00
Budibase Staging Release Bot f856524d43 v1.3.12-alpha.1 2022-09-07 10:16:09 +00:00
Mitch-Budibase d92f161f11 Cypress: Smoke: autoScreensUI
Updating createDatasourceScreen command to assist with timing issues against the smoke CI run
- Only occurs on the smoke build, passes locally
2022-09-07 09:50:02 +01:00
Andrew Kingston 0cf7845650 Inject process env vars into ES6 bundle to fix crash 2022-09-07 08:48:29 +01:00
Rory Powell 165194658b Move day pass middleware from authenticated to licensing, sent activity to account portal 2022-09-06 16:24:36 +01:00
Budibase Staging Release Bot ce2a52effe Update pro version to 1.3.12-alpha.0 2022-09-06 13:40:42 +00:00
Budibase Staging Release Bot e5564f06a9 v1.3.12-alpha.0 2022-09-06 13:36:58 +00:00
mike12345567 d52347b852 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-09-06 14:10:31 +01:00
mike12345567 bc9686d470 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-06 14:09:26 +01:00
Rory Powell 818e7fd5f4 Day pass middleware 2022-09-06 12:25:57 +01:00
Mitch-Budibase 7d99427b17 Updating commands.js - createDatasourceScreen
These changes are related to the autoScreensUI tests failing on the smoke build CI run.

I've changed timeout values and reworking data-cy IDs
2022-09-06 12:14:17 +01:00
Budibase Release Bot 1ee7382f84 Update pro version to 1.3.11 2022-09-06 10:42:55 +00:00
Budibase Release Bot 2931e5aee8 v1.3.11 2022-09-06 10:39:42 +00:00
Mitch-Budibase f25285a886 Increase timeout for PostgreSQL test 2022-09-06 11:15:52 +01:00
Mitch-Budibase 7a281064c8 createDatasourceScreen - increase timeouts 2022-09-06 10:23:04 +01:00
Rory Powell 92f1f4026d Exclude test utils from server and worker builds 2022-09-06 10:22:14 +01:00
Mitch-Budibase 7f94953c3a Cypress Command + Rest Timeout update
rest.spec.js
- Test was flakey on last nights smoke run
- Updated to specifically search for query-buttons and then add query

commands.js
- Increasing timeout values for createTable & createDatasourceScreen commands
2022-09-06 09:50:02 +01:00
Mitch-Budibase 8031b3666c Merge branch 'develop' into Cypress-Smoke 2022-09-06 09:14:00 +01:00
Mitch-Budibase 94bded075b closeModal Command Update
Adding a line to verify that the modal was closed

userManagement.spec.js
- Increasing timeouts
2022-09-06 09:12:34 +01:00
Budibase Release Bot 31db5df741 Update pro version to 1.3.10 2022-09-06 08:04:29 +00:00
Budibase Release Bot 1d580f27c2 v1.3.10 2022-09-06 08:01:24 +00:00
Budibase Staging Release Bot bdd2129de2 Update pro version to 1.3.4-alpha.3 2022-09-06 07:57:40 +00:00
Budibase Staging Release Bot 244f7a36eb v1.3.4-alpha.3 2022-09-06 07:54:34 +00:00
Andrew Kingston 314dc6fc20 Merge pull request #7632 from Budibase/keyboard-fixes
Prevent default browser events from firing when using keyboard shortcuts
2022-09-06 08:50:28 +01:00
Budibase Release Bot 41cc8436c5 Update pro version to 1.3.9 2022-09-06 07:39:20 +00:00
Budibase Release Bot 495a81cd48 v1.3.9 2022-09-06 07:35:26 +00:00
Rory Powell d96c56a8f5 Merge pull request #7640 from Budibase/clear-quota-cache
Clear quota cache on deprovision + gracefully handle account metadata deletion
2022-09-06 08:21:34 +01:00
mike12345567 feda4e61c1 Fixing issue with string templates importing vm2 which requires other prebuilts for JS in the CLI - no need for these to add to build size when JS is unused. 2022-09-05 19:04:45 +01:00