Skip to content

Commit 36ae1bd

Browse files
dyladanvmarchaud
andauthored
chore: remove API and context-base (#1942)
Co-authored-by: Valentin Marchaud <[email protected]>
1 parent 9a67045 commit 36ae1bd

File tree

117 files changed

+12
-5615
lines changed

Some content is hidden

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

117 files changed

+12
-5615
lines changed

.github/workflows/docs.yml

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

.github/workflows/lint.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,3 @@ jobs:
5959
run: |
6060
npm run lint
6161
npm run lint:examples
62-
63-
- name: Install API Dependencies (cache hit)
64-
if: steps.cache.outputs.cache-hit == 'true'
65-
run: npx lerna bootstrap --scope @opentelemetry/api --include-dependencies
66-
67-
- name: Install API Dependencies (cache miss)
68-
if: steps.cache.outputs.cache-hit != 'true'
69-
run: npx lerna bootstrap --no-ci --scope @opentelemetry/api --include-dependencies
70-
71-
- name: Build 🔧
72-
run: |
73-
npx lerna run compile --scope @opentelemetry/api
74-
npx lerna run docs
75-
76-
- name: Test Docs
77-
run: npm run docs-test

integration-tests/propagation-validation-server/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
},
77
"include": [],
88
"references": [
9-
{
10-
"path": "../../packages/opentelemetry-api"
11-
},
129
{
1310
"path": "../../packages/opentelemetry-context-async-hooks"
1411
},

packages/opentelemetry-api-metrics/tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@
77
"include": [
88
"src/**/*.ts",
99
"test/**/*.ts"
10-
],
11-
"references": [
12-
{
13-
"path": "../opentelemetry-api"
14-
}
1510
]
1611
}

packages/opentelemetry-api/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/opentelemetry-api/.eslintrc.js

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

packages/opentelemetry-api/LICENSE

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

0 commit comments

Comments
 (0)