aa047b124d
v0.2.0-rc1
2013-11-13 22:34:13 -05:00
256a0428dd
CHANGELOG
2013-11-13 21:56:02 -05:00
d9c7796d56
Merge pull request #303 from philips/fixup-certificates
...
fix(fixtures/ca): make the certificates work
2013-11-13 11:56:36 -08:00
b3704a7119
fix(fixtures/ca): make the certificates work
...
Something was wrong with the old certificates. Rebuild them to get them
all working.
2013-11-13 11:45:20 -08:00
a5402435b9
Merge pull request #301 from philips/use-directory-based-on-machine-name
...
feat(etcd): create unique directory on no-flag case
2013-11-13 11:23:19 -08:00
6066862c34
Merge pull request #299 from benbjohnson/release
...
README
2013-11-13 11:22:31 -08:00
a0bfe411f8
Merge pull request #298 from benbjohnson/migration-test
...
Migration test
2013-11-13 10:19:33 -08:00
eecd9f7e35
feat(etcd): create unique directory on no-flag case
...
Tell etcd to store the log and configuration into directory in the
pattern of `${machineName}.etcd` if no directory is specified.
2013-11-13 10:16:02 -08:00
5057036563
Merge pull request #300 from philips/remove-etcd-from-mod
...
refactor(mod): remove the /etcd/ prefix
2013-11-13 07:13:16 -08:00
ca7e61052d
refactor(mod): remove the /etcd/ prefix
...
Originally we were going to move all of the API endpoints to /etcd/ so
that you could move etcd traffic over a multiplexed HTTP proxy with
other service but since we don't have a strong use case for this just
remove this for now.
2013-11-13 06:15:35 -08:00
df00306a71
README
2013-11-12 21:28:51 -05:00
954217fb73
Fix v1 cluster migration test.
2013-11-12 19:27:29 -05:00
ccc27a61f5
Merge branch '0.2' of https://github.com/coreos/etcd into migration-test
2013-11-12 17:29:58 -05:00
5abbaf59e3
Merge pull request #292 from xiangli-cmu/fix-ttl
...
WIP: fix ttl
2013-11-11 21:30:32 -08:00
811c577fe8
test stop mockSync goroutines
2013-11-11 21:31:12 -08:00
fe5fb6cfba
style naming the initialization fields for sync command
2013-11-11 21:21:50 -08:00
8b2e1025ef
style remove the extra space
2013-11-11 21:19:30 -08:00
d8157472fe
Merge branch '0.2' of https://github.com/coreos/etcd into migration-test
2013-11-11 18:12:24 -05:00
b988f5b323
chore(CONTRIBUTING): make the allowed types a list
...
The list was formatted as one long sentence. Fix that.
2013-11-11 11:57:38 -08:00
e427c85f03
refactor add debug info to remove_node test
2013-11-09 21:31:17 -08:00
27157e5e78
fix tests
2013-11-09 21:17:32 -08:00
cb4b6f1fe4
feat add modifiedIndex in kvpair
2013-11-09 20:52:06 -08:00
06f1b7f2e8
refactor change Index to modifiedIndex
2013-11-09 20:49:19 -08:00
d8e5994c35
feat attach etcd-index,raft-index,raft-term to header
2013-11-09 20:20:47 -08:00
e397e807ca
Merge pull request #297 from philips/add-trello
...
feat(README): add link to trello
2013-11-09 19:45:51 -08:00
fcba6436e8
feat(README): add link to trello
2013-11-09 19:24:37 -08:00
d87e0e93d3
fix get return the last modified index of the node
2013-11-09 19:05:38 -08:00
eca433cee5
fix add sync_command.go
2013-11-09 18:59:43 -08:00
6156d5c790
refactor separate etcd index from raft index
2013-11-09 17:55:54 -08:00
fc25ef8383
Merge pull request #246 from philips/add-dashboard-0.2
...
0.2: add the dashboard
2013-11-09 13:06:04 -08:00
84be60c920
feat(dashboard): use all of the latest js/css
...
rebuild all of the js and css as go binaries
2013-11-08 17:48:02 -08:00
bfe33bd3c4
feat(dashboard): have stats use the v2 API
2013-11-08 17:45:55 -08:00
c91cb72ee2
feat(dashboard): have browser use the v2 api
2013-11-08 17:41:04 -08:00
d045f43cda
bug(css): Reset line-height to prevent jumping
2013-11-08 16:59:58 -08:00
7ca09579c2
feat(dashboard): Sort machine list to prevent jumping
2013-11-08 16:59:52 -08:00
4fab919fcb
fix(dashboard): use a more memory friendly bindata
2013-11-08 16:59:37 -08:00
5620f88635
feat(server): insert the mod path
2013-11-08 16:59:30 -08:00
0372cdea23
refactor move sync command into etcd
2013-11-08 16:00:58 -08:00
56bbab74ca
bug(back button): back button now is disabled when invalid
2013-11-08 14:09:36 -08:00
59b2eb4618
feature(selection): prevent selection of non-text elements with CSS
2013-11-08 14:09:36 -08:00
98d1209ca2
chore(dashboard) update color ranges
2013-11-08 14:09:35 -08:00
d12f97c8cf
chore(dashboard): Remove restangular
2013-11-08 14:09:35 -08:00
713d50951b
fix(dashboard): fix bug in toggling views
2013-11-08 14:09:35 -08:00
40142cbacc
feat(dashboard): Notate leader in machine list
2013-11-08 14:09:35 -08:00
478118497c
A little lit bit easy to read
...
I have only reordered to parameters to be according to the first instance executed.
2013-11-08 14:09:35 -08:00
cc9b5fca90
feat(README): add go-discover
2013-11-08 14:08:39 -08:00
b7084fda45
docs(dashboard): improve instructions
2013-11-08 14:08:39 -08:00
8540249c4e
Update README.md
2013-11-08 14:08:39 -08:00
b54a6a2ac8
Update README.md
2013-11-08 14:08:39 -08:00
f62095428f
Update README.md
2013-11-08 14:08:39 -08:00