Size: 3760
Comment: dates
|
← Revision 20 as of 2020-04-28 14:24:36 ⇥
Size: 3973
Comment: done
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
As we develop [[https://github.com/pypa/warehouse/milestones|Warehouse]], here are the milestones along the way. To talk about them with us, please [[https://github.com/pypa/warehouse/blob/master/README.rst#discussion|contact us]]. | |
Line 6: | Line 5: |
== 1. Maintainer Minimum Viable Product milestone -- COMPLETE == | == Current == See https://warehouse.readthedocs.io/roadmap/ . == Complete & archived == We completed these milestones between December 2017 and May 2018. See PackagingWG for details. === 1. Maintainer Minimum Viable Product milestone -- COMPLETE === |
Line 13: | Line 20: |
== 2. End User MVP -- COMPLETE == | === 2. End User MVP -- COMPLETE === |
Line 20: | Line 27: |
== 3: Publicize beta -- in progress == | === 3: Publicize beta -- COMPLETE === |
Line 23: | Line 30: |
Prepare to 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. | 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. |
Line 25: | Line 32: |
We plan to hit this milestone ''on Monday, March 26, 2018''. | We [[https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html|completed this milestone]] on '''March 26th, 2018'''. |
Line 27: | Line 34: |
== 4: Launch: redirect pypi.python.org to pypi.org == | === 4: Launch: redirect pypi.python.org to pypi.org -- COMPLETE === |
Line 30: | Line 37: |
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. We will announce this on [[https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/|the pypi-announce mailing list]]. | 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]]. |
Line 32: | Line 39: |
This is ''not necessarily at feature parity'' with [[https://github.com/pypa/pypi-legacy|the old PyPI system]]. 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. | 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. |
Line 34: | Line 41: |
We plan to do this ''in April 2018.'' | 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. |
Line 36: | Line 43: |
== 5: Shut Down Legacy PyPI == [[https://github.com/pypa/warehouse/milestone/7|On GitHub.]] |
We [[https://blog.python.org/2018/04/new-pypi-launched-legacy-pypi-shutting.html|completed]] this milestone on Monday, '''16 April 2018'''. |
Line 39: | Line 45: |
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. | === 5: Shut Down Legacy PyPI -- COMPLETE === [[https://github.com/pypa/warehouse/milestone/7|Issues in this milestone, on GitHub.]] |
Line 41: | Line 48: |
We will announce this on [[https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/|the pypi-announce mailing list]]. Tentative schedule: '''the second half of April, 2018'''. | Prerequisites to shut down [[http://legacy.pypi.org/|legacy PyPI]]. In general, we aimied to do this once we reach feature parity, but some existing features were acceptable to complete later. The URL pypi.python.org will continue to redirect to Warehouse. |
Line 43: | Line 50: |
== 6. Post Legacy Shutdown == [[https://github.com/pypa/warehouse/milestone/12|On GitHub.]] |
We announced this on [[https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/|the pypi-announce mailing list]]. |
Line 46: | Line 52: |
Issues that become unblocked once legacy is dead (RIP). == Cool but not urgent == [[https://github.com/pypa/warehouse/milestone/11|On GitHub.]] Wishlist; not part of the critical path for shutting down legacy PyPI. |
We did this on Monday, '''30 April 2018'''. |
Warehouse roadmap
Current
See https://warehouse.readthedocs.io/roadmap/ .
Complete & archived
We completed these milestones between December 2017 and May 2018. See PackagingWG for details.
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.
5: Shut Down Legacy PyPI -- COMPLETE
Issues in this milestone, on GitHub.
Prerequisites to shut down legacy PyPI. In general, we aimied to do this once we reach feature parity, but some existing features were acceptable to complete later. The URL pypi.python.org will continue to redirect to Warehouse.
We announced this on the pypi-announce mailing list.
We did this on Monday, 30 April 2018.