Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Berns e92755a2b8 update hide_points and hide_outcome_results backfills to not run as jobs
closes OUT-2166

test plan:
run migrations and ensure no errors

Change-Id: I1e0a1b5364e3a3a5535e04f26974879bda654fd3
Reviewed-on: https://gerrit.instructure.com/149501
Tested-by: Jenkins
Reviewed-by: Frank Murphy <fmurphy@instructure.com>
Reviewed-by: Michael Brewer-Davis <mbd@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Dariusz Dzien <ddzien@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>
2018-05-10 16:59:54 +00:00
Matthew Berns e4badfa7db add hide_outcome_results column to rubric association and course copy
closes OUT-2154

dev-qa
- run new migration
- ensure RubricAssociation model has hide_outcome_results column
  that defaults to false
- create a course with two assignments and attach a rubric
  to each assignment
- using rails console, manually set one of the
  RubricAssociations in that course to have hide_outcome_results as true
- copy the course using course copy on settings page
- view the new rubric associations in the rails console,
  they should accurately reflect the hide_outcome_results attribute
  of the original two

Change-Id: Iae4fbea4835f4cb4940e9d2ae2028b7f704ea42c
Reviewed-on: https://gerrit.instructure.com/147536
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
QA-Review: Augusto Callejas <acallejas@instructure.com>
Product-Review: Michael Brewer-Davis <mbd@instructure.com>
2018-04-19 23:32:08 +00:00