Skip to main content

devpi-web: a web view for devpi-server

Project description

devpi-web: web interface plugin for devpi-server

This plugin adds a web interface with search for devpi-server.

See https://doc.devpi.net for quickstart and more documentation.

Installation

devpi-web needs to be installed alongside devpi-server.

You can install it with:

pip install devpi-web

There is no configuration needed as devpi-server will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.

Support

If you find a bug, use the issue tracker at Github.

For general questions use the #devpi IRC channel on freenode.net or the devpi-dev@python.org mailing list.

For support contracts and paid help contact merlinux.eu.

Changelog

4.0.4 (2020-05-11)

Bug Fixes

  • Fix avoiding re-index of existing indexed projects on startup.

4.0.3 (2020-05-04)

Bug Fixes

  • Fix some problems with deletion from index when project was deleted after indexing changes in 4.0.0.

  • Fix replication error list on +status when there are more than 10 failures.

4.0.2 (2020-01-31)

Bug Fixes

  • Fix project view if project doesn’t exist on the index, but in an inherited index.

4.0.1 (2019-12-18)

Bug Fixes

  • Fix #756: correct URL to toxresults when using latest or stable as version in URL.

  • Fix caching of Whoosh indexer, so memory is properly freed.

  • Add warnings and errors for indexing to status page/badge.

4.0.0 (2019-10-19)

Deprecations and Removals

  • The --recreate-search-index option was replaced with the devpi-clear-search-index command.

  • Dropped support for Python 2.7.

Features

  • project.pt: implement #319 - add link to latest version and summary of latest version to project view

  • doc.pt: implement #339: when viewing older documentation, show link to latest and stable documentation.

  • implement #346: add support for ‘latest’ and ‘stable’ versions for project version URLs

  • version.pt, style.css: implement #347 - show navigation link when newer version is available

  • status.pt: Fix #500 - the outside url in +status is now clickable.

  • Fix 564: set response headers to not cache anything for “latest” and “stable” documentation URLs.

  • index.pt, toxresult.pt, version.pt, style.css: Fix #632 - show warning symbol when no tests were run in tox results.

  • The search indexing is now performed in a separate thread. Indexing prioritizes private indexes, then projects downloaded from mirrors and lastly never downloaded projects from mirrors.

  • On server start a refresh run for the search index is started automatically. In addition to that the indexing is done in smaller batches, which allows resuming of indexing the large pypi project lists.

  • In many cases re-indexing is now avoided.

  • The master url in the +status view is now clickable.

  • Add new --documentation-path option to set the path where documentation is unzipped to.

  • version.pt, common.js: all list like metadata is now collapsed to ~3 lines instead of only classifiers.

  • The --recreate-search-index option now just removes the whole index. Upon server restart the index is rebuilt automatically in the background.

  • Indexing of mirrors will not trigger a refresh of the simple links for projects which have downloaded releases. This allows quicker indexing for new replicas and in case the search index is rebuilt using --recreate-search-index.

  • root.pt: added new view for user

  • The path for Whoosh index files can now be specified as an option like this: --indexer-backend whoosh:path=/...

  • Indexer backend options can now be specified as a dict in yaml config files.

Bug Fixes

  • Fix #567: the pip search view is no longer proxied to the master.

  • Pass query string on to documentation iframe, this fixes Sphinx search among other things.

Other Changes

  • macros.pt, version.pt, style.css: moved separators to css.

  • The minimum supported version of devpi-server is now 5.2.0.

  • The interface of update_projects for search indexers has changed. The list of projects is now a list of ProjectIndexingInfo objects instead of dict. To get the dictionary as before, call preprocess_project on the object.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devpi-web-4.0.4.tar.gz (104.7 kB view hashes)

Uploaded Source

Built Distribution

devpi_web-4.0.4-py3-none-any.whl (93.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page