commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/52df185d7552/ Changeset: 52df185d7552 Branch: next-stable User: Dave Bouvier Date: 2013-11-01 21:08:49 Summary: Update RSS feed filters to reflect which revisions are regularly tested and relevant to display. Affected #: 1 file diff -r 7c60a5b67c3ec7825d3d2511f27867823de19350 -r 52df185d7552f2ecc13097bdae86388faf640990 lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -1552,6 +1552,8 @@ trans.model.Repository.table.c.user_id == user.id ) ): if not metadata_row.tool_test_results: continue + if metadata_row.changeset_revision != metadata_row.repository.tip( trans.app ): + continue current_repository_errors = [] tool_dependency_errors = [] repository_dependency_errors = [] https://bitbucket.org/galaxy/galaxy-central/commits/ea6ff3d7224d/ Changeset: ea6ff3d7224d User: Dave Bouvier Date: 2013-11-01 21:09:23 Summary: Merge with next-stable. Affected #: 1 file diff -r 78388e08a9a15fcbe77e78430a7ac05a46e405bd -r ea6ff3d7224db5d218eefa91af1b08626229eae1 lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -1552,6 +1552,8 @@ trans.model.Repository.table.c.user_id == user.id ) ): if not metadata_row.tool_test_results: continue + if metadata_row.changeset_revision != metadata_row.repository.tip( trans.app ): + continue current_repository_errors = [] tool_dependency_errors = [] repository_dependency_errors = [] Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org