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
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
06cfd35eda
v2.2.12-alpha.66
2023-02-02 14:44:05 +00:00
Peter Clement
4a16081c38
ensure port input is a string type
2023-02-02 13:57:14 +00:00
Budibase Staging Release Bot
616ff1e8c8
v2.2.12-alpha.65
2023-02-02 13:47:22 +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
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
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
f81de225cc
v2.2.12-alpha.62
2023-02-02 09:43:29 +00:00
Budibase Staging Release Bot
4474af154d
v2.2.12-alpha.61
2023-02-01 18:04:44 +00:00
Andrew Kingston
6946647f98
Generate bindings for unsaved "Update State" actions ( #9508 )
...
* Ensure update state actions have a binding for their own key
* Make own binding generation more futureproof
* Refactor array.find to array.some
* Move state binding generation up a level to account for all actions needing to be able to reference newly created state bindings
2023-02-01 17:53:50 +00:00
Budibase Staging Release Bot
67b888c7fe
v2.2.12-alpha.60
2023-02-01 16:53:31 +00:00
Budibase Staging Release Bot
7f14375222
v2.2.12-alpha.59
2023-02-01 16:27:51 +00:00
Mitch-Budibase
8c05cb1fb3
Merge pull request #9491 from Budibase/Cypress
...
Removing Cypress
2023-02-01 16:16:38 +00:00
Budibase Staging Release Bot
d25d49524e
v2.2.12-alpha.58
2023-02-01 16:06:01 +00:00
Mitch-Budibase
bd66959c29
Minor changes
...
Updating setup.js and testConfig.json
2023-02-01 15:56:00 +00:00
Peter Clement
31c196f656
Merge remote-tracking branch 'origin/develop' into feat/env-vars-fixes
2023-02-01 14:59:10 +00:00
Peter Clement
0642afa9ed
remove uneeded tooltip
2023-02-01 14:55:39 +00:00
Peter Clement
4b6b19cb7e
add warning modals to app export buttons
2023-02-01 14:44:53 +00:00
Peter Clement
f238063303
disallow spaces in env var names
2023-02-01 14:43:31 +00:00
Dean
7242dd4162
Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features
2023-02-01 14:12:43 +00:00
Budibase Staging Release Bot
8545cc3943
v2.2.12-alpha.57
2023-02-01 14:06:27 +00:00
Michael Drury
cc715d450f
Merge pull request #9493 from Budibase/fix/8236
...
CouchDB integration fixes
2023-02-01 13:55:03 +00:00
Budibase Staging Release Bot
4ca1615b1a
v2.2.12-alpha.56
2023-02-01 13:03:17 +00:00
Dean
e8c468b5fa
Added a tenant feature flag for the onboarding tour
2023-02-01 12:14:10 +00:00
Budibase Staging Release Bot
2f0496253c
v2.2.12-alpha.55
2023-02-01 11:12:50 +00:00
Budibase Staging Release Bot
c5384b7e15
v2.2.12-alpha.54
2023-02-01 10:21:38 +00:00
Andrew Kingston
c52d3e49d4
Update deploy navigation component to work without data-cy
2023-02-01 08:32:10 +00:00
Andrew Kingston
b89fb6b63e
Update tour popover to work without data-cy
2023-02-01 08:29:03 +00:00
Andrew Kingston
71a93d5ae3
Merge branch 'develop' of github.com:Budibase/budibase into Cypress
2023-02-01 08:24:30 +00:00
Andrew Kingston
6805765686
Remove most traces of data-cy attributes
2023-02-01 08:20:46 +00:00
mike12345567
c038e483e2
Updates to use our new Nano layer for CouchDB integration rather than PouchDB.
2023-01-31 19:49:31 +00:00
Budibase Staging Release Bot
d8667feccf
v2.2.12-alpha.53
2023-01-31 19:45:03 +00:00
Gerard Burns
21a067f34e
New App Onboarding ( #9489 )
...
* New App Onboarding
* Lint
* Move app creation onboarding into its own route
* Fix quiet action button variant
* Fix alt attribute background image flashing
* Update routing logic and redirects to show app creation onboarding
* Navigate to data rather than design upon initial app creation to allow tour to function properly
* Tidy up popover logic and remove tip functionality
* Fix binding popovers
* Lint
* Silence spammy warnings from the builder
* Exclude SVG files from rollup plugin image to fix spectrum icons
* Fix help menu icon colours not working in light themes
* Tweak help menu styles
---------
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
Mitch-Budibase
2ca07c3422
Renaming cypress.json
...
Renamed to testConfig.json.
The file was still required when I was running API tests.
Also updated setup.js based on file name change
2023-01-31 18:26:30 +00:00
Mitch-Budibase
ad966d1a6f
Merge branch 'develop' into Cypress
2023-01-31 18:19:43 +00:00
Mitch-Budibase
05a316b0d6
Update package.json and file addition
...
Updating commands within package.json
Re-adding files:
- cypress.json
- setup.js
- setup.ts
2023-01-31 18:05:53 +00:00
Budibase Staging Release Bot
7fe5659e27
v2.2.12-alpha.52
2023-01-31 17:32:58 +00:00
Gerard Burns
ebf4dba4a0
New Help Menu ( #9371 )
...
* New Help Menu
* design PR feedback
* Feedback updates
* Feedback updates, font awesome enhancement, upgrade button hidden if licensing is disabled
---------
Co-authored-by: Dean <deanhannigan@gmail.com>
2023-01-31 17:18:22 +00:00
Budibase Staging Release Bot
70bd5e3f4b
v2.2.12-alpha.51
2023-01-31 16:55:07 +00:00
Mitch-Budibase
e9ae90b35d
Updating builder/package.json
...
Removing lines related to Cypress that we no longer need
2023-01-31 16:51:00 +00:00
Mitch-Budibase
b10a302c83
Removing Cypress
...
We no longer need Cypress.
I am removing the Cypress directory.
Also updated package.json to remove the cypress related lines
2023-01-31 16:48:27 +00:00
deanhannigan
7a1464bb9d
Merge pull request #9409 from Budibase/feature/user-onboarding-overlays
...
Feature/user onboarding overlays
2023-01-31 16:37:18 +00:00
Budibase Staging Release Bot
b6ca342ed9
v2.2.12-alpha.50
2023-01-31 16:26:17 +00:00
deanhannigan
b11c9724ca
Merge pull request #9467 from Budibase/feature/auth-screens-redesign
...
Selfhost onboarding UX/UI updates
2023-01-31 16:13:46 +00:00