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

gcruz pushed a change to branch gc/8444
in repository https://gitbox.apache.org/repos/asf/allura.git


 discard a8817dcbb fixup! [#8444] updated pagination_meta_tags with new args, 
added test and comments for querystring helper
 discard 3d3855709 [#8444] updated pagination_meta_tags with new args, added 
test and comments for querystring helper
 discard ec66ea3c2 [#8444] adde canonical tag and rel=next/prev where 
pagination is used to wiki, discussions and tickets
     add cfcde7880 clean up some py2-only special methods
     add b4d5e1c15 Latest pip/setuptools so travis builds ok
     add 2e5f24b9d [#8442] added nofollow to links inside code repositories 
including the sidebar
     add 818a14c92 [#8442] added missing rel=nofollow attribute to links
     add ba5a4d716 [#8443] nofollow on links that point to code tool 
repositories
     add f7e96f76f text fixes for links in code repositories
     add 204044ef2 [#8422] greedily prefetch thread artifact refs and 
attachments in batches
     add 67233a562 [#8445] Upgrade cryptography 36.0.2 -> 37.0.4, and its deps: 
cffi,pycparser
     add 8d449bfca [#8445] limit markupsafe; Upgrade EasyWidgets 0.4.1, and its 
deps: 
formencode,six,markupsafe,paste,setuptools,six,python-dateutil,six,six,webob
     add e3b321900 [#8445] Upgrade feedparser 6.0.8 -> 6.0.10, and its deps: 
sgmllib3k
     add fb830af8c [#8445] Upgrade Jinja2 3.1.1 -> 3.1.2, and its deps: 
markupsafe
     add 811886601 [#8445] Upgrade markdown 3.3.6 -> 3.3.7, and its deps: 
importlib-metadata,typing-extensions,zipp
     add d5724c0c7 [#8445] Upgrade Pillow 9.1.1 -> 9.2.0
     add 2247e50e1 [#8445] Upgrade Pygments 2.11.2 -> 2.12.0
     add c07cea512 [#8445] Upgrade Pypeline 0.6.0 -> no upgrade, and its deps: 
bleach,six,webencodings,html5lib,six,webencodings,Creoleparser,Genshi,six,six,markdown,importlib-metadata,typing-extensions,zipp,textile,html5lib,six,webencodings,regex
     add b45cd8d08 [#8445] Upgrade python-magic 0.4.25 -> 0.4.27
     add 967a275e4 [#8445] Upgrade setproctitle 1.2.2 -> 1.2.3
     add da4fa03df [#8445] Upgrade Werkzeug 2.1.1 -> 2.1.2
     add e8d2310e1 [#8445] Upgrade wrapt 1.14.0 -> 1.14.1
     add f0a23b4e5 Lower SVN import retry count significantly; block imports 
from plugins.svn.wordpress.org since it has millions of revisions
     add f0f2fed0d Add generic require_method helper, alongside require_post
     add 148ba11b0 update timermiddleware with perf improvement
     new 3152a1ebd [#8444] adde canonical tag and rel=next/prev where 
pagination is used to wiki, discussions and tickets
     new 29a826c21 [#8444] updated pagination_meta_tags with new args, added 
test and comments for querystring helper

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   (a8817dcbb)
            \
             N -- N -- N   refs/heads/gc/8444 (29a826c21)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  1 +
 Allura/allura/lib/decorators.py                    | 14 ++++++++
 Allura/allura/lib/repository.py                    | 26 +++++++++-----
 Allura/allura/lib/utils.py                         |  2 --
 Allura/allura/lib/widgets/discuss.py               | 25 ++++++++++---
 Allura/allura/model/artifact.py                    | 10 ++++--
 Allura/allura/model/discuss.py                     |  6 ----
 Allura/allura/model/repository.py                  |  7 ++--
 Allura/allura/templates/jinja_master/lib.html      |  4 +--
 Allura/allura/templates/repo/commit.html           | 14 ++++----
 Allura/allura/templates/repo/commit_basic.html     | 18 +++++-----
 Allura/allura/templates/repo/diff.html             |  6 ++--
 Allura/allura/templates/repo/file.html             |  4 +--
 Allura/allura/templates/repo/forks.html            |  2 +-
 Allura/allura/templates/repo/merge_request.html    |  8 ++---
 Allura/allura/templates/repo/merge_requests.html   | 10 +++---
 Allura/allura/templates/repo/repo_master.html      |  2 +-
 Allura/allura/templates/repo/tags.html             |  2 +-
 Allura/allura/templates/repo/tarball.html          |  2 +-
 Allura/allura/templates/repo/tree.html             |  4 +--
 Allura/allura/templates/widgets/repo/log.html      | 10 +++---
 Allura/allura/templates/widgets/repo/revision.html | 14 ++++----
 .../allura/templates/widgets/repo/tree_widget.html | 10 +++---
 Allura/development.ini                             |  2 +-
 ForgeActivity/forgeactivity/main.py                |  6 ++--
 ForgeActivity/forgeactivity/templates/macros.html  |  4 ++-
 .../forgeactivity/templates/timeline.html          |  1 -
 .../forgegit/tests/functional/test_controllers.py  | 14 ++++----
 ForgeSVN/forgesvn/model/svn.py                     |  2 +-
 ForgeSVN/forgesvn/widgets.py                       |  7 ++++
 requirements.in                                    |  2 +-
 requirements.txt                                   | 42 +++++++++++-----------
 32 files changed, 163 insertions(+), 118 deletions(-)

Reply via email to