[Bps-public-commit] SD branch, master, updated. 0.70-25-g64a7d97
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Sep 1 22:39:14 EDT 2009
The branch, master has been updated
via 64a7d9703c5c65b18a8fc3d95996f3b11fac961d (commit)
from 18bcee482e3ba3c08a1a27186656bc1038d52ab9 (commit)
Summary of changes:
lib/App/SD/Replica/lighthouse/PullEncoder.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 64a7d9703c5c65b18a8fc3d95996f3b11fac961d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Sep 2 10:38:54 2009 +0800
add query => all when search tickets
diff --git a/lib/App/SD/Replica/lighthouse/PullEncoder.pm b/lib/App/SD/Replica/lighthouse/PullEncoder.pm
index 6e94e99..9172e89 100644
--- a/lib/App/SD/Replica/lighthouse/PullEncoder.pm
+++ b/lib/App/SD/Replica/lighthouse/PullEncoder.pm
@@ -41,7 +41,7 @@ sub find_matching_tickets {
my %query = (@_);
my $last_changeset_seen_dt = $self->_only_pull_tickets_modified_after()
|| DateTime->from_epoch( epoch => 0 );
- my @tickets = $self->sync_source->lighthouse->tickets;
+ my @tickets = $self->sync_source->lighthouse->tickets( query => 'all' );
my @updated = map { $_->load( $_->number ); $_ }
grep { $_->{updated_at} ge $last_changeset_seen_dt } @tickets;
return \@updated;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list