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 3fc130b  Handle historical activities with null icon_url value
     new 9e81c11  Remove old unused OldProjectRole class
     new 1f1fd23  Add type hints for all mapped classes' query attrs
     new 76104cb  Special property hinting
     new c65ce7a  Convert document/collection mapping to be like other 
MappedClass types

The 4 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/model/__init__.py                |   8 +-
 Allura/allura/model/artifact.py                |  35 ++++++-
 Allura/allura/model/attachments.py             |   7 ++
 Allura/allura/model/auth.py                    |  69 +++++++------
 Allura/allura/model/discuss.py                 |  22 +++-
 Allura/allura/model/filesystem.py              |   7 ++
 Allura/allura/model/index.py                   |  87 ++++++++--------
 Allura/allura/model/monq_model.py              |   7 ++
 Allura/allura/model/multifactor.py             |   8 ++
 Allura/allura/model/neighborhood.py            |   9 ++
 Allura/allura/model/notification.py            |  19 ++--
 Allura/allura/model/oauth.py                   |  20 +++-
 Allura/allura/model/project.py                 |  18 +++-
 Allura/allura/model/repo.py                    |   4 +-
 Allura/allura/model/repo_refresh.py            |  37 ++++---
 Allura/allura/model/repository.py              | 137 +++++++++++++++++--------
 Allura/allura/model/stats.py                   |   6 ++
 Allura/allura/model/webhook.py                 |   6 ++
 Allura/allura/scripts/refreshrepo.py           |   4 -
 ForgeBlog/forgeblog/model/blog.py              |  15 +++
 ForgeChat/forgechat/model/chat.py              |   9 ++
 ForgeDiscussion/forgediscussion/model/forum.py |  19 ++++
 ForgeFeedback/forgefeedback/model/feedback.py  |  12 ++-
 ForgeFiles/forgefiles/model/files.py           |  16 ++-
 ForgeGit/forgegit/model/git_repo.py            |  21 +++-
 ForgeSVN/forgesvn/model/svn.py                 |   8 ++
 ForgeShortUrl/forgeshorturl/model/shorturl.py  |   6 ++
 ForgeTracker/forgetracker/model/ticket.py      |  24 ++++-
 ForgeUserStats/forgeuserstats/model/stats.py   |   6 ++
 ForgeWiki/forgewiki/model/wiki.py              |  15 +++
 30 files changed, 496 insertions(+), 165 deletions(-)

Reply via email to