Transfer groundControl (and admin panel) from staff to admin route #1618
Annotations
10 errors and 16 warnings
test/cadet_web/admin_controllers/admin_grading_controller_test.exs#L1090
test POST /:assessmentid/unpublish_all_grades staff not allowed to unpublish all grades (CadetWeb.AdminGradingControllerTest)
|
test/cadet_web/admin_controllers/admin_grading_controller_test.exs#L1126
test POST /:assessmentid/publish_all_grades staff not allowed to publish all grades (CadetWeb.AdminGradingControllerTest)
|
test/cadet_web/admin_controllers/admin_user_controller_test.exs#L506
test DELETE /v2/courses/{course_id}/admin/users/{course_reg_id} fails when staff tries to delete user (CadetWeb.AdminUserControllerTest)
|
test/cadet_web/admin_controllers/admin_user_controller_test.exs#L442
test PUT /v2/courses/{course_id}/admin/users/{course_reg_id}/role fails, when staff attempts to make a role change (CadetWeb.AdminUserControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L842
test POST /:assessment_id, staff only successful, set hasTokenCounter and hasVotingFeatures to true (CadetWeb.AdminAssessmentsControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L797
test POST /:assessment_id, staff only successful, set open time to before current time (CadetWeb.AdminAssessmentsControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L613
test POST /:assessment_id, staff only successful (CadetWeb.AdminAssessmentsControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L707
test POST /:assessment_id, staff only not allowed to set close time to before open time (CadetWeb.AdminAssessmentsControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L375
test POST /, staff only successful (CadetWeb.AdminAssessmentsControllerTest)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L549
test POST /:assessment_id, staff only, publish successful toggle from published to unpublished (CadetWeb.AdminAssessmentsControllerTest)
|
|
priv/repo/migrations/20210531155751_multitenant_upgrade.exs#L201
variable "configs" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
|
priv/repo/seeds.exs#L87
variable "i" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
priv/repo/seeds.exs#L121
variable "i" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
|
|
test/cadet/assessments/assessments_test.exs#L2226
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/cadet_web/admin_controllers/admin_assessments_controller_test.exs#L8
unused alias Assessments
|
test/cadet_web/plug/rate_limiter_test.exs#L25
variable "key" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/cadet_web/plug/rate_limiter_test.exs#L3
unused import Plug.Conn
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading