1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00
Commit graph

19655 commits

Author SHA1 Message Date
Dean
910a077d19 Merge fix 2023-01-23 09:59:01 +00:00
Dean
a10bd138ff Merge remote-tracking branch 'origin/develop' into feature/user-onboarding-overlays 2023-01-23 09:34:20 +00:00
Dean
a9ce6e9cc0 Minor fixes for reactivity issues and some updates 2023-01-23 09:06:21 +00:00
Dean
f53542c45b Removed comment 2023-01-23 00:42:49 +00:00
Dean
14da8c0c9e Added new onboarding tour flow for builder 2023-01-23 00:32:01 +00:00
Budibase Release Bot
ce924d5990 Update pro version to 2.2.22 2023-01-22 19:35:27 +00:00
Budibase Release Bot
e471a0c91a v2.2.22 2023-01-22 19:32:07 +00:00
melohagan
19696fb1fe Treat bigint as string (#8877)
* Make bigint string type

* Handle BigInt relationships

* remove unused var

* Revert CreateEditRelationship modal changes
2023-01-22 19:19:16 +00:00
Budibase Release Bot
403d7eb164 Update pro version to 2.2.21 2023-01-22 15:41:50 +00:00
Budibase Release Bot
7b77c01605 v2.2.21 2023-01-22 15:38:26 +00:00
melohagan
245d64d1ad Return empty not null on clear (#9078) 2023-01-22 15:24:48 +00:00
mike12345567
53bf17a110 Updating image to use new couchdb image. 2023-01-20 19:56:47 +00:00
mike12345567
0f33fd8d48 Merge branch 'develop' of github.com:Budibase/budibase into feature/test-image 2023-01-20 19:55:11 +00:00
Budibase Staging Release Bot
7ca834589f Update pro version to 2.2.12-alpha.32 2023-01-20 15:51:06 +00:00
Budibase Staging Release Bot
6b811c7351 v2.2.12-alpha.32 2023-01-20 15:47:35 +00:00
melohagan
455db2e5a2 Create edit relationship modal (#9400)
* Flip from to fields the correct way

* Do not allow through table foreign keys to match
2023-01-20 15:36:31 +00:00
melohagan
458ab7dadc SQL filtering: Always escape key in LIKE statements (#9278)
* Always escape key in like statements

* lint
2023-01-20 14:03:14 +00:00
Budibase Staging Release Bot
85725ad94f Update pro version to 2.2.12-alpha.31 2023-01-20 13:31:41 +00:00
Budibase Staging Release Bot
c9b09e395d v2.2.12-alpha.31 2023-01-20 13:28:11 +00:00
Michael Drury
cea61dcbcd Merge pull request #9338 from Budibase/fix/support-primary-foreign-keys
CreateEditRelationship modal fixes
2023-01-20 13:17:42 +00:00
Adria Navarro
46994a45f9 Update openapi specs 2023-01-20 12:12:59 +00:00
Adria Navarro
dec7e69391 Fix types 2023-01-20 12:03:00 +00:00
Adria Navarro
27171e7680 Extra typings 2023-01-20 11:48:11 +00:00
Adria Navarro
62b372ce59 Fix broken tests 2023-01-20 10:29:11 +00:00
Adria Navarro
12118fd028 Fix old tests 2023-01-20 10:12:52 +00:00
Adria Navarro
7f53cbeca7 Fix types 2023-01-20 09:58:59 +00:00
Andrew Kingston
af29aba779 Revert changes to builder files for testing 2023-01-20 08:58:47 +00:00
Andrew Kingston
881c3307c6 Improve mobile compatibility with fancy button radio 2023-01-20 08:58:35 +00:00
Andrew Kingston
0489f9243d Improve styles of fancy components 2023-01-20 08:54:17 +00:00
Andrew Kingston
89e4b8b86e Fix label animation 2023-01-20 08:14:37 +00:00
Mel O'Hagan
97c7f42fbe Merge branch 'develop' into fix/support-primary-foreign-keys 2023-01-19 23:04:54 +00:00
Mel O'Hagan
382db8ac78 Delete file copy 2023-01-19 22:57:19 +00:00
Mel O'Hagan
738e0f28d7 lint 2023-01-19 22:54:46 +00:00
Mel O'Hagan
8a4c0c6acd Overhaul of CreateEditRelationship modal 2023-01-19 22:54:06 +00:00
Mel O'Hagan
fc73a2f358 Saving. TODO - Validation 2023-01-19 21:09:13 +00:00
Budibase Staging Release Bot
5351e1ab29 Update pro version to 2.2.12-alpha.30 2023-01-19 20:12:03 +00:00
Adria Navarro
5fb20abcfd Add enrich test 2023-01-19 20:09:39 +00:00
Budibase Staging Release Bot
70ca2cc879 v2.2.12-alpha.30 2023-01-19 20:08:13 +00:00
Mitch-Budibase
7605d8ba1a Merge pull request #9392 from Budibase/cypress
Cypress - New Portal Test Updates
2023-01-19 19:57:06 +00:00
Andrew Kingston
1892770032 Fix links not working with click handlers 2023-01-19 19:52:49 +00:00
Mitch-Budibase
ad8510dad8 Test Skip & Remove retries
I meant to also skip dev mode test within UserSettings

Also removing test retries (not useful currently)
2023-01-19 19:38:58 +00:00
Mitch-Budibase
9280eedad1 Cypress - New Portal Test Updates
Commands
- Updating commands
- UpdateUserInformation, deleteApp, searchForApplication, applicationInAppTable

CreateApp
- Skipping Templates tests
- Updates for tests which utilise user info

AppOverview
- Skipping these tests

UserSettings
- Skipping one test -> allow for copy of API key (will be covered elsewhere
- Updates applied to the remaining tests

Authentication
- Skipping these tests
2023-01-19 19:24:09 +00:00
mike12345567
8e25ff9469 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-19 19:12:49 +00:00
mike12345567
f4d389797c Some minor updates after reviewing. 2023-01-19 19:10:41 +00:00
Adria Navarro
af42e789ff Test delete multiple 2023-01-19 17:28:42 +00:00
Adria Navarro
bcfb0f3727 Change tests to use internal apis 2023-01-19 17:23:48 +00:00
Adria Navarro
f8a3c12608 Add get all rows tests 2023-01-19 16:46:05 +00:00
Adria Navarro
bf8e65fa3e Fix validate schema 2023-01-19 16:43:39 +00:00
Peter Clement
47663ca395 update datasource config to allow env var selection 2023-01-19 16:43:06 +00:00
Budibase Staging Release Bot
6aebc214de Update pro version to 2.2.12-alpha.29 2023-01-19 16:24:28 +00:00