-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45558d2
commit 88b6e2f
Showing
442 changed files
with
693 additions
and
667 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
web: ./services/rave-server/target/release/rave-server | ||
web: ./services/cacvote-server/target/release/cacvote-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/rave-jx-terminal/Makefile → apps/cacvote-jx-terminal/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP := rave-jx-terminal | ||
APP := cacvote-jx-terminal | ||
|
||
ALL: build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DATABASE_URL=postgres:cacvote_jx | ||
PORT=5001 | ||
CACVOTE_URL=http://localhost:8000/ | ||
VX_MACHINE_ID=cacvote-jx-dev |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
apps/rave-jx-terminal/backend/Cargo.toml → apps/cacvote-jx-terminal/backend/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
{ | ||
"name": "@votingworks/rave-jx-terminal-backend", | ||
"name": "@votingworks/cacvote-jx-terminal-backend", | ||
"version": "1.0.0", | ||
"description": "VotingWorks RAVE Jurisdiction Terminal", | ||
"description": "VotingWorks CACVote Jurisdiction Terminal", | ||
"keywords": [], | ||
"license": "GPL-3.0", | ||
"author": "VotingWorks Eng <[email protected]>", | ||
"scripts": { | ||
"build": "script/build", | ||
"lint": "script/lint", | ||
|
@@ -10,9 +13,6 @@ | |
"test:dev": "cargo test", | ||
"test": "is-ci test:ci test:dev" | ||
}, | ||
"keywords": [], | ||
"author": "VotingWorks Eng <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"is-ci-cli": "2.2.0" | ||
}, | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.