Commit Graph

3578 Commits

Author SHA1 Message Date
James Phillips f6c9113437 Merge pull request #1810 from hashicorp/jt-enterprise-bnr-fix
Enerprise bnr caused header to display incorrectly on subpages
2016-03-08 15:02:57 -08:00
captainill a46acfeb25 refactor to encapsulate all side affects of displaying announcement bnr in one file 2016-03-08 14:59:06 -08:00
captainill a3996491a2 fix header on subpages when displaying annoucement bnr 2016-03-08 14:50:34 -08:00
James Phillips aa2b69d430 Merge pull request #1809 from hashicorp/slackpad-patch-1
Adds a note that Go 1.6+ is required.
2016-03-08 10:33:58 -08:00
James Phillips d1dd034d4e Adds a note that Go 1.6+ is required. 2016-03-08 10:33:04 -08:00
James Phillips cb1bf35ce9 Updates to latest compiled ui assets. 2016-03-07 13:49:08 -08:00
James Phillips d781711a47 Updates the change log. 2016-03-07 13:38:20 -08:00
James Phillips b09036efc0 Merge pull request #1764 from hashicorp/f-query-templates
Adds support for prepared query templates.
2016-03-07 13:34:58 -08:00
James Phillips a9d640c024 Hardens the match interoplator against negative arguments. 2016-03-07 13:32:32 -08:00
James Phillips 63c826c2c0 Adds a comment about the embedded struct. 2016-03-07 10:45:39 -08:00
James Phillips e634e91ae6 Fixes broken example JSON. 2016-03-07 10:45:39 -08:00
James Phillips 275c84a0cc Renames "debug" endpoint and structures to "explain". 2016-03-07 10:45:39 -08:00
James Phillips 8493640b09 Adds a prepared query debug endpoint. 2016-03-07 10:45:39 -08:00
James Phillips 918b1ace47 Applies prefix ACL to a catch-all template as a special case. 2016-03-07 10:45:39 -08:00
James Phillips e6232a21e4 Adds basic docs for prepared query templates. 2016-03-07 10:45:39 -08:00
James Phillips 3c512fc089 Adds a test for the custom prepared query template indexer. 2016-03-07 10:45:39 -08:00
James Phillips 39d3094d50 Adds core query template tests to the state store. 2016-03-07 10:45:39 -08:00
James Phillips 06087633f0 Adds in basic query template lookups and vendors newly-updated memdb as well as improved iradix tree. 2016-03-07 10:45:39 -08:00
James Phillips 142e69befe Adds tests for the low-level template functions. 2016-03-07 10:45:39 -08:00
James Phillips b578fbbfc4 Adds tests for the string visitor. 2016-03-07 10:45:39 -08:00
James Phillips 2a9a5f823e Factors rendering down into the resolve function. 2016-03-07 10:45:39 -08:00
James Phillips ee43212da4 Updates vendored dependencies.
This removes some unused dependencies that I know we plan to re-add later,
but this makes for a clean `godep save` for now.
2016-03-07 10:45:39 -08:00
James Phillips 8e25451232 Splits walk functions out from the rest of the template code. 2016-03-07 10:45:39 -08:00
James Phillips fa60d575bf Integrates templates into state store and endpoint (sans tests). 2016-03-07 10:45:39 -08:00
James Phillips 62405110dc Wraps the prepared query to also store the compiled template. 2016-03-07 10:45:39 -08:00
James Phillips 98281be7df Adds basic query template compiler and renderer. 2016-03-07 10:45:39 -08:00
James Phillips 74dc5f4fa9 Merge pull request #1802 from hashicorp/b-ping-leak
Updates memberlist to get goroutine leak fix for TCP pings.
2016-03-07 10:44:14 -08:00
James Phillips f4aab86081 Updates memberlist to get goroutine leak fix for TCP pings. 2016-03-07 10:41:54 -08:00
James Phillips be07816c4e Merge pull request #1801 from hashicorp/docs-fix
Minor docs fix
2016-03-07 08:18:08 -08:00
vishalnayak 86edf5f5ba minor docs fix 2016-03-07 11:13:58 -05:00
James Phillips 29caa7d052 Merge pull request #1789 from hashicorp/jt-enterprise-bnr
add announcement banner for Consul Enterprise
2016-03-04 17:33:05 -08:00
James Phillips fc6faf77b7 Preps master for 0.7 development. 2016-03-04 17:31:36 -08:00
James Phillips 987da7ce61 Preps for the 0.6.4 release. 2016-03-04 16:38:39 -08:00
James Phillips 366725958e Catches up the change log. 2016-03-04 16:37:35 -08:00
James Phillips 5dd137056c Fixes name of new query ACL. 2016-03-04 16:32:53 -08:00
James Phillips 699a974717 Merge pull request #1794 from hashicorp/f-check-api
Adds support for new PUT API for checks.
2016-03-04 15:29:32 -08:00
James Phillips 4b1a3203cb Merge pull request #1793 from cleung2010/rrt-error-msg
Correct the rtt -wan error message
2016-03-04 15:21:16 -08:00
James Phillips a126240a12 Adds support for new PUT API for checks. 2016-03-04 15:18:25 -08:00
Calvin Leung Huang f6c1ffa943 Correct the rtt -wan error message 2016-03-04 16:27:30 -05:00
Kevin Fishner bcbf906ebd fix UTMs 2016-03-03 15:20:24 -08:00
Kevin Fishner 1c07280c38 update copyedit to add the word build 2016-03-03 15:19:05 -08:00
captainill 95337b7211 add announcement banner for Consul Enterprise launch 2016-03-03 12:23:30 -08:00
James Phillips c33fb53781 Merge pull request #1786 from moofish32/consol_node_schema_fix
Session Table index require Node
2016-03-02 22:13:05 -08:00
Mike Cowgill 25613895e3 one line schema change to not allow missing for sessions Table node index, Fixes #1774 2016-03-02 21:19:53 -08:00
James Phillips 61afe388fa Merge pull request #1785 from hashicorp/f-check-put-api
Adds a PUT-based API for TTL checks and retains output on timeouts.
2016-03-02 20:17:50 -08:00
James Phillips bfe6f073fe Tweaks formatting of inline output messages. 2016-03-02 19:47:00 -08:00
James Phillips d709ef537b Retains the last output when a TTL check times out. 2016-03-02 17:58:01 -08:00
James Phillips bd4f2ee6b7 Adds a new PUT-based TTL check update endpoint. 2016-03-02 17:54:01 -08:00
James Phillips ecc617008a Merge pull request #1777 from hashicorp/b-port-docfix
TLS example and correcting error
2016-03-01 13:02:30 -08:00
James Phillips 807769e6bd Tweaks the address and advertise docs. 2016-03-01 13:01:13 -08:00