- Dec 01, 2021
-
-
**What did I do?** * change `.gitlab-ci.yml` to basically reproduce docker compose up and npm run jest 1. Go into server and run `npm install` 1. Go into client and run `npm install` 1. Go into server and run `npm run build` 1. Go into server, start the server and run all tests in `server/tests` 1. Go into server, start the server, go into client, start the client and run all tests in `client/tests` * Create Testing documentation under `doc/testing.md` * install `jest` and `ts-jest` and all their dependencies as dev-dependencies * Create config files for jest under `client/jest.config.js` and `server/jest.config.js` * Create basic tests that also serve as examples under `server/tests/connection.test.ts` and `client/tests/connection.test.ts` * The server tests basically try some GET requests to some API Endpoints defined in `server/src/routes.ts` and expect 404 errors * The client just polls the index.html file of the frontend * change the `tsconfig.json` files to lint(?) the test directories
-
- Nov 18, 2021
-
-
alexander06 authored
- added Error Handling for missing env Variables Closes #6 See merge request swp-ws21-fahrtenbuch/team-einhorn/fahrtenbuch!6
-
- Nov 11, 2021
- Nov 10, 2021
-
-
Leander Tolksdorf authored
-
- Nov 08, 2021
-
-
Leander Tolksdorf authored
-
Leander Tolksdorf authored
- Split server and client into two separate packages. - Update README with info on how to start dev server locally - Client - Update react-router-dom to v6 - Separate page components from UI components - Add "proxy" field to package.json for proxying api requests to the backend server - Server - Update path of static file serving to new client directory - Update scripts
-
fu1106jv authored
Implement pipeline See merge request swp-ws21-fahrtenbuch/team-einhorn/fahrtenbuch!2
-
-
fu1106jv authored
convert react class components to functional components Closes #1 See merge request swp-ws21-fahrtenbuch/team-einhorn/fahrtenbuch!1
-
Leander Tolksdorf authored
-
Leander Tolksdorf authored
-
Leander Tolksdorf authored
-
- Nov 03, 2021
- Oct 28, 2021
-
-
leandet98 authored
-