[Rt-commit] rt branch, 4.6/log-view-db-config-change-history, repushed

Aaron Trevena ast at bestpractical.com
Tue Mar 17 05:15:17 EDT 2020


The branch 4.6/log-view-db-config-change-history was deleted and repushed:
       was 446c704e2df0d9d80cf7de8b3c8bfa7af61fecab
       now 710cd648485be64847a1ac177805922c1ad67622

1: 9082be19f = 1: 9082be19f Schema updates for tracking db configuration changes in transactions
2: 29ebb5fd0 = 2: 29ebb5fd0 Log DB config changes as transactions
3: 04b624e6e = 3: 04b624e6e remove unused stringify function in configuration edit page
4: 934901c88 = 4: 934901c88 Page to view DB config transaction history
5: 446c704e2 ! 5: 710cd6484 Tests for DB config transactions and history
    @@ -63,7 +63,7 @@
     +
     +sub check_history_page_item {
     +    my ($tx, $change) = @_;
    -+    my $link = sprintf('#?id=%d#txn-%d', $tx->ObjectId,$tx->id);
    ++    my $link = sprintf('ConfigHistory.html?id=%d#txn-%d', $tx->ObjectId,$tx->id);
     +    ok($m->find_link(url => $link), 'found tx link in history');
     +    $m->content_contains(stringify($change->{new_value}), 'fetched tx has new value');
     +    $m->content_contains( "$change->{setting} changed from", 'fetched tx has changed field');



More information about the rt-commit mailing list