issues
search
jayden-chan
/
puggies
Puggies is a self-hosted CS:GO demo analyzer and statistics platform
GNU Affero General Public License v3.0
3
stars
2
forks
source link
Short match support, admin panel, bug fixes
#24
Closed
jayden-chan
closed
2 years ago
jayden-chan
commented
2 years ago
Description of the change
Support short matches properly
Fix blurry weapon icons
Several other bug fixes
Properly handle bots and disconnected players
Admin panel work in progress
Type of change
[x] Refactoring (no change in functionality)
[x] Bug fix (non-breaking change that fixes an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation or Development tools (readme, specs, tests, code formatting)
Checklists
Development
[x]
Prettier
was run on frontend
[x]
go fmt
was run on backend
(if new config variable was added):
[x] Configuration documentation was updated
[x] Docker Compose example file was updated (for required variables with no default)
(if new dependency was added):
[x] New dependencies have been audited and are justified
[x] Development documentation has been updated
(if database schema was updated):
[x] New database migrations have been generated with
migrate
tool
[x] Migrations have been tested in both directions (cleanly migrates up and down)
Paperwork
[x] This pull request has a descriptive title and information useful to a reviewer
[x]
AUTHORS.txt
was updated if there are new contributors (welcome!)
Code review
[x] Security impacts of this change have been considered
Description of the change
Type of change
Checklists
Development
go fmt
was run on backend(if new config variable was added):
(if new dependency was added):
(if database schema was updated):
migrate
toolPaperwork
AUTHORS.txt
was updated if there are new contributors (welcome!)Code review