1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00
Commit graph

23496 commits

Author SHA1 Message Date
mike12345567
f754691563 Reverting the changes to the single image build fully, adding in a workflow which should increase the storage capacity of the VM, almost doubling it (although it is a bit hacky, should get us by for a while). 2023-08-08 17:39:51 +01:00
Adria Navarro
da87b28155 Clean nx deps 2023-08-08 19:39:32 +03:00
Adria Navarro
8e655dae66 Fix path 2023-08-08 19:36:36 +03:00
Adria Navarro
a213475041 Esbuild, build esm 2023-08-08 19:34:20 +03:00
Adria Navarro
b91677f0ce Fix declarations 2023-08-08 19:33:57 +03:00
Budibase Staging Release Bot
e468ff066f Bump version to 2.9.13 2023-08-08 16:26:25 +00:00
mike12345567
df29a79a68 Attempting to get push by digest working correctly for single image build. 2023-08-08 17:26:02 +01:00
Adria Navarro
93654907c3 Bundle bb dependencies in backend-core 2023-08-08 19:08:57 +03:00
Adria Navarro
5ae100d4cc Remove unneeded nx deps 2023-08-08 18:58:50 +03:00
Adria Navarro
bc5b4297a5 Backend-core via esbuild 2023-08-08 18:56:07 +03:00
Adria Navarro
b882a64ad7 Shared-core via esbuild 2023-08-08 18:45:02 +03:00
Adria Navarro
0bc7a647df Types via esbuild 2023-08-08 18:42:39 +03:00
Budibase Staging Release Bot
4f5d286f62 Bump version to 2.9.12 2023-08-08 14:39:04 +00:00
Michael Drury
e1bc1d78c2 Merge pull request #11471 from Budibase/fix/single-image-build
Parallel single image build with docker manifest
2023-08-08 15:38:46 +01:00
mike12345567
e4841e8f2c Removing the usage of the self hosted runners (unavailable in public repo) and attempting to get working using a Docker manifest in parallel. 2023-08-08 15:31:05 +01:00
Budibase Staging Release Bot
378d3ed40f Bump version to 2.9.11 2023-08-08 12:49:40 +00:00
mike12345567
d1cd56da17 Merge branch 'master' of github.com:Budibase/budibase 2023-08-08 13:49:16 +01:00
mike12345567
555e066be0 Fixing indentation. 2023-08-08 13:49:02 +01:00
Budibase Staging Release Bot
73124fab6a Bump version to 2.9.10 2023-08-08 12:45:37 +00:00
mike12345567
a220b201fc Updating self host single image build 2023-08-08 13:45:10 +01:00
Budibase Staging Release Bot
aab04339b8 Bump version to 2.9.9 2023-08-08 11:01:28 +00:00
Michael Drury
8214ede866 Merge pull request #11469 from Budibase/fix/self-host-single-image
Self hosted runners for single image build
2023-08-08 12:01:03 +01:00
mike12345567
b22aeb03c4 Using the self hosted runners in the dev environment to build our single image ARM, AMD and AAS images. 2023-08-08 11:39:36 +01:00
Budibase Staging Release Bot
c6e657a7b4 Bump version to 2.9.8 2023-08-07 20:32:27 +00:00
Michael Drury
f6c992964e Fixing issue with CLI build, removing some old cjs exports that shouldn't be there. 2023-08-07 21:31:55 +01:00
Budibase Staging Release Bot
2e4e55e2cf Bump version to 2.9.7 2023-08-07 20:30:10 +00:00
Michael Drury
cd4058295f Merge pull request #11463 from Budibase/fix/single-image-build
Single image - build and release amd64 and arm64
2023-08-07 21:29:51 +01:00
Michael Drury
ad882b6685 Running the releases in parallel causes the old architecture tag that was released to be overwritten, meaning we only end up with a single release. 2023-08-07 21:06:40 +01:00
Budibase Staging Release Bot
3a99f6baa6 Bump version to 2.9.6 2023-08-07 19:35:14 +00:00
Michael Drury
5601f1b9b5 Merge pull request #11461 from Budibase/fix/cli-build
Fix for CLI building correctly with esbuild
2023-08-07 20:34:55 +01:00
mike12345567
cb1cec2774 Fixing pkg built CLI after using esbuild. 2023-08-07 20:21:36 +01:00
mike12345567
4d0c7e56e1 Utilising esbuild for the CLI to bundle in backend-core and types as required. 2023-08-07 19:03:23 +01:00
Budibase Staging Release Bot
b367c7cbe4 Bump version to 2.9.5 2023-08-07 16:59:41 +00:00
Michael Drury
befbbee8bd Merge pull request #11460 from Budibase/fix/11457
Fix for DS+ updating rows
2023-08-07 17:59:22 +01:00
mike12345567
986939b85d Fix for DS+ unable to patch rows correctly. 2023-08-07 17:44:44 +01:00
Budibase Staging Release Bot
62b724400a Bump version to 2.9.4 2023-08-07 15:55:09 +00:00
Martin McKeaveney
f5c40b6f87 Merge pull request #11447 from Budibase/log/automation-id-with-execution
debug log for automation ID
2023-08-07 16:54:50 +01:00
Martin McKeaveney
84344f3ed7 Merge branch 'master' into log/automation-id-with-execution 2023-08-07 16:40:31 +01:00
Budibase Staging Release Bot
a2bf1e27fb Bump version to 2.9.3 2023-08-07 15:39:06 +00:00
Martin McKeaveney
d166e9dc0c Merge pull request #11354 from Budibase/feature/offline-mode-k8s
Update helm chart to expose OFFLINE_MODE env var
2023-08-07 16:38:49 +01:00
Martin McKeaveney
755a98654c Merge branch 'master' into feature/offline-mode-k8s 2023-08-07 16:38:17 +01:00
Michael Drury
2ea45e1351 Merge branch 'master' into log/automation-id-with-execution 2023-08-07 15:03:38 +01:00
Budibase Staging Release Bot
e6196e5da6 Bump version to 2.9.2 2023-08-07 13:30:34 +00:00
Martin McKeaveney
889face88c remove v from tagging 2023-08-07 14:30:10 +01:00
Budibase Staging Release Bot
4c9dfb85c8 Bump version to 2.9.1 2023-08-07 12:24:52 +00:00
Michael Drury
06e3000af3 Merge pull request #11454 from Budibase/fix/fixing_master_release
Update master pipeline to fix the current tag issue
2023-08-07 13:24:34 +01:00
Adria Navarro
9bc008012d Update master pipeline to fix the current tag issue 2023-08-07 15:23:12 +03:00
Martin McKeaveney
b7810f915e fix lint 2023-08-07 12:55:28 +01:00
Budibase Staging Release Bot
aed1874ef0 Bump version to 2.9.0 2023-08-07 11:51:58 +00:00
Martin McKeaveney
14785ca49d move to info log line 2023-08-07 12:36:19 +01:00