1. 06 Nov, 2017 1 commit
    • Daniel Dao's avatar
      add etcd to travis CI · fc1c60ed
      Daniel Dao authored
      This patch uses docker to run an etcd container in travis CI so we can
      run storage/etcd conformance tests.
      fc1c60ed
  2. 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
  3. 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
  4. 26 Oct, 2017 5 commits
  5. 25 Oct, 2017 1 commit
  6. 10 Oct, 2017 3 commits
  7. 09 Oct, 2017 4 commits
  8. 08 Oct, 2017 1 commit
  9. 05 Oct, 2017 1 commit
  10. 29 Sep, 2017 2 commits
  11. 28 Sep, 2017 1 commit
  12. 27 Sep, 2017 1 commit
  13. 26 Sep, 2017 5 commits
  14. 21 Sep, 2017 2 commits
  15. 19 Sep, 2017 2 commits
  16. 18 Sep, 2017 2 commits
  17. 14 Sep, 2017 6 commits