1. 13 Apr, 2015 6 commits
  2. 12 Apr, 2015 1 commit
  3. 10 Apr, 2015 5 commits
    • Stephane Nicoll's avatar
      Polish · 452ce0ff
      Stephane Nicoll authored
      Add setter for cache names so that it can be bound both via indexed
      access and comma-separated list.
      452ce0ff
    • Dave Syer's avatar
      Re-write of path parsing pieces of RelaxedDataBinder · ff637d3a
      Dave Syer authored
      Keys with explicit indexes (e.g. foo[bar]) were handled only
      partially before this change and in quite a crude way. The main
      new feature (or fixed bug if you prefer) is that map keys with
      periods were not identified correctly, so foo[bar.spam] came out
      wrong. By scanning the key for indexes "[]" first, we can split
      the logic better to make sure that all keys can be explicitly
      indexed if desired. I believe this would work in YAML as well
      but it definitely works for properties file inputs.
      
      Fixes gh-2387 (I believe)
      ff637d3a
    • Phillip Webb's avatar
      Merge pull request #2252 from bsideup/feature/grep-metrics · 44a708ea
      Phillip Webb authored
      * feature/grep-metrics:
        Add additional MetricsMvcEndpoint regex tests
        Add regex support to /metrics and /env endpoints
      44a708ea
    • Sergey Egorov's avatar
      Add additional MetricsMvcEndpoint regex tests · a60df818
      Sergey Egorov authored
      Update MetricsMvcEndpointTests to test for regular expression based
      calls.
      
      Closes gh-2252
      a60df818
    • Phillip Webb's avatar
      Add regex support to /metrics and /env endpoints · 8ca5635b
      Phillip Webb authored
      Update MetricsMvcEndpoint and EnvironmentMvcEndpoint to support regex
      filter of names.
      
      See gh-2252
      Add it
      8ca5635b
  4. 09 Apr, 2015 16 commits
  5. 08 Apr, 2015 11 commits
  6. 07 Apr, 2015 1 commit