This website requires JavaScript.
Explore
Help
Register
Sign In
LukeParke
/
pypistats.dev
Watch
1
Star
0
Fork
0
You've already forked pypistats.dev
mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced
2025-12-09 20:57:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c88f419b1143744c0353a97a0b89d3438d808b95
pypistats.dev
/
src
History
Luke Hagar
c88f419b11
Refactor Redis client implementation in redis.ts to use Bun's RedisClient, improving connection management and error handling. Remove unused clearCache method from data-processor.ts to streamline code.
2025-10-21 00:06:17 -05:00
..
lib
Refactor Redis client implementation in redis.ts to use Bun's RedisClient, improving connection management and error handling. Remove unused clearCache method from data-processor.ts to streamline code.
2025-10-21 00:06:17 -05:00
routes
Update docker-compose.yml to standardize environment variable names for Postgres and Redis services. Remove README_DOCKER.md and admin dashboard components, streamlining the project structure and focusing on core functionalities.
2025-10-20 22:41:30 -05:00
types
Add analytics tracking to API endpoints for improved event monitoring. Updated GET handlers across various routes to include tracking of successful and failed requests, enhancing data collection for package usage insights.
2025-08-29 15:46:54 -05:00
app.css
Implement dark theme styles in app.css and update layout components for dark mode compatibility. Add API endpoint links with copy functionality in package page.
2025-08-14 15:34:05 -05:00
app.d.ts
Saving progress
2025-08-12 10:35:39 -05:00
app.html
Update analytics script source in app.html and add new stats page with Plausible Analytics integration. The new page features a dashboard for public analytics, enhancing user engagement and data visibility.
2025-08-29 16:00:14 -05:00
hooks.server.ts
Update sliding window rate limit to restrict requests per IP to 15 per minute, enhancing server resource management.
2025-08-29 16:11:10 -05:00