John Cowen
3325872daf
Add a beforeModel hook at dc/index to auto transition to services
2018-06-21 12:49:00 +01:00
Matt Keeler
3c63d3dbb0
Merge pull request #4245 from hashicorp/release-build-updates
...
Release build updates
2018-06-20 21:01:36 -04:00
Matt Keeler
9c836b0cb9
Add override capability to blacklist a remote
2018-06-20 16:35:54 -04:00
Matt Keeler
a127f167ee
Allow showing git diff interactively to inspect release commits.
2018-06-20 16:20:43 -04:00
Matt Keeler
74fe2fae8b
Dont duplicate release versions in prereleases
2018-06-20 15:44:19 -04:00
Matt Keeler
c361a23d42
Added more validation during publishing
...
We verify the git remote/url with whoever is running (in addition to other automated checks)
We also now run consul agent -dev, check is first 25 lines of output, consul info output and that consul leave works.
2018-06-20 15:39:09 -04:00
Matt Keeler
50e26d458c
Merge pull request #4150 from hashicorp/topfunky-patch-1
...
Minor clarification of server nodes
2018-06-20 10:55:45 -04:00
Matt Keeler
fef847b4c7
Merge pull request #4177 from jun06t/demo-udp
...
demo: Added udp port forwarding for DNS
2018-06-20 10:34:10 -04:00
Matt Keeler
1ab5a36721
Update CHANGELOG.md
2018-06-20 09:12:22 -04:00
Matt Keeler
95f0e8815d
Merge pull request #4234 from hashicorp/feature/default-new-ui
...
Switch over to defaulting to the new UI
2018-06-20 09:10:08 -04:00
Matt Keeler
fd65b75ba3
Update CHANGELOG.md
2018-06-20 09:07:40 -04:00
Matt Keeler
6ccc4f39db
Merge pull request #4216 from hashicorp/rpc-limiting
...
Make RPC limits reloadable
2018-06-20 09:05:28 -04:00
Matt Keeler
4606db8c04
Update CHANGELOG.md
2018-06-20 08:55:11 -04:00
Matt Keeler
426211fad6
Merge pull request #4215 from hashicorp/feature/config-node-meta-dns-txt
...
Add configuration entry to control including TXT records for node meta in DNS responses
2018-06-20 08:53:04 -04:00
John Cowen
43a6ebc7bd
Merge pull request #4247 from hashicorp/feature/acl-sort-by-name
...
UI - Sort ACL tokens by name
2018-06-20 09:18:36 +01:00
John Cowen
5016899964
Merge pull request #4242 from hashicorp/feature/ui-code-editor-autosizing
...
Sets code editor height to be automatic (growable), with a reasonable min height
2018-06-20 09:18:14 +01:00
John Cowen
75d4757155
Merge pull request #4241 from hashicorp/bugfix/gh-4203-multi-tags
...
[BUGFIX] Ensure all tags for a service are listed on the service detail page
2018-06-20 09:17:40 +01:00
John Cowen
452888e6ad
Merge branch 'master' into bugfix/gh-4203-multi-tags
2018-06-20 09:17:23 +01:00
John Cowen
145c05aeb2
Merge pull request #4228 from hashicorp/feature/minor-css-amends
...
UI - minor css amends
2018-06-20 09:15:34 +01:00
Matt Keeler
bfe2fcbdf1
Update the runtime tests
2018-06-19 13:59:26 -04:00
Matt Keeler
5c9275c60b
Update ui-v2 makefile to handle updating node_modules when needed
...
Also dont include the dist and node_modules folders in the build context.
2018-06-19 13:51:49 -04:00
Matt Keeler
2d863b8d4c
PR Updates
2018-06-19 12:47:58 -04:00
Matt Keeler
36e789e957
Fix a couple find warnings on linux
...
Additionally add the ability to use go install for dev builds rather than gox (travis doesn’t have gox)
2018-06-19 10:49:07 -04:00
Matt Keeler
b9d1e7042a
Make filtering out TXT RRs only apply when they would end up in Additional section
...
ANY queries are no longer affected.
2018-06-19 10:08:16 -04:00
John Cowen
0e3d855734
Sort ACL tokens by name
2018-06-19 10:51:31 +01:00
John Cowen
6bae5e431c
Make sure the body background is white
2018-06-19 10:25:41 +01:00
Matt Keeler
5fc30a4e6f
Allow for building pre-releases/rcs/betas
2018-06-18 17:06:38 -04:00
Omar Khawaja
da12d8a88c
update encryption doc and add guide for creating certificates ( #4238 )
...
* update encryption doc and add guide for creating certificates in consul with cfssl
* add details about CLI and disabling HTTP
* delete $ symbols and add guide elements
* add missing periods and steps heading
2018-06-18 15:25:35 -04:00
Matt Keeler
7f4e18d3d1
Quote $@ when passing around
2018-06-18 14:53:50 -04:00
Matt Keeler
c550eb899d
Quote some make vars
2018-06-18 14:39:34 -04:00
John Cowen
7cd5e413ee
Sets code editor height to be auto, with a reasonable min height
2018-06-18 19:07:57 +01:00
John Cowen
e4d71e637a
Merge pull request #4235 from hashicorp/bugfix/move-rsync-to-test
...
Move the rsync dependency to the test scripts
2018-06-18 19:00:27 +01:00
Matt Keeler
5f6f48bf63
Fix gpg_key usage, also make the location of the binary to check the version of overridable
2018-06-18 13:42:46 -04:00
Matt Keeler
0b42917150
Don’t automatically populate release with dev when not generating a version based off git vars
2018-06-18 13:20:12 -04:00
Matt Keeler
0563be5d2d
Set the binary type
2018-06-18 13:09:41 -04:00
Matt Keeler
1031a2bbf8
Pass the right var to git_push_ref
2018-06-18 12:34:30 -04:00
Matt Keeler
c59afc119a
Return early when git changes are denied
2018-06-18 12:33:59 -04:00
Matt Keeler
b4d8d9b9ea
Fixup version release detection
2018-06-18 11:57:35 -04:00
Matt Keeler
b6aecb2d77
Refactor a little to accomodate overriding packaging using directories
2018-06-18 11:33:16 -04:00
John Cowen
b7a15e6616
Ensure all tags for a service are listed on the service detail page
2018-06-18 15:38:52 +01:00
Matt Keeler
74d2806cc1
Use CONSUL_PKG_NAME in package_release
2018-06-18 10:26:04 -04:00
Matt Keeler
c94c212e97
Fix a bug in parse_version that prevented using auxillary version files
2018-06-18 10:07:29 -04:00
Matt Keeler
e7b0a729ea
Only remove builds with the same suffix
2018-06-18 09:57:12 -04:00
Matt Keeler
588cfbb359
Add notion of a consul pkg name to coexist with enterprise
2018-06-18 09:32:00 -04:00
Matt Keeler
551cf5a77b
Make sure to commit all version*.go files
2018-06-18 09:22:31 -04:00
Matt Keeler
7d2c8689f5
Update the name of a function source
2018-06-18 09:21:38 -04:00
Matt Keeler
ade900f2b6
Dont override set but null vars
2018-06-18 09:16:08 -04:00
Matt Keeler
f6d1aa8fc3
Make some room for overrides of build system functions
2018-06-18 09:06:57 -04:00
Matt Keeler
e542e63031
Generalize git pushing in a bash function
2018-06-15 20:42:07 -04:00
Matt Keeler
3884d10de4
Add rsync so the ui can build again
...
Also add back the init target to the ui-v2 makefile
2018-06-15 14:44:14 -04:00