1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
Commit Graph

650 Commits

Author SHA1 Message Date
Matthew Planchard
27a5a3b19e Merge pull request #146 from mplanchard/docs
Added docs for process management
2016-06-22 21:49:10 -05:00
Matthew Planchard
625595fbf8 Merge pull request #145 from mplanchard/mp_development
PEP 008 Changes & Changelog Update
2016-06-22 21:46:13 -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
83dff2371c Actually added changelog 2016-06-22 21:27:42 -05:00
Matthew Planchard
12907da56b PEP 008 Changes & Changelog Update
* PEP 008 changes to __init__.py
* Updated CHANGES to reflect search addition by @blade2005
2016-06-22 21:23:19 -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
4703c275cc This is rst not md. :) 2016-06-22 09:59:32 -05:00
Craig Davis
58ac2bdfb4 Adding notes about using auth_by_pam in api context. 2016-06-22 08:49:06 -05:00
Kostis Anagnostopoulos
91b3a8e8da Updated CHANGES for 1.2.0.dev1. v1.2.0.dev1 2016-06-17 23:39:31 +02:00
Craig Davis
1512136724 Set release-date for 1.2.0-dev1. 2016-06-17 21:45:09 +02:00
Kostis Anagnostopoulos
3910149ba3 Close virtuald/hash_scaling & oneplus/fix_rpcproxy_py2 branches.
i- Octapus commit just to close branches;
- actuall commits have been rebased.
2016-06-17 20:47:21 +02:00
Dustin Spicuzza
0f3acf68a2 Fix --hash-algo=off 2016-06-17 20:30:59 +02:00
Dustin Spicuzza
18dc199e18 Add a separate cache for file digests
- It's harder to make the listdir cache not recalculate, because when a file changes you need to only touch the file that changed. However, for file digests, the key is one-to-one, and very simple to invalidate.
- This cache is especially useful when you have a lot of really large packages
2016-06-17 20:30:59 +02:00
Oneplus
3e1d11cf43 Fix rpx-proxy in Py2 and syntaxerrs by extra comma. 2016-06-17 20:18:01 +02:00
Craig Davis
c652891523 Added authentication by pam and fixed some pep8 complaints 2016-06-16 08:14:56 -05:00
Craig Davis
66c806ec14 Merge pull request #1 from mplanchard/allow_search_with_pip_tests
Test for search functionality
2016-06-15 08:17:50 -05:00
Matthew Planchard
0e3da62a5b Merge pull request #140 from dpkp/pep_503
PEP 503 Package Name Normalization and URL Redirects
2016-05-19 18:23:51 -05:00
Dana Powers
1f6da1fe00 Implement PEP 503 Package Name Normalization and URL Redirects 2016-05-19 15:45:08 -07:00
Matthew Planchard
d083266025 Merge pull request #141 from dpkp/fix_upload_test
upload test requires pypirc to avoid password prompt
2016-05-19 16:46:15 -05:00
Dana Powers
394da3212f upload test requires pypirc to avoid password prompt 2016-05-14 21:43:57 -07:00
Matthew Planchard
7180dc477f Added init.py to tests 2016-05-12 20:02:10 -05:00
Matthew Planchard
b9b95713b4 Test for search functionality
Removed unused imports
Added docstrings
Whitespace changes
PEP 008 compliance
Added test for search
2016-05-12 19:44:24 -05:00
Matthew Planchard
ebe6ac242d Merge pull request #131 from bibby/sig_test
test_upload_with_signature fix to allow uploaded files in any order.
2016-05-11 14:00:15 -05:00
Oneplus
082702de73 import xmlrpclib.ServerProxy as replace for Server in Python2.7, update_directory = None, syntax result in a tuple but None and this code poison update in manage.py 2016-05-07 22:44:06 -04:00
bibby
54247a17bb test_upload_with_signature fix to allow uploaded files in any order. My result appears different than the expected outcome. 2016-04-21 08:08:18 -07:00
Kostis Anagnostopoulos
5d2e56a529 Merge pull request #128 from mplanchard/mp_fixpaste
FIX #124: Convert forgotten attr-access-->dict-access & TCs for paste-factory
2016-03-22 09:56:52 +01:00
Matthew Planchard
5ba186264e Added a test that fails in current master and succeeds in
proposed branch changes
2016-03-21 20:39:46 -05:00
Kostis Anagnostopoulos
74e75f0472 FIX #124 no3: Convert forgotten attr-access-->dict-access. 2016-03-21 19:14:40 +01:00
Kostis Anagnostopoulos
7229347bb1 FIX #124 no2: Convert forgotten attr-access-->dict-access.
- paste-factory is practically untested.
2016-03-21 19:00:00 +01: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
Matthew Planchard
bbf5afeb1c Merge pull request #126 from harcher81/master
Fix typo, the package name is pypiserver
2016-03-21 09:41:38 -05: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
Kostis Anagnostopoulos
e5798be530 FIX #124: Forgotten paste bad root attribute.
- Obviously a TC is needed there.
2016-03-20 19:54:05 +01:00
Dustin Spicuzza
7d6c23fd00 Fix --hash-algo=off 2016-03-15 17:00:53 -04:00
Dustin Spicuzza
37d21db134 Add a separate cache for file digests
- It's harder to make the listdir cache not recalculate, because when a file changes you need to only touch the file that changed. However, for file digests, the key is one-to-one, and very simple to invalidate.
- This cache is especially useful when you have a lot of really large packages
2016-03-15 16:10:49 -04:00
Kostis Anagnostopoulos
b1b36f3a13 Merge pull request #121 from mplanchard/specify_passlib_version
Added passlib version specification (#120)
2016-03-11 20:34:35 +01: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
Kostis Anagnostopoulos
8267af82b5 Merge pull request #118 from corywright/fix-gunicorn-docs
Fix documentation for starting pypiserver with gunicorn
2016-03-10 23:30:59 +01:00
Cory Wright
eac92a79bc pypiserver:app requires kwargs even for root directory 2016-03-10 09:11:44 -05:00
Craig Davis
b4eb492229 Somehow a auth list got removed in the update 2016-02-17 15:46:30 -06:00
Craig Davis
74dab8d812 Added not about readme 2016-02-17 15:26:16 -06:00
Craig Davis
8d7558dcc5 We should not be revealing the path on the pypiserver returning version instead of summary/description as we don't have that info 2016-02-17 15:24:21 -06:00
Craig Davis
31c85e9fe0 Previous commit was non working, redid to strip out hacks and replace with libxmlrpc to generate valid xmlrpc responses 2016-02-17 15:16:22 -06:00
Craig Davis
7557217c2d Importing changes from #80 2016-02-17 12:54:00 -06:00
Kostis Anagnostopoulos
b42c8c3840 Merge pull request #113 from blade2005/bugfix/overwriting-existing-files-without-overwrite-flag
Bug fix for overwriting existing files without the overwrite flag bei…
2016-02-16 22:17:16 +01:00
Craig Davis
9fb44af448 Bug fix for overwriting existing files without the overwrite flag being set to true. 2016-02-16 14:09:05 -06:00
Chris Seymour
25a98ed9a7 app: log the user who stored the package. 2016-01-27 22:07:55 +01:00
Kostis Anagnostopoulos
815f6eb0eb docs: Added logo, improve opening. 2016-01-22 04:58:25 +01:00