1. 19 May, 2014 3 commits
  2. 13 May, 2014 1 commit
  3. 09 May, 2014 1 commit
  4. 07 May, 2014 2 commits
  5. 06 May, 2014 1 commit
  6. 05 May, 2014 2 commits
  7. 29 Apr, 2014 1 commit
  8. 25 Apr, 2014 2 commits
  9. 24 Apr, 2014 1 commit
  10. 22 Apr, 2014 1 commit
    • Disable EC2 metadata cache for new connections · d6181177
      If a cluster is newly provisioned it is possible that the ansible metadata cache is not updated before we attempt to connect to it. Ansible then fails to connect to the cluster since it doesn't know it exists. Ensure the cache is refreshed before initiating new connections.
      
      Change-Id: I0737e4b6356f5828a31c65509543939fc2c27df0
      Gabe Mulley committed
  11. 16 Apr, 2014 1 commit
  12. 11 Apr, 2014 1 commit
  13. 09 Apr, 2014 1 commit
  14. 07 Apr, 2014 2 commits
  15. 04 Apr, 2014 1 commit
  16. 03 Apr, 2014 3 commits
  17. 30 Mar, 2014 1 commit
    • Allow problem type to change to multiple choice · 2c932441
      Before this patch, changing a problem from anything to a multiple choice question would cause failures since the most recent submissions would indicate that all past submissions should contain monikers, when in fact they won't. The answer distribution output for this scenario will definitely be wierd, but all bets are off when you modify a problem like this.
      
      Change-Id: Ib72439c37fbe178f2320f7c48cc8bbd687ed7f02
      Gabe Mulley committed
  18. 28 Mar, 2014 1 commit
    • Fix S3 directory reading · 84c200f2
      Only writing was broken, so don't override the HdfsTarget behavior for reading. It breaks the ability to read a directory from S3 as if it were a single file.
      
      Change-Id: Ibaf6c7f92fdda8c695b3d71a1c19aeb95c338c34
      Gabe Mulley committed
  19. 26 Mar, 2014 2 commits
  20. 24 Mar, 2014 1 commit
  21. 18 Mar, 2014 1 commit
    • Allow writing to an S3 bucket in another account · c33e25cf
      By default, AWS does not apply an ACL to keys that are put into a bucket from another account. Having no ACL at all effectively renders the object useless since it cannot be read or anything. The only workaround we found was to explicitly set the ACL policy when putting the object. Additionally boto will list all of the keys in the bucket if it is passed "validate=True" this requires an additional permission.  We want to minimize the set of required permissions so we get a reference to the bucket without validating that it exists.
      
      Change-Id: I0f4d6919c7d2817acb1eb55314191648599c3a0f
      Gabe Mulley committed
  22. 17 Mar, 2014 1 commit
  23. 14 Mar, 2014 2 commits
  24. 13 Mar, 2014 2 commits
  25. 12 Mar, 2014 1 commit
    • Get answer distributions to run as a remote task. · b9a9cad9
      * Log unknown answer_id values that should be hidden.
      * Fix handling of answers with extended characters.
      * Add "output_root" argument to AnswerDistributionOneFilePerCourseTask.
      * Modify IgnoredTarget to work in remote tasks.
      * Fix some more Pep8 and pylint errors.
      
      Change-Id: I8bccc8f9a7028c54773af288d4ac110110c495c3
      Brian Wilson committed
  26. 10 Mar, 2014 1 commit
  27. 06 Mar, 2014 2 commits
  28. 21 Feb, 2014 1 commit