1. 12 Nov, 2015 2 commits
  2. 09 Nov, 2015 1 commit
  3. 29 Oct, 2015 1 commit
  4. 19 Oct, 2015 1 commit
  5. 12 Oct, 2015 1 commit
  6. 09 Oct, 2015 2 commits
  7. 01 Oct, 2015 1 commit
  8. 29 Sep, 2015 1 commit
  9. 28 Sep, 2015 1 commit
    • Updates for ecommerce in devstack · 906b414f
      - Added explicit values for variables that must be shared between ecommerce and edxapp
      - Added ecommerce virtualenv bin directory to PATH for ecommerce user
      - Using local Django settings (instead of production)
      - Disabled static file compilation for devstack
      - Allowing ecommerce version to be specified via environment variable
      
      ECOM-2185
      Clinton Blackburn committed
  10. 23 Sep, 2015 2 commits
  11. 17 Sep, 2015 1 commit
  12. 15 Sep, 2015 1 commit
  13. 08 Sep, 2015 1 commit
  14. 02 Sep, 2015 1 commit
    • 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
  15. 26 Aug, 2015 1 commit
  16. 24 Aug, 2015 2 commits
  17. 21 Aug, 2015 1 commit
  18. 14 Aug, 2015 1 commit
  19. 12 Aug, 2015 3 commits
  20. 28 Jul, 2015 1 commit
  21. 23 Jul, 2015 1 commit
  22. 22 Jul, 2015 1 commit
  23. 20 Jul, 2015 2 commits
  24. 17 Jul, 2015 1 commit
  25. 15 Jul, 2015 1 commit
  26. 10 Jul, 2015 1 commit
  27. 29 Jun, 2015 1 commit
  28. 25 Jun, 2015 1 commit
  29. 23 Jun, 2015 3 commits
  30. 22 Jun, 2015 1 commit
  31. 18 Jun, 2015 1 commit