aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* temorarily remove 7d graph from prodPinapelz2023-11-24-3/+0
|
* pretty print nextMilestone stringPinapelz2023-11-24-1/+1
|
* add use client to DataChartPinapelz2023-11-24-2/+1
|
* handle overflow on proejection calculationsPinapelz2023-11-22-11/+16
| | | | - In case for new debuts where there is not enough data
* feat: re-implement individual statistic pages on nextPinapelz2023-11-22-45/+661
|
* fix: add missing historical column and headersPinapelz2023-11-22-0/+2
|
* fix: incorrect SQL table headersPinapelz2023-11-22-4/+5
| | | | - leading to not being able to insert into historical table due to mismatch of data
* fix day diff subtraction orderPinapelz2023-11-19-1/+1
| | | | - I swear it was correct!?
* update graph iframe height vhPinapelz2023-11-19-1/+1
| | | | - fix scroll bug
* update READMEPinapelz2023-11-18-19/+12
|
* chores: clean up initial cna filesPinapelz2023-11-18-16/+0
|
* v3: re-write frontend using next jsPinapelz2023-11-18-240/+787
|
* v2: add initial Next JS files, remove static templatesPinapelz2023-11-17-1225/+7453
|
* Merge pull request #4 from pinapelz/dependabot/pip/certifi-2023.7.22Pinapelz2023-08-16-1/+1
|\ | | | | build(deps): bump certifi from 2022.12.7 to 2023.7.22
| * build(deps): bump certifi from 2022.12.7 to 2023.7.22dependabot[bot]2023-08-17-1/+1
|/ | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #3 from pinapelz/dependabot/pip/pipreqs-0.4.12Pinapelz2023-07-18-1/+1
|\ | | | | build(deps): bump pipreqs from 0.4.11 to 0.4.12
| * build(deps): bump pipreqs from 0.4.11 to 0.4.12dependabot[bot]2023-07-18-1/+1
|/ | | | | | | | | | | | | | Bumps [pipreqs](https://github.com/bndr/pipreqs) from 0.4.11 to 0.4.12. - [Release notes](https://github.com/bndr/pipreqs/releases) - [Changelog](https://github.com/bndr/pipreqs/blob/master/HISTORY.rst) - [Commits](https://github.com/bndr/pipreqs/compare/v0.4.11...v0.4.12) --- updated-dependencies: - dependency-name: pipreqs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* revert: revert to updating historical dailyPinapelz2023-07-09-1/+2
|
* fix: sql column configured in incorrect orderPinapelz2023-07-08-2/+4
|
* fix: make all cursors buffered to avoid lazy loadingPinapelz2023-07-08-11/+11
|
* fix: incorrect 24h table column namePinapelz2023-07-08-2/+2
| | | | sub_count -> sub_diff
* fix: bug where refresh_daily was reset every iterationPinapelz2023-07-08-3/+3
|
* fix: daily table not updatingPinapelz2023-07-08-3/+2
|
* fix: bug where data is not recorded into historical tablePinapelz2023-07-07-3/+2
|
* remove 7 day limit on full tablesPinapelz2023-07-02-1/+1
|
* fix pettantrack url for personal usePinapelz2023-07-02-1/+1
|
* remove wwwPinapelz2023-07-02-1/+1
|
* fix: domain formatting issues (redirects)Pinapelz2023-07-02-6/+6
|
* added command line arguments to specify data sourcePinapelz2023-06-29-7/+27
|
* feat: update exclude channel list with inactive dataPinapelz2023-06-23-0/+10
|
* fix: remove inactive hldex channels from ranking graphPinapelz2023-06-23-4/+11
|
* feat: flask server for serving generated filesPinapelz2023-06-23-0/+40
|
* fix: indexing error with excluded channelsPinapelz2023-06-23-2/+12
|
* added templatesPinapelz2023-06-20-0/+686
|
* Merge branch 'master' of https://github.com/pinapelz/NijiTrackPinapelz2023-06-20-0/+0
|\
| * Merge pull request #2 from pinapelz/develop-rewritePinapelz2023-06-20-1005/+704
| |\ | | | | | | Refactored entire codebase
* | | fix: missing youtube local optionPinapelz2023-06-20-10/+14
| |/ |/|
* | Refactored entire codebasePinapelz2023-06-20-1005/+704
|/ | | | | | - Replaced most code with HTML templates - Fixed some janky SQL queries - Replaced config.py with ini and json
* Merge pull request #1 from pinapelz/dependabot/pip/requests-2.31.0Pinapelz2023-05-24-1/+1
|\ | | | | Bump requests from 2.28.2 to 2.31.0
| * Bump requests from 2.28.2 to 2.31.0dependabot[bot]2023-05-24-1/+1
|/ | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Add manually pulling channel files from an external URLPinapelz2023-05-06-0/+12
|
* Fixed auto generate channel data filesPinapelz2023-05-06-11/+26
|
* Implemented failsafe for APIsPinapelz2023-05-06-4/+7
|
* Merge branch 'master' of https://github.com/pinapelz/NijiTrackPinapelz2023-05-04-0/+0
|\
| * Remove assets and backup. Moved to gh-pages branchPinapelz2023-05-04-7925/+0
| |
* | Remove assets and backup. Moved to gh-pages branchPinapelz2023-05-04-7959/+0
|/
* Update requirements.txtPinapelz2023-05-04-1/+0
|
* Update config instructionsPinapelz2023-05-04-0/+1
|
* Added option to specify header name for different apisPinapelz2023-05-04-2/+2
|
* Implemented ability to handle multiple Holodex OrganizationsPinapelz2023-05-04-6/+10
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage