Commits on Source (27)
-
robinwilliam.hundt authored
-
added tests for new instance export
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
# The first commit's message is: Added tests for Frontpages # The 2nd commit message will be skipped: # Added tests for Frontpages # The 3rd commit message will be skipped: # Fixed tests failing in ci # # Possibly due to weak password, since CI tests use live settings
-
added instance export e2e test Swapped Logout button and slot postion Logout is now always a the far left e2e tests are now using one browser instance per TestClass Statistics endpoint now checks if there are submissiontypes available Fixed race cond. in e2e test and bug in stats endpoint Added function_tests to flake8 check Added id "logout" to logout button Using --cache-from in build step Increased implicit wait for e2e test
-
-
robinwilliam.hundt authored
-
-
-
-
robinwilliam.hundt authored
Removed unused frontend dependency
-
added more tests for exportMixin
-
-
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
Dominik Seeger authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Also, the student is not greeted with the anonimised name anymore fixes #131
-
robinwilliam.hundt authored
At the moment the staging server is kinda broken and the functional tests already ensure that the app is not completely broken
-
robinwilliam.hundt authored
fixes #133
Showing
- .gitlab-ci.yml 22 additions, 6 deletions.gitlab-ci.yml
- Makefile 7 additions, 0 deletionsMakefile
- README.md 5 additions, 5 deletionsREADME.md
- core/models.py 4 additions, 3 deletionscore/models.py
- core/serializers/feedback.py 1 addition, 1 deletioncore/serializers/feedback.py
- core/serializers/student.py 23 additions, 1 deletioncore/serializers/student.py
- core/tests/test_export.py 86 additions, 1 deletioncore/tests/test_export.py
- core/tests/test_subscription_assignment_service.py 2 additions, 2 deletionscore/tests/test_subscription_assignment_service.py
- core/urls.py 7 additions, 6 deletionscore/urls.py
- core/views/__init__.py 1 addition, 1 deletioncore/views/__init__.py
- core/views/common_views.py 7 additions, 5 deletionscore/views/common_views.py
- core/views/export.py 26 additions, 1 deletioncore/views/export.py
- core/views/subscription.py 1 addition, 1 deletioncore/views/subscription.py
- frontend/package.json 16 additions, 12 deletionsfrontend/package.json
- frontend/src/App.vue 3 additions, 0 deletionsfrontend/src/App.vue
- frontend/src/api.ts 13 additions, 1 deletionfrontend/src/api.ts
- frontend/src/components/AutoLogout.vue 7 additions, 5 deletionsfrontend/src/components/AutoLogout.vue
- frontend/src/components/BaseLayout.vue 2 additions, 2 deletionsfrontend/src/components/BaseLayout.vue
- frontend/src/components/CorrectionStatistics.vue 1 addition, 1 deletionfrontend/src/components/CorrectionStatistics.vue
- frontend/src/components/DataExport.vue 0 additions, 215 deletionsfrontend/src/components/DataExport.vue