You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove an outdated comment
* Add Release.yanked to the database model
* Emit the data-yanked attribute in the simple api
* Initial work on a UI for yanking releases
* Update down_revision on migration
* Remove z-index for callout-block
As is, this makes a callout with a higher modifier appear over a modal
with a lower modifier.
* Add ability to specify modifier when creating a confirm_button or confirm_modal
* Update copy
* Switch to boolean column
* Support yanking/unyanking in the UI
* Filter out yanked releases
* Tests
* Updates from #7689
* Update icon and copy
* Update un-yank icon as well
* Update migration
* Update email templates to remove translations
* Only reindex non-yanked releases
* Don't filter yanked releases from JSON API
* Show yanked status in JSON API
* Don't filter yanked releases
This allows yanked releases to show up in the UI with the exception of:
* Project.latest_version will not return a yanked release as the latest
* The project detail page will not show a yanked release as the latest
* /pypi/<project_name>/json will not use a yanked release as the latest
* Search reindexing will not include yanked releases
* Only show 'Releases' header when there are releases
* Show badge for yanked release
* Add warning label on detail page for yanked releases
* Add help section on yanked releases
* Update PEP number on help page
* Update tests
* Update conditional in simple/detail.html
* Apply suggestions from code review
Co-Authored-By: Pradyun Gedam <[email protected]>
* Update translations
* Update migration
* Add missing commas
Co-authored-by: Dustin Ingram <[email protected]>
Co-authored-by: Nicole Harris <[email protected]>
Co-authored-by: Pradyun Gedam <[email protected]>
0 commit comments