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

Dynamic channel #69

Merged
merged 39 commits into from
Feb 23, 2024
Merged

Dynamic channel #69

merged 39 commits into from
Feb 23, 2024

Commits on Sep 27, 2023

  1. Include linux arch

    tuxagon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3897d0d View commit details
    Browse the repository at this point in the history
  2. Add matchmaking_groups table

    tuxagon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    35c71a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292946e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Add CollectGroups

      * CollectGroups will merge groups from matchmaking.yml with database
        MatchmakingGroup records. It'll be called early in the matchmaking
        process so groups from both sources are available.
      * TODO: get CollectGroups specs passig and actually implement the
        thing!
    alimi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    30ee4ce View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Implement CollectsGroups

    tuxagon committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    feb2141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae313b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add MatchmakingGroups index

    alimi committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    98543d5 View commit details
    Browse the repository at this point in the history
  2. fixup! Add MatchmakingGroups index

    alimi authored and GitHub Actions committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e699d0b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    0e87825 View commit details
    Browse the repository at this point in the history
  2. Add timecop gem

    tuxagon committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3e5da6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e403a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c0f936 View commit details
    Browse the repository at this point in the history
  5. Style MatchmakingGroups UI

    alimi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cc31e30 View commit details
    Browse the repository at this point in the history
  6. Fix update bug

    alimi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1b89b0f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    720bdf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff378c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Refactor CollectsGroups

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    15cb176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8eef35 View commit details
    Browse the repository at this point in the history
  3. Refactor ChooseStrategy

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d4bbea3 View commit details
    Browse the repository at this point in the history
  4. Add group_with test helper

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    162ff88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acd7367 View commit details
    Browse the repository at this point in the history
  6. Refactor MatchParticipants

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0a48299 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62eff6d View commit details
    Browse the repository at this point in the history
  8. Refactor RunsMatchmaking

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1aff0c5 View commit details
    Browse the repository at this point in the history
  9. s/Runs/Run in service name

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e77cbd1 View commit details
    Browse the repository at this point in the history
  10. Remove unused test helper

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    29feaa7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80887b2 View commit details
    Browse the repository at this point in the history
  12. s/Sends/Send in service name

    tuxagon committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    be60b49 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    8cb8e94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775c4cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    facb8df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3cae0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7bf6ee View commit details
    Browse the repository at this point in the history
  6. HACK prevent segfault in test & development with pg

    More information about it can be found
    [here](ged/ruby-pg#538).
    tuxagon committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3e39295 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e35552f View commit details
    Browse the repository at this point in the history
  8. fixup! Slightly larger refactor to get notifications working again

    tuxagon authored and GitHub Actions committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    60325f6 View commit details
    Browse the repository at this point in the history
  9. CI

    tuxagon committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6ffd408 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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