2630 Commits
Author SHA1 Message Date
martin-mfg 393c7b7b4c try anonymous backend requests, cleanup 2025-10-16 19:37:37 +02:00
Alexandr GarbuzovandAlexandr 93e48939d5 refactor: move operations tests into separate module (#4586)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-16 20:25:50 +03:00
Alexandr GarbuzovandAlexandr a97ab2dc7a fix: resolve vscode type errors inside utils tests (#4585)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-16 20:18:28 +03:00
martin-mfg bb533859c1 fix CORS problem caused by axios-cache-interceptor 2025-10-16 11:39:08 +02:00
martin-mfg 8f7a7948f6 better waiting for PAT 2025-10-16 11:28:49 +02:00
martin-mfg 3b25caed85 set placeholder PAT in frontend 2025-10-16 10:25:19 +02:00
martin-mfg 368ce67a92 SVG.js: wait for PAT 2025-10-16 10:12:56 +02:00
martin-mfg d152b2c4c1 remove trailing slashes from URLs in frontend code 2025-10-16 09:49:17 +02:00
martin-mfg d60186d635 SVG: try use local 'server' 2025-10-16 09:37:53 +02:00
Alexandr GarbuzovandAlexandr dff0cfec58 fix: mark Finnish locale as long for stats card (#4583)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-15 23:36:50 +03:00
Alexandr GarbuzovandAlexandr e158f0d27f refactor: move operations into separate module (#4582)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-15 23:29:53 +03:00
6d1a5e51bc refactor: move logger into separate module (#4581)
* refactor: move logger into separate module

* Update api/status/pat-info.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 23:03:48 +03:00
Alexandr GarbuzovandAlexandr bf021b0670 fix: resolve several vscode type errors inside fetchers code (#4579)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-15 21:51:32 +03:00
martin-mfg fb4a334f08 SVG: use axios.get instead of fetch 2025-10-15 20:24:54 +02:00
Alexandr GarbuzovandAlexandr 2df35521d7 refactor: move HTTP related code into separate module (#4578)
* refactor: move HTTP related code into separate module

* dev

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-15 20:09:34 +03:00
Alexandr GarbuzovandAlexandr da318a6751 refactor: move long locales const to the top and infer types (#4577)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-14 23:55:20 +03:00
Alexandr GarbuzovandAlexandr 4e44891844 fix: mark Czech as long locale for stats card (#4576)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-14 23:33:56 +03:00
306d0a34ce fix: update Burmese translations (#4570)
* Fixed Myanmar (my : Burma ) language

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-14 21:40:15 +03:00
Alexandr GarbuzovandAlexandr d574feb667 refactor: better naming for kformatter function tests (#4574)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-14 21:33:07 +03:00
Alexandr GarbuzovandAlexandr fda29161e8 refactor: move wrap text multiline function tests into fmt module (#4573)
* refactor: move wrap text multiline function tests into fmt module

* lints

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-14 21:19:54 +03:00
Alexandr GarbuzovandAlexandr ab53e3052d refactor: move wrap text multiline function into fmt module (#4572)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-14 21:11:23 +03:00
Ophelia GoldsteinandAlexandr b9c3bf6251 refactor: move fmt related tests into separate file (#4569)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-13 23:56:07 +03:00
Ophelia GoldsteinandAlexandr 5df2e634e9 refactor: move formatting related code into separate file (#4568)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-13 23:50:06 +03:00
martin-mfgandAlexandr c4a59b5afa refactor: reduce magic numbers inside wakatime card generation code (#4534)
* refactor magic numbers

* dev

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-13 23:36:38 +03:00
Ophelia GoldsteinandAlexandr c1d13eac19 refactor: move color related tests into separate file (#4564)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-13 20:39:16 +03:00
martin-mfg da1d21cda9 interpretHeader=false 2025-10-13 19:33:03 +02:00
martin-mfg b913fa3d9b test axios caching 2025-10-13 19:23:59 +02:00
4143c6dec3 feat: implement number precision parameter for stats card (#4514)
* Update short number format 

Update short number format by adding 2 decimal places instead of 1 for numbers between 1,000 and 9,999

* review

* Update src/common/utils.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* dev

* dev

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-13 20:21:28 +03:00
martin-mfg 96b7fe836e instead try overriding axios methods 2025-10-13 19:15:52 +02:00
martin-mfg 807ee63075 again again try fix circular axios import 2025-10-13 19:04:59 +02:00
martin-mfg 74c352ab16 again try fix circular axios import 2025-10-13 16:19:26 +02:00
martin-mfg bc47e0dd5e try fix circular axios import 2025-10-13 16:05:38 +02:00
martin-mfg cadafaf3e1 add axios cache 2025-10-13 16:00:30 +02:00
martin-mfg 52b3996f02 remove placeholder PAT 2025-10-13 15:32:39 +02:00
martin-mfg 226d26a2d0 Merge branch 'frontend-requests' of https://github.com/martin-mfg/github-readme-stats into frontend-requests 2025-10-13 13:29:28 +02:00
martin-mfg adbbce395a set PAT_1 from backend response, small cleanup 2025-10-13 13:28:37 +02:00
Ophelia GoldsteinandAlexandr 7caaa21e73 fix: improve Ukrainian translations (#4563)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-12 23:39:34 +03:00
Ophelia GoldsteinandAlexandr adbed1ee2f fix: mark Azerbaijani locale as long for stats card (#4562)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-12 23:22:51 +03:00
Ophelia GoldsteinandAlexandr d3a7a90bf9 ci: prevent codeql analysis workflow from running in forks (#4561)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-12 23:15:09 +03:00
Ophelia GoldsteinandAlexandr 90955dca00 fix: remove repository link display on missing param errors (#4560)
* fix: remove repository link display on missing param errors

* fix tests

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-12 23:14:27 +03:00
Ophelia GoldsteinandAlexandr 92d6dfa226 fix: resolve vscode type errors in cache utils (#4559)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-11 22:52:45 +03:00
Ophelia GoldsteinandAlexandr 33f0c9153e fix: resolve vscode errors inside cards svg generation code (#4558)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-11 22:40:33 +03:00
Ophelia GoldsteinandAlexandr 701068b8bc refactor: move all color related code into separate file (#4557)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-11 22:07:03 +03:00
Ophelia GoldsteinandAlexandr 6a542c870d fix: resolve vscode errors inside colors related code (#4556)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-11 21:30:08 +03:00
Ophelia GoldsteinandAlexandr 0849165c6e fix: resolve vscode type errors in API endpoints files (#4555)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-10-11 20:57:00 +03:00
martin-mfg 229e4f511a Merge branch 'frontend-requests' of https://github.com/martin-mfg/github-readme-stats into frontend-requests 2025-10-11 15:58:04 +00:00
martin-mfg 13a56f098d rename private-access.func 2025-10-11 15:57:40 +00:00
martin-mfg a246be883e fix userAccess error handling, test non-existing user 2025-10-11 17:53:01 +02:00
martin-mfg bddd4c7b95 also fetch token when fetching private access 2025-10-11 17:32:20 +02:00
martin-mfg 44478c6f7b Merge branch 'frontend-requests' of https://github.com/martin-mfg/github-readme-stats into frontend-requests 2025-10-11 14:36:27 +02:00