Size: 3090
Comment: February 2018 for Maintainer MVP
|
Size: 4394
Comment: rearranging page to put in-progress items first
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Line 5: | Line 4: |
Line 8: | Line 6: |
== 1. Maintainer Minimum Viable Product milestone == | == In progress == |
Line 10: | Line 8: |
[[https://github.com/pypa/warehouse/milestone/8|On GitHub.]] | === 5: Shut Down Legacy PyPI -- in progress === [[https://github.com/pypa/warehouse/milestone/7|Issues in this milestone, on GitHub.]] |
Line 12: | Line 11: |
The point of this first milestone is to give package maintainers a solid chance to try out Warehouse and report critical bugs early. This milestone is for necessary features so we can ask package maintainers to try, test, and report bugs against Warehouse. | Prerequisites to shut down [[http://legacy.pypi.org/|legacy PyPI]]. In general, we're aiming to do this once we reach feature parity, but some existing features may be acceptable to complete later. The URL pypi.python.org will continue to redirect to Warehouse. |
Line 14: | Line 13: |
We estimate this'll be ready by the end of February 2018. | We will announce this on [[https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/|the pypi-announce mailing list]]. |
Line 16: | Line 15: |
== 2. End User MVP == | We plan to do this on Monday, '''30 April 2018'''. |
Line 18: | Line 17: |
[[https://github.com/pypa/warehouse/milestone/9|On GitHub.]] Necessary features for Python users (other than package maintainers) to try, test, and report bugs against Warehouse. Including infrastructure improvements tracked in [[https://github.com/python/pypi-infra|the PyPI infrastructure repository]]. May include redirecting a portion of ''pip'' install traffic to Warehouse. == 3: Publicize beta == [[https://github.com/pypa/warehouse/milestone/10|On GitHub.]] Blog, email, etc. to invite Python community to test Warehouse. Redirect an increasing portion of ''pip install'' traffic to Warehouse. == 4: Launch: redirect pypi.python.org to pypi.org == [[https://github.com/pypa/warehouse/milestone/1|On GitHub.]] Replace the legacy code base powering PyPI with Warehouse, e.g., redirect web browser requests for pypi.python.org to pypi.org. Warehouse (as instantiated at PyPI.org) at this milestone is good enough to be the main entryway to Python packages. ''Not necessarily at feature parity'' with the old PyPI system https://github.com/pypa/pypi-legacy . We auto deploy the ''master'' branch to both pypi.org and test.pypi.org and pypi.org and pypi.python.org share data stores (so they're really just two diffrent views over the same data) (and test.pypi.org and testpypi.python.org also share data store), so this is all live and able to be used ''right now'', so launching is really just flipping the switch to make people go to the new site by default. We're going to have to keep the legacy code base running somewhere for people to be able to access it until we maintain feature parity, so that people depending on something that hasn't yet been implemented have some mechanism to continue to do that. == 5: Shut Down Legacy PyPI == [[https://github.com/pypa/warehouse/milestone/7|On GitHub.]] Prerequisites to shut down legacy PyPI. In general, we're aiming to do this once we reach feature parity, but some existing features may be acceptable to complete later. == 6. Post Legacy Shutdown == |
=== 6. Post Legacy Shutdown === |
Line 46: | Line 22: |
== Cool but not urgent == |
=== Cool but not urgent === |
Line 51: | Line 26: |
== Complete == === 1. Maintainer Minimum Viable Product milestone -- COMPLETE === [[https://github.com/pypa/warehouse/milestone/8|On GitHub.]] The point of this first milestone is to give package maintainers a solid chance to try out Warehouse and report critical bugs early. This milestone is for necessary features so we can [[WarehousePackageMaintainerTesting|ask package maintainers to try, test, and report bugs against Warehouse]]. We completed this milestone on '''Feb. 20th, 2018'''. === 2. End User MVP -- COMPLETE === [[https://github.com/pypa/warehouse/milestone/9|On GitHub.]] Necessary features for Python users (other than package maintainers) to try, test, and report bugs against Warehouse. Including infrastructure improvements tracked in [[https://github.com/python/pypi-infra|the PyPI infrastructure repository]]. We completed this milestone on '''Feb. 23rd, 2018'''. === 3: Publicize beta -- COMPLETE === [[https://github.com/pypa/warehouse/milestone/10|On GitHub.]] Prepare to [[https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html|blog]], email, etc. to [[PackagingWG/PyPIBetaAnnouncement|invite Python community to test Warehouse]]. Redirect an increasing portion of ''pip install'' traffic to Warehouse, [[https://status.python.org/incidents/0gmdf90kkt8n|as we did during a load test in mid-March]]. This thus requires an infrastructure changeover. We [[https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html|completed this milestone]] on '''March 26th, 2018'''. === 4: Launch: redirect pypi.python.org to pypi.org -- COMPLETE === [[https://github.com/pypa/warehouse/milestone/1|On GitHub.]] Replace the legacy code base powering PyPI with Warehouse, e.g., redirect web browser and API requests for ''pypi.python.org'' to ''pypi.org''. Warehouse (as instantiated at PyPI.org) at this milestone is good enough to be the main entryway to Python packages. We [[https://mail.python.org/mm3/archives/list/pypi-announce@python.org/thread/JCNO7SWQTKY54MKOZQ22PV3TUJGRM3GR/|have announced this]] on [[https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/|the pypi-announce mailing list]]. This is ''not necessarily at feature parity'' with [[https://github.com/pypa/pypi-legacy|the old PyPI system]]. We already auto deploy the ''master'' branch to both pypi.org and test.pypi.org, and pypi.org and pypi.python.org share data stores (so they're really just two different views over the same data) (and test.pypi.org and testpypi.python.org also share data store), so this is all live and able to be used ''right now''. Thus, launching is really just flipping the switch to make people go to the new site by default. We are temporarily keeping the legacy code base running [[http://legacy.pypi.org/|at legacy.pypi.org]] for people to be able to access it until we maintain feature parity, so that people depending on something that hasn't yet been implemented have a mechanism to continue to do that. We [[https://blog.python.org/2018/04/new-pypi-launched-legacy-pypi-shutting.html|completed]] this milestone on Monday, '''16 April 2018'''. |
Warehouse roadmap
As we develop Warehouse, here are the milestones along the way. To talk about them with us, please contact us.
In progress
5: Shut Down Legacy PyPI -- in progress
Issues in this milestone, on GitHub.
Prerequisites to shut down legacy PyPI. In general, we're aiming to do this once we reach feature parity, but some existing features may be acceptable to complete later. The URL pypi.python.org will continue to redirect to Warehouse.
We will announce this on the pypi-announce mailing list.
We plan to do this on Monday, 30 April 2018.
6. Post Legacy Shutdown
Issues that become unblocked once legacy is dead (RIP).
Cool but not urgent
Wishlist; not part of the critical path for shutting down legacy PyPI.
Complete
1. Maintainer Minimum Viable Product milestone -- COMPLETE
The point of this first milestone is to give package maintainers a solid chance to try out Warehouse and report critical bugs early. This milestone is for necessary features so we can ask package maintainers to try, test, and report bugs against Warehouse.
We completed this milestone on Feb. 20th, 2018.
2. End User MVP -- COMPLETE
Necessary features for Python users (other than package maintainers) to try, test, and report bugs against Warehouse. Including infrastructure improvements tracked in the PyPI infrastructure repository.
We completed this milestone on Feb. 23rd, 2018.
3: Publicize beta -- COMPLETE
Prepare to blog, email, etc. to invite Python community to test Warehouse. Redirect an increasing portion of pip install traffic to Warehouse, as we did during a load test in mid-March. This thus requires an infrastructure changeover.
We completed this milestone on March 26th, 2018.
4: Launch: redirect pypi.python.org to pypi.org -- COMPLETE
Replace the legacy code base powering PyPI with Warehouse, e.g., redirect web browser and API requests for pypi.python.org to pypi.org. Warehouse (as instantiated at PyPI.org) at this milestone is good enough to be the main entryway to Python packages. We have announced this on the pypi-announce mailing list.
This is not necessarily at feature parity with the old PyPI system. We already auto deploy the master branch to both pypi.org and test.pypi.org, and pypi.org and pypi.python.org share data stores (so they're really just two different views over the same data) (and test.pypi.org and testpypi.python.org also share data store), so this is all live and able to be used right now. Thus, launching is really just flipping the switch to make people go to the new site by default.
We are temporarily keeping the legacy code base running at legacy.pypi.org for people to be able to access it until we maintain feature parity, so that people depending on something that hasn't yet been implemented have a mechanism to continue to do that.
We completed this milestone on Monday, 16 April 2018.