Peter Clement
dc691bcaf7
integrate properly with audit log search api
2023-02-21 10:48:55 +00:00
Rory Powell
cacf275a99
Prevent SSO users from setting / resetting a password ( #9672 )
...
* Prevent SSO users from setting / resetting a password
* Add support for ENABLE_SSO_MAINTENANCE_MODE
* Add typing to self api and build out user update sdk
* Integrate sso checks with user sdk. Integrate user sdk with self api
* Test fixes
* Move self update into SDK
* Lock down maintenance mode to admin user
* Fix typo
* Add health status response and return type signature to accounts.getStatus
* Remove some unnecessary comments
* Make sso save user function non optional
* Remove redundant check on sso auth details provider
* Update syncProfilePicture function name to getProfilePictureUrl
* Update packages/worker/src/sdk/users/events.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Add ENABLE_EMAIL_TEST_MODE flag
* Fix for logging in as sso user when existing user has password already
* Hide password update and force reset from ui for sso users
* Always disable sso maintenance mode in cloud
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-02-21 08:23:53 +00:00
melohagan
53f6b2b6e6
Null safety ( #9746 )
2023-02-20 11:03:37 +00:00
Peter Clement
a1b47bbce3
ensure table is pulling from search endpoint
2023-02-17 16:49:41 +00:00
Budibase Staging Release Bot
22f8becb4d
v2.3.17-alpha.4
2023-02-17 14:56:34 +00:00
Gerard Burns
8289da3f19
Add Fetch Row Button Action ( #9653 )
...
* Add Fetch Row Button Action
* PR feedback
2023-02-17 14:49:35 +00:00
Budibase Staging Release Bot
1ad2f46766
v2.3.17-alpha.3
2023-02-17 09:25:55 +00:00
Budibase Staging Release Bot
74c7a23c5c
v2.3.17-alpha.2
2023-02-17 08:32:08 +00:00
Budibase Staging Release Bot
788a912933
v2.3.17-alpha.1
2023-02-16 16:52:04 +00:00
Budibase Release Bot
cd0e7d41a5
v2.3.17
2023-02-16 16:37:12 +00:00
Budibase Staging Release Bot
a232d61527
v2.3.17-alpha.0
2023-02-16 14:26:19 +00:00
Martin McKeaveney
33b08faffa
Merge pull request #9706 from Budibase/qa-2-qa-job-for-nightly-api-test
...
Re-enabling nightly tests
2023-02-16 14:04:51 +00:00
Andrew Kingston
c81ef6f128
Attempt to fix flakey 409s when deleting screens that are linked in the nav ( #9700 )
2023-02-16 13:33:53 +00:00
Martin McKeaveney
6b5128a0bf
running API tests with reporting qa nightly tests
2023-02-15 23:38:59 +00:00
Rory Powell
ff64042843
Merge branch 'develop' into merge-master-into-develop
2023-02-15 15:20:05 +00:00
Rory Powell
fa35fa4812
Merge branch 'master' into merge-master-into-develop
2023-02-15 15:16:59 +00:00
Rory Powell
bb1faac62a
Merge master into develop
2023-02-15 15:10:02 +00:00
Budibase Release Bot
d4a0f848cd
v2.3.16
2023-02-15 15:09:01 +00:00
Budibase Release Bot
ecbea6255a
v2.3.15
2023-02-15 12:57:32 +00:00
Martin McKeaveney
8deacaccf8
Merge pull request #9690 from Budibase/link-to-plugin-repo-from-plugin-page
...
Link to Plugin Repo from Plugin Page
2023-02-15 12:10:43 +00:00
mike12345567
6977502d01
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-15 11:29:04 +00:00
Budibase Release Bot
b2f09bc57a
v2.3.14
2023-02-15 09:43:10 +00:00
melohagan
fb74956c93
Date filter freeze fix ( #9635 )
...
* Filter with enrichedSchemaFields
* Handle empty object values in date range
2023-02-15 09:27:44 +00:00
Budibase Staging Release Bot
366cc80cdf
v2.3.14-alpha.0
2023-02-14 18:12:57 +00:00
mike12345567
3f7f66257d
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-14 17:57:23 +00:00
Gerard Burns
632d672efb
Link to Plugin Repo from Plugin Page
2023-02-14 15:52:21 +00:00
Budibase Release Bot
122d305260
v2.3.13
2023-02-14 15:15:07 +00:00
mike12345567
488b542ac1
Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother.
2023-02-14 14:38:55 +00:00
Peter Clement
6d60c27521
add store and api funcs
2023-02-13 16:32:14 +00:00
Peter Clement
00388c4b04
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-13 11:47:29 +00:00
Peter Clement
2d2c960b75
add audit logs feature
2023-02-13 11:43:25 +00:00
mike12345567
2845ec3bf7
Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
2023-02-13 11:41:16 +00:00
Budibase Release Bot
10b902b295
v2.3.12
2023-02-13 11:23:03 +00:00
melohagan
ee054adf39
Longform fields support for JSON string ( #9666 )
2023-02-13 11:06:33 +00:00
Peter Clement
70ac7b81c3
add base audit logs ui
2023-02-13 09:47:08 +00:00
Budibase Release Bot
7654cc47cb
v2.3.11
2023-02-12 15:40:20 +00:00
Martin McKeaveney
321a869da7
fix displayColumn logic
2023-02-11 01:14:58 +00:00
Martin McKeaveney
cd8e007da8
force display column to be chosen when uploading csv
2023-02-11 01:07:20 +00:00
Budibase Staging Release Bot
66f6576435
v2.3.11-alpha.0
2023-02-10 19:14:12 +00:00
mike12345567
0c80ea2083
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-10 17:42:56 +00:00
Budibase Release Bot
d356ca205b
v2.3.10
2023-02-10 15:54:05 +00:00
Peter Clement
2bd6ff627a
update env vars with geneic splash screen
2023-02-10 14:57:42 +00:00
Budibase Release Bot
6f144df007
v2.3.9
2023-02-10 13:46:46 +00:00
Peter Clement
c2b7c6f388
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-10 11:51:28 +00:00
Budibase Release Bot
c85413ec72
v2.3.8
2023-02-10 11:12:21 +00:00
Andrew Kingston
cadadca048
Generate option inclusion constraint ( #9647 )
...
* Fix options inclusion constrant not being generated when creating a table from file upload
* Fix 0 being treated as null when specifying min and max constraints for number fields
* Sort newly generated option field inclusion constraints
* Revert previous solution and fix problem by removing incorrect local assignment statement
2023-02-10 11:00:20 +00:00
Budibase Release Bot
7623b4cc16
v2.3.7
2023-02-10 09:12:01 +00:00
Dean
4c013df676
Reactivity fix for the editableColumn and an update to the onChange behaviour for the formula value to ensure updates are detected
2023-02-09 16:36:02 +00:00
Budibase Release Bot
672614a869
v2.3.6
2023-02-09 11:58:13 +00:00
Peter Clement
26becc9950
add generic page for paywall features
2023-02-08 15:18:44 +00:00
Budibase Release Bot
a2d5b05cd8
v2.3.5
2023-02-07 19:16:07 +00:00
Martin McKeaveney
568ac4da1b
Merge pull request #9546 from Budibase/fix-import-validations
...
Fix Import Validations
2023-02-07 19:05:27 +00:00
Gerard Burns
e2f52c8e1d
Fix Import Validations
2023-02-07 19:05:00 +00:00
Budibase Release Bot
e54e6987a3
v2.3.4
2023-02-07 18:46:27 +00:00
andz-bb
59b8aef844
stop chrome autofilling login when adding env var
2023-02-07 17:44:23 +00:00
Budibase Release Bot
04916f5cdd
v2.3.3
2023-02-07 16:11:38 +00:00
Budibase Staging Release Bot
ecda94905b
v2.3.2-alpha.3
2023-02-07 16:01:59 +00:00
Budibase Staging Release Bot
492b416980
v2.3.2-alpha.2
2023-02-07 15:32:37 +00:00
Budibase Staging Release Bot
1ffcd7a00f
v2.3.2-alpha.1
2023-02-07 15:02:13 +00:00
Martin McKeaveney
238854aa0e
updating onboarding tour and fixing github CSP
2023-02-07 14:49:45 +00:00
Gerard Burns
7a443f6a5d
New Onboarding Loading States ( #9519 )
...
* New Onboarding Loading States
* Pr Feedback
2023-02-07 14:47:46 +00:00
Budibase Release Bot
a7ad1cb331
v2.3.2
2023-02-07 13:17:50 +00:00
Budibase Staging Release Bot
34dd7902c7
v2.3.2-alpha.0
2023-02-07 11:56:18 +00:00
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
Budibase Staging Release Bot
33844051e6
v2.2.12-alpha.44
2023-01-30 11:52:46 +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
Budibase Staging Release Bot
4354029b56
v2.2.12-alpha.43
2023-01-30 08:30:29 +00:00
Andrew Kingston
23c1d1a9d8
Merge branch 'develop' of github.com:Budibase/budibase into develop
2023-01-30 08:16:47 +00:00
Andrew Kingston
454950daf1
Fix datasources not being collapsible
2023-01-30 08:16:31 +00:00
Dean
f9af98d5d4
Removed debug console statement
2023-01-29 22:03:49 +00:00
Dean
9786c85bd3
Feedback updates
2023-01-29 22:00:20 +00:00
Dean
117191e5cb
Merge remote-tracking branch 'origin/master' into fix/block-duplicate-autocolumn-types
2023-01-29 21:49:50 +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
Dean
f6e24cff3e
Merge remote-tracking branch 'origin/develop' into feature/auth-screens-redesign
2023-01-27 18:02:32 +00:00
Dean
1534218c94
Validation refactor
2023-01-27 17:59:50 +00:00
Peter Clement
602570e834
add env vars to auth variables section in rest config
2023-01-27 16:35:14 +00:00
Peter Clement
6bef0e64d5
fix bug with dev variable not saving correctly
2023-01-27 15:50:59 +00:00
Peter Clement
92a2f23cde
add divider on upgrade page
2023-01-27 15:23:24 +00:00
Budibase Staging Release Bot
f9808d7171
v2.2.12-alpha.42
2023-01-27 14:49:10 +00:00
Dean
d37c0e4b5d
UI Onboarding UI/UX auth refactoring
2023-01-27 13:44:57 +00:00
Peter Clement
8372b50de1
update env dropdown input to remove tags
2023-01-27 11:48:02 +00:00
Rory Powell
da2c809a09
Merge branch 'develop' into feature/environment-variables
2023-01-27 11:27:11 +00:00
mike12345567
301bc2af8e
Merge branch 'cheeks-lab-day-portal-redesign' of github.com:Budibase/budibase into feature/environment-variables
2023-01-27 10:52:46 +00:00
Budibase Staging Release Bot
d8f5b6dfd8
v2.2.12-alpha.41
2023-01-27 09:45:39 +00:00
Peter Clement
c68b5ccb84
fix license check
2023-01-26 16:16:56 +00:00
Peter Clement
debef20af5
gate env vars in binding drawers behind license
2023-01-26 15:09:20 +00:00
Peter Clement
843649eb54
add envrionment bindings to automations
2023-01-26 14:59:29 +00:00
Peter Clement
4eaefa677a
add tags to input dropdown
2023-01-26 14:24:10 +00:00
Budibase Staging Release Bot
01292e22d4
v2.2.12-alpha.40
2023-01-25 19:13:39 +00:00
Budibase Staging Release Bot
61e6405583
v2.2.12-alpha.39
2023-01-25 16:12:14 +00:00
Budibase Staging Release Bot
e3064709c8
v2.2.12-alpha.38
2023-01-25 14:23:22 +00:00
Budibase Staging Release Bot
c816c078b5
v2.2.12-alpha.37
2023-01-25 13:19:44 +00:00
melohagan
49e79bfeec
Prevent many-many relationships with same tables ( #9421 )
...
* Prevent many-many relationships with same tables
* Don't check relationship if original tables
* Refactor
2023-01-25 13:09:20 +00:00
Peter Clement
fc6d20c0b2
add environment bindings to rest query binding drawer
2023-01-25 11:39:13 +00:00
Peter Clement
100571b6fe
add licensing check to env dropdown
2023-01-25 11:27:57 +00:00
Budibase Staging Release Bot
e9b1c9e063
v2.2.12-alpha.36
2023-01-25 09:25:53 +00:00
Andrew Kingston
767b783923
Fix upgrade button not working when account portal is an external URL
2023-01-25 09:15:12 +00:00
Peter Clement
0ca1521a58
css updates to dropdown component
2023-01-24 15:24:29 +00:00