Skip to content

Commit

Permalink
Merge pull request #59 from RahulARanger/feat-display-port
Browse files Browse the repository at this point in the history
Feat display port
  • Loading branch information
RahulARanger authored Feb 2, 2024
2 parents e53d36d + 5452e2e commit 60515b0
Show file tree
Hide file tree
Showing 106 changed files with 13,326 additions and 26,067 deletions.
30 changes: 17 additions & 13 deletions .github/workflows/deploy-nodejs-reporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ permissions:
pull-requests: write

jobs:
test:
name: Testing the Changes made in the Reporters for Nodejs [Client side]
deploy-nodejs-reporters:
name: build & publish
runs-on: 'macos-latest'
permissions: write-all

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.9.0

Expand All @@ -41,23 +41,27 @@ jobs:
# run: |
# sudo npx handshake export ../TestResults --out ../TestReports

- name: Release prep
working-directory: ./handshake-nodejs-reporters
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Create .npmrc file
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./handshake-nodejs-reporters
run: |
cat << EOF > "$HOME/.npmrc"
email=saihanumarahul66@gmail.com
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
- name: Create Release Pull Request
uses: changesets/action@v1
id: changesets
with:
cwd: ./handshake-nodejs-reporters
publish: npm run release
title: "bump: handshake-nodejs-reporters"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish the package if required
if: steps.changesets.outputs.published == 'true'
run: echo 'published packages'
- name: Publish Packages
working-directory: ./handshake-nodejs-reporters
if: steps.changesets.outputs.hasChangesets == 'true'
run: npm run publish
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ check.py
.DS_Store
handshake-nodejs-reporters/packages/common-handshakes/bin
handshake-nodejs-reporters/Jest-Results
handshake-nodejs-reporters/packages/handshake-dashboard/src/styles/antd.min.css
handshake-nodejs-reporters/packages/handshake-dashboard/public/antd.min.css
/handshake-nodejs-reporters/packages/handshake-dashboard/test-export.ps1

2 changes: 1 addition & 1 deletion handshake-nodejs-reporters/.changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["test-*", "graspit-docs"]
"ignore": ["test-*"]
}
6 changes: 6 additions & 0 deletions handshake-nodejs-reporters/.changeset/odd-buckets-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"handshake-dashboard": patch
"common-handshakes": patch
---

fix: minor ui issues in the dashboard, fix: increased timeout for server start from 20s to 60s
1 change: 0 additions & 1 deletion handshake-nodejs-reporters/.npmrc

This file was deleted.

45 changes: 0 additions & 45 deletions handshake-nodejs-reporters/apps/graspit-docs/.eslintrc

This file was deleted.

28 changes: 0 additions & 28 deletions handshake-nodejs-reporters/apps/graspit-docs/.vscode/launch.json

This file was deleted.

14 changes: 0 additions & 14 deletions handshake-nodejs-reporters/apps/graspit-docs/.vscode/settings.json

This file was deleted.

5 changes: 0 additions & 5 deletions handshake-nodejs-reporters/apps/graspit-docs/next-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions handshake-nodejs-reporters/apps/graspit-docs/next.config.js

This file was deleted.

33 changes: 0 additions & 33 deletions handshake-nodejs-reporters/apps/graspit-docs/package.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions handshake-nodejs-reporters/apps/graspit-docs/pages/_app.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions handshake-nodejs-reporters/apps/graspit-docs/pages/_meta.json

This file was deleted.

17 changes: 0 additions & 17 deletions handshake-nodejs-reporters/apps/graspit-docs/pages/check.mdx

This file was deleted.

Loading

0 comments on commit 60515b0

Please sign in to comment.