You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/02/06 16:42:52 UTC

[50/50] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-allura

Updated Branches:
  refs/heads/cj/4691 dc3150cb3 -> b67150660 (forced update)


Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-allura


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/b6715066
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/b6715066
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/b6715066

Branch: refs/heads/cj/4691
Commit: b671506608fdf1e6d593beed2e7058fa52118d5f
Parents: 46037a7 a7c6479
Author: Wayne Witzel III <ww...@geek.net>
Authored: Wed Feb 6 15:39:13 2013 +0000
Committer: Wayne Witzel III <ww...@geek.net>
Committed: Wed Feb 6 15:39:13 2013 +0000

----------------------------------------------------------------------
 Allura/allura/controllers/repository.py            |    2 +-
 Allura/allura/model/repo.py                        |  435 ++++++++++++-
 Allura/allura/model/repo_refresh.py                |  239 ++++----
 Allura/allura/model/repository.py                  |   31 +-
 Allura/allura/tests/model/test_repo.py             |  486 +++++++++++++++
 Allura/allura/tests/unit/test_repo.py              |  100 ---
 AlluraTesting/alluratest/controller.py             |    1 +
 ForgeGit/forgegit/model/git_repo.py                |   28 +-
 ForgeGit/forgegit/tests/model/test_repository.py   |   28 +-
 ForgeSVN/forgesvn/model/svn.py                     |   61 ++-
 ForgeSVN/forgesvn/tests/model/test_repository.py   |   77 +--
 ForgeTracker/forgetracker/import_support.py        |    7 +-
 ForgeTracker/forgetracker/model/ticket.py          |   29 +-
 ForgeTracker/forgetracker/tasks.py                 |   17 +
 .../forgetracker/tests/unit/test_globals_model.py  |   69 ++
 ForgeTracker/forgetracker/tracker_main.py          |    6 +-
 scripts/benchmark-scm.py                           |  125 ++++
 scripts/refresh-all-repos.py                       |   11 +-
 scripts/refresh-last-commits.py                    |  186 ++++++
 19 files changed, 1578 insertions(+), 360 deletions(-)
----------------------------------------------------------------------