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: foswiki/distro
base: 704c0f0bc13d
Choose a base ref
...
head repository: foswiki/distro
compare: d61e8b818b25
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 18, 2017

  1. Copy the full SHA
    8a84d16 View commit details
    Browse the repository at this point in the history
  2. Item14237: Implemented caching of parsed specs.

    - Introduced inSync field indicating that the cache in memory is in sync
    with the cache on the disk.
    
    - Caching of fileSize. What exactly is this field is defined by a
    client; but it is expected to be specs source file.
    
    - Cache is not auto writing by default. It's being kept in the memory
    until the cache object is destroyed or client explicitly calls the
    flush() method.
    vrurg committed Mar 18, 2017
    Copy the full SHA
    3801a03 View commit details
    Browse the repository at this point in the history
  3. Item14237: Support for caching of parsed specs.

    - Fixed reparsing of the same specs source.
    
    - Avoid caching if working on global data hash as this would cache all
    previously parsed specs, not only coming from currently processed
    source.
    
    - Changed extension of cache files from .defaults to .cached
    vrurg committed Mar 18, 2017
    Copy the full SHA
    958ccf4 View commit details
    Browse the repository at this point in the history
  4. Item14237: Added strictures.

    vrurg committed Mar 18, 2017
    Copy the full SHA
    0a836e8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d61e8b8 View commit details
    Browse the repository at this point in the history