-
Notifications
You must be signed in to change notification settings - Fork 94
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
Showing
63 changed files
with
2,778 additions
and
369 deletions.
There are no files selected for viewing
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,8 +1,18 @@ | ||
language: java | ||
jdk: openjdk8 | ||
sudo: true | ||
jobs: | ||
include: | ||
- language: java | ||
jdk: openjdk8 | ||
sudo: true | ||
script: | ||
- ./gradlew assemble | ||
- ./gradlew check | ||
- ./gradlew buildOfficial | ||
|
||
script: | ||
- ./gradlew assemble | ||
- ./gradlew check | ||
- ./gradlew buildOfficial | ||
- language: node_js | ||
node_js: 10 | ||
script: | ||
- cd tnoodle-ui | ||
- npm install | ||
- npm test -- --coverage | ||
after_script: | ||
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls |
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,46 +1,48 @@ | ||
{ | ||
"name": "tnoodle-ui", | ||
"version": "0.1.0", | ||
"private": true, | ||
"homepage": "http://localhost:2014/scramble", | ||
"proxy": "http://localhost:2014", | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | ||
"bootstrap": "^4.4.1", | ||
"fetch-intercept": "^2.3.1", | ||
"node-sass": "^4.13.1", | ||
"react": "^16.12.0", | ||
"react-bootstrap": "^1.0.0-beta.16", | ||
"react-dom": "^16.12.0", | ||
"react-icons": "^3.10.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.4.3", | ||
"redux": "^4.0.5" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --watchAll --watchAll=false", | ||
"eject": "react-scripts eject", | ||
"predeploy": "npm run build", | ||
"deploy": "gh-pages -d build" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
"name": "tnoodle-ui", | ||
"version": "0.1.0", | ||
"private": true, | ||
"homepage": "http://localhost:2014/scramble", | ||
"proxy": "http://localhost:2014", | ||
"dependencies": { | ||
"bootstrap": "^4.4.1", | ||
"fetch-intercept": "^2.3.1", | ||
"node-sass": "^4.13.1", | ||
"react": "^16.12.0", | ||
"react-bootstrap": "^1.0.0-beta.16", | ||
"react-dom": "^16.12.0", | ||
"react-icons": "^3.10.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.4.3", | ||
"redux": "^4.0.5" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --watchAll --watchAll=false", | ||
"eject": "react-scripts eject", | ||
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.0.4", | ||
"@testing-library/user-event": "^12.1.4", | ||
"coveralls": "^3.1.0" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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
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.
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
Oops, something went wrong.