Navigation Menu

Skip to content

Commit

Permalink
Add filters, to open-tickets-query, to not include those that have mi…
Browse files Browse the repository at this point in the history
…lestone ‘1.0’, or ‘later’.
  • Loading branch information
alloy committed Dec 3, 2010
1 parent 0952315 commit 753383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/macruby_bugmash_bot/ticket.rb
Expand Up @@ -77,7 +77,7 @@ def self.random_open_ticket
tickets.filter(:assigned_to => nil).order('RAND()').first tickets.filter(:assigned_to => nil).order('RAND()').first
end end


OPEN_TICKETS_RSS_FEED = URI.parse("http://www.macruby.org/trac/query?status=new&status=reopened&format=rss&col=id&col=summary&col=status&col=time&order=priority&max=1000") OPEN_TICKETS_RSS_FEED = URI.parse("http://www.macruby.org/trac/query?status=new&status=reopened&format=rss&order=priority&col=id&col=summary&col=status&col=time&milestone=%21MacRuby+1.0&milestone=%21MacRuby+Later")


def self.raw_open_tickets_feed def self.raw_open_tickets_feed
Net::HTTP.get(ACTIVE_TICKETS_RSS_FEED) Net::HTTP.get(ACTIVE_TICKETS_RSS_FEED)
Expand Down

0 comments on commit 753383e

Please sign in to comment.