Skip to content

Commit

Permalink
chore: remove API and context-base (#1942)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
  • Loading branch information
dyladan and vmarchaud authored Feb 24, 2021
1 parent 9a67045 commit 36ae1bd
Show file tree
Hide file tree
Showing 117 changed files with 12 additions and 5,615 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/docs.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,3 @@ jobs:
run: |
npm run lint
npm run lint:examples
- name: Install API Dependencies (cache hit)
if: steps.cache.outputs.cache-hit == 'true'
run: npx lerna bootstrap --scope @opentelemetry/api --include-dependencies

- name: Install API Dependencies (cache miss)
if: steps.cache.outputs.cache-hit != 'true'
run: npx lerna bootstrap --no-ci --scope @opentelemetry/api --include-dependencies

- name: Build 🔧
run: |
npx lerna run compile --scope @opentelemetry/api
npx lerna run docs
- name: Test Docs
run: npm run docs-test
3 changes: 0 additions & 3 deletions integration-tests/propagation-validation-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
},
"include": [],
"references": [
{
"path": "../../packages/opentelemetry-api"
},
{
"path": "../../packages/opentelemetry-context-async-hooks"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/opentelemetry-api-metrics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../opentelemetry-api"
}
]
}
1 change: 0 additions & 1 deletion packages/opentelemetry-api/.eslintignore

This file was deleted.

8 changes: 0 additions & 8 deletions packages/opentelemetry-api/.eslintrc.js

This file was deleted.

201 changes: 0 additions & 201 deletions packages/opentelemetry-api/LICENSE

This file was deleted.

Loading

0 comments on commit 36ae1bd

Please sign in to comment.