Commit Graph

137 Commits

Author SHA1 Message Date
Matthew Planchard
05f5920c25 Updated Default Fallback URL to https
Resolves #179

Due to a pypi API change (reasoning
[here](https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html),
thanks to @natefoo for the link), the redirect links that we were
generating for distributions not present in the package index were
failing with `403` errors.

@ankostis, I have not had time to look into why the standalone tests are
failing. Perhaps we should just ignore them in order to get a new
version out once this is merged to master?
2017-10-31 12:34:22 -05:00
Matthew Planchard
a60719f442 Merge pull request #172 from mplanchard/doc-update
Update Search Documentation
2017-03-19 15:25:22 -05:00
Matthew Planchard
8a65456239 Update Search Documentation
* Fixed endpoint for search example
* Noted the lack of a `/simple` endpoint for search
* Added `search` to the list of explicitly enumerated
functionality in `Known Limitations`
2017-03-19 15:10:01 -05:00
Kyle Hornberg
c79dd18ef6 Add multiple user auth to docs 2017-02-21 16:29:47 -06:00
Matthew Planchard
ff06fbf5d5 Merge pull request #161 from ITler/ITler-patch-2
Added receipe for reverse proxy configuration
2017-02-13 21:07:44 -06:00
Tristan Escalada
6b1d142096 fixing systemd file typo
replacing --P with -P
2017-01-08 00:49:35 -05:00
Youhei Sakurai
096ff074bf Fix broken example of auther usage 2016-09-23 12:54:04 +09:00
ITler
c6135e4fa5 Update README.rst 2016-09-06 09:42:50 +02:00
Kostis Anagnostopoulos
117a61ed14 doc: Improve mod_wsgi instructions for #155. 2016-07-03 01:44:16 +02:00
Kostis Anagnostopoulos
5dc04cd47d doc: Group recipies as new section, move --help at top.
+ Minor improve in `mod_wsgi` recipe.

t
2016-07-02 20:52:41 +02:00
Kostis Anagnostopoulos
916809ea7e doc: restructure client-side, auth & upload sections. 2016-07-02 13:53:19 +02:00
Kostis Anagnostopoulos
8f386aaf99 build: update buildout reqs - do we still use them?? 2016-06-28 15:22:09 +02:00
Kostis Anagnostopoulos
62f60ccef7 docs: Add mplanchard into maintainers.
- ci: check standalone before anything else.
2016-06-28 13:18:03 +02:00
Kostis Anagnostopoulos
18e5a8dbcb FIX #154, docs: TC-script checking README RST-compliance for PyPi. 2016-06-28 13:05:11 +02:00
Kostis Anagnostopoulos
ea7ed979de Bump v1.2.1.dev0. 2016-06-25 05:24:38 +02:00
Kostis Anagnostopoulos
792d4764f0 Bump v1.2.0(<--1.2.0b0)
+ doc: Reformat changes.
2016-06-25 04:33:00 +02:00
Kostis Anagnostopoulos
73c8cb704f doc: promote API as new top-level section & reoder it. 2016-06-25 04:02:59 +02:00
Kostis Anagnostopoulos
3324ff9e21 doc: Improve pam API-example. 2016-06-25 03:17:26 +02:00
Kostis Anagnostopoulos
508600bd07 Bump v1.2.0b2(<--b1). 2016-06-25 02:39:48 +02:00
Matthew Planchard
8b46f55d17 Updated documentation for python-pam module. 2016-06-24 15:12:29 -05:00
Matthew Planchard
fa5d2ec609 Documented API usage of auther 2016-06-24 14:07:33 -05:00
Craig Davis
a10c60aa91 Added a try/except for importing pam with logging an error and updated README to note that when using pam you need to install pam module 2016-06-24 11:48:35 -05:00
Matthew Planchard
1448903e10 Updated to b1 2016-06-24 10:28:43 -05:00
Matthew Planchard
e3209624e5 Version bump to 1.2.0 2016-06-24 10:27:36 -05:00
Craig Davis
649b48e01c This is rst not md. :) 2016-06-23 20:31:34 -05:00
Craig Davis
00560520bb Adding notes about using auth_by_pam in api context. 2016-06-23 20:31:33 -05:00
Kostis Anagnostopoulos
f15a51f894 doc: Bump v1.2.0b0(<--dev1) & RsT formatting fixes.
- Maintain separation of *pypiserver* project/service from ``pypi-server`` cmd.
- Add links to various projects mentioned.
- Delete `pip search` from "nown Limitations".
2016-06-23 21:20:44 +02:00
Matthew Planchard
c808a8d822 Docs for pypi-uploader 2016-06-22 22:03:40 -05:00
Matthew Planchard
d0137cb77d Fixed inline code reference for .rst rather than .md 2016-06-22 21:44:46 -05:00
Matthew Planchard
63f26b55fc Added docs for process management 2016-06-22 21:41:52 -05:00
Matthew Planchard
7aa9240391 Merge pull request #114 from blade2005/topic/allow-search-with-pip
Topic/allow search with pip
2016-06-22 21:11:01 -05:00
Craig Davis
1512136724 Set release-date for 1.2.0-dev1. 2016-06-17 21:45:09 +02:00
Dustin Spicuzza
0f3acf68a2 Fix --hash-algo=off 2016-06-17 20:30:59 +02:00
Kostis Anagnostopoulos
80acc45c80 Merge pull request #119 from corywright/fix-apache-docs
Update docs about `root=...` kwd when starting pypiserver via apache/mod_wsgi
2016-03-21 18:41:57 +01:00
Mathieu Cantin
cd7ace2136 Update README.rst
Fix typo, the package name in pypi is pypiserver and not pypi-server.
2016-03-21 10:28:39 -04:00
Matthew Planchard
3278e5c0e4 Added passlib version specification (#120) 2016-03-11 11:46:29 -06:00
Cory Wright
595e76ba6c Update documentation for starting via apache/mod_wsgi 2016-03-10 20:39:43 -05:00
Cory Wright
eac92a79bc pypiserver:app requires kwargs even for root directory 2016-03-10 09:11:44 -05:00
Craig Davis
74dab8d812 Added not about readme 2016-02-17 15:26:16 -06:00
Kostis Anagnostopoulos
815f6eb0eb docs: Added logo, improve opening. 2016-01-22 04:58:25 +01:00
Matthew Planchard
4a299ec40b Added python3.5 support to setup.py and tests for #108
- Added wheel to dev requirements
2016-01-20 23:30:22 +01:00
Kostis Anagnostopoulos
0c4c27fa5c v1.2.0.dev1 (<--1.1.10): Stop supporting py<2.7 & py<3.3 (#107). 2016-01-20 20:05:47 +01:00
Kostis Anagnostopoulos
2667df7125 Add forgotten #101 speed-up in CHANGES.
+ doc: Add example *nginx* config for speeding-up serving of packages.
+ build: Explain which file to use for building standalone.
[ci skip]
2016-01-19 21:21:08 +01:00
Kostis Anagnostopoulos
e25f9a6508 Prepare for release v1.1.10 (<--1.1.10.dev1).
+ Mention PGP-sigs in README.
+ Add thanks in CHANGES.
2016-01-19 20:45:13 +01:00
ankostis on tokoti
25d83c8978 Bump v1.1.10.dev1 (<--1.1.9).
+ doc, FIX #103: Stop mentioning `.htaccess (htpasswd.txt).
2016-01-18 21:56:46 +01:00
ankostis on tokoti
f2ee424af7 docs: Add flask-pypi-proxy to alternative projects. 2016-01-17 19:27:58 +01:00
Dustin Spicuzza
ea0bd394c6 Document optimizations 2016-01-04 17:40:39 -05:00
ankostis on tokoti
c1fe0f9202 Bump v1.1.9 <-- 1.1.9.dev4.
+ Update CHANGES and rel-dates.
2015-12-22 00:08:09 +02:00
ankostis on tokoti
ac20f9d36c log: Send bottle _stderr to logger.
+ Include logname in logformat.
+ FIX packagenames of getlogger() (were filepaths).
2015-12-21 23:57:55 +02:00
Kostis Anagnostopoulos
d02123dbf1 Minor doc changes. 2015-12-21 16:03:27 +01:00