1. 31 Oct, 2017 2 commits
    • Daniel Dao's avatar
      vendor etcd dependencies for etcd storage · b4106228
      Daniel Dao authored
      This change vendors github.com/coreos/etcd related packages to support
      etcd storage implementation.
      b4106228
    • Daniel Dao's avatar
      storage: add etcd storage · ca114f78
      Daniel Dao authored
      This patch adds etcd storage implementation. This should be useful in
      environments where
      - we dont want to depends on a separate, hard to maintain SQL cluster
      - we dont want to incur the overhead of talking to kubernetes apiservers
      - kubernetes is not available yet, or if kubernetes depends on dex
      to perform authentication and the operator would like to remove any
      circular dependency if possible.
      ca114f78
  2. 27 Oct, 2017 1 commit
    • Daniel Dao's avatar
      storage: fix list connector test · 2b13bdd1
      Daniel Dao authored
      The previous test doesnt actually testing ListConnectors code. For
      example the following pseudocode will pass the test:
      
      ```
      ListConnectors() { return nil, nil }
      ```
      
      Instead change to actually fetch and compare list of connectors,
      ordering by name
      2b13bdd1
  3. 26 Oct, 2017 5 commits
  4. 25 Oct, 2017 1 commit
  5. 10 Oct, 2017 3 commits
  6. 09 Oct, 2017 4 commits
  7. 08 Oct, 2017 1 commit
  8. 05 Oct, 2017 1 commit
  9. 29 Sep, 2017 2 commits
  10. 28 Sep, 2017 1 commit
  11. 27 Sep, 2017 1 commit
  12. 26 Sep, 2017 5 commits
  13. 21 Sep, 2017 2 commits
  14. 19 Sep, 2017 2 commits
  15. 18 Sep, 2017 2 commits
  16. 14 Sep, 2017 6 commits
  17. 13 Sep, 2017 1 commit