1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00
Commit graph

25679 commits

Author SHA1 Message Date
mike12345567
4dde6c3e2f Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2023-10-20 13:18:07 +01:00
Michael Drury
89d6486ba0
Merge pull request #12127 from Budibase/fix/12121-datasource-error-stopping-creation
Datasource errors blocking full creation steps
2023-10-20 13:14:44 +01:00
Michael Drury
dbf5a9caaa
Merge branch 'master' into fix/12121-datasource-error-stopping-creation 2023-10-20 13:04:14 +01:00
Adria Navarro
90cdda7cea
Merge pull request #12126 from Budibase/BUDI-7641/push_v2_images_to_qa
Push QA on master commit
2023-10-20 14:02:39 +02:00
Adria Navarro
ab169c270d
Merge branch 'master' into BUDI-7641/push_v2_images_to_qa 2023-10-20 13:50:58 +02:00
Adria Navarro
91e4a47a72
Merge pull request #12128 from Budibase/chore/redure-nx-cloud-usage
Reduce nx cloud usage
2023-10-20 13:50:01 +02:00
Michael Drury
8e76618a85
Merge branch 'master' into fix/12121-datasource-error-stopping-creation 2023-10-20 12:45:18 +01:00
Adria Navarro
1b3ba9a402 Don't use nx cloud on ci 2023-10-20 13:32:54 +02:00
Adria Navarro
1478ef503a Don't use nx cloud locally 2023-10-20 13:31:50 +02:00
Michael Drury
2462076586
Merge pull request #12107 from Budibase/fix/couchdb-image-build
Fix budibase/couchdb multi-arch build
2023-10-20 12:26:29 +01:00
Michael Drury
86b9556b0e
Merge branch 'master' into fix/couchdb-image-build 2023-10-20 12:23:22 +01:00
mike12345567
bc8e84b815 Fixing datasource error states causing a datasource to fail to be built fully - this was simply a frontend issue of the error not being handled on creation. 2023-10-20 12:19:04 +01:00
Andrew Kingston
8d56849cdc
Merge pull request #12007 from Budibase/grid-all-datasources
Grid support for all datasource types + custom datasources
2023-10-20 12:04:54 +01:00
Andrew Kingston
940801d8ea
Merge branch 'master' into grid-all-datasources 2023-10-20 11:54:42 +01:00
Adria Navarro
281348295d
Merge branch 'master' into BUDI-7641/push_v2_images_to_qa 2023-10-20 12:40:56 +02:00
Adria Navarro
e701bd2b89 Ref name in master 2023-10-20 12:38:52 +02:00
Adria Navarro
0176b8f31e
Merge pull request #12106 from Budibase/BUDI-7641/remove-npm-from-apps-worker-docker
Remove npm dependency from apps and worker docker images
2023-10-20 12:30:39 +02:00
Michael Drury
5f485e772f
Merge branch 'master' into fix/couchdb-image-build 2023-10-20 11:29:57 +01:00
Andrew Kingston
db286d431a Fix dependsOn logic for gridblock after renaming setting key 2023-10-20 11:20:14 +01:00
Andrew Kingston
fa90629139 Improve grid datasource backwards compatibility 2023-10-20 11:14:24 +01:00
Andrew Kingston
7fd7943a5a Remove required prop from gridblock to ensure backwards compatiblity 2023-10-20 11:07:37 +01:00
Andrew Kingston
452dc92356 Merge branch 'master' of github.com:Budibase/budibase into grid-all-datasources 2023-10-20 10:41:08 +01:00
Adria Navarro
65fea6d680 Fix branch name 2023-10-20 10:44:24 +02:00
Adria Navarro
c5b37ae0c7 Push 2023-10-20 10:42:45 +02:00
Adria Navarro
d9e9f36985 test 2023-10-20 10:38:01 +02:00
Adria Navarro
ec76388de4 Use event v2 2023-10-20 10:37:22 +02:00
Adria Navarro
c462b07224 Create deploy qa workflow 2023-10-20 10:34:38 +02:00
Adria Navarro
806685014b
Merge branch 'master' into BUDI-7641/remove-npm-from-apps-worker-docker 2023-10-20 10:07:33 +02:00
Adria Navarro
6b68e52836 Use v2 dockerfiles 2023-10-20 10:02:18 +02:00
mike12345567
fdfd58391a Merge branch 'master' of github.com:Budibase/budibase into labday/sqs 2023-10-19 18:25:11 +01:00
Michael Drury
525898a93c
Merge pull request #12118 from Budibase/fix/cla-bot
Disable CLA bot on non-master PR merges
2023-10-19 18:21:17 +01:00
Michael Drury
ab740e4e63
Merge branch 'master' into fix/couchdb-image-build 2023-10-19 18:01:27 +01:00
mike12345567
e79726e264 Only check CLA on PRs to master. 2023-10-19 18:00:40 +01:00
Michael Drury
1df9414aee
Merge pull request #12110 from Budibase/refactor/improve-table-sdk
Major table controller/SDK refactor
2023-10-19 17:13:41 +01:00
mike12345567
d1b551c6aa Type fixes. 2023-10-19 16:56:45 +01:00
Adria Navarro
a30982177f Update pro 2023-10-19 17:06:26 +02:00
mike12345567
470735cc97 Updating types across old table utilities. 2023-10-19 12:26:29 +01:00
mike12345567
d8f1da827b Merge branch 'master' of github.com:Budibase/budibase into refactor/improve-table-sdk 2023-10-19 12:04:44 +01:00
mike12345567
f072a77d9f Updating throw. 2023-10-19 12:03:49 +01:00
mike12345567
54d976f750 Fixing PR comments. 2023-10-19 12:02:49 +01:00
Adria Navarro
35f7aa0955
Merge branch 'master' into BUDI-7641/remove-npm-from-apps-worker-docker 2023-10-19 12:02:45 +02:00
Adria Navarro
63a26ac823 Fix dependencies 2023-10-19 11:16:52 +02:00
Adria Navarro
38144aa15a Clean scripts 2023-10-19 11:08:56 +02:00
Adria Navarro
3851a67915 Unify jsonwebtoken and lodash packages 2023-10-19 11:00:53 +02:00
Budibase Staging Release Bot
41e5bba533 Bump version to 2.11.39 2023-10-19 06:53:47 +00:00
mike12345567
9bd67595ec Merge branch 'master' of github.com:Budibase/budibase into refactor/improve-table-sdk 2023-10-18 19:05:23 +01:00
mike12345567
2d5818ae33 Updating datasource controller to use SDK rather than calling through controllers. 2023-10-18 18:58:58 +01:00
mike12345567
25ad78a94e Adding utilities. 2023-10-18 18:58:27 +01:00
mike12345567
8d1163e50d Adding external SDK, updating external controllers. 2023-10-18 18:58:19 +01:00
mike12345567
6bfa9d407b Adding internal SDK, updating internal table controllers. 2023-10-18 18:57:52 +01:00