Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove API and context-base #1942

Merged
merged 7 commits into from
Feb 24, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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