92 Commits

Author SHA1 Message Date
Luke Hagar
7e6776db06 Merge pull request #1 from LukeHagar/master 2025-08-12 10:37:09 -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
crflynn
edda426efa bugfix system api endpoint 2018-09-08 07:59:59 -04:00
Flynn
cacc38f1cf Merge pull request #5 from crflynn/percentages
Adds fill plots; zero fills missing data in absolute plots
2018-09-06 22:07:35 -04:00
crflynn
249d26a00d docstrings 2018-09-06 22:06:09 -04:00
crflynn
06e583c458 remove unused imports 2018-09-06 22:04:34 -04:00
crflynn
913957b2db dont actually need db in contexts 2018-09-06 22:00:01 -04:00
crflynn
3a35b10827 fill intermediate absolutes with zeros; better fill plots without intermediate filling 2018-09-06 21:58:57 -04:00
crflynn
008c490a76 re-sslify 2018-09-06 03:23:30 -04:00
crflynn
8826f42f5e query-based fill charts 2018-09-06 03:20:48 -04:00
crflynn
97a94a202c add recent downloads to __all__ 2018-09-01 10:31:13 -04:00
crflynn
31e398c5d3 add FAQs 2018-08-23 21:32:20 -04:00
crflynn
c41ce26ff9 fix for missing license in metadata 2018-08-16 00:25:18 -04:00
crflynn
75808d6d20 move plot declarations to app config 2018-08-13 22:06:47 -04:00
crflynn
7fcf0e361e move plot declarations outside of package endpoint function 2018-08-13 21:53:41 -04:00
crflynn
2f7a50759c data retention to 180 days 2018-08-13 21:12:26 -04:00
crflynn
49d04de2a5 120 days retention 2018-06-25 22:05:16 -04:00