1. 09 Nov, 2018 5 commits
    • Darren Shepherd's avatar
      v1.12.2-lite4 · 04667f63
      Darren Shepherd authored
      04667f63
    • Darren Shepherd's avatar
      Update vendor · b87c8884
      Darren Shepherd authored
      b87c8884
    • Darren Shepherd's avatar
      Add script to update vendor · ca0a7dbc
      Darren Shepherd authored
      ca0a7dbc
    • Darren Shepherd's avatar
      Check for 101 response before starting copy loop · 51fde888
      Darren Shepherd authored
      If a 101 response is not seen the connection has not been fully
      upgraded.  In this situation do not start the copy loop and only
      write the HTTP response and exit.
      51fde888
    • Darren Shepherd's avatar
      Allow indexers to be added after an informer start · ede5f39a
      Darren Shepherd authored
      Both SharedIndexInformer and threadSafeMap were changed to allow
      AddIndexers to be called after a start or items are in the cache. While a
      new Indexer is being added handling deltas is blocked in the informer.
      When a new Indexer is added to a cache with existing items all indices
      are recalculated.
      
      One point to note is that adding a new indexer on a started informer
      will case all indexes to be rebuilt, but it will not trigger an
      updateNotification.  This is done because it is impractical to assume
      any existing ResourceEventHandler would have knowledge of a yet to be
      added index. Any ResourceEventHandler that would need to consume this
      new index should be added after the new Indexer is added.
      ede5f39a
  2. 30 Oct, 2018 35 commits