Skip to content

Commit 2036e58

Browse files
committed
Merge branch 'main' into testing
2 parents 39ce890 + cfc3f58 commit 2036e58

File tree

96 files changed

+20767
-16015
lines changed

Some content is hidden

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

96 files changed

+20767
-16015
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
---
2-
name: Experiment Review Request
3-
about: 'Get your experiment reviewed '
4-
title: 'Request for Review of Experiment - '
5-
labels: request for review
6-
assignees: ''
7-
8-
---
9-
10-
## *Experiment Review Request*
11-
Use this to get experiment reviewed.
12-
13-
1. *Exp Name*:<!--Fill the name of the experiment-->
14-
2. *Domain*:<!-- Fill the domain/discipline that the experiment belongs to-->
15-
3. *Lab Name*:<!-- Fill the name of the lab that the experiment belongs to-->
16-
4. *Testing URL*:<!-- https://virtual-labs.github.io/${{ github.repository }} --!>
1+
---
2+
name: Experiment Review Request
3+
about: 'Get your experiment reviewed '
4+
title: 'Request for Review of Experiment - '
5+
labels: request for review
6+
assignees: ''
7+
8+
---
9+
10+
## *Experiment Review Request*
11+
Use this to get experiment reviewed.
12+
13+
1. *Exp Name*:<!--Fill the name of the experiment-->
14+
2. *Domain*:<!-- Fill the domain/discipline that the experiment belongs to-->
15+
3. *Lab Name*:<!-- Fill the name of the lab that the experiment belongs to-->
16+
4. *Testing URL*:<!-- https://virtual-labs.github.io/${{ github.repository }} --!>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
name: Pedagogy Review Request
3-
about: Get your pedagogy reviewed
4-
title: Request for Review of Pedagogy
5-
labels: pedagogy
6-
assignees: ''
7-
8-
---
9-
10-
## *Pedagogy review Request*
11-
12-
1. *Exp Name*:<!--Fill the name of the experiment-->
13-
2. *Domain*:<!-- Fill the domain/discipline that the experiment belongs to-->
14-
3. *Lab Name*:<!-- Fill the name of the lab that the experiment belongs to-->
15-
3. **Link to the pedagogy document**: { ../pedagogy/README.md]
1+
---
2+
name: Pedagogy Review Request
3+
about: Get your pedagogy reviewed
4+
title: Request for Review of Pedagogy
5+
labels: pedagogy
6+
assignees: ''
7+
8+
---
9+
10+
## *Pedagogy review Request*
11+
12+
1. *Exp Name*:<!--Fill the name of the experiment-->
13+
2. *Domain*:<!-- Fill the domain/discipline that the experiment belongs to-->
14+
3. *Lab Name*:<!-- Fill the name of the lab that the experiment belongs to-->
15+
3. **Link to the pedagogy document**: { ../pedagogy/README.md]
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
name: Storyboarding Review Request
3-
about: Get your storyboarding reviewed
4-
title: Request for Review of Storyboard
5-
labels: storyboarding
6-
assignees: ''
7-
8-
---
9-
10-
## *Storyboarding review Request*
11-
12-
1. **Exp Name**:<!--Name of the experiment-->
13-
2. **Domain**:<!-- Domain of the experiment-->
14-
3. **Discipline**:<!-- Discipline of the experiment-->
15-
4. **Link to the pedagogy document**: { ../storyboard/README.md]
1+
---
2+
name: Storyboarding Review Request
3+
about: Get your storyboarding reviewed
4+
title: Request for Review of Storyboard
5+
labels: storyboarding
6+
assignees: ''
7+
8+
---
9+
10+
## *Storyboarding review Request*
11+
12+
1. **Exp Name**:<!--Name of the experiment-->
13+
2. **Domain**:<!-- Domain of the experiment-->
14+
3. **Discipline**:<!-- Discipline of the experiment-->
15+
4. **Link to the pedagogy document**: { ../storyboard/README.md]

.github/labels.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
- # storyboarding
2-
name: "storyboarding"
3-
color: "f4ccff"
4-
description: "To be applied for storyboarding related issues"
5-
- # pedagogy
6-
name: "pedagogy"
7-
color: "8641c1"
8-
description: "To be applied for pedagogy related issues"
9-
- # bug
10-
name: "bug"
11-
color: "b60205"
12-
description: "This is bug"
13-
- # invalid
14-
name: ":no_entry_sign: invalid"
15-
color: "e6e6e6"
16-
description: "To be applied for invalid issues"
17-
- # Approved
18-
name: ":heavy_check_mark: approved"
19-
color: "e6e6e6"
20-
description: "To be applied for approved issues"
21-
- # Request for review
22-
name: "request for review"
23-
color: "e6e6e6"
24-
description: "To be applied for issues which are requested for reviewing"
25-
26-
27-
28-
29-
## For refernce or adding more labels https://github.com/crazy-max/ghaction-github-labeler
1+
- # storyboarding
2+
name: "storyboarding"
3+
color: "f4ccff"
4+
description: "To be applied for storyboarding related issues"
5+
- # pedagogy
6+
name: "pedagogy"
7+
color: "8641c1"
8+
description: "To be applied for pedagogy related issues"
9+
- # bug
10+
name: "bug"
11+
color: "b60205"
12+
description: "This is bug"
13+
- # invalid
14+
name: ":no_entry_sign: invalid"
15+
color: "e6e6e6"
16+
description: "To be applied for invalid issues"
17+
- # Approved
18+
name: ":heavy_check_mark: approved"
19+
color: "e6e6e6"
20+
description: "To be applied for approved issues"
21+
- # Request for review
22+
name: "request for review"
23+
color: "e6e6e6"
24+
description: "To be applied for issues which are requested for reviewing"
25+
26+
27+
28+
29+
## For refernce or adding more labels https://github.com/crazy-max/ghaction-github-labeler
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
2-
# This workflow is used to build the experiment and push it to github pages
3-
4-
name: Deploy Testing Branch
5-
on:
6-
push:
7-
# mentioning which branch should be used to build the experimnet
8-
branches:
9-
- testing
10-
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- name: Setup node
16-
uses: actions/setup-node@v2
17-
with:
18-
node-version: '16'
19-
check-latest: true
20-
- run: |
21-
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
22-
cd ph3-lab-mgmt
23-
npm install
24-
npm run build-exp
25-
cd ../
26-
git config --local user.email "admin@vlabs.ac.in"
27-
git config --local user.name "vleadadmin"
28-
git checkout --orphan gh-pages
29-
git reset
30-
git add build/* -f
31-
git mv build/* ./ -f
32-
git commit -m "https://virtual-labs.github.io/${{ github.repository }} click on the link to test your code."
33-
- uses: ad-m/github-push-action@master
34-
with:
35-
github_token: ${{ secrets.ORG_OWNER_GITHUB_TOKEN }}
36-
force: true
37-
branch: gh-pages
38-
# Reference : https://github.com/marketplace/actions/github-push
1+
2+
# This workflow is used to build the experiment and push it to github pages
3+
4+
name: Deploy Testing Branch
5+
on:
6+
push:
7+
# mentioning which branch should be used to build the experimnet
8+
branches:
9+
- testing
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: Setup node
16+
uses: actions/setup-node@v2
17+
with:
18+
node-version: '16'
19+
check-latest: true
20+
- run: |
21+
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
22+
cd ph3-lab-mgmt
23+
npm install
24+
npm run build-exp
25+
cd ../
26+
git config --local user.email "admin@vlabs.ac.in"
27+
git config --local user.name "vleadadmin"
28+
git checkout --orphan gh-pages
29+
git reset
30+
git add build/* -f
31+
git mv build/* ./ -f
32+
git commit -m "https://virtual-labs.github.io/${{ github.repository }} click on the link to test your code."
33+
- uses: ad-m/github-push-action@master
34+
with:
35+
github_token: ${{ secrets.ORG_OWNER_GITHUB_TOKEN }}
36+
force: true
37+
branch: gh-pages
38+
# Reference : https://github.com/marketplace/actions/github-push

.github/workflows/labels.yml

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

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5503
3+
}

0 commit comments

Comments
 (0)