1. 02 Aug, 2017 1 commit
  2. 13 Nov, 2015 7 commits
  3. 21 Oct, 2015 1 commit
  4. 24 Jul, 2014 1 commit
  5. 23 Jul, 2014 1 commit
  6. 13 Jul, 2014 1 commit
  7. 11 Jul, 2014 1 commit
  8. 08 Jul, 2014 1 commit
  9. 23 Jun, 2014 1 commit
  10. 09 Jun, 2014 4 commits
  11. 03 Jun, 2014 1 commit
  12. 29 May, 2014 2 commits
  13. 28 May, 2014 1 commit
  14. 22 May, 2014 1 commit
  15. 21 May, 2014 1 commit
  16. 15 May, 2014 1 commit
  17. 14 May, 2014 1 commit
  18. 18 Apr, 2014 1 commit
  19. 01 Apr, 2014 1 commit
  20. 30 Mar, 2014 1 commit
  21. 28 Mar, 2014 1 commit
    • Add event and INFO level logging. · 9fbe33bf
      This introduces a few features:
      * INFO level logging on common events like creating or fetching
        submissions and assessments.
      * Parallel event logging for the same.
      * Creates a local logs/ directory for development.
      
      For the most part, we rely on XBlock's publish() mechanism to emit
      event data. However, because scoring is done at the API layer in a way
      that is not directly visible to the OpenAssesmentBlock, we're logging
      that event separately with a hacky solution that dynamically loads an
      emit function based on a configuration value. This is a stopgap
      measure until we can start using the edX analytics API (which is still
      in testing).
      
      TIM-260, TIM-378
      David Ormsbee committed
  22. 25 Mar, 2014 1 commit
  23. 21 Mar, 2014 2 commits
  24. 19 Mar, 2014 2 commits
  25. 18 Mar, 2014 1 commit
  26. 17 Mar, 2014 3 commits