Michael Drury
ceee79f1b8
Merge pull request #9516 from Budibase/fix/relationship-modal
...
SQL relationship modal
2023-02-03 11:08:34 +00:00
deanhannigan
e7bbd786d0
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
mike12345567
90c2e69efe
Final fix - making sure relationships can be built from table UI.
2023-02-02 17:37:41 +00:00
mike12345567
01edfba90e
Some final fixes based on comments, adding foreign key type checking for through tables.
2023-02-02 17:25:02 +00:00
mike12345567
2807fbd4b6
Updating reactivity to fix issues with occasionally incorrect errors.
2023-02-02 16:59:12 +00:00
mike12345567
21556c215a
PR comments.
2023-02-02 16:19:50 +00:00
deanhannigan
cd049259bc
Merge pull request #9520 from Budibase/dean-fixes
...
Builder bug fixes
2023-02-02 14:52:55 +00:00
mike12345567
1704a1f266
Adding many to many arrow to make reading relationships easier.
2023-02-02 14:14:06 +00:00
Peter Clement
154648e5ea
ensure port input is a string type
2023-02-02 13:57:14 +00:00
Dean
73f3fc41cb
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
2c42d6fbc1
Fixed typo in feature flag
2023-02-02 11:53:49 +00:00
Dean
436564709e
Merge remote-tracking branch 'origin/develop' into fix/add-onboarding-tour-tenant-flag
2023-02-02 11:38:57 +00:00
Andrew Kingston
0abac846d3
Ensure tour popover disappears when finished ( #9517 )
2023-02-02 11:14:40 +00:00
Andrew Kingston
659cfd2492
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
mike12345567
ab66378fbf
Some final updates, clean up some code that could be causing reactive issues.
2023-02-01 19:26:26 +00:00
mike12345567
049d4a0363
Removing console log.
2023-02-01 19:10:41 +00:00
mike12345567
3a51933801
Re-working the error handling for the SQL relationship modal, as well as adding some better defaults for the majority of the options to make the UI a bit easier to use.
2023-02-01 19:09:36 +00:00
Andrew Kingston
91a3707527
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
Mitch-Budibase
50b3c06dbd
Merge pull request #9491 from Budibase/Cypress
...
Removing Cypress
2023-02-01 16:16:38 +00:00
Peter Clement
1e607b8e24
Merge remote-tracking branch 'origin/develop' into feat/env-vars-fixes
2023-02-01 14:59:10 +00:00
Peter Clement
af335b4349
remove uneeded tooltip
2023-02-01 14:55:39 +00:00
Peter Clement
12cc927b16
add warning modals to app export buttons
2023-02-01 14:44:53 +00:00
Peter Clement
46d5c58d95
disallow spaces in env var names
2023-02-01 14:43:31 +00:00
Dean
0eed617866
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
Dean
014eaf8c83
Added a tenant feature flag for the onboarding tour
2023-02-01 12:14:10 +00:00
Andrew Kingston
05669019a6
Update deploy navigation component to work without data-cy
2023-02-01 08:32:10 +00:00
Andrew Kingston
c4ed3cbe36
Update tour popover to work without data-cy
2023-02-01 08:29:03 +00:00
Andrew Kingston
4e9d952b52
Merge branch 'develop' of github.com:Budibase/budibase into Cypress
2023-02-01 08:24:30 +00:00
Andrew Kingston
6e12c3fa3c
Remove most traces of data-cy attributes
2023-02-01 08:20:46 +00:00
Gerard Burns
dd343a5946
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
Gerard Burns
09ed767d0b
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
deanhannigan
ee288c1f2d
Merge pull request #9409 from Budibase/feature/user-onboarding-overlays
...
Feature/user onboarding overlays
2023-01-31 16:37:18 +00:00
deanhannigan
7540cad45c
Merge pull request #9467 from Budibase/feature/auth-screens-redesign
...
Selfhost onboarding UX/UI updates
2023-01-31 16:13:46 +00:00
deanhannigan
fb472b0f42
Merge pull request #9025 from Budibase/feature/configurable-data-export
...
Filtering and sort on data row export
2023-01-31 15:35:12 +00:00
Dean
680a9acb4f
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-31 15:08:46 +00:00
mike12345567
c2eb8fb976
Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480 .
2023-01-30 18:50:35 +00:00
mike12345567
2373ad016a
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 17:05:51 +00:00
mike12345567
3857700ea0
Some missing async handling.
2023-01-30 17:03:20 +00:00
Peter Clement
3a00caeda1
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 16:44:11 +00:00
mike12345567
2007543c98
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 16:41:19 +00:00
mike12345567
dd94019fcb
PR comments - switching back to password field to hide the --secret-value--.
2023-01-30 16:40:31 +00:00
Peter Clement
2eac4ff604
fix async handling for variable creation
2023-01-30 16:40:16 +00:00
Peter Clement
71352f1ddc
add try catch to all environment variable loading
2023-01-30 16:30:51 +00:00
Peter Clement
ee94435c06
gate env vars for rest variables
2023-01-30 16:28:45 +00:00
Peter Clement
29a6bbbb90
Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 11:08:09 +00:00
Peter Clement
da9a021014
Added envirioment bindings to REST variables
2023-01-30 10:55:53 +00:00
mike12345567
2548d89f04
Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables
2023-01-30 09:53:31 +00:00
Andrew Kingston
454950daf1
Fix datasources not being collapsible
2023-01-30 08:16:31 +00:00
Dean
67ebe422fe
Feedback updates
2023-01-29 21:28:46 +00:00
Dean
2b4d28edb4
Merge remote-tracking branch 'origin/develop' into feature/user-onboarding-overlays
2023-01-27 20:21:33 +00:00