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 49cf14985 [#8449] added jQuery 3.6
     new 4ff55c84d [#8450] REST docs: remove displayName from parameters; don't 
want to show it as anything other than its real param name
     new e24ba6070 [#8450] REST docs: mention oauth endpoints
     new 24de5cb4a [#8450] show more info for individual repos
     new d783ab26b [#8450] do oauth check for all /rest/ paths, and simplify 
normal request auth methods
     new e96c19fd5 [#8450] make /rest/auth/tools endpoint, refactor repo 
fields, remove old/confusing tool fields

The 5 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:
 Allura/allura/app.py                               | 10 ++--
 Allura/allura/controllers/auth.py                  | 15 ++++++
 Allura/allura/controllers/basetest_project_root.py | 13 ++---
 Allura/allura/controllers/repository.py            | 21 +++++++-
 Allura/allura/controllers/rest.py                  | 15 +++---
 Allura/allura/controllers/root.py                  |  7 ++-
 Allura/allura/lib/base.py                          | 40 ---------------
 Allura/allura/lib/repository.py                    | 10 ++++
 Allura/allura/model/auth.py                        |  7 ++-
 Allura/allura/model/project.py                     | 14 +++--
 Allura/allura/model/repository.py                  |  1 -
 Allura/allura/tests/functional/test_auth.py        | 41 ++++++++++++++-
 Allura/allura/tests/functional/test_rest.py        |  6 +++
 Allura/docs/api-rest/api.raml                      | 60 +++++++++++++---------
 Allura/docs/api-rest/examples/auth-tools.json      | 22 ++++++++
 Allura/docs/api-rest/examples/scm.json             | 10 ++++
 Allura/docs/api-rest/schemas/auth-tools.json       | 50 ++++++++++++++++++
 Allura/docs/api-rest/schemas/page.json             |  2 +-
 Allura/docs/api-rest/schemas/scm.json              | 44 ++++++++++++++++
 Allura/docs/api-rest/schemas/tickets.json          |  2 +-
 .../forgegit/tests/functional/test_controllers.py  | 11 +++-
 21 files changed, 297 insertions(+), 104 deletions(-)
 delete mode 100644 Allura/allura/lib/base.py
 create mode 100755 Allura/docs/api-rest/examples/auth-tools.json
 create mode 100755 Allura/docs/api-rest/examples/scm.json
 create mode 100755 Allura/docs/api-rest/schemas/auth-tools.json
 create mode 100755 Allura/docs/api-rest/schemas/scm.json

Reply via email to