Seth Vargo
0771499761
Pre-process sessions docs as ERB for image tags
2014-10-06 19:12:25 -04:00
Seth Vargo
7903a55dd1
Pre-process architecture docs as ERB for image tags
2014-10-06 19:12:17 -04:00
Seth Vargo
1927f48598
Remove Gruntfile
2014-10-06 19:11:52 -04:00
Seth Vargo
2d01fce61a
Remove download_helpers helper
2014-10-06 19:00:51 -04:00
Armon Dadgar
24ac68b4f6
Merge pull request #385 from sarlalian/master
...
In FreeBSD bash is located at /usr/local/bin/bash instead of /bin/bash
2014-10-06 10:48:49 -07:00
Will Fife
4002ed0db0
Removed the FreeBSD export CGO_LDFLAGS option, as the workaround listed is no longer needed,
...
and breaks the build using any recent go on FreeBSD 10.
2014-10-06 10:23:29 -07:00
Will Fife
52576e5b00
Altered the /bin/bash line to use the /usr/bin/env command to
...
acquire the location of bash from the environment. This should
work on Linux/OS X/FreeBSD. FreeBSD puts bash in /usr/local/bin
instead of /bin/ so builds don't work without modification there.
2014-10-06 09:58:23 -07:00
Jack Pearkes
26acfc77cd
Merge pull request #378 from hashicorp/sethvargo/update_middleman
...
Update website to use latest middleman
2014-10-04 09:50:55 -07:00
Jack Pearkes
c9bb3d4dcd
Merge pull request #379 from hashicorp/f-ui-deregister-node
...
Deregister node button in web UI
2014-10-04 09:37:36 -07:00
William Tisäter
509820be45
Remove node from node list after deregristration
2014-10-04 18:14:36 +02:00
William Tisäter
68bf19dcdb
Drop debug `console.log`
2014-10-04 11:52:27 +02:00
William Tisäter
ce149be9a9
Fix leaking `objs` variables
2014-10-04 11:45:09 +02:00
William Tisäter
d9d5e03188
Add deregister node button
2014-10-04 11:44:50 +02:00
Seth Vargo
2df6bfc225
Update website to use the latest middleman and other gems
2014-10-03 17:43:49 -07:00
Seth Vargo
111372be84
Remove dummy and version files (@pearkes said so)
2014-10-03 17:43:31 -07:00
Armon Dadgar
c8f35aea45
consul: don't close a nil connection
2014-10-02 10:26:25 -07:00
Armon Dadgar
77436a15fd
agent: tests for DNS truncate config
2014-09-30 13:04:31 -07:00
Armon Dadgar
365f7de415
Merge pull request #376 from awheeler/master
...
agent: Adding support for enabling the DNS truncate flag for UDP queries.
2014-09-30 13:02:22 -07:00
Alex Wheeler
bb613cf467
Added the dns_config option enable_truncate to the docs.
2014-09-30 15:31:28 -04:00
Alex Wheeler
6cac440a8d
Adding support for enabling the DNS truncate flag for UDP queries.
2014-09-30 15:15:36 -04:00
Armon Dadgar
7fd1c9929d
Merge pull request #373 from carlanton/master
...
agent: Remove redundant assignment
2014-09-29 14:08:43 -07:00
Anton Lindström
b8ae4b7d92
Remove redundant assignment
2014-09-29 14:22:31 +02:00
Armon Dadgar
6d4b8bbd56
website: fixing formatting
2014-09-24 16:59:43 -07:00
Armon Dadgar
f4364b1d52
Merge pull request #358 from SnehaM/master
...
Documenation fix : reload command
2014-09-23 08:19:44 -07:00
Armon Dadgar
444c3291c0
Merge pull request #359 from christianberg/patch-1
...
Fix typo
2014-09-23 08:16:09 -07:00
Christian Berg
28fc0fd912
Fix typo
...
Should be whitelist, not whilelist.
2014-09-23 15:24:19 +02:00
Sneha More
fe85e58bc6
reload command triggers reload
2014-09-23 12:52:09 +05:30
William Tisäter
e87504dbca
Hide vertical scrollbar in Safari
2014-09-19 11:07:15 +02:00
William Tisäter
1856ee3104
UI fix for OS X when having scrollbars `always on`
...
Resolves #343 .
2014-09-19 10:52:31 +02:00
William Tisäter
c061eec101
Go format fix
2014-09-19 10:51:03 +02:00
Armon Dadgar
48b759e0ff
Merge pull request #347 from sorenh/remote_exec_exit_code
...
agent: Pass exitCode by reference
2014-09-18 15:52:37 -07:00
Jack Pearkes
3e31e81721
Merge pull request #349 from SnehaM/master
...
removed repeated 'can' Watches documentation
2014-09-18 10:41:57 -04:00
Soren Hansen
caedef5cc1
Also change the call sites. *sigh*
2014-09-18 12:55:09 +02:00
Soren Hansen
8605488598
Fix style issue in remote_exec_test
2014-09-18 11:04:20 +02:00
Sneha More
5d6391904a
removed repeated 'can'
2014-09-18 11:11:00 +05:30
Soren Hansen
8f5089a661
Remove test code duplication
2014-09-17 21:33:03 +02:00
Soren Hansen
264d619457
Pass exitCode by reference
...
Arguments to defer statements are evaluated when the defer statement is
evaluated, so pass exitCode by reference instead.
Fixes issue #346
2014-09-17 21:17:51 +02:00
Armon Dadgar
36fd5f76c2
agent: Fixing issue with multiple watches. Fixes #337
2014-09-15 10:56:04 -07:00
Jack Pearkes
ae463fad8a
Merge pull request #330 from sequenceiq/fix-forbidden-kv-ui
...
Change default token to empty string instead of undefined
2014-09-08 11:25:24 -04:00
lalyos
05cb20f829
Change default token to empty string instead of undefined
...
fixes #329
2014-09-08 15:21:54 +02:00
Armon Dadgar
0d23f35f3d
Merge pull request #324 from lalyos/patch-1
...
json sample fixed for PUT /v1/acl/create
2014-09-05 16:56:52 -07:00
lalyos
29f933c554
json sample fixed for PUT /v1/acl/create
2014-09-06 01:55:38 +02:00
Jack Pearkes
a4de2ef2ac
ui: add footer
2014-09-05 15:56:50 -04:00
Jack Pearkes
c034f30182
website: update web ui image in docs
2014-09-05 14:12:31 -04:00
Armon Dadgar
24323e0323
Adding deps file for 0.4.0
2014-09-05 10:56:05 -07:00
Armon Dadgar
e1d87dee26
Cutting v0.4.0
2014-09-05 10:55:22 -07:00
Mitchell Hashimoto
5ce9a2568f
Merge pull request #322 from foostan/typofix
...
command: fix indent space
2014-09-04 20:41:44 -07:00
foostan
525c0f508a
Fix indent space
2014-09-05 11:09:37 +09:00
Armon Dadgar
e47fbd34a8
website: implicit -> explicit
2014-09-02 20:48:25 -07:00
Armon Dadgar
55f0f8d0ba
Adding upgrade note
2014-09-02 14:52:30 -07:00