-
- Downloads
added e2e tests for exporting student data
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
parent
9c17d435
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 9 additions, 6 deletions.gitlab-ci.yml
- core/views/common_views.py 3 additions, 1 deletioncore/views/common_views.py
- frontend/package.json 16 additions, 11 deletionsfrontend/package.json
- frontend/src/api.ts 1 addition, 3 deletionsfrontend/src/api.ts
- frontend/src/components/BaseLayout.vue 1 addition, 1 deletionfrontend/src/components/BaseLayout.vue
- frontend/src/components/export/DataExport.vue 17 additions, 18 deletionsfrontend/src/components/export/DataExport.vue
- frontend/src/components/export/ExportDialog.vue 6 additions, 6 deletionsfrontend/src/components/export/ExportDialog.vue
- frontend/src/components/export/InstanceExport.vue 10 additions, 11 deletionsfrontend/src/components/export/InstanceExport.vue
- frontend/src/components/feedback_list/FeedbackTable.vue 10 additions, 11 deletionsfrontend/src/components/feedback_list/FeedbackTable.vue
- frontend/src/models.ts 0 additions, 1 deletionfrontend/src/models.ts
- frontend/src/store/modules/authentication.ts 3 additions, 3 deletionsfrontend/src/store/modules/authentication.ts
- frontend/src/store/modules/submission-notes.ts 10 additions, 10 deletionsfrontend/src/store/modules/submission-notes.ts
- frontend/src/store/modules/subscriptions.ts 1 addition, 1 deletionfrontend/src/store/modules/subscriptions.ts
- frontend/src/store/store.ts 18 additions, 13 deletionsfrontend/src/store/store.ts
- frontend/src/util/helpers.ts 10 additions, 26 deletionsfrontend/src/util/helpers.ts
- frontend/tests/unit/.eslintrc.js 0 additions, 3 deletionsfrontend/tests/unit/.eslintrc.js
- frontend/tests/unit/autologout.spec.ts 33 additions, 0 deletionsfrontend/tests/unit/autologout.spec.ts
- frontend/tsconfig.json 6 additions, 1 deletionfrontend/tsconfig.json
- frontend/vue.config.js 1 addition, 1 deletionfrontend/vue.config.js
- frontend/yarn.lock 1744 additions, 609 deletionsfrontend/yarn.lock
Loading
Please register or sign in to comment