コミット履歴

作者 SHA1 メッセージ 日付
  Caleb Champlin 82778ed478 Add refresh parameter to allow TTL refreshes without firing watch/wait responses 10 年 前
  Anthony Romano 20461ab11a *: fix many typos 10 年 前
  Xiang Li 9776e6d082 store: fix modifiedindex in node clone 11 年 前
  Yicheng Qin 3ac0298bd0 store: set readonly to pre-defined namespaces 11 年 前
  Yicheng Qin f13c7872d5 etcdserver: register pre-defined namespaces in store 11 年 前
  Jonathan Boulle f1ed69e883 *: switch to line comments for copyright 11 年 前
  Jonathan Boulle 7a4d42166b *: add license header to all source files 11 年 前
  Jonathan Boulle 1456ae4453 store: restore minExpireTime check and advance FakeClock appropriately 11 年 前
  Jonathan Boulle e0801360d3 godep: update clockwork dependency 11 年 前
  Jonathan Boulle 3134658ded store: switch to fake clock 11 年 前
  Jonathan Boulle 4183b69e12 *: move from third_party to Godep 11 年 前
  Jonathan Boulle 1c11f6a144 *: expose etcd-index in watch requests 11 年 前
  Jonathan Boulle f27b4cbbce store: add etcd-index tests 11 年 前
  Jonathan Boulle f7444ff300 store: convert Watch to interface 11 年 前
  Yicheng Qin cc1df691cc store: fix the bug caused by random iteration order over map 11 年 前
  Sam Ghods 3ae0a1e1a6 fix(store.go) include node.dir = true when updating a directory's ttl, fixes coreos/etcd#736 11 年 前
  Brandon Philips 8485987b74 Merge pull request #524 from yifan-gu/remove_omitempty_on_value 12 年 前
  evan-gu 9cfd8c5f0b fix(store): make NodeExtern.Value a *string 12 年 前
  Cenk Alti e73e61f238 test(store/watch): add test case for slow event consumers 12 年 前
  Brandon Philips 2a2714a4bf Merge pull request #514 from cenkalti/prevNode 12 年 前
  Xiang Li 1b5f9eb013 test (isHidden) add unit test for isHidden function 12 年 前
  Xiang Li ba98de6ef0 fix(watch hidden key) Fix hidden keys preventing deeper recursive watches from receiving events 12 年 前
  Brandon Philips d7d20d1c3d bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2 12 年 前
  Cenk Alti 354a91290e feat(prevNode): add test for prevNode 12 年 前
  Brandon Philips 1b00c449a5 Revert "Better error message when setting values on directories" 12 年 前
  Kelsey Hightower d13dd50d51 Better error message when setting values on directories 12 年 前
  tobz 641edd4e6e test(store): group together all store tests that deal with hidden keys 12 年 前
  tobz 0cacb6cba4 test(store): exercise watchers receiving notifications of non-hidden keys within hidden directories 12 年 前
  tobz 7a948746a8 fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub 12 年 前
  tobz 139f59f7d1 fix(store): properly hide hidden keys from watchers, not just gets 12 年 前