Skip to content

Commit

Permalink
Merge pull request #6 from daldoyle/master
Browse files Browse the repository at this point in the history
1.0.1 changes
  • Loading branch information
daldoyle committed Mar 4, 2016
2 parents 51194f7 + 0f78649 commit de04236
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## GRNOC TSDS Aggregate 1.0.1 -- Fri Mar 04 2016

### Features:
* ISSUE=13132 Fixed issue where upon first install the daemon would make the determination that everything needed aggregation.


## GRNOC TSDS Aggregate 1.0.0 -- Fri Feb 12 2016

### Features:
Expand Down
2 changes: 1 addition & 1 deletion grnoc-tsds-aggregate.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: GRNOC TSDS Aggregate
Name: grnoc-tsds-aggregate
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
License: GRNOC
Group: Measurement
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/TSDS/Aggregate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package GRNOC::TSDS::Aggregate;
use strict;
use warnings;

our $VERSION = "1.0.0";
our $VERSION = "1.0.1";

1;
2 changes: 1 addition & 1 deletion lib/GRNOC/TSDS/Aggregate/Daemon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ sub _get_data {
}
# Otherwise detect anything that needs doing
else {
$query->{'updated'} = {'$gt' => 0};
$query->{'updated'} = {'$gt' => $last_run};
$hint = "updated_1_identifier_1";
}

Expand Down

0 comments on commit de04236

Please sign in to comment.