{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":240163706,"defaultBranch":"master","name":"pip","ownerLogin":"cosmicexplorer","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-02-13T02:52:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1305167?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1704952371.0","currentOid":""},"activityList":{"items":[{"before":"d9101313a0fa86d520fe7b96f194291efb3f0050","after":"daabaa83c9962560ea2c21696ec751a50dd44110","ref":"refs/heads/lazier-wheel","pushedAt":"2024-05-03T20:47:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pradyunsg","name":"Pradyun Gedam","path":"/pradyunsg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3275593?s=80&v=4"},"commit":{"message":"add link to perf evaluation from radoering","shortMessageHtmlLink":"add link to perf evaluation from radoering"}},{"before":"fe141ae42ba785e264a0f5ad741357d6415fbe68","after":"d9101313a0fa86d520fe7b96f194291efb3f0050","ref":"refs/heads/lazier-wheel","pushedAt":"2024-04-03T01:27:51.000Z","pushType":"push","commitsCount":59,"pusher":{"login":"uranusjr","name":"Tzu-ping Chung","path":"/uranusjr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/605277?s=80&v=4"},"commit":{"message":"Merge branch 'main' into lazier-wheel","shortMessageHtmlLink":"Merge branch 'main' into lazier-wheel"}},{"before":"71ecf77dafeae663a877f61407b2471b32fe4e42","after":"fe141ae42ba785e264a0f5ad741357d6415fbe68","ref":"refs/heads/lazier-wheel","pushedAt":"2024-03-10T10:39:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pradyunsg","name":"Pradyun Gedam","path":"/pradyunsg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3275593?s=80&v=4"},"commit":{"message":"add link to perf evaluation from radoering","shortMessageHtmlLink":"add link to perf evaluation from radoering"}},{"before":"eb2b0c6daad91be89021f6f005f4b243020fe551","after":"71ecf77dafeae663a877f61407b2471b32fe4e42","ref":"refs/heads/lazier-wheel","pushedAt":"2024-01-18T09:22:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"add link to perf evaluation from radoering","shortMessageHtmlLink":"add link to perf evaluation from radoering"}},{"before":"e862012f70d835590e26ecbafe77a474b13a3164","after":"eb2b0c6daad91be89021f6f005f4b243020fe551","ref":"refs/heads/lazier-wheel","pushedAt":"2024-01-17T05:15:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"add link to perf evaluation from radoering","shortMessageHtmlLink":"add link to perf evaluation from radoering"}},{"before":"eeccc3236a5e228c5f649c643bc731a329b2e620","after":"7a17fd3ed542081a3ba3459cd16c72d2e3e1d7c9","ref":"refs/heads/interpreter-compatibility-cache","pushedAt":"2024-01-17T04:43:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"cache Link parsing and interpreter compatibility checking\n\n- also compress the link parsing","shortMessageHtmlLink":"cache Link parsing and interpreter compatibility checking"}},{"before":"dc4582a25222123369104f0a9c4127f973d32411","after":"d6da334cfdbb36e2d22f5d1139c24e10e2b818d8","ref":"refs/heads/metadata_only_resolve_no_whl","pushedAt":"2024-01-17T04:42:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"fix typo","shortMessageHtmlLink":"fix typo"}},{"before":"6dd7837086a27e2180b84ba104ac78aa3f7fcd6a","after":"5c40e19a9176a20ad692aac22832e32ad057f0aa","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-17T04:25:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"parse http modified date to compress the cached representation","shortMessageHtmlLink":"parse http modified date to compress the cached representation"}},{"before":"a337d34cdb6b7294ec73a101196e22fa32a1c29d","after":"36b0fa84b942fac5b50d5c95832eda39660fb86f","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-17T04:25:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"make LinkMetadataCache\n\n- catch an exception when parsing metadata which only occurs in CI\n- handle --no-cache-dir\n- call os.makedirs() before writing to cache too\n- catch InvalidSchema when attempting git urls with BatchDownloader\n- fix other test failures\n- reuse should_cache(req) logic\n- gzip compress link metadata for a slight reduction in disk space\n- only cache built sdists\n- don't check should_cache() when fetching\n- cache lazy wheel dists\n- add news\n- turn debug logs in fetching from cache into exceptions\n- use scandir over listdir when searching normal wheel cache\n- handle metadata email parsing errors\n- correctly handle mutable cached requirement\n- use bz2 over gzip for an extremely slight improvement in disk usage","shortMessageHtmlLink":"make LinkMetadataCache"}},{"before":"feb046a27757f83830b0bf866d685677d35c6c17","after":"dc4582a25222123369104f0a9c4127f973d32411","ref":"refs/heads/metadata_only_resolve_no_whl","pushedAt":"2024-01-17T04:23:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"fix typo","shortMessageHtmlLink":"fix typo"}},{"before":"35f029a9c5f7d3603a993e9f643dd68f74d26a06","after":"e862012f70d835590e26ecbafe77a474b13a3164","ref":"refs/heads/lazier-wheel","pushedAt":"2024-01-17T04:15:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"add link to perf evaluation from radoering","shortMessageHtmlLink":"add link to perf evaluation from radoering"}},{"before":"6d82b05eebc57d185a5319733978e76c4fac9733","after":"6dd7837086a27e2180b84ba104ac78aa3f7fcd6a","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-17T04:14:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"parse http modified date to compress the cached representation","shortMessageHtmlLink":"parse http modified date to compress the cached representation"}},{"before":"05aa1829d2ffaa78115983b83794ab85d0482334","after":"a337d34cdb6b7294ec73a101196e22fa32a1c29d","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-17T04:14:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"make LinkMetadataCache\n\n- catch an exception when parsing metadata which only occurs in CI\n- handle --no-cache-dir\n- call os.makedirs() before writing to cache too\n- catch InvalidSchema when attempting git urls with BatchDownloader\n- fix other test failures\n- reuse should_cache(req) logic\n- gzip compress link metadata for a slight reduction in disk space\n- only cache built sdists\n- don't check should_cache() when fetching\n- cache lazy wheel dists\n- add news\n- turn debug logs in fetching from cache into exceptions\n- use scandir over listdir when searching normal wheel cache\n- handle metadata email parsing errors\n- correctly handle mutable cached requirement\n- use bz2 over gzip for an extremely slight improvement in disk usage","shortMessageHtmlLink":"make LinkMetadataCache"}},{"before":"4704c02192abb057caa0368e1d4df0755db6b43a","after":"feb046a27757f83830b0bf866d685677d35c6c17","ref":"refs/heads/metadata_only_resolve_no_whl","pushedAt":"2024-01-17T04:04:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"use monkeypatch to avoid test code","shortMessageHtmlLink":"use monkeypatch to avoid test code"}},{"before":"64d89385ce4b5ae2d05d176e7746bff0baaabafd","after":"5efa3e83d90b1d64fbf0104d2ba84bef8d7e9648","ref":"refs/heads/main","pushedAt":"2024-01-17T04:04:27.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"Merge pull request #12454 from sbidoul/upgrade-linters-sbi\n\nUpgrade linters","shortMessageHtmlLink":"Merge pull request pypa#12454 from sbidoul/upgrade-linters-sbi"}},{"before":"b1b4981466d6da72eefaa19823249fec70d9afab","after":"eeccc3236a5e228c5f649c643bc731a329b2e620","ref":"refs/heads/interpreter-compatibility-cache","pushedAt":"2024-01-11T13:13:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"cache Link parsing and interpreter compatibility checking\n\n- also compress the link parsing","shortMessageHtmlLink":"cache Link parsing and interpreter compatibility checking"}},{"before":"df4f4b18e748e756040bb3f06f105e66a21e3120","after":"6d82b05eebc57d185a5319733978e76c4fac9733","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-11T13:12:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"parse http modified date to compress the cached representation","shortMessageHtmlLink":"parse http modified date to compress the cached representation"}},{"before":"c7163379e0cab1eae30858b3e29ac001370668df","after":"b1b4981466d6da72eefaa19823249fec70d9afab","ref":"refs/heads/interpreter-compatibility-cache","pushedAt":"2024-01-11T11:32:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"cache Link parsing and interpreter compatibility checking\n\n- also compress the link parsing","shortMessageHtmlLink":"cache Link parsing and interpreter compatibility checking"}},{"before":"23f2a4424955d4d38349c9df8b5f4f3b877d2371","after":"df4f4b18e748e756040bb3f06f105e66a21e3120","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-11T11:22:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"parse http modified date to compress the cached representation","shortMessageHtmlLink":"parse http modified date to compress the cached representation"}},{"before":"58a145ae25f9d8c298726c7e8ba6db56f55f45f6","after":"c7163379e0cab1eae30858b3e29ac001370668df","ref":"refs/heads/interpreter-compatibility-cache","pushedAt":"2024-01-11T08:14:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"cache Link parsing and interpreter compatibility checking\n\n- also compress the link parsing","shortMessageHtmlLink":"cache Link parsing and interpreter compatibility checking"}},{"before":"ca057330663f2cb7fb28dc8d79bd5a1c40946e15","after":"23f2a4424955d4d38349c9df8b5f4f3b877d2371","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-11T08:08:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"make FetchResolveCache\n\n- pipe in headers arg\n- provide full context in Link.comes_from\n- pull in etag and date and cache the outputs\n- handle --no-cache-dir\n- add NEWS","shortMessageHtmlLink":"make FetchResolveCache"}},{"before":"7e59523fede2a1485799fe0c34b36fce0c3b0ff7","after":"05aa1829d2ffaa78115983b83794ab85d0482334","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-11T08:06:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"make LinkMetadataCache\n\n- catch an exception when parsing metadata which only occurs in CI\n- handle --no-cache-dir\n- call os.makedirs() before writing to cache too\n- catch InvalidSchema when attempting git urls with BatchDownloader\n- fix other test failures\n- reuse should_cache(req) logic\n- gzip compress link metadata for a slight reduction in disk space\n- only cache built sdists\n- don't check should_cache() when fetching\n- cache lazy wheel dists\n- add news\n- turn debug logs in fetching from cache into exceptions\n- use scandir over listdir when searching normal wheel cache\n- handle metadata email parsing errors\n- correctly handle mutable cached requirement\n- use bz2 over gzip for an extremely slight improvement in disk usage","shortMessageHtmlLink":"make LinkMetadataCache"}},{"before":"f852d5531939dfa87a8453c4fd12850fc256d19d","after":"ca057330663f2cb7fb28dc8d79bd5a1c40946e15","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-11T08:03:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"squashed commit\n\n- add FetchResolveCache\n- pipe in headers arg\n- provide full context in Link.comes_from\n- pull in etag and date and cache the outputs\n- handle --no-cache-dir\n- add NEWS","shortMessageHtmlLink":"squashed commit"}},{"before":"17f0de806e5e3e1780990ee6d72830c0ca25b62e","after":"7e59523fede2a1485799fe0c34b36fce0c3b0ff7","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-11T08:01:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"use bz2 over gzip for an extremely slight improvement in disk usage","shortMessageHtmlLink":"use bz2 over gzip for an extremely slight improvement in disk usage"}},{"before":"1cc5234ea94814283b87d223c5c581b685ec3eea","after":"17f0de806e5e3e1780990ee6d72830c0ca25b62e","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-11T07:45:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"use bz2 over gzip for an extremely slight improvement in disk usage","shortMessageHtmlLink":"use bz2 over gzip for an extremely slight improvement in disk usage"}},{"before":"840b3468275b5fb20d49635bceec6e8c03ad07ca","after":"1cc5234ea94814283b87d223c5c581b685ec3eea","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-11T07:38:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"re-add --use-feature=metadata-cache","shortMessageHtmlLink":"re-add --use-feature=metadata-cache"}},{"before":"34511b722957104c1a9b381b7b7d6c858597ee6f","after":"58a145ae25f9d8c298726c7e8ba6db56f55f45f6","ref":"refs/heads/interpreter-compatibility-cache","pushedAt":"2024-01-11T06:20:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"compress the link parsing","shortMessageHtmlLink":"compress the link parsing"}},{"before":"03490f94090fa853e8339f2a3f6a31cd87c341b1","after":"f852d5531939dfa87a8453c4fd12850fc256d19d","ref":"refs/heads/link-parsing-cache","pushedAt":"2024-01-11T06:19:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"fix test failures","shortMessageHtmlLink":"fix test failures"}},{"before":"cf868b70b9b121b846be718ea0e44e14024086a1","after":"840b3468275b5fb20d49635bceec6e8c03ad07ca","ref":"refs/heads/link-metadata-cache","pushedAt":"2024-01-11T06:19:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"rebase against source","shortMessageHtmlLink":"rebase against source"}},{"before":"1627d73da7a9c8bca95687ddecdf50f9d1104627","after":"4704c02192abb057caa0368e1d4df0755db6b43a","ref":"refs/heads/metadata_only_resolve_no_whl","pushedAt":"2024-01-11T06:16:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cosmicexplorer","name":"Danny McClanahan","path":"/cosmicexplorer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1305167?s=80&v=4"},"commit":{"message":"use monkeypatch to avoid test code","shortMessageHtmlLink":"use monkeypatch to avoid test code"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQRqnPwA","startCursor":null,"endCursor":null}},"title":"Activity ยท cosmicexplorer/pip"}