Commit Graph

1349 Commits

Author SHA1 Message Date
Seth Vargo 7682ba3495 Use middleman-hashicorp for docs generation 2014-10-08 21:13:54 -04:00
Seth Vargo 3b570e8f7a Consul does not have prefixed packages (yet) 2014-10-06 20:31:57 -04:00
Seth Vargo c0483af15f Update extension version 2014-10-06 19:32:37 -04:00
Seth Vargo 4df0d41aaf Update WebUI download link 2014-10-06 19:22:50 -04:00
Seth Vargo 62c87b333e Remove glyphicons (vendored in extension) 2014-10-06 19:22:39 -04:00
Seth Vargo 86760874f0 Use middleman-hashicorp :) 2014-10-06 19:15:01 -04:00
Seth Vargo 7aea5c4f0d Move sidebar helper inline 2014-10-06 19:13:22 -04:00
Seth Vargo 9a40bc0e54 Include one javascript file and use sprockets 2014-10-06 19:13:08 -04:00
Seth Vargo 1b95be0149 Update config.ru to cache everything at /assets 2014-10-06 19:12:53 -04:00
Seth Vargo 60daaa3955 Pre-process Consul UI docs as ERB for image tags 2014-10-06 19:12:34 -04:00
Seth Vargo 651f559380 Pre-process sessions docs as ERB for image tags 2014-10-06 19:12:25 -04:00
Seth Vargo ab75771eb6 Pre-process architecture docs as ERB for image tags 2014-10-06 19:12:17 -04:00
Seth Vargo 179d960003 Remove Gruntfile 2014-10-06 19:11:52 -04:00
Seth Vargo 4f5d25aab4 Remove download_helpers helper 2014-10-06 19:00:51 -04:00
Armon Dadgar e84048398b 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 9c21df0f04 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 749b375feb 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 6eeb922d11 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 7fea587a32 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 06bf0bb728 Remove node from node list after deregristration 2014-10-04 18:14:36 +02:00
William Tisäter 5ce77e0aee Drop debug `console.log` 2014-10-04 11:52:27 +02:00
William Tisäter cb74d3efbb Fix leaking `objs` variables 2014-10-04 11:45:09 +02:00
William Tisäter dfd8967843 Add deregister node button 2014-10-04 11:44:50 +02:00
Seth Vargo 92bd997a65 Update website to use the latest middleman and other gems 2014-10-03 17:43:49 -07:00
Seth Vargo 421b661941 Remove dummy and version files (@pearkes said so) 2014-10-03 17:43:31 -07:00
Armon Dadgar daa32dd6f8 consul: don't close a nil connection 2014-10-02 10:26:25 -07:00
Armon Dadgar 1419182a5c agent: tests for DNS truncate config 2014-09-30 13:04:31 -07:00
Armon Dadgar ccc63d6110 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 5917aa0e20 Added the dns_config option enable_truncate to the docs. 2014-09-30 15:31:28 -04:00
Alex Wheeler a805e17b9c Adding support for enabling the DNS truncate flag for UDP queries. 2014-09-30 15:15:36 -04:00
Armon Dadgar 1255d1aaf5 Merge pull request #373 from carlanton/master
agent: Remove redundant assignment
2014-09-29 14:08:43 -07:00
Anton Lindström 7f8f3c8edc Remove redundant assignment 2014-09-29 14:22:31 +02:00
Armon Dadgar 4037f7c41c website: fixing formatting 2014-09-24 16:59:43 -07:00
Armon Dadgar 51eede7117 Merge pull request #358 from SnehaM/master
Documenation fix : reload command
2014-09-23 08:19:44 -07:00
Armon Dadgar d208feed33 Merge pull request #359 from christianberg/patch-1
Fix typo
2014-09-23 08:16:09 -07:00
Christian Berg 344f4f93d4 Fix typo
Should be whitelist, not whilelist.
2014-09-23 15:24:19 +02:00
Sneha More 4e4ed41d47 reload command triggers reload 2014-09-23 12:52:09 +05:30
William Tisäter b915a92982 Hide vertical scrollbar in Safari 2014-09-19 11:07:15 +02:00
William Tisäter 44b357c316 UI fix for OS X when having scrollbars `always on`
Resolves #343.
2014-09-19 10:52:31 +02:00
William Tisäter 554fc14f7d Go format fix 2014-09-19 10:51:03 +02:00
Armon Dadgar 48f5195516 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 558f19bccc Merge pull request #349 from SnehaM/master
removed repeated 'can' Watches documentation
2014-09-18 10:41:57 -04:00
Soren Hansen 63946e04c4 Also change the call sites. *sigh* 2014-09-18 12:55:09 +02:00
Soren Hansen 6f50f5d789 Fix style issue in remote_exec_test 2014-09-18 11:04:20 +02:00
Sneha More baa08454be removed repeated 'can' 2014-09-18 11:11:00 +05:30
Soren Hansen 2d77553be4 Remove test code duplication 2014-09-17 21:33:03 +02:00
Soren Hansen df2959ce42 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 2067cc32dd agent: Fixing issue with multiple watches. Fixes #337 2014-09-15 10:56:04 -07:00
Jack Pearkes 0cedc1fdce 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 b03ce98749 Change default token to empty string instead of undefined
fixes #329
2014-09-08 15:21:54 +02:00