{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":699222560,"defaultBranch":"main","name":"rip","ownerLogin":"baszalmstra","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-02T07:37:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4995967?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708274880.0","currentOid":""},"activityList":{"items":[{"before":"0364f39dcbff7963b1f8f4b4bc3d6a14f79fa38d","after":"433937ed9036f64431ce530a624770c0fa1e81cd","ref":"refs/heads/feat/archive_cache","pushedAt":"2024-02-19T08:01:43.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: simplify wheel","shortMessageHtmlLink":"refactor: simplify wheel"}},{"before":"b02323c51f55969bbb6f4f517c3ab3b809a183aa","after":"08f284824377b6670c3e88dc934ea77d8431e2b0","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T17:14:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: add missing snapshot","shortMessageHtmlLink":"fix: add missing snapshot"}},{"before":"887e73b923e8b0a4589e9816af9a59b2540b3306","after":"b02323c51f55969bbb6f4f517c3ab3b809a183aa","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T17:11:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: consist renaming of unpacking to installing","shortMessageHtmlLink":"fix: consist renaming of unpacking to installing"}},{"before":"977e2b4520de53f1a4d3f760794d17bf66b92bef","after":"887e73b923e8b0a4589e9816af9a59b2540b3306","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T17:08:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: unix issue","shortMessageHtmlLink":"fix: unix issue"}},{"before":"6821b4861fce4fbb8ee4b15c8512a848f9cf92f6","after":"977e2b4520de53f1a4d3f760794d17bf66b92bef","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T17:05:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: simplify wheel API","shortMessageHtmlLink":"refactor: simplify wheel API"}},{"before":"048c03db5322e848bf8945cc109bbd1774cdfdfa","after":"6821b4861fce4fbb8ee4b15c8512a848f9cf92f6","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T16:55:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: add more docs","shortMessageHtmlLink":"fix: add more docs"}},{"before":null,"after":"048c03db5322e848bf8945cc109bbd1774cdfdfa","ref":"refs/heads/refactor/simplify_wheel","pushedAt":"2024-02-18T16:48:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: simplify wheel API","shortMessageHtmlLink":"refactor: simplify wheel API"}},{"before":null,"after":"2b6ded1d33238c148df7cec074a65b48225f2338","ref":"refs/heads/refactor/find_python_windows","pushedAt":"2024-02-18T12:04:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: use which to find the correct python executable","shortMessageHtmlLink":"refactor: use which to find the correct python executable"}},{"before":null,"after":"0364f39dcbff7963b1f8f4b4bc3d6a14f79fa38d","ref":"refs/heads/feat/archive_cache","pushedAt":"2024-02-16T16:52:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: use an archive cache","shortMessageHtmlLink":"feat: use an archive cache"}},{"before":"d9c4c0cf018b5836024af2ce1cc71b6662348f59","after":"a6ab74280928884dae1d446c3c988ead93696b8d","ref":"refs/heads/main","pushedAt":"2024-02-16T13:55:06.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"Fix/concurrent env setup (#226)\n\nSo this allows for concurrent metadata setup and wheel building.\r\nBasically it checks that a setup request is already in-flight or not.\r\n\r\nI have some ideas to make this generic, so that we can potentially\r\nre-use, but seeing as we are going to revisit the caching and so forth,\r\nI think it's best to wait :)","shortMessageHtmlLink":"Fix/concurrent env setup (prefix-dev#226)"}},{"before":null,"after":"b8ad158e407b4978fd724bffd75f1dcfae5d4078","ref":"refs/heads/feat/egg_info","pushedAt":"2024-02-12T15:20:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: distribution finder for egg-info","shortMessageHtmlLink":"feat: distribution finder for egg-info"}},{"before":"daba27ea0fb5844b2eb135365f6083f638c5582b","after":"d9c4c0cf018b5836024af2ce1cc71b6662348f59","ref":"refs/heads/main","pushedAt":"2024-02-09T20:45:54.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: limits the amount of concurrent tasks with the new async resolvo code (#214)\n\nOtherwise, `apache-airflow[all]` would just start failing randomly.\r\nBecause of too many open files and other dns errors. This fixes that\r\nproblem. I don't know if 30 is a good default but seems to work for me 👼","shortMessageHtmlLink":"fix: limits the amount of concurrent tasks with the new async resolvo…"}},{"before":"717d667f5057408e7ab9bc0bd0f9dbe0ece031f6","after":"daba27ea0fb5844b2eb135365f6083f638c5582b","ref":"refs/heads/main","pushedAt":"2024-02-09T14:52:35.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"chore: update pyproject-toml to 0.9.0 (#213)","shortMessageHtmlLink":"chore: update pyproject-toml to 0.9.0 (prefix-dev#213)"}},{"before":"d9ebff7adb1835d6d2cf5b50389b65ec0f96743b","after":"717d667f5057408e7ab9bc0bd0f9dbe0ece031f6","ref":"refs/heads/main","pushedAt":"2024-02-06T08:01:02.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: renamed `Artifact` and `SourceArtifact` traits, so that it is more clear what the use of each is (#198)\n\nRenamed trait to:\r\n\r\n* `ArtifactFromBytes` represent an artifact that can be constructed from\r\nbytes\r\n* `ArtifactFromSource` represents an artifiact that can be built from\r\nsource.\r\n\r\nAlso moved the traits together.","shortMessageHtmlLink":"refactor: renamed Artifact and SourceArtifact traits, so that it …"}},{"before":"27c720af3a7c803f37a689d22df1081f084ed45d","after":"dbc6ea8e1af24e95d927b785b0917416c70e7370","ref":"refs/heads/feat/find_distributions_in_dir","pushedAt":"2024-02-05T08:45:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: changes from code review","shortMessageHtmlLink":"fix: changes from code review"}},{"before":null,"after":"2e3d503498288bfcbd1bb5de96fae2bd51cfd57d","ref":"refs/heads/feat/egg-info-dists","pushedAt":"2024-02-04T16:08:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: detect egg-info distributions","shortMessageHtmlLink":"feat: detect egg-info distributions"}},{"before":"d2955c85cb7173563f750fa3a5498abd43765073","after":"27c720af3a7c803f37a689d22df1081f084ed45d","ref":"refs/heads/feat/find_distributions_in_dir","pushedAt":"2024-02-04T14:32:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: find distributions in directory","shortMessageHtmlLink":"feat: find distributions in directory"}},{"before":null,"after":"d2955c85cb7173563f750fa3a5498abd43765073","ref":"refs/heads/feat/find_distributions_in_dir","pushedAt":"2024-02-04T14:30:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: find distributions in directory","shortMessageHtmlLink":"feat: find distributions in directory"}},{"before":null,"after":"e1a2f5d0b9550dc5b0f4ab988c36657d9a9c2432","ref":"refs/heads/bump/peps","pushedAt":"2024-02-04T14:26:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"bump: pep440 and pep508","shortMessageHtmlLink":"bump: pep440 and pep508"}},{"before":null,"after":"4260ffcc44d9cdc01b4b7e010d6a67eca44d2335","ref":"refs/heads/feat/concurrent_solve","pushedAt":"2024-02-02T08:40:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"stuck","shortMessageHtmlLink":"stuck"}},{"before":null,"after":"fb67fd20cc56a6f2ea3292570cc1562b352a1f70","ref":"refs/heads/refactor/remove_lifetimes","pushedAt":"2024-02-01T15:53:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"refactor: remove all lifetimes","shortMessageHtmlLink":"refactor: remove all lifetimes"}},{"before":null,"after":"d512f7c493db1771420e69aa17b3f426c0dacc90","ref":"refs/heads/merge/release/v0.5.0","pushedAt":"2024-02-01T10:28:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'upstream/main' into merge/release/v0.5.0","shortMessageHtmlLink":"Merge remote-tracking branch 'upstream/main' into merge/release/v0.5.0"}},{"before":null,"after":"35fcd0757f9e1321131e733546e59a3df97b7f4b","ref":"refs/heads/bump/resolvo_0_3_0","pushedAt":"2024-02-01T09:59:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"bump: resolvo 0.3.0","shortMessageHtmlLink":"bump: resolvo 0.3.0"}},{"before":null,"after":"e828667f5e48ed7150ee622e893b6c26b2b57289","ref":"refs/heads/release/v0.5.0","pushedAt":"2024-02-01T09:56:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"bump: itertools 0.12.1","shortMessageHtmlLink":"bump: itertools 0.12.1"}},{"before":null,"after":"1a79e0f011bfa681acfbf55fede836eabc30bcc3","ref":"refs/heads/chore/async_http_range_reader_0.6.0","pushedAt":"2024-02-01T09:36:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"chore: use async_range_reader 0.6.0 over git dependency","shortMessageHtmlLink":"chore: use async_range_reader 0.6.0 over git dependency"}},{"before":"cc5099aed90ad38348f67d0e56428c6fc95ea8bb","after":"d9ebff7adb1835d6d2cf5b50389b65ec0f96743b","ref":"refs/heads/main","pushedAt":"2024-02-01T09:20:22.000Z","pushType":"push","commitsCount":46,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: add support for file, http and git reference (#168)\n\nAdd support for different source dependency types, namely direct file, http and git references. Tests have been added to verify if this behavior works.","shortMessageHtmlLink":"feat: add support for file, http and git reference (prefix-dev#168)"}},{"before":null,"after":"e833e9d53f950d1786760785405fd4b144a470db","ref":"refs/heads/feat/prepare_release","pushedAt":"2023-12-08T13:02:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"chore: prepare release","shortMessageHtmlLink":"chore: prepare release"}},{"before":"9c7efbd2f19bda205cc7ed07521b696c1f877c4a","after":"cc5099aed90ad38348f67d0e56428c6fc95ea8bb","ref":"refs/heads/main","pushedAt":"2023-12-08T12:57:15.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"feat: add derive debug (#120)","shortMessageHtmlLink":"feat: add derive debug (prefix-dev#120)"}},{"before":null,"after":"1b5af6a58fa328f1b7e41c3d9fef8f25396a522b","ref":"refs/heads/fix/more_reliable_byte_code_compiler","pushedAt":"2023-12-05T10:23:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"fix: more reliable byte code compiler","shortMessageHtmlLink":"fix: more reliable byte code compiler"}},{"before":"7de2c7a60f28bb0dd3b3a773e6810da66b9ecc24","after":"9c7efbd2f19bda205cc7ed07521b696c1f877c4a","ref":"refs/heads/main","pushedAt":"2023-12-05T09:54:25.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"baszalmstra","name":"Bas Zalmstra","path":"/baszalmstra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4995967?s=80&v=4"},"commit":{"message":"chore(ci): bump actions/configure-pages from 3 to 4 (#108)","shortMessageHtmlLink":"chore(ci): bump actions/configure-pages from 3 to 4 (prefix-dev#108)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD_l4ZqwA","startCursor":null,"endCursor":null}},"title":"Activity · baszalmstra/rip"}