Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Replace RollingSessionWindow in approval-voting with RuntimeInfo #7123

Merged
merged 26 commits into from
May 12, 2023

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    5eb24c6 View commit details
    Browse the repository at this point in the history
  2. Fix tests in import

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b0da049 View commit details
    Browse the repository at this point in the history
  3. Fix the rest of the tests

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    93e6863 View commit details
    Browse the repository at this point in the history
  4. Remove dead code

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a7b74cc View commit details
    Browse the repository at this point in the history
  5. Fix todos

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0f84b42 View commit details
    Browse the repository at this point in the history
  6. Simplify session caching

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0e486d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6a9d98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2918b42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    837f952 View commit details
    Browse the repository at this point in the history
  10. Remove unneeded mut usage

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6f609f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fn session_info -> fn get_session_info() to avoid name clashes. The f…

    …unction also tries to initialize `SessionInfoProvider`
    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    82a0ebc View commit details
    Browse the repository at this point in the history
  2. Fix SessionInfo retrieval

    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dca7287 View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    360b96d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Apr 27, 2023

  1. Remove earliest_session()

    tdimitrov committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7665ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Remove pre-caching -> wip

    tdimitrov committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3f2b85c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    19e9588 View commit details
    Browse the repository at this point in the history
  2. Fix all tests

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    70d136f View commit details
    Browse the repository at this point in the history
  3. Fixes in tests

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6e348c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa4403 View commit details
    Browse the repository at this point in the history
  5. Fix a warning

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    dc0542a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    d27220a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407eb27 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Code review feedback

    tdimitrov committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2ed7dfd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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