1. 16 Sep, 2015 2 commits
  2. 15 Sep, 2015 6 commits
  3. 11 Sep, 2015 3 commits
  4. 10 Sep, 2015 4 commits
  5. 09 Sep, 2015 8 commits
  6. 08 Sep, 2015 5 commits
  7. 04 Sep, 2015 2 commits
  8. 03 Sep, 2015 3 commits
  9. 02 Sep, 2015 2 commits
    • Added LTI_AGGREGATE_SCORE_PASSBACK_DELAY, default of 15 mins (900s). · d761cc07
      An aggregate score is one derived from multiple problems (such as the
      cumulative score for a vertical element containing many problems). Sending
      aggregate scores immediately introduces two issues: one is a race condition
      between the view method and the Celery task where the updated score may not
      yet be visible to the database if the view has not yet returned (and committed
      its transaction). The other is that the student is likely to receive a stream
      of notifications as the score is updated with every problem. Waiting a
      reasonable period of time allows the view transaction to end, and allows us to
      collapse multiple score updates into a single message.
      
      The time value is in seconds.
      David Ormsbee committed
    • Merge pull request #2257 from edx/arbab/devops-2715 · cbfc9a39
      Separate installing datadog and new relic on sanboxes
      Arbab Nazar committed
  10. 01 Sep, 2015 3 commits
  11. 31 Aug, 2015 2 commits