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/01/06 23:06:42 UTC

[allura] branch dependabot/pip/pillow-6.2.0 updated (45b437d -> 9357a1b)

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

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


    omit 45b437d  Bump pillow from 6.1.0 to 6.2.0
     add 59660aa  [#8339] scope form CSS rules better on various pages, so it doesn't interfere with a form that may be in a custom theme header
     add f4b22d1  [#8339] allow multiple site notifications to be active at once
     add e0ae8ce  [#8339] make sure to preserve cookie portions for notifications, even if they don't qualify for the current pageview
     add 6dbd0c0  [#8340] remove ez_setup file
     add 423aaef  [#8340] test coverage for repo tasks/scripts
     add ba5f00c  [#8340] repo: remove dead code, add some test coverage
     add 6d277c7  [#8340] tracker test coverage and remove dead code
     add 4547f6d  [#8340] various admin/auth tests and dead code removal (url for editing custom groups no longer used)
     add 6acb9f0  [#8340] some wiki increased coverage, fix bug by restoring some code erronously removed earlier
     add d12db37  [#8340] tests for scripts/commands
     add 0418178  [#8340] misc other coverage
     add 34ac702  [#8340] more blog tests
     add 5099080  [#8340] more misc coverage
     add 604dd9f  [#8340] discussion test coverage improvement
     add f920b55  [#8341] skip unified diff & side-by-side diffs when files are too large
     add 25cbf9a  [#8341] fix for when diffing on a file's first appearance
     add 2ceaf44  [#8342] optimise LastCommit a bit when at top-level dir
     add d132212  [#8342] enable --follow option in git log to work when at top-level directory too
     add c907de8  Don't move the page around when selecting a specific line in a repo page
     add 262faa9  Refactor some trove admin bits, add some test coverage
     add 7e50188  Avoid error if a user blocked by permissions no longer exists
     add 459671d  [#8343] compress images thumbnails better than default
     add ea34e18  [#8345] default all event tasks created within web requests & tasks, to not flush immediately, so that they flush at the end of the task/req execution in MingMiddleware with everything else
     add 66a2949  [FEATURE] Added ForgeFeedback app
     add a6afcf9  Added Apache license header
     add 59144b6  Handled review comments
     add 7f41e15  More polishing
     add 9357a1b  Bump pillow from 6.1.0 to 6.2.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   (45b437d)
            \
             N -- N -- N   refs/heads/dependabot/pip/pillow-6.2.0 (9357a1b)

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/app.py                               |   2 +-
 Allura/allura/config/app_cfg.py                    |   1 -
 Allura/allura/controllers/repository.py            |  15 +-
 Allura/allura/controllers/secure.py                |  23 --
 Allura/allura/controllers/trovecategories.py       |  54 +++--
 Allura/allura/ext/admin/admin_main.py              |  90 -------
 .../allura/ext/admin/templates/project_group.html  |   4 -
 Allura/allura/ext/admin/widgets.py                 |  17 --
 Allura/allura/lib/app_globals.py                   |  33 ++-
 Allura/allura/lib/custom_middleware.py             |   2 +
 Allura/allura/lib/decorators.py                    |   3 +-
 Allura/allura/lib/helpers.py                       |  60 +----
 Allura/allura/lib/macro.py                         |   9 +-
 Allura/allura/lib/plugin.py                        |  74 ++++--
 Allura/allura/lib/solr.py                          |   2 +-
 Allura/allura/lib/stats.py                         |  85 -------
 Allura/allura/model/filesystem.py                  |  14 +-
 Allura/allura/model/monq_model.py                  |  19 +-
 Allura/allura/model/notification.py                |   5 +-
 Allura/allura/model/project.py                     |   1 +
 Allura/allura/model/repository.py                  | 104 ++-------
 Allura/allura/public/nf/js/allura-base.js          |  10 +-
 Allura/allura/scripts/refresh_last_commits.py      |   2 +-
 Allura/allura/templates/jinja_master/nav_menu.html |  32 +++
 Allura/allura/templates/repo/file.html             |  10 +-
 ...ite_admin_site_notifications_create_update.html |  22 +-
 .../site_admin_site_notifications_list.html        |   4 +
 Allura/allura/templates/site_admin_task_new.html   |  20 +-
 Allura/allura/templates/webhooks/create_form.html  |  12 +-
 Allura/allura/tests/decorators.py                  |  17 +-
 Allura/allura/tests/functional/test_admin.py       |  27 +--
 Allura/allura/tests/functional/test_auth.py        | 125 +++++++---
 Allura/allura/tests/functional/test_root.py        |  29 ++-
 Allura/allura/tests/functional/test_site_admin.py  |  12 +
 .../allura/tests/functional/test_trovecategory.py  |  68 +++++-
 Allura/allura/tests/model/test_notification.py     |   4 +-
 Allura/allura/tests/model/test_repo.py             |  27 +++
 Allura/allura/tests/scripts/test_reindexes.py      |  74 ++++++
 Allura/allura/tests/test_commands.py               |  46 +++-
 Allura/allura/tests/test_globals.py                |  39 ++++
 Allura/allura/tests/test_helpers.py                |  16 +-
 Allura/allura/tests/test_mail_util.py              |  16 ++
 Allura/allura/tests/test_plugin.py                 | 166 ++++++++-----
 Allura/allura/tests/test_tasks.py                  |  46 +++-
 Allura/allura/tests/test_utils.py                  |  18 +-
 Allura/docs/getting_started/administration.rst     |   4 +-
 Allura/ez_setup/README.txt                         |  14 --
 Allura/ez_setup/__init__.py                        | 260 ---------------------
 Allura/setup.py                                    |   7 +-
 Allura/test.ini                                    |   3 +
 AlluraTest/alluratest/test_syntax.py               |   1 -
 ForgeBlog/forgeblog/tests/functional/test_root.py  |  22 +-
 ForgeBlog/forgeblog/tests/test_app.py              |  20 +-
 ForgeDiscussion/forgediscussion/tests/test_app.py  |  22 +-
 .../forgefeedback}/__init__.py                     |   0
 ForgeFeedback/forgefeedback/feedback_main.py       | 250 ++++++++++++++++++++
 .../forgefeedback/model}/__init__.py               |   4 +-
 ForgeFeedback/forgefeedback/model/feedback.py      |  80 +++++++
 .../forgefeedback/nf/feedback/css/feedback.css     | 131 +++++++++++
 .../forgefeedback/templates}/__init__.py           |   0
 .../templates/feedback/common_feedback.html        |  92 ++++++++
 .../templates/feedback/edit_feedback.html          |  84 +++++++
 .../templates/feedback/feedback_list.html          | 100 ++++++++
 .../forgefeedback/templates/feedback/index.html    |  69 ++++++
 .../templates/feedback/new_feedback.html           |  79 +++++++
 .../forgefeedback/tests}/__init__.py               |   0
 .../forgefeedback/tests/functional}/__init__.py    |   0
 .../forgefeedback/tests/functional/test_root.py    |  72 ++++++
 .../forgefeedback/tests/test_feedback_roles.py     |  17 +-
 .../forgefeedback}/tests/unit/__init__.py          |   6 +-
 .../forgefeedback/tests/unit/test_feedback.py      |  48 ++--
 .../tests/unit/test_root_controller.py             |  83 +++++++
 .../forgefeedback}/version.py                      |   2 +-
 {ForgeLink => ForgeFeedback}/setup.py              |  13 +-
 ForgeGit/forgegit/model/git_repo.py                |   4 +-
 .../forgegit/tests/functional/test_controllers.py  |  37 +++
 ForgeGit/forgegit/tests/test_tasks.py              |  45 +++-
 .../forgeimporters/templates/importer_base.html    |  12 +-
 .../forgetracker/templates/tracker/bin.html        |   1 -
 .../forgetracker/templates/tracker/new_bin.html    |  27 ---
 .../forgetracker/tests/functional/test_root.py     |  21 ++
 ForgeTracker/forgetracker/tests/test_app.py        |  53 +++++
 ForgeTracker/forgetracker/tracker_main.py          |  28 +--
 ForgeWiki/forgewiki/tests/functional/test_rest.py  |   4 +
 ForgeWiki/forgewiki/tests/functional/test_root.py  |  30 +++
 ForgeWiki/forgewiki/tests/test_app.py              |  10 +-
 ForgeWiki/forgewiki/wiki_main.py                   |  11 +
 coverage-report-all.sh                             |  41 ----
 requirements.in                                    |   4 +-
 requirements.txt                                   |   4 +-
 90 files changed, 2226 insertions(+), 1048 deletions(-)
 delete mode 100644 Allura/allura/controllers/secure.py
 delete mode 100644 Allura/allura/lib/stats.py
 create mode 100644 Allura/allura/tests/scripts/test_reindexes.py
 delete mode 100644 Allura/ez_setup/README.txt
 delete mode 100644 Allura/ez_setup/__init__.py
 copy {ForgeWiki/forgewiki/widgets => ForgeFeedback/forgefeedback}/__init__.py (100%)
 mode change 100644 => 100755
 create mode 100755 ForgeFeedback/forgefeedback/feedback_main.py
 copy {Allura/allura/lib => ForgeFeedback/forgefeedback/model}/__init__.py (96%)
 mode change 100644 => 100755
 create mode 100755 ForgeFeedback/forgefeedback/model/feedback.py
 create mode 100755 ForgeFeedback/forgefeedback/nf/feedback/css/feedback.css
 copy {ForgeWiki/forgewiki/widgets => ForgeFeedback/forgefeedback/templates}/__init__.py (100%)
 mode change 100644 => 100755
 create mode 100755 ForgeFeedback/forgefeedback/templates/feedback/common_feedback.html
 create mode 100755 ForgeFeedback/forgefeedback/templates/feedback/edit_feedback.html
 create mode 100755 ForgeFeedback/forgefeedback/templates/feedback/feedback_list.html
 create mode 100755 ForgeFeedback/forgefeedback/templates/feedback/index.html
 create mode 100755 ForgeFeedback/forgefeedback/templates/feedback/new_feedback.html
 copy {ForgeWiki/forgewiki/widgets => ForgeFeedback/forgefeedback/tests}/__init__.py (100%)
 mode change 100644 => 100755
 copy {ForgeWiki/forgewiki/widgets => ForgeFeedback/forgefeedback/tests/functional}/__init__.py (100%)
 mode change 100644 => 100755
 create mode 100755 ForgeFeedback/forgefeedback/tests/functional/test_root.py
 copy ForgeWiki/forgewiki/tests/test_wiki_roles.py => ForgeFeedback/forgefeedback/tests/test_feedback_roles.py (77%)
 mode change 100644 => 100755
 copy {ForgeBlog/forgeblog => ForgeFeedback/forgefeedback}/tests/unit/__init__.py (92%)
 mode change 100644 => 100755
 copy Dockerfile => ForgeFeedback/forgefeedback/tests/unit/test_feedback.py (53%)
 mode change 100644 => 100755
 create mode 100755 ForgeFeedback/forgefeedback/tests/unit/test_root_controller.py
 copy {ForgeGit/forgegit => ForgeFeedback/forgefeedback}/version.py (92%)
 mode change 100644 => 100755
 copy {ForgeLink => ForgeFeedback}/setup.py (91%)
 mode change 100644 => 100755
 delete mode 100644 ForgeTracker/forgetracker/templates/tracker/new_bin.html
 delete mode 100755 coverage-report-all.sh