commit/galaxy-central: 4 new changesets
4 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b8eb9c6131fe/ Changeset: b8eb9c6131fe Branch: mapped_str_update_in_filter1 User: BjoernGruening Date: 2013-10-25 10:34:28 Summary: add [ and ] to mapped strings and advanced filters Affected #: 1 file diff -r d57971b60b8d907c33bf4dfc1bba2432baaf96e9 -r b8eb9c6131feca3b270cad3cceb2335f5c6f4244 tools/stats/filtering.py --- a/tools/stats/filtering.py +++ b/tools/stats/filtering.py @@ -48,6 +48,8 @@ '__ge__': '>=', '__sq__': '\'', '__dq__': '"', + '__ob__': '[', + '__cb__': ']', } for key, value in mapped_str.items(): cond_text = cond_text.replace( key, value ) https://bitbucket.org/galaxy/galaxy-central/commits/a6452bf916e3/ Changeset: a6452bf916e3 User: jmchilton Date: 2013-11-05 06:42:06 Summary: Merge Pull Request #244. Affected #: 1 file diff -r c458a0fe1ba816098fed03370f425f346bb1df68 -r a6452bf916e388d7ae49bc3a6cc4565332e74724 tools/stats/filtering.py --- a/tools/stats/filtering.py +++ b/tools/stats/filtering.py @@ -174,6 +174,8 @@ '__ge__': '>=', '__sq__': '\'', '__dq__': '"', + '__ob__': '[', + '__cb__': ']', } for key, value in mapped_str.items(): cond_text = cond_text.replace( key, value ) https://bitbucket.org/galaxy/galaxy-central/commits/5986d0a2628f/ Changeset: 5986d0a2628f Branch: mapped_str_update_in_filter1 User: jmchilton Date: 2013-11-05 06:43:22 Summary: Close branch mapped_str_update_in_filter1 Affected #: 0 files https://bitbucket.org/galaxy/galaxy-central/commits/c67b9518c1e0/ Changeset: c67b9518c1e0 User: jmchilton Date: 2013-11-05 06:48:18 Summary: Merge. Affected #: 1 file diff -r 815129b821b624f3ef4c61e13546d0d3e17e7f93 -r c67b9518c1e0dc1d04d5dfb78a10b0b7847eb6b6 tools/stats/filtering.py --- a/tools/stats/filtering.py +++ b/tools/stats/filtering.py @@ -174,6 +174,8 @@ '__ge__': '>=', '__sq__': '\'', '__dq__': '"', + '__ob__': '[', + '__cb__': ']', } for key, value in mapped_str.items(): cond_text = cond_text.replace( key, value ) 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