tiennm99
dae676da69
fix(schedule): exception break schedule
2025-11-17 12:07:21 +07:00
tiennm99
23fd181c0f
Update log4j2.xml
2025-11-14 18:55:22 +07:00
tiennm99
d5467f16bc
Update log4j2.xml
2025-11-14 18:32:53 +07:00
tiennm99
56b6dc5cb3
feat(loki): try to enable loki again
2025-11-14 18:25:46 +07:00
tiennm99
61e1dcfe00
Update Dockerfile
2025-11-14 18:11:10 +07:00
tiennm99
5879bdda67
Update Dockerfile
2025-11-14 18:05:32 +07:00
tiennm99
99ab547bc5
Update Dockerfile
2025-11-14 18:00:57 +07:00
tiennm99
dda84a82cf
Update Dockerfile
2025-11-14 17:57:14 +07:00
tiennm99
709a798836
Update Dockerfile
2025-11-14 17:49:49 +07:00
tiennm99
bccc6f647e
feat(docker): use distTar instead of fatjar
2025-11-14 17:45:13 +07:00
tiennm99
7335c2757e
feat(loki): remove loki
2025-11-14 01:29:02 +07:00
tiennm99
dfbabb964a
Update build.gradle.kts
2025-11-14 01:26:04 +07:00
tiennm99
d8a945a619
Revert "Update Main.java"
...
This reverts commit e53b1884c4 .
2025-11-14 01:25:35 +07:00
tiennm99
fb4401f345
Update Main.java
2025-11-14 01:22:08 +07:00
tiennm99
b413dd07d0
Update build.gradle.kts
2025-11-14 01:20:42 +07:00
tiennm99
574fadf08b
Update build.gradle.kts
2025-11-14 01:09:39 +07:00
tiennm99
3f27a213e4
Update Log4j2 config and shadowJar transformer usage
...
Removed the custom 'packages' attribute from log4j2.xml configuration and updated the shadowJar task to use the class reference for Log4j2PluginsCacheFileTransformer. This streamlines configuration and aligns with recommended usage.
2025-11-14 01:05:24 +07:00
tiennm99
805db99045
Update log4j2 config and shadowJar task
...
Added 'packages' attribute to log4j2.xml Configuration for custom Log4j2 plugins. Removed mergeServiceFiles() from shadowJar task in build.gradle.kts, relying only on Log4j2PluginsCacheFileTransformer.
2025-11-14 01:01:32 +07:00
tiennm99
c03f2ec8f6
Update build.gradle.kts
2025-11-14 00:52:27 +07:00
tiennm99
671f1c64d9
feat(loki): add loki again
...
after fix shadow jar issue
2025-11-14 00:49:04 +07:00
tiennm99
7739590c4a
Update log4j2.xml
2025-11-14 00:35:46 +07:00
tiennm99
9bf855c354
Revert "Update Dockerfile"
...
This reverts commit 07dbdfc125 .
2025-11-14 00:31:25 +07:00
tiennm99
0fc2a4472d
Update Dockerfile
2025-11-14 00:29:22 +07:00
tiennm99
3ff0f56ea7
Update Dockerfile
2025-11-14 00:26:15 +07:00
tiennm99
a92acf0a4f
Update Dockerfile
2025-11-14 00:24:11 +07:00
tiennm99
03c00c164a
feat(loki): remove
2025-11-14 00:23:05 +07:00
tiennm99
d28ae8918b
Update Dockerfile
2025-11-14 00:17:40 +07:00
tiennm99
e522e00ab1
Update Dockerfile
2025-11-13 23:52:27 +07:00
tiennm99
ce302ee243
Update GooglePlayScraperTest.java
2025-11-13 21:55:38 +07:00
tiennm99
4fd11e99d4
Update Main.java
2025-11-13 21:48:03 +07:00
tiennm99
aabc96db10
Update AddAppleAppCommand.java
2025-11-13 21:40:20 +07:00
tiennm99
617e8073b5
refactor: cleanup code
...
And test docker build time
2025-11-13 21:29:24 +07:00
tiennm99
5211097172
Update Dockerfile
2025-11-13 21:27:06 +07:00
tiennm99
8f7cc9452a
Update Dockerfile
2025-11-13 21:24:40 +07:00
tiennm99
d7189c152e
Update Dockerfile
2025-11-13 21:18:13 +07:00
tiennm99
fda465925c
Update CouchbaseUtil.java
2025-11-13 21:05:33 +07:00
tiennm99
6a75d87dc3
feat(docker): minify
2025-11-13 21:00:44 +07:00
tiennm99
a4a2df41e6
feat(docker): use temurin instead of corretto
2025-11-13 20:51:07 +07:00
tiennm99
0f5fdca3e7
feat(loki): send logs to loki to centralize logs
2025-11-13 18:24:13 +07:00
tiennm99
ec9ad27f09
feat(bot): add delgoogle
2025-11-12 10:08:26 +07:00
tiennm99
22a3f6bc5c
feat(api): update base url
2025-11-11 20:59:56 +07:00
tiennm99
de1f84d278
feat(self scraper): try to crawl without country
...
But fail
2025-11-12 23:10:00 +07:00
tiennm99
0f64f53d70
refactor: old api
2025-11-12 22:20:15 +07:00
tiennm99
8830041ace
Create GooglePlayAppScraper.java
2025-11-11 20:26:50 +07:00
tiennm99
de46765d0c
feat(apple): correct api response
2025-11-10 11:32:00 +07:00
tiennm99
f67b175f27
feat(app score): round score
2025-11-10 11:16:06 +07:00
tiennm99
3c1d60b248
feat(score): add score text
2025-11-10 11:04:42 +07:00
tiennm99
a4646c91ca
Add raw app response commands for Apple and Google
...
Introduces RawAppleAppCommand and RawGoogleAppCommand to allow admins to fetch and download raw JSON responses from the Apple App Store and Google Play Store scrapers. Refactors AppStoreScraper and GooglePlayScraper to expose rawApp methods and improves method naming for clarity. Updates StoreScrapeBot to register the new commands and adjusts .env.example for better configuration clarity.
2025-11-09 10:12:19 +07:00
tiennm99
21f6b25601
Update Dockerfile
2025-11-09 01:11:22 +07:00
tiennm99
63a8d448c5
Update Dockerfile
2025-11-09 01:08:42 +07:00