-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add refactored node server with seperate routes - Move routes to /routes/... - Do node config in index.js - Use proper session management * Refactor react code to integrate with new server - For checkToken, put the token in an Authorization header * Remove npm-run-script from package.json * Fix README to include new running details * Remove use of npm run script from Jenkinsfile * Change server test config - When you run npm run test-server, it will run the test that builds the project first, before running the other tests recursively in /server-test-spec * Use test:type rathe than test-type * Fix server tests, use seperate files - The test:server runs the server.test.js first, which tests the npm run build command and the serving of static assets, the api/auth functionality are then tested, by recursively testing all files in /test/server-test-spec/* * Remove unused component tests, unused dependancies - Remove unused component tests + package.json test script - Refactor dependancies in package.json, move test ones to devDeps * Change order of routes import in node server - Fix /version * Fix static files path - Fix start command in package.json
- Loading branch information
1 parent
1c7b12f
commit 9aad1a2
Showing
19 changed files
with
621 additions
and
490 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
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
Oops, something went wrong.