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: min max player in room #377

Merged
merged 27 commits into from
Nov 27, 2022
Merged

Commits on Oct 25, 2022

  1. ADD: test for api exception handling

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ed84cb6 View commit details
    Browse the repository at this point in the history
  2. ADD: api handling for settings failures

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c193a18 View commit details
    Browse the repository at this point in the history
  3. ADD: validation test

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    446c59c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    ff8770f View commit details
    Browse the repository at this point in the history
  2. BUMP: whist-core

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    12ae1f7 View commit details
    Browse the repository at this point in the history
  3. FIX: matcher parsing

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c2ed8a6 View commit details
    Browse the repository at this point in the history
  4. REFOMRAT

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    29fdd10 View commit details
    Browse the repository at this point in the history
  5. UPDATE: dependencies

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d8fb461 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge branch 'main' into fix/room_player_settings_validation

    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d0802d9 View commit details
    Browse the repository at this point in the history
  2. REMOVE: exclude of matcher

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    75a2db3 View commit details
    Browse the repository at this point in the history
  3. FIX: empty matcher

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    019c7d0 View commit details
    Browse the repository at this point in the history
  4. UPDATE: matcher is passed in constructor

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0c242d5 View commit details
    Browse the repository at this point in the history
  5. ADD: test for passing matcher in dict

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e2308bf View commit details
    Browse the repository at this point in the history
  6. REMOVE: constructor

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5e61b53 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. BUMP: whist core

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ac58efb View commit details
    Browse the repository at this point in the history
  2. UPDATE: disable pylint warning

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1c97865 View commit details
    Browse the repository at this point in the history
  3. REMOVE: matcher as start parameter

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c99b46d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. UPDATE: whist-core

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3bfee5d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix/room_player_settings_validation

    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    Segelzwerg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0900813 View commit details
    Browse the repository at this point in the history
  3. FIX: dependencies

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    21a4829 View commit details
    Browse the repository at this point in the history
  4. UPDATE: versions

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0e29d55 View commit details
    Browse the repository at this point in the history
  5. TEMP FIX: matcher creation in room

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f61e61c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. ADD: test for early start

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0191929 View commit details
    Browse the repository at this point in the history
  2. REMOVE: no longer use argument

    Signed-off-by: Segelzwerg <[email protected]>
    Segelzwerg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c2beaa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. BUMP: whist core

    Segelzwerg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    eec32c1 View commit details
    Browse the repository at this point in the history
  2. FIX: matcher setup

    Segelzwerg committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    6467a8a View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    Segelzwerg authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    247d5d9 View commit details
    Browse the repository at this point in the history