1
0
Fork 0
mirror of synced 2024-08-17 19:11:52 +12:00
Commit graph

9259 commits

Author SHA1 Message Date
Gerard Burns
c6cd8c1c1e Fix Import Validations 2023-02-07 11:43:50 +00:00
Budibase Release Bot
1c86b402fd v2.3.1 2023-02-06 20:09:07 +00:00
Peter Clement
2320bd574e don't load env vars when license isn't enabled 2023-02-06 14:37:50 +00:00
Peter Clement
99287b9a5a don't coerce options type to array when switching to bindings 2023-02-06 14:37:50 +00:00
Budibase Release Bot
8a77b5d429 v2.3.0 2023-02-06 08:49:47 +00:00
Martin McKeaveney
2ebbd319d5 auto columns fix 2023-02-06 08:36:25 +00:00
Budibase Release Bot
f5dd1ce64b v2.2.27 2023-02-05 23:59:33 +00:00
Budibase Staging Release Bot
da55386856 v2.2.27-alpha.0 2023-02-05 23:28:28 +00:00
Martin McKeaveney
d4a0e44b31 merge 2023-02-05 22:11:37 +00:00
Budibase Staging Release Bot
9a7de5a746 v2.2.12-alpha.71 2023-02-03 15:04:31 +00:00
Budibase Staging Release Bot
ece924c816 v2.2.12-alpha.70 2023-02-03 13:38:33 +00:00
deanhannigan
368e97f124 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
9ac188d9fc v2.2.12-alpha.69 2023-02-03 11:22:23 +00:00
Michael Drury
ceee79f1b8 Merge pull request #9516 from Budibase/fix/relationship-modal
SQL relationship modal
2023-02-03 11:08:34 +00:00
Dean
8e78b075fd Feedback updates. Backed out parsing and simply renamed the field config property 2023-02-03 10:22:36 +00:00
Budibase Staging Release Bot
9c9ae8d184 v2.2.12-alpha.68 2023-02-03 10:05:06 +00:00
Budibase Staging Release Bot
1508b6ece4 v2.2.12-alpha.67 2023-02-03 09:16:09 +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
Dean
90be29452b Removed extra forward slash in qr reader field type. 2023-02-02 17:58:35 +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
Budibase Staging Release Bot
34a26ece0f v2.2.12-alpha.66 2023-02-02 14:44:05 +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
Budibase Staging Release Bot
89d2bd0bec v2.2.12-alpha.65 2023-02-02 13:47:22 +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
Budibase Release Bot
6336463873 v2.2.26 2023-02-02 11:57:54 +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
Budibase Staging Release Bot
960d3b8d4f v2.2.12-alpha.64 2023-02-02 11:25:28 +00:00
Andrew Kingston
0abac846d3 Ensure tour popover disappears when finished (#9517) 2023-02-02 11:14:40 +00:00
Budibase Staging Release Bot
7ad4377058 v2.2.12-alpha.63 2023-02-02 10:20:44 +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
Budibase Staging Release Bot
3489cb312c v2.2.12-alpha.62 2023-02-02 09:43:29 +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
Budibase Staging Release Bot
f3ba1d1cb1 v2.2.12-alpha.61 2023-02-01 18:04:44 +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
Budibase Staging Release Bot
b9c13fefef v2.2.12-alpha.60 2023-02-01 16:53:31 +00:00
Budibase Staging Release Bot
780ff8ccb8 v2.2.12-alpha.59 2023-02-01 16:27:51 +00:00
Mitch-Budibase
50b3c06dbd Merge pull request #9491 from Budibase/Cypress
Removing Cypress
2023-02-01 16:16:38 +00:00
Budibase Staging Release Bot
3fa186f69c v2.2.12-alpha.58 2023-02-01 16:06:01 +00:00
Mitch-Budibase
b930f20de0 Minor changes
Updating setup.js and testConfig.json
2023-02-01 15:56:00 +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
Budibase Staging Release Bot
191d512493 v2.2.12-alpha.57 2023-02-01 14:06:27 +00:00
Michael Drury
dfeb41ee53 Merge pull request #9493 from Budibase/fix/8236
CouchDB integration fixes
2023-02-01 13:55:03 +00:00
Budibase Staging Release Bot
934d7542b6 v2.2.12-alpha.56 2023-02-01 13:03:17 +00:00
Dean
014eaf8c83 Added a tenant feature flag for the onboarding tour 2023-02-01 12:14:10 +00:00
Budibase Staging Release Bot
993bc0edd4 v2.2.12-alpha.55 2023-02-01 11:12:50 +00:00
Budibase Staging Release Bot
59272d8f2c v2.2.12-alpha.54 2023-02-01 10:21:38 +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
mike12345567
f4379fcb4f 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
1909407ab1 v2.2.12-alpha.53 2023-01-31 19:45:03 +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
Mitch-Budibase
746d08cb70 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
ad0bba5fc2 Merge branch 'develop' into Cypress 2023-01-31 18:19:43 +00:00
Mitch-Budibase
194772cb20 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
21d16d3aab v2.2.12-alpha.52 2023-01-31 17:32:58 +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
Budibase Staging Release Bot
a8656c0f10 v2.2.12-alpha.51 2023-01-31 16:55:07 +00:00
Mitch-Budibase
e90a3b08f4 Updating builder/package.json
Removing lines related to Cypress that we no longer need
2023-01-31 16:51:00 +00:00
Mitch-Budibase
bf5da62f75 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
Budibase Release Bot
9e0ee974eb v2.2.25 2023-01-31 16:45:32 +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
Budibase Staging Release Bot
cbd3f2712f v2.2.12-alpha.50 2023-01-31 16:26:17 +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
Budibase Staging Release Bot
6cde4aa67b v2.2.12-alpha.49 2023-01-31 15:46:07 +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
Budibase Staging Release Bot
9db82595bd v2.2.12-alpha.48 2023-01-31 13:04:29 +00:00
Michael Drury
099179f848 Merge pull request #9481 from Budibase/feature/9480
Password replacement for REST authentication basic type
2023-01-31 12:48:38 +00:00
Budibase Release Bot
975bfc4f29 v2.2.24 2023-01-31 11:43:55 +00:00
Budibase Staging Release Bot
9a76955448 v2.2.12-alpha.47 2023-01-31 11:34:34 +00:00
deanhannigan
02b6890d58 Merge pull request #9205 from Budibase/fix/block-duplicate-autocolumn-types
Create/Edit Column refactoring and validation updates
2023-01-31 11:30:49 +00:00
Budibase Release Bot
87c62f62a2 v2.2.23 2023-01-31 10:24:53 +00:00
melohagan
919323b500 Fix/automation update deletes relationship (#9468)
* Add padding to text field input

* Apply padding to modal binding input

* Support relationships in automation bindings

* Trim automation field keys

* Trim automation field name

* Empty string check

* Add checkbox for clearing relationships update row

* Added state for automation field metadata

* clearRelationships updateRow check

* Padding tweak
2023-01-31 10:11:56 +00:00
Budibase Staging Release Bot
13b9772b10 v2.2.12-alpha.46 2023-01-31 08:35:24 +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
Budibase Staging Release Bot
25a39322cd v2.2.12-alpha.45 2023-01-30 17:44:07 +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
7b38c205f3 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 16:32:29 +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
mike12345567
001c7b0df8 Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 13:56:52 +00:00