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
Several bug fixes and overall improvements
#27
Closed
jayden-chan
closed
2 years ago
jayden-chan
commented
2 years ago
Description of the change
Re-parse matches if they have an outdated version of the demo parser
Automatically join usermeta information when fetching matches
Use a singleton pattern for the API object in frontend
Support editing match dates
Don't keep running
go get
in the dockerfile unless a dependency changes
Add ESEA link to match context menu on home page
Fix bugs with copying data to clipboard in frontend
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)
[x] 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
go get
in the dockerfile unless a dependency changesType 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