1. 07 Sep, 2018 1 commit
    • Peter Bale's avatar
      Moving methods around · 25b7cfb2
      Peter Bale authored
      This is an update to the order in which we have the new mock methods.
      
      Removed comment and added comment to exported mock helper.
      25b7cfb2
  2. 06 Sep, 2018 3 commits
    • Peter Bale's avatar
      Adding new tests for additional batching logic · 93053087
      Peter Bale authored
      This is to add two new tests which will cover the new logic where the
      submit route53 changes function can error if any one of the updates
      fails for any given batch in any given zone. Additionally, there is now
      a test to check that the application does not try and create a set of
      entries if the total number of changes associated with a given name is
      greater than the total number of allowed changes per batch.
      93053087
    • Peter Bale's avatar
      Change the way aws batching works · be4b4acc
      Peter Bale authored
      This is to change the way batching works when using the aws provider.
      Originally, batching would take the first n records you want to update
      and perform the desired actions on those records as part of a sync. It
      would then wait for the configured sync period and take the first n
      records again and sync them. The issue with this is that when you are
      using the TXT registry with a custom prefix, the updates can sync a TXT
      record and not the accompanying A/CNAME record. This causes external-dns
      to get out of sync with what is created and what the current state
      actually is. This update uses the same idea of batching, however, rather
      than stopping after the first batch until the next run, batching will
      now have a separate batch interval which controls the interval between
      each batch in the same sync period. This allows external-dns to fully
      sync with route53 as part of each sync and can then know that the state
      is complete.
      
      Fixes https://github.com/kubernetes-incubator/external...
      be4b4acc
    • Jonas Michel's avatar
      Add Source implementation for Istio Gateway (#694) · b9b68421
      Jonas Michel authored
      * add Istio Gateway Source
      
      * add documentation for Istio Gateway Source
      
      * make both istio namespace and ingress gateway service configurable
      
      * prefix gateway types, constructors, and flags with 'istio-'
      
      * fix: add missing sources to source flag docs
      b9b68421
  3. 05 Sep, 2018 1 commit
  4. 03 Sep, 2018 3 commits
  5. 31 Aug, 2018 4 commits
  6. 30 Aug, 2018 2 commits
  7. 29 Aug, 2018 2 commits
  8. 28 Aug, 2018 1 commit
  9. 22 Aug, 2018 7 commits
  10. 20 Aug, 2018 1 commit
    • wvl's avatar
      Add generic metrics for Source & Registry Errors (#652) · 46335735
      wvl authored
      * Add generic metrics for Source & Registry Errors
      
      Change-Id: Ie145f200f815712ec372fca1c897bee3710b045b
      
      * add label to distinguish read errors
      
      Change-Id: I9fb1295c6fb3b2c5814ba942b4af91e1fca1c2c1
      
      * detect write errors
      
      Change-Id: I524360923359a5aebe6224c4e32553b138dfbdab
      
      * revert back to label less metrics
      
      Change-Id: Id689e0ba8c3a40a520f5af73219a4e202c167e03
      
      * fixup Gopkg.lock
      
      Change-Id: I3e3fdc8ad792128421b92db587bdde6e788fea58
      46335735
  11. 17 Aug, 2018 3 commits
  12. 16 Aug, 2018 8 commits
  13. 15 Aug, 2018 1 commit
  14. 14 Aug, 2018 3 commits