Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 861268d

Browse files
committed
Remove all desktop and electron code
1 parent daa7bb0 commit 861268d

29 files changed

+20
-4176
lines changed

.circleci/config.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# CircleCI configuration for Spectrum
1+
# CircleCI configuration for Spectrum
22
version: 2.1
33

44
# Aliases
55
aliases:
6-
76
# Cache Management
87
- &restore-yarn-cache
98
keys:
@@ -16,19 +15,16 @@ aliases:
1615
- ~/.cache/yarn
1716
key: v1-yarn-{{ arch }}-{{ checksum "package.json" }}
1817

19-
- &yarn
20-
|
21-
yarn
22-
cd ./desktop && yarn && cd ..
18+
- &yarn |
19+
yarn
2320

2421
- &install-rethinkdb
2522
name: Install RethinkDB 2.3.5
26-
command:
27-
|
28-
echo "deb http://download.rethinkdb.com/apt jessie main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
29-
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
30-
sudo apt-get update
31-
sudo apt-get install rethinkdb=2.3.5~0jessie
23+
command: |
24+
echo "deb http://download.rethinkdb.com/apt jessie main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
25+
wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
26+
sudo apt-get update
27+
sudo apt-get install rethinkdb=2.3.5~0jessie
3228
3329
- &start-rethinkdb
3430
name: Start RethinkDB
@@ -37,10 +33,9 @@ aliases:
3733

3834
- &setup-and-build-web
3935
name: Setup and build web
40-
command:
41-
|
42-
cp now-secrets.example.json now-secrets.json
43-
yarn run build:web
36+
command: |
37+
cp now-secrets.example.json now-secrets.json
38+
yarn run build:web
4439
4540
- &build-api
4641
name: Build API
@@ -65,7 +60,6 @@ js_defaults: &js_defaults
6560
- image: circleci/node:8
6661

6762
jobs:
68-
6963
# Set up environment and install required dependencies
7064
checkout_environment:
7165
<<: *js_defaults
@@ -110,7 +104,6 @@ jobs:
110104
name: Run Unit Tests
111105
command: yarn run test:ci
112106

113-
114107
# Start db and servers, then run e2e and unit tests
115108
test_integration:
116109
<<: *defaults

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
- api
1212
- hyperion (frontend)
13-
- desktop
1413

1514
**Run database migrations (delete if no migration was added)**
1615
YES

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ stats.json
2424
iris/.env
2525
api/.env
2626
test-results.json
27-
desktop/release
2827
public/uploads
2928
cypress/screenshots/
3029
cypress/videos/

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ cypress/screenshots/
3131
cypress/videos/
3232

3333
# This is hyperion-now-specific, do not copy to .gitignore
34-
desktop
3534
docs
3635
cypress
3736
admin

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,6 @@ To develop the frontend and web UI run
239239
yarn run dev:web
240240
```
241241

242-
#### Develop the desktop app
243-
244-
To develop the desktop app you have to have the dev web server running in the background (`yarn run dev:web`) and then, in another terminal tab, run:
245-
246-
```
247-
yarn run dev:desktop
248-
```
249-
250-
> Note: If something didn't work or you ran into troubles please submit PRs to improve this doc and keep it up to date!
251-
252242
<br />
253243
<div align="center">
254244
<img height="200px" src="public/img/connect.svg" />

desktop/README.md

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

desktop/deployment.md

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

desktop/package.json

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

desktop/resources/background.tiff

-51.8 KB
Binary file not shown.

desktop/resources/icons/mac/icon.icns

-1.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)