You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/10/08 14:35:50 UTC

[allura] branch master updated (bd6ae96 -> bb07f15)

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

kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.


    from bd6ae96  [#4069] Disallow removal of anon read access from projects when nbhd prevents private projects
     add f67d9d9  [#8380] avoid "MongoClient opened before fork" error since pymongo upgrade by removing multiprocessing support.  Users can make separate batches of import files and run this script in parallel themselves http://api.mongodb.org/python/current/faq.html#is-pymongo-fork-safe
     add 1109c73  [#8380] factor out reusable core from project-import.py
     add f878918  [#8380] expose /rest/*/add_project to admins
     add bb07f15  [#8380] generate unique shortnames, remove confusing ProjectName(Type) holder of name+shortname

No new revisions were added by this update.

Summary of changes:
 Allura/allura/controllers/rest.py                  |  45 ++-
 Allura/allura/lib/custom_middleware.py             |   3 +-
 Allura/allura/lib/plugin.py                        |   4 +-
 .../allura/lib/project_create_helpers.py           | 266 +++++++----------
 Allura/allura/tests/functional/test_rest.py        | 145 +++++++++
 Allura/docs/api-rest/api.raml                      |  45 ++-
 AlluraTest/alluratest/controller.py                |   3 +-
 AlluraTest/alluratest/validation.py                |   2 +-
 scripts/project-import.json                        |   3 +-
 scripts/project-import.py                          | 331 ++-------------------
 10 files changed, 365 insertions(+), 482 deletions(-)
 copy scripts/project-import.py => Allura/allura/lib/project_create_helpers.py (59%)