Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Switch anonymous user ID hash from md5 to shake #26198

Merged
merged 5 commits into from
Feb 10, 2021

Commits on Jan 27, 2021

  1. refactor: switching hashing algorithm for md5 to shake

    BREAKING CHANGE: since function for hashing is different, it will produce different results for the same (user, course_id)
    jinder1s committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    63240b1 View commit details
    Browse the repository at this point in the history
  2. fix: quality

    jinder1s committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d5d30ec View commit details
    Browse the repository at this point in the history
  3. fix: tests hardcoded for shake algorithm

    jinder1s committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    874acdd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Update common/djangoapps/student/models.py

    Co-authored-by: Tim McCormack <tmccormack@edx.org>
    jinder1s and timmc-edx committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e80c93d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    19d1d40 View commit details
    Browse the repository at this point in the history