- Jan 05, 2018
-
-
robinwilliam.hundt authored
Basic TutorLayout and SubmissionCorrectionPage. Added new dependency v-clipboard. Run yarn install to update.
-
robinwilliam.hundt authored
Restructured front end code into components and pages Components should be as dumb and generic as possible. Pages should dispatch actions, pass props to components etc, Student page now gets submission and submissiontyp from api and displays those to the student Added information which submissions have been viewed
-
- Jan 04, 2018
-
-
Jan Maximilian Michal authored
Move the delbert script into Commands for manage.py Closes #42 See merge request !33
-
Jan Maximilian Michal authored
-
- Dec 30, 2017
-
-
Jan Maximilian Michal authored
Password is now set when specified in dictionary See merge request !31
-
- Dec 22, 2017
-
-
robinwilliam.hundt authored
-
- Dec 21, 2017
-
-
Jan Maximilian Michal authored
-
- Dec 18, 2017
-
-
Jan Maximilian Michal authored
Added build dependency to coverage job See merge request !29
-
Jan Maximilian Michal authored
-
- Dec 17, 2017
-
-
robinwilliam.hundt authored
Added convenience method to create test data Closes #29 See merge request !24
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
# Conflicts: # core/tests/test_student_page.py
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
All the methods in core.tests.data_factories have been deleted and the tests using those are now using the improved make_test_data method from util.factories. Curiously the tests are running considerably faster on my machine now
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Resolve "Logout of tutors after inactivity" Closes #22 See merge request !23
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Dec 16, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
If the user now accidentally presses reload, the relevant session state (token, etc. ) will be retrieved from the session storage.
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
This is needed for correct routing in the frontend
-
- Dec 14, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
This hopefully accelerates the pipelines as it uses caching for pip modules and resticts building the docker image only for the master branch (Which is the only branch that is every deployed anyway)
-
Jan Maximilian Michal authored
Closes #29.
-
- Dec 13, 2017
-
-
Jan Maximilian Michal authored
* removing prospector as it is not compatible with latest version of flake8 * introducting a new CI job that runs flake8 and actually fails if there are any errors
-
- Dec 10, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
The JWT Token is now refreshed upon each route change. If the token is expired the user will be logged out and redirected to the login page.
-