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

To refactor #12

Merged
merged 242 commits into from
May 19, 2023
Merged

To refactor #12

merged 242 commits into from
May 19, 2023

Commits on Dec 28, 2022

  1. Add docker support

    7mochi committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d7bd6fe View commit details
    Browse the repository at this point in the history
  2. Make pre-commit happy

    7mochi committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    af77ea1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    61d9da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b077a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    7mochi committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    bebaf83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42008df View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Jan 2, 2023

  1. Add --no-cache flag to apk add

    Co-authored-by: aeongdesu <osu@kakao.com>
    7mochi and aeongdesu authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    3c61d1c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Jan 8, 2023

  1. Update README.md

    7mochi committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1127c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481d3d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    5c195d7 View commit details
    Browse the repository at this point in the history
  2. Add missing .gitignore entry

    7mochi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    10f2ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b6497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b97ba3 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
    7mochi and cmyui authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7dde969 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c971ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b28bf64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0159c06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40d9b42 View commit details
    Browse the repository at this point in the history
  10. Add run-prod to Makefile

    7mochi committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0f481a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea1a17d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    455b492 View commit details
    Browse the repository at this point in the history
  13. Improve api key command

    minisbett committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    411d6ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1639866 View commit details
    Browse the repository at this point in the history
  15. Add geki and katu

    minisbett committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    78300b2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86b1b4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2af094 View commit details
    Browse the repository at this point in the history
  18. Added default acclist if no other acc-related parameter is defined, a…

    …dded accuracy to response objects of acclist
    minisbett committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ee8f214 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    10d071f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    df5d2a7 View commit details
    Browse the repository at this point in the history
  21. Add all judgements to pp calculation

    Changed calculator to accept all judgements as they have critical meaning in calculation especially in mania, or 50s in std, which weren't included
    This is also done on score submission in @ https://github.com/osuAkatsuki/bancho.py/blob/master/app/objects/score.py#L333-L345
    
    Also made SQL query for scores more readable
    def750 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7a599fc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    15012c4 View commit details
    Browse the repository at this point in the history
  23. Correct "s" to "score"

    Didn't notice that 😅
    def750 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cba1beb View commit details
    Browse the repository at this point in the history
  24. Fix my skill issue in SQL querry

    .
    def750 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    03277c8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6dc1380 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5079346 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4d166e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    febb08a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a0d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b15b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269a06b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f644c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ae20ce View commit details
    Browse the repository at this point in the history
  7. Comply with pre-commit

    7mochi committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e46e8b8 View commit details
    Browse the repository at this point in the history
  8. Remove the apt package index

    Co-authored-by: aeongdesu <osu@kakao.com>
    7mochi and aeongdesu authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2948d1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    288ad9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    171c965 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff13cff View commit details
    Browse the repository at this point in the history
  12. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and minisbett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c6eccb6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    917a319 View commit details
    Browse the repository at this point in the history
  14. Add geki and katu

    minisbett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    017b75c View commit details
    Browse the repository at this point in the history
  15. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and minisbett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e6874df View commit details
    Browse the repository at this point in the history
  16. Added default acclist if no other acc-related parameter is defined, a…

    …dded accuracy to response objects of acclist
    minisbett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0514739 View commit details
    Browse the repository at this point in the history
  17. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and minisbett committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8b4d95d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    112858b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e753c7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b6e42d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    82d3a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d5caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b26df9 View commit details
    Browse the repository at this point in the history
  4. Fix !server command

    minisbett committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cdb3b01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    216e34b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    679aac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7682625 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    c0aa8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5ce43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea4faf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d13985 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65a326e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df38bd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14a7901 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fca181e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a820009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3dc39e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c384968 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Remove NGINX_GEOIP from .env

    7mochi committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    68e668d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7a124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39004b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94c2c59 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    7mochi committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9402340 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary comments

    7mochi committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a2f6f88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e9d6e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ce283a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f88f28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2adb2cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31ae9c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c82e74b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d5d71d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    810fe22 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: NiceAesth <8437201+NiceAesth@users.noreply.github.com>
    7mochi and NiceAesth authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    f66e756 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    8537f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6b39e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa4764 View commit details
    Browse the repository at this point in the history
  4. remove fmstr

    minisbett committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bcdfcb2 View commit details
    Browse the repository at this point in the history
  5. rename bmap to bmapset

    minisbett committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    181fe32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    318d754 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90fd909 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6154a47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a876f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63be876 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cba0ed5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add missing await

    7mochi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dd4aec8 View commit details
    Browse the repository at this point in the history
  2. Fix users appearing in unknown country when connecting from localhost…

    … (Local bancho.py instance)
    7mochi committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    69d4b20 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    6ef92e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd1f097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ac1aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7789d1a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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

Commits on Jan 22, 2023

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

Commits on Jan 23, 2023

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

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    183a66a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb7e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d677f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba05d84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ef4c64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e46b1ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b39406d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    044077a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    143a31b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54e0f86 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
    pre-commit-ci[bot] authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bfbd296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b078eae View commit details
    Browse the repository at this point in the history
  3. Merge pull request osuAkatsuki#399 from osuAkatsuki/pre-commit-ci-upd…

    …ate-config
    
    [pre-commit.ci] pre-commit autoupdate
    cmyui authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6167a8b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. potentially misleading text

    lol
    7ez authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e908b1a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    0e3fd6f View commit details
    Browse the repository at this point in the history
  2. docs: remove rust

    NiceAesth committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e80712d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29eb2b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request osuAkatsuki#408 from 7ez/patch-1

    docs: update migrations path
    cmyui authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    89cb834 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    351e4b0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request osuAkatsuki#411 from osuAkatsuki/akatsuki-pp-py-dep

    chore: add akatsuki-pp-py from pypi
    NiceAesth authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    701c462 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    5e60072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8d1eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ce192 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request osuAkatsuki#367 from osuAkatsuki/nginx-geoloc

    refactor: move geolocation system (maxmind) to nginx layer
    7mochi authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    aef0cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1be91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a277f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac4f3d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Pin dependencies versions

    7mochi committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b061318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec95ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    463bb8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9ab04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    233bc79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48d151c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    155608d View commit details
    Browse the repository at this point in the history
  8. Fix data folder path

    7mochi committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6f52782 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    08f8bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d36cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c9155 View commit details
    Browse the repository at this point in the history
  4. Fix tabs

    7mochi committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    df945dd View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary expose

    7mochi committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3f8e800 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    36718f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request osuAkatsuki#398 from osuAkatsuki/mania-sv2-acc

    fix: account for sv2 in mania acc calculation
    NiceAesth authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4e1d1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deab7cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request osuAkatsuki#320 from 7mochi/docker-support

    feat: add `Dockerfile`; add `docker-compose`
    NiceAesth authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8767825 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 30, 2023

  1. Unhardcode privileges in bg_loops

    Someone can change it, this should be referenced to Privileges like everywhere else.
    def750 authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7b7cbc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f88c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    pre-commit-ci[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9026de0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 6, 2023

  1. list players and matches in c

    arily committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8c715a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d162a View commit details
    Browse the repository at this point in the history
  3. should be ljust

    arily committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9078c4f View commit details
    Browse the repository at this point in the history
  4. Update app/api/domains/cho.py

    Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
    arily and cmyui authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f8ba256 View commit details
    Browse the repository at this point in the history
  5. fix

    arily committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9bfa566 View commit details
    Browse the repository at this point in the history
  6. Update app/api/domains/cho.py

    Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
    arily and cmyui authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    54f2bcf View commit details
    Browse the repository at this point in the history
  7. exp if condition

    arily committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8917ad7 View commit details
    Browse the repository at this point in the history
  8. python

    arily committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8ee43a4 View commit details
    Browse the repository at this point in the history
  9. length

    arily authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    68a15bd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. i think it's ready

    arily committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2e6a471 View commit details
    Browse the repository at this point in the history
  2. it's don I promise

    arily committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6fd4113 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. change kitsu to osu.direct

    since Kitsu got rebranded to osu.direct, the url changed
    HorizonCode authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bae08c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request osuAkatsuki#423 from HorizonCode/master

    change kitsu to osu.direct
    cmyui authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    398db90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a1b72 View commit details
    Browse the repository at this point in the history
  4. Merge pull request osuAkatsuki#422 from arily/akat-master-cho-list

    interactive ui for online players & matches on GET /c.ppy.sh page
    cmyui authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    4afde2c View commit details
    Browse the repository at this point in the history
  5. fix: osu erroring on map change when mode is >= 4

    i've also removed the unnecessary GameMode() conversions as mode on match is typehinted as int anyway
    7ez authored and cmyui committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    49b7bba View commit details
    Browse the repository at this point in the history
  6. Merge pull request osuAkatsuki#416 from 7ez/patch-2

    fix: osu erroring on map change when mode is >= 4
    cmyui authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    aa2805f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    425744c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b46e2b View commit details
    Browse the repository at this point in the history
  3. use casefold for sort

    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    9632d46 View commit details
    Browse the repository at this point in the history
  4. ignore type error

    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    9cd7b0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request osuAkatsuki#370 from minisbett/fix-server-command

    fix: `!server` command requirements.txt parsing
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    41ee225 View commit details
    Browse the repository at this point in the history
  6. update author email

    cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    dcf2843 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f9ebfb View commit details
    Browse the repository at this point in the history
  8. fix: create .data dir

    NiceAesth authored and cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    6f1ab25 View commit details
    Browse the repository at this point in the history
  9. feat: allow .env reload

    NiceAesth authored and cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    1906be6 View commit details
    Browse the repository at this point in the history
  10. fix: redis authentication

    tsunyoku authored and cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    aaeadac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a7ba39 View commit details
    Browse the repository at this point in the history
  12. Update Dockerfile

    Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
    NiceAesth and cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    55c242b View commit details
    Browse the repository at this point in the history
  13. Merge pull request osuAkatsuki#414 from osuAkatsuki/docker-hotfix

    fix: ignore existing environments; do not expose db by default
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    cdf1cdb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b692308 View commit details
    Browse the repository at this point in the history
  15. remove comment

    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    fcb5314 View commit details
    Browse the repository at this point in the history
  16. Merge pull request osuAkatsuki#418 from def750/patch-3

    Unhardcode privileges in bg_loops
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7f52242 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ffc2150 View commit details
    Browse the repository at this point in the history
  18. improve instructions clarity

    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c5aa70c View commit details
    Browse the repository at this point in the history
  19. Merge pull request osuAkatsuki#349 from minisbett/apikey

    feat: rename `get_apikey` to `apikey`; provide API key via browser
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    149943f View commit details
    Browse the repository at this point in the history
  20. add f to string

    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    10ac5bc View commit details
    Browse the repository at this point in the history
  21. Merge pull request osuAkatsuki#368 from minisbett/rework-mirror

    refactor: generalize beatmap mirror code
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7e015ab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d28e3a View commit details
    Browse the repository at this point in the history
  23. Merge pull request osuAkatsuki#348 from minisbett/calculate-pp-api

    feat: add `/calculate_pp` API endpoint; extend performance usecase data
    cmyui authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    e2e9ef8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    701e15c View commit details
    Browse the repository at this point in the history
  25. bump version (v4.8.0)

    cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c21a316 View commit details
    Browse the repository at this point in the history
  26. update kitsu to osu.diret

    cmyui committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    2f318a1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8142763 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    451bd75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    706609a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a608010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a2046 View commit details
    Browse the repository at this point in the history
  5. Create manual.env.example

    cfgexe authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c8fde31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51ece61 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    cfgexe authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9886ee7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e186bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Fix v1/get_replay returning 0 byte files

    Fixed an issue related to `v1/get_replay` API route, which lead to `TypeError: 'bytearray' object is not an iterator` error.
    def750 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1ce0bb3 View commit details
    Browse the repository at this point in the history
  2. use FileResponse for replays

    cmyui committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1228fae View commit details
    Browse the repository at this point in the history
  3. Merge pull request osuAkatsuki#426 from def750/patch-4

    Fix issue with v1/get_replay API route returning 0 byte files
    cmyui authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aa2efb8 View commit details
    Browse the repository at this point in the history
  4. bump version (4.8.1)

    cmyui committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    571673f View commit details
    Browse the repository at this point in the history
  5. fix type error

    cmyui committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d5d8dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. unchain functions

    cmyui committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9b65110 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    4f88b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990520b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request osuAkatsuki#430 from osuAkatsuki/fix-score-submiss…

    …ion-username
    
    fix: only allow one space to be stripped from score submission username
    cmyui authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    92cc8e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
    pre-commit-ci[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    76efdc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request osuAkatsuki#431 from osuAkatsuki/pre-commit-ci-upd…

    …ate-config
    
    [pre-commit.ci] pre-commit autoupdate
    cmyui authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3a5d201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0617a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request osuAkatsuki#427 from osuAkatsuki/fix-typing-errs-p…

    …erf-calc
    
    fix typing errors in performance calc from osuAkatsuki#348
    cmyui authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4878a07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6235053 View commit details
    Browse the repository at this point in the history
  5. Merge pull request osuAkatsuki#425 from cfgexe/master

    add separate config for docker and manual install
    cmyui authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    711bea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b164d4e View commit details
    Browse the repository at this point in the history
  7. Merge pull request osuAkatsuki#432 from osuAkatsuki/pr-checklist

    add manual testing to pr checklist
    cmyui authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    044b37b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Bump flask from 2.2.3 to 2.3.2

    Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.3.2.
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@2.2.3...2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: flask
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    2b2f5d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request osuAkatsuki#433 from osuAkatsuki/dependabot/pip/fl…

    …ask-2.3.2
    
    Bump flask from 2.2.3 to 2.3.2
    cmyui authored May 2, 2023
    Configuration menu
    Copy the full SHA
    b9d4128 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 11, 2023

  1. Merge pull request osuAkatsuki#436 from osuAkatsuki/pre-commit-ci-upd…

    …ate-config
    
    [pre-commit.ci] pre-commit autoupdate
    cmyui authored May 11, 2023
    Configuration menu
    Copy the full SHA
    36dc231 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. fix: pool improvements

    g1-1-1 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    5f52542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4868f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e7d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d34b2fe View commit details
    Browse the repository at this point in the history
  5. fix: full_embed -> embed

    g1-1-1 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    552ec10 View commit details
    Browse the repository at this point in the history
  6. Merge pull request osuAkatsuki#439 from 0i8/patch-4

    fix: pool information being ordered alphabetically and numerically, give full response to user on !pool add success
    cmyui authored May 14, 2023
    Configuration menu
    Copy the full SHA
    5602e6e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. arrumando conflicts

    nekoraw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fbf7ed1 View commit details
    Browse the repository at this point in the history
  2. removendo workflow

    nekoraw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ed27ba5 View commit details
    Browse the repository at this point in the history