Commit Graph

471 Commits

Author SHA1 Message Date
Kostis Anagnostopoulos
6ed641cd95 doc: Update changes about 2016-06-25 04:08:05 +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
10974cc1b9 main: Enable bottle-debug only when verbose. 2016-06-25 03:17:25 +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
Matthew Planchard
90b75f26f5 Merge pull request #151 from blade2005/topic/pam-auth
Added a try/except for importing pam with logging an error and update…
2016-06-24 12:16:19 -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
0bf002437f Merge pull request #150 from mplanchard/development
Beta Version 1.2.0b1
2016-06-24 10:29:43 -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
Matthew Planchard
9e379a4c46 Merge pull request #149 from blade2005/feature/auth-by-pam
Feature/auth by pam
2016-06-24 10:26:37 -05:00
Craig Davis
fc3acd759e Fix blade2005's inability to read git diff's 2016-06-24 09:22:17 -05:00
Craig Davis
0fa6a6152a Merge branch 'feature/auth-by-pam' of github.com:blade2005/pypiserver into feature/auth-by-pam 2016-06-23 20:32:06 -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
Craig Davis
9a5ff53c6d Added authentication by pam and fixed some pep8 complaints 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
5adfd82cb8 Merge pull request #147 from mplanchard/pypi-uploader-docs
Docs for pypi-uploader
2016-06-22 22:05:23 -05:00
Matthew Planchard
c808a8d822 Docs for pypi-uploader 2016-06-22 22:03:40 -05:00
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