Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alex ikanow website deduplication improvement #164

Merged
merged 6 commits into from
Feb 13, 2014

Commits on Jan 30, 2014

  1. #135 #141 2 deduplication fixes for the website agent

    Fix 1) #135 update events' expiry date on deduplication
    
    Previously events would age out even when being de-duplicated
    frequently, resulting in spurious identical events making their way to
    the next agent in the pipeline. This isn't the most efficient code (same
    as previously), but not worth optimizing further until we've decided
    what to do with a more generic deduplication module
    
    Fix 2) #135 set deduplication "look back" to be configurable (and
    default to a large number)
    
    I think this is preferable default behavior? Potential performance
    issues should be addressed via an efficient deduplication library using
    indexed DB fields
    Alex-Ikanow committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    7b38df6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. #154 Improvements to website deduplication logic

    as discussed with @cantino
    Alex-Ikanow committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    b1898cc View commit details
    Browse the repository at this point in the history
  2. #154 Fixed indentation (website deduplication improvements)

    Pesky siren tab key calling out to me as I type!
    Alex-Ikanow committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    3f4e4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Merge branch 'website_deduplication_improvement' of https://github.co…

    …m/Alex-Ikanow/huginn into Alex-Ikanow-website_deduplication_improvement
    cantino committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    6682409 View commit details
    Browse the repository at this point in the history
  2. minor code cleanup

    cantino committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    f4bae10 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2014

  1. default is all

    cantino committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    0ad347c View commit details
    Browse the repository at this point in the history