Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
32 changes: 0 additions & 32 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -238,10 +234,6 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -368,10 +360,6 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -463,10 +451,6 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -541,10 +525,6 @@ jobs:
- name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -664,10 +644,6 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install

Expand Down Expand Up @@ -745,10 +721,6 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install --purge
- name: Model version from git tags
Expand Down Expand Up @@ -851,10 +823,6 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Prepare .npmrc for GitHub Packages
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc

- name: Installing...
run: node common/scripts/install-run-rush.js install --purge
- name: Model version from git tags
Expand Down
196 changes: 55 additions & 141 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@hcengineering/platform": "^0.6.11",
"@hcengineering/core": "^0.6.32",
"@hcengineering/analytics": "^0.6.0",
"@hcengineering/measurements-otlp": "^0.6.0",
"@hcengineering/measurements-otlp": "^0.7.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@hcengineering/platform": "^0.6.11",
"@hcengineering/analytics": "^0.6.0",
"@hcengineering/measurements": "^0.6.0",
"@hcengineering/measurements": "^0.7.0",
"fast-equals": "^5.2.2"
},
"repository": "https://github.com/hcengineering/platform",
Expand Down
7 changes: 0 additions & 7 deletions packages/measurements-otlp/.eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/measurements-otlp/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/measurements-otlp/config/rig.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/measurements-otlp/jest.config.js

This file was deleted.

61 changes: 0 additions & 61 deletions packages/measurements-otlp/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/measurements-otlp/src/index.ts

This file was deleted.

Loading