Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #334 from multinet-app/cleanup
Browse files Browse the repository at this point in the history
Cleanup after repository surgery
  • Loading branch information
waxlamp committed Mar 4, 2020
2 parents 771b218 + 925940f commit 0fd1c9a
Show file tree
Hide file tree
Showing 65 changed files with 1 addition and 14,441 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy.yml

This file was deleted.

39 changes: 1 addition & 38 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
path: /home/runner/.local/share/virtualenvs/
key: ${{ runner.os }}-${{ hashFiles('/home/runner/work/multinet/multinet/Pipfile.lock') }}-pipenv-cache-1

- name: Install pipenv packages
if: steps.multinet-cache.outputs.cache-hit != 'true'
run: pipenv install --dev --deploy
Expand All @@ -40,40 +40,3 @@ jobs:
- run: pipenv run format
- run: pipenv run typecheck
- run: pipenv run test

# Build and test Multinet client app.
- uses: actions/setup-node@v1
with:
node-version: '10.x'

- uses: actions/cache@v1
id: client-cache
with:
path: /home/runner/work/multinet/multinet/client/node_modules
key: ${{ runner.os }}-${{ hashFiles('/home/runner/work/multinet/multinet/client/yarn.lock') }}-client-cache

- name: Install yarn packages
if: steps.client-cache.outputs.cache-hit != 'true'
run: cd client && yarn install

- run: cd client && yarn lint
- run: cd client && yarn lint:test
- run: pipenv run test-server-up
- run: cd client && yarn test:client:up
- run: cd client && yarn test
- run: cd client && yarn build

# Build and test Multinet client library.
- uses: actions/cache@v1
id: multinetjs-cache
with:
path: /home/runner/work/multinet/multinet/multinetjs/node_modules
key: ${{ runner.os }}-${{ hashFiles('/home/runner/work/multinet/multinet/multinetjs/yarn.lock') }}-multinetjs-cache

- name: Install yarn packages
if: steps.multinetjs-cache.outputs.cache-hit != 'true'
run: cd multinetjs && yarn install

- run: cd multinetjs && yarn build
- run: cd multinetjs && yarn lint
- run: cd multinetjs && yarn test
6 changes: 0 additions & 6 deletions client/.env.default

This file was deleted.

25 changes: 0 additions & 25 deletions client/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions client/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions client/babel.config.js

This file was deleted.

69 changes: 0 additions & 69 deletions client/package.json

This file was deleted.

Binary file removed client/public/favicon.ico
Binary file not shown.
18 changes: 0 additions & 18 deletions client/public/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions client/scripts/start.sh

This file was deleted.

8 changes: 0 additions & 8 deletions client/scripts/stop.sh

This file was deleted.

38 changes: 0 additions & 38 deletions client/src/App.vue

This file was deleted.

6 changes: 0 additions & 6 deletions client/src/api.ts

This file was deleted.

10 changes: 0 additions & 10 deletions client/src/appregistry.json

This file was deleted.

Binary file removed client/src/assets/logo/Kitware_Logo.png
Binary file not shown.
36 changes: 0 additions & 36 deletions client/src/assets/logo/app_logo.svg

This file was deleted.

Binary file removed client/src/assets/logo/nsf_logo.png
Binary file not shown.
Binary file removed client/src/assets/logo/utah_logo.png
Binary file not shown.
Binary file removed client/src/assets/logo/vdl_logo.png
Binary file not shown.
Binary file removed client/src/assets/placard/boston.jpg
Binary file not shown.
Binary file removed client/src/assets/placard/boston2.jpg
Binary file not shown.
Binary file removed client/src/assets/placard/miserables.jpg
Binary file not shown.
Binary file removed client/src/assets/placard/miserables2.jpg
Binary file not shown.
18 changes: 0 additions & 18 deletions client/src/components/AExt.vue

This file was deleted.

0 comments on commit 0fd1c9a

Please sign in to comment.