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

95 Commits

Author SHA1 Message Date
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
ankostis on tokoti
5c1be3928a Bump v1.1.9.dev4 <-- dev3. 2015-12-21 03:09:43 +02:00
ankostis on tokoti
912d405a83 hashes, #53: Add --hash-algo option with TCs. 2015-12-21 02:50:15 +02:00
ankostis on tokoti
e55a325477 Bump v1.1.9.dev3 <-- dev2. 2015-12-20 03:30:00 +02:00
ankostis on tokoti
332b393c5b FIX #96: README installs passlib dep by default. 2015-12-19 19:34:34 +02:00
Kostis Anagnostopoulos at kilo
1a9b782d96 Readme:FIX license shield.
+ Update py2.5 supported env
2015-09-21 18:28:33 +02:00
Kostis Anagnostopoulos at kilo
977ab69089 bump ver 1.1.9-dev.1-->dev.2
+ Add CHANGES in this version so far.
2015-09-21 04:19:36 +02:00
ankostis on tokoti
629cbba740 Bump ver 1.1.9-dev.0-->dev.1
+ Add some more project-coords on package.
- Not all new `test_server` TCs pass!!
2015-09-19 02:09:20 +02:00
Kostis Anagnostopoulos
12ce79e925 docs: Update upload instructions tipping about register -r and `twine.
+ Answer to #91.
2015-09-18 18:26:25 +02:00
Kostis Anagnostopoulos
cda0fad7a9 Dot means empty when specifying empty authed-ops (-a .).
+ FIX check of password/authentication-list options combinations.
+ doc: Update auth-ops list instructions.
+ Report bad port.
2015-09-17 19:39:02 +02:00
ankostis on tokoti
8303a99806 Simplify dependencies in standalone.
+ Submodules repor in github is not used anymore.
2015-09-17 01:39:13 +02:00
ankostis on tokoti
133afe28f7 Rework standalone generation using ZIP.
+ Standalone executable based on wheel.
+ Properly use `pkg_resources` so reading `welcome-msg` file
  works even from within zip.
  + Mark `zip_safe=True` in setup.py.
+ Delete forgotten distutils startup script.
+ Build standalone before installing anything else,
  to check if any deps are missing.
+ Restore py25 in Travis.
2015-09-17 01:13:37 +02:00
ankostis on tokoti
542ffad6b0 Fix field-list at README. [ci skip] 2015-09-16 22:16:44 +02:00
ankostis on tokoti
f6a3342666 Bump version 1.1.8-->1.1.9-dev0 2015-09-15 22:22:08 +02:00
ankostis on tokoti
b651d36468 Update AUTHORS in a new file. 2015-09-15 21:28:25 +02:00
ankostis on tokoti
ea4cfe1b89 Bump ver 1.1.8-b1-->1.1.8
+ Update CHANGES.
2015-09-15 21:06:24 +02:00
Kostis Anagnostopoulos at STUW025
dc8f62c04f FIX #92: docs: Update version on README
+ Add README-version TC.
2015-09-14 18:55:16 +02:00
ankostis on tokoti
b124216a80 Note about closing of #19 (no http-proxy for -U) in README-bugs section. 2015-09-12 19:20:53 +02:00
Kostis Anagnostopoulos at STUW025
7a5aed3c05 Update shields in README and strip spaces from line-endings.
+ Provide a Tip on README about unauthed uploads.
2015-09-12 16:29:23 +02:00
Kostis Anagnostopoulos at STUW025
1fd5653317 FIX #55: Allow unauthenticated uploads with -P . option.
+ Add `mock` lib into test-dependencies for py2.
+ travis: Use new containers.
2015-09-11 16:08:13 +02:00
ankostis on tokoti
e579abdd4e FIX #81: Move defaults from log-options so they are not ovewritten on startup. 2015-09-11 11:23:07 +02:00
Anthony Sottile
3c655eafe6 Correct server starting instructions 2015-05-09 08:35:59 -07:00
Kostis Anagnostopoulos, Yoga-2
f9e351cdb6 Bump version 1.1.7-->1.1.8-beta.0
- Make standalone-gen script to run also on python-3.
- Add README badges.
2015-03-09 00:45:05 +01:00
ankostis on tokoti
bb920522b8 Improve README and Reorginize sections.
- Update release-date.
- Add log-msgs on minor failures to explain workaround.
- Add TravisCI link.
2015-03-08 21:35:37 +01:00
ankostis on tokoti
9f4464e7e4 README: Move Licenses section in a separate LICENSE.txt file.
- Update "Similar-projects" section, remove outdated *proxypi* project.
2015-03-08 18:39:15 +01:00
ankostis on tokoti
4079d0c4c3 Split CHANGES.rst as a separate file.
- Update MANIFEST.in
2015-02-28 01:22:15 +01:00
ankostis on tokoti
d50cdb6c3b docs: Update github-links, suitable python-versions, changes and
rel-date.

- Update maintainers.
- Update python-classifiers.
- Various README edits.
- #38: Update suggestion on welcome-file.
- Add ankostis to authors (so Ralf may avoid half harassment for
this release).
2015-02-28 01:21:48 +01:00
Kostis Anagnostopoulos @ STUW025
2d5c382507 FIX 38: Suggesting --extra-index-url instead of --index-url in README.
Misspelled dependencies download directly from main pypi-repo.
2015-02-27 13:13:54 +01:00
Kostis Anagnostopoulos @ STUW025
e824320558 Auth: By default paswd-protect Uploads only (preserve old behavior).
- Supporty also spaces when splitting auth-list, make it case insensitive.
- Update docs about default behavior.
2015-02-23 20:53:08 +01:00
ankostis on tokoti
10f42e829c xss: Generate all index-listings with SimpleTemplate instead of
string-substs (#see 77).

- Add titles<h1> in all index-listings.
- FIX unicode errors on new TC's of prev commit.
2015-02-23 03:14:19 +01:00
Kostis Anagnostopoulos, Yoga-2
f664ac8dcd Update Changes. 2015-02-17 01:46:28 +01:00
Kostis Anagnostopoulos, Yoga-2
b011ac9dcf Merge WelcomeMsg with recent master for Milestone v1.7 (Auth included). 2015-02-15 23:09:05 +01:00
ankostis@kilo
c64b8c32d2 Allow to override welcome-msg(/) from a separate html file.
- Read welcome-msg in UTF-8.
- Add cmd-line option for `welcome-file`.
- Add TCs for welcome-file option and `/` http-req.
- Update docs for new option.
- Failback to in-code welcome-msg if unreadable (ie standalone mode, bad file).
2015-01-15 16:20:24 +01:00
Petri Savolainen
1f2b67ab99 update changelog 2015-01-09 12:21:30 +02:00
Petri Savolainen
9b3b820644 update README 2015-01-09 12:13:59 +02:00
Petri Savolainen
f57815df89 add auth option to README 2015-01-09 12:08:10 +02:00
ankostis@kilo
cf03226ea2 Add Logging for all http actions.
* Use stabdard python's logging lib.
* Log http-request/response/errors.
* Cmd-line options for logging-format and filename.
* Cmd-line options for request /response/error requests/responses/errors
props to log.
* Add `-v` option controlling verbosity.
* Add docs about new options.
* TCs only `-v` & `--log_file ` (logging statements used throughout all
tests).
2014-11-17 16:51:45 +01:00
Ralf Schmitt
590a06c327 prepare 1.1.6 2014-03-05 22:55:53 +01:00
Ralf Schmitt
557862a7e6 documentation uploads are not saved to disk
see #47
2014-03-05 22:53:09 +01:00
Ralf Schmitt
af25f1a4a0 prepare 1.1.5 2014-01-20 23:10:41 +01:00
Ralf Schmitt
935e566f71 link to https url for downloads 2014-01-20 22:55:51 +01:00
Ralf Schmitt
b88edc6f2b update copyright year 2014-01-20 22:53:59 +01:00
Ralf Schmitt
92577e4695 only list devpi-server and proxypypi as alternatives
I don't feel comfortable pointing people to these other
implementations...
2014-01-20 22:50:50 +01:00