Commit Graph

107 Commits

Author SHA1 Message Date
Luke Hagar
6b7e7b4fc5 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
Luke Hagar
de7cc4090d troubleshooting secrets 2025-08-14 14:50:44 -05:00
Luke Hagar
8a19a483e4 Enhance Redis client connection logic to skip connection if REDIS_URL is not set, with a warning message for clarity. 2025-08-14 13:15:33 -05:00
Luke Hagar
51c86ba002 Enhance docker-compose.yml by adding Redis password configuration and updating healthcheck command to use the password environment variable. 2025-08-14 12:58:05 -05:00
Luke Hagar
e2e28271df Update package.json to reorder dependencies and ensure correct pnpm configuration for built dependencies. 2025-08-14 12:42:50 -05:00
Luke Hagar
1f567adc1c Fix Dockerfile to ensure correct pnpm version activation by specifying the version format. 2025-08-14 12:40:04 -05:00
Luke Hagar
d442c1de44 Update Dockerfile to use pnpm version 10.14.0 and modify build script to use vite for building the project 2025-08-14 12:32:33 -05:00
Luke Hagar
9dff72e756 Update Dockerfile to install all dependencies including devDependencies for build process 2025-08-14 12:12:52 -05:00
Luke Hagar
4d43969d2f Update Dockerfile and docker-compose.yml to streamline Prisma migration and build process 2025-08-14 12:06:27 -05:00
Luke Hagar
8fd9a4a8ea adding env var 2025-08-14 12:00:17 -05:00
Luke Hagar
69e40dabca Update healthcheck command in docker-compose.yml to use specific PostgreSQL user and database 2025-08-14 11:49:52 -05:00
Luke Hagar
afcb351a15 Add SERVICE_FQDN_WEB_3000 environment variable to docker-compose.yml for public URL generation 2025-08-14 11:36:53 -05:00
Luke Hagar
ed3d7dc489 Remove ENABLE_CRON environment variable from docker-compose.yml 2025-08-14 11:30:54 -05:00
Luke Hagar
8c8b0d06b7 Update docker-compose.yml to use environment variables for PostgreSQL and Redis passwords, and configure Google Cloud credentials. 2025-08-14 11:29:35 -05:00
Luke Hagar
ca7d86ed54 cleaning repo and saving update 2025-08-14 16:02:33 +00:00
Luke Hagar
30aedd3794 Update README.md to reflect project rebranding to PyPIStats.dev and enhance deployment instructions with Docker Compose details, environment variable setup, and API overview. 2025-08-12 10:55:59 -05:00
Luke Hagar
11dbb4e357 Saving progress 2025-08-12 10:35:39 -05:00
flynn
70a10f9941 fix limiter 2022-02-03 20:53:55 -05:00
flynn
fb98bcaa01 deploy table chg 2021-12-12 11:29:28 -05:00
Dustin Ingram
da4d4aa8da Switch to bigquery-public-data datset from the-psf (#39) 2021-06-30 20:29:09 -04:00
flynn
e44f3944da visibility timeout 2021-04-08 20:18:16 -04:00
Flynn
e956165572 use the newer pypi table (#35) 2021-04-05 21:53:10 -04:00
flynn
0c043bc2be deploy 2020-08-16 13:15:27 -04:00
Zac Hatfield-Dodds
2db8a717cb Show required vs optional deps (#32)
* Show required vs optional deps

`pip install x` does not install extras dependencies by default, so we'll show them in a separate list.

This is particularly useful for packages which have many optional integrations, or which track development dependencies using package extras.

* some cleanup

Co-authored-by: flynn <crf204@gmail.com>
2020-08-16 13:09:25 -04:00
Flynn
a5bb518b88 updates (#31)
* update ignore files

* setup poetry

* add db seeds

* black

* set up compose

* backfill script

* add makefile, update readme

* update poetry

* readme

* Fixes

* cleanup and rate limit changes

* poetry 1.0.5

* some more cleanup

* k8s

* k8s

* update yml

* cleanup and admin

* deploy
2020-08-15 18:36:37 -04:00
flynn
4a5c5175cc allow __all__ in api 2019-01-20 19:05:11 -05:00
crflynn
d77bb87a62 fix for some.0 version 2018-12-24 17:34:52 -05:00
crflynn
f76e8f1a7c restore api 2018-12-18 09:25:42 -05:00
crflynn
75dc160db6 allow underscores in api endpoints 2018-12-12 22:24:27 -05:00
crflynn
1c4693e8cf disable api 2018-12-12 13:13:57 -05:00
crflynn
eba371d21e api etiquette and 503 routing if necessary to disable api in the future 2018-12-12 10:52:43 -05:00
crflynn
41e79b3818 180 retention 2018-11-19 23:20:21 -05:00
crflynn
cc3d589fa5 reword new faq 2018-11-03 11:26:46 -04:00
Flynn
314681d312 Merge pull request #10 from hugovk/patch-1
FAQs: What is the difference between Without_Mirrors and With_Mirrors?
2018-11-03 10:56:06 -04:00
Flynn
1aed5601bd Merge pull request #11 from hugovk/log-in
'Log in' is the verb form
2018-11-03 10:54:41 -04:00
crflynn
4a3cf07ecd update requests 2018-11-03 10:41:46 -04:00
Hugo
5f8ceceaff 'Log in' is the verb form 2018-11-02 11:17:14 +02:00
Hugo
6024b7c408 FAQs: What is the difference between Without_Mirrors and With_Mirrors? 2018-11-02 10:42:43 +02:00
crflynn
75598eb17b add some info about the pypistats client package 2018-10-28 18:26:43 -04:00
crflynn
2f1a620509 don't exclude python version nulls from query 2018-10-25 23:48:02 -04:00
crflynn
551ac27a39 remove unused columns in query; fix for python versions with no . ie 27 2018-10-24 09:54:47 -04:00
crflynn
782283258e add lookback query param; add rangeselector buttons 2018-10-14 01:38:45 -04:00
crflynn
7b1cd8193b fix permission issue between new pipenv, its cache, and celery; also pin pipenv 2018-10-13 22:00:02 -04:00
Flynn
c432083cf6 Merge pull request #7 from funilrys/redirection
Introduction of redirections in some cases.
2018-10-13 12:03:59 -04:00
funilrys
0d3d37a869 Introduction of a redirection in some cases.
Indeed, before this patch, if we had only one result, we had to click then
we get the result. Now if there is only one in the results, we redirect
directly to its stats page.

In the otherside, I do not think that returning `404` when we requests for
example `/packages/fjwiofjowejfiewjfojio` is a good idea. That is why, I
simply added a redirection to the `/search/fjwiofjowejfiewjfojio` page in
that case.
2018-10-13 17:42:40 +02:00
crflynn
b3fc65b4a3 autoformat templates; scope shadow fix for package page; fix data being off by one in proportions charts 2018-10-12 22:28:15 -04:00
crflynn
2b3a893488 extend retention 2018-10-12 08:54:42 -04:00
crflynn
b69d8c78e7 use lines in lieu of fill for proportional downloads 2018-09-29 20:32:25 -04:00
crflynn
4b81fe0e3c add note about ci/cd to faqs 2018-09-21 10:41:31 -04:00
crflynn
a4bf548068 fix for packages with . in name 2018-09-19 20:50:01 -04:00