Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Simplify process_v2_response #5236

Merged
merged 7 commits into from
May 23, 2019
Merged

Commits on May 22, 2019

  1. Rewrite store_server_verify_key to store several keys at once

    Storing server keys hammered the database a bit. This replaces the
    implementation which stored a single key, with one which can do many updates at
    once.
    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    032b0fc View commit details
    Browse the repository at this point in the history
  2. Remove unused VerifyKey.expired and .time_added fields

    These were never used, and poking arbitary data into objects from other
    packages seems confusing at best.
    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    831f628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d6fbf7 View commit details
    Browse the repository at this point in the history
  4. Simplify process_v2_response

    We can merge old_verify_keys into verify_keys, and reduce the number of dicts
    flying around.
    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    7527794 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed May 22, 2019
    Configuration menu
    Copy the full SHA
    7c53dfa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. fix changelog

    richvdh committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c6a9387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbeef63 View commit details
    Browse the repository at this point in the history