Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fcrepo/fcrepo
base: b45051410faa^
Choose a base ref
...
head repository: fcrepo/fcrepo
compare: fc0c9812d5cb
Choose a head ref
  • 9 commits
  • 44 files changed
  • 1 contributor

Commits on May 5, 2014

  1. Copy the full SHA
    b450514 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e06428 View commit details
    Browse the repository at this point in the history
  3. Remove the self-healing-after-fixity-check-failure feature

    This feature was only useful for chained cache loaders on a single host
    (e.g. not across clusters, and not for other types of binary stores).
    cbeer committed May 5, 2014
    Copy the full SHA
    962458b View commit details
    Browse the repository at this point in the history
  4. Don't expose the underlying content location in the default jcr:content

    serialization
    
    The content location may be expensive to calculate (some cluster
    configurations), is often unnecessary for day-to-day operations, etc
    cbeer committed May 5, 2014
    Copy the full SHA
    5250778 View commit details
    Browse the repository at this point in the history
  5. Refactor FixityResult to take a string to identify a cache, instead o…

    …f of the whole CacheEntry
    cbeer committed May 5, 2014
    Copy the full SHA
    3083bc0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ff639b2 View commit details
    Browse the repository at this point in the history
  7. Refactor CacheEntry classes to wrap a jcr property, whereever it is

    stored
    
    - getFixity() should return a collection of fixity results that provide
      one or more fixity results for all copies of the binary data
    - simplify the infinispan distributed executation calls for ISPN-backed
      binary stores
    cbeer committed May 5, 2014
    Copy the full SHA
    834a0cb View commit details
    Browse the repository at this point in the history
  8. remove unused test imports

    cbeer committed May 5, 2014
    Copy the full SHA
    cd66ea4 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fc0c981 View commit details
    Browse the repository at this point in the history