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

[Dependency Injection] [Filter] Implement filter service abstraction for creating images #922

Merged
merged 28 commits into from Nov 27, 2017
Merged

Commits on Aug 5, 2016

  1. Copy the full SHA
    a1abe98 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Copy the full SHA
    94facff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d399f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Copy the full SHA
    210922c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c8648ca View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Merge pull request #820 from liip/image-cache-manager-typo

    Updating 2.0 with corrections from 1.0
    lsmith77 committed Nov 3, 2016
    Copy the full SHA
    f8aa614 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Copy the full SHA
    6f00396 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Copy the full SHA
    dba4474 View commit details
    Browse the repository at this point in the history
  2. added coveralls reporting to travis

    removed html coverage generation
    updated readme info urls
    robfrawley committed Nov 24, 2016
    Copy the full SHA
    d8435eb View commit details
    Browse the repository at this point in the history
  3. updated readme for branch

    robfrawley committed Nov 24, 2016
    Copy the full SHA
    c708b79 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Copy the full SHA
    32c0a1f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58603f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6681c81 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f774704 View commit details
    Browse the repository at this point in the history
  5. CS fixes of docblocks

    rpkamp committed May 5, 2017
    Copy the full SHA
    4bce009 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9bf0ce8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5122ca8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Copy the full SHA
    3c8bf52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b60debc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Copy the full SHA
    d5abad7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05afc99 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Copy the full SHA
    d897e54 View commit details
    Browse the repository at this point in the history
  2. Create filtered image in getUrlOf... methods in FilterService

    By coupling the creation of the filtered image to resolvig the URL
    of the resolving image the use case of requesting the URL of a filtered
    image that has not been created yet (temporal coupling issue) is no
    longer possible. The current implementation breaks CQS, but this
    is not as bad as the previous temporal coupling.
    rpkamp committed May 20, 2017
    Copy the full SHA
    a8cb68d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fdd9302 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    edd673e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Copy the full SHA
    605190d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe47041 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    270c250 View commit details
    Browse the repository at this point in the history