You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gi...@apache.org on 2020/02/28 21:27:34 UTC

[allura] branch dependabot/pip/gunicorn-19.5.0 updated (ea65461 -> d095a10)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/gunicorn-19.5.0
in repository https://gitbox.apache.org/repos/asf/allura.git.


 discard ea65461  Bump gunicorn from 19.4.5 to 19.5.0
     add 6e2908e  some pep8/pylint cleanup
     add 0616fbe  [#8350] coerce non-unicode (e.g. WINDOWS-1251 encoded) hg paths into unicode
     add 32d7299  [#8348] move aggregate() methods to use a cursor instead of result doc for compatibility with mongo 3.6
     add 90b03f8  [#8348] update mongo version to latest in docker files
     add 43a0114  Add better gunicorn cmd example to docker-compose-prod.yml
     add 140bea7  [#8351] use codecs.open instead of io.open when dumping json https://stackoverflow.com/a/31343739/
     add f60155e  Work around virtualenv 20 issue causing our entry points to not be found
     add 03d9ac0  Handle str vs unicode in ApacheAccessHandler.py
     add 6b7f32c  Update pypeline & bleach to latest versions
     add d095a10  Bump gunicorn from 19.4.5 to 19.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ea65461)
            \
             N -- N -- N   refs/heads/dependabot/pip/gunicorn-19.5.0 (d095a10)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Allura/allura/config/middleware.py                 |  6 +--
 Allura/allura/controllers/auth.py                  | 12 +++---
 Allura/allura/ext/admin/admin_main.py              |  4 +-
 Allura/allura/lib/markdown_extensions.py           | 16 +++++---
 Allura/allura/lib/utils.py                         | 11 +++--
 Allura/allura/model/repository.py                  |  8 ++--
 Allura/allura/scripts/trac_export.py               |  4 +-
 Allura/allura/tasks/export_tasks.py                |  4 +-
 Allura/allura/tests/functional/test_auth.py        | 37 ++++++++---------
 Allura/allura/tests/test_tasks.py                  |  4 +-
 ForgeBlog/forgeblog/main.py                        | 15 +++----
 .../forgediscussion/controllers/root.py            |  2 +-
 .../forgediscussion/tests/functional/test_forum.py |  4 +-
 .../forgegit/tests/functional/test_controllers.py  | 48 ++++++++++++----------
 ForgeImporters/forgeimporters/base.py              |  4 +-
 ForgeImporters/forgeimporters/tests/test_base.py   |  4 +-
 ForgeTracker/forgetracker/tracker_main.py          |  4 +-
 docker-compose-prod.yml                            |  5 ++-
 docker-compose.yml                                 |  2 +-
 requirements.txt                                   |  4 +-
 scripts/ApacheAccessHandler.py                     |  6 +--
 scripts/init-docker-dev.sh                         |  2 +-
 scripts/teamforge-import.py                        |  7 ++--
 scripts/trac_export_wiki.py                        |  4 +-
 24 files changed, 113 insertions(+), 104 deletions(-)