Skip to content

Commit 18cbbf0

Browse files
authored
Restructure typescript (#3930)
* Set up scripts for correct build, and arrange the files correctly Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * arrange npm folder for the new build flow Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * rearrange code to fit new changes, and fix types Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * Arrange tests for the changes of structure Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * Built the CI CD for the new build Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * Added test for types, and yarn Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * Added docs Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * Refactor OpenTelemetry imports and streamline index exports Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * fix imports Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * removing latest in favor of hard codded version Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * fix docs base on comments Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * additional fixes of comments Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * address pr comments Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> * typo Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com> --------- Signed-off-by: Avi Fenesh <aviarchi1994@gmail.com>
1 parent 17eff0a commit 18cbbf0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1590
-1854
lines changed

.github/json_matrices/build-matrix.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"OS": "ubuntu",
44
"NAMED_OS": "linux",
5-
"RUNNER": "ubuntu-22.04",
5+
"RUNNER": "ubuntu-24.04",
66
"ARCH": "x64",
77
"TARGET": "x86_64-unknown-linux-gnu",
88
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
@@ -13,6 +13,7 @@
1313
"OS": "ubuntu",
1414
"NAMED_OS": "linux",
1515
"RUNNER": ["self-hosted", "Linux", "ARM64", "ephemeral"],
16+
"CD_RUNNER": "ubuntu-24.04-arm",
1617
"ARCH": "arm64",
1718
"TARGET": "aarch64-unknown-linux-gnu",
1819
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
@@ -21,7 +22,7 @@
2122
{
2223
"OS": "macos",
2324
"NAMED_OS": "darwin",
24-
"RUNNER": "macos-14",
25+
"RUNNER": "macos-15",
2526
"ARCH": "arm64",
2627
"TARGET": "aarch64-apple-darwin",
2728
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
@@ -31,6 +32,7 @@
3132
"OS": "macos",
3233
"NAMED_OS": "darwin",
3334
"RUNNER": "macos-13",
35+
"CD_RUNNER": "macos-15",
3436
"ARCH": "x64",
3537
"TARGET": "x86_64-apple-darwin",
3638
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
@@ -43,10 +45,11 @@
4345
"ARCH": "arm64",
4446
"TARGET": "aarch64-unknown-linux-musl",
4547
"RUNNER": ["self-hosted", "Linux", "ARM64", "ephemeral"],
48+
"CD_RUNNER": "ubuntu-24.04-arm",
4649
"IMAGE": "node:lts-alpine",
4750
"CONTAINER_OPTIONS": "--user root --privileged --rm",
4851
"PACKAGE_MANAGERS": ["npm"],
49-
"languages": ["node"]
52+
"languages": []
5053
},
5154
{
5255
"OS": "ubuntu",

.github/workflows/build-node-wrapper/action.yml

Lines changed: 0 additions & 97 deletions
This file was deleted.

.github/workflows/node-create-package-file/action.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)