Matt Keeler
60ee47ea11
Dont duplicate release versions in prereleases
2018-06-20 15:44:19 -04:00
Matt Keeler
3e8b7f3f38
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
Siva
319a0ae2bf
Graceful exits added
2018-06-20 14:42:08 -04:00
Matt Keeler
585f0e8113
Merge pull request #4150 from hashicorp/topfunky-patch-1
...
Minor clarification of server nodes
2018-06-20 10:55:45 -04:00
Matt Keeler
94d6b1c32c
Merge pull request #4177 from jun06t/demo-udp
...
demo: Added udp port forwarding for DNS
2018-06-20 10:34:10 -04:00
John Cowen
3f0560d098
Add missing scss file
2018-06-20 15:33:42 +01:00
John Cowen
3161cf0c7d
Make sure the updated tag view doesn't break the tests
2018-06-20 15:26:22 +01:00
John Cowen
0ad1d562db
Use the pill styling elsewhere...
...
TODO: Probably change the %tag to %pill now I've remembered the word I was
looking for!
2018-06-20 15:14:16 +01:00
John Cowen
0f6214d0ce
Make sure token is set to blank if nothing is typed in settings
2018-06-20 14:38:54 +01:00
Matt Keeler
01986a4cbc
Update CHANGELOG.md
2018-06-20 09:12:22 -04:00
Matt Keeler
3afa4f9c7e
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
e4f050e256
Update CHANGELOG.md
2018-06-20 09:07:40 -04:00
Matt Keeler
af910bda39
Merge pull request #4216 from hashicorp/rpc-limiting
...
Make RPC limits reloadable
2018-06-20 09:05:28 -04:00
John Cowen
d2d501a4a4
Add a reusable %tag and use it for the ACL 'tags' ready to use elsewhere
2018-06-20 14:01:42 +01:00
Matt Keeler
59b9fab960
Update CHANGELOG.md
2018-06-20 08:55:11 -04:00
Matt Keeler
0d4e8676d1
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
76017b69b5
Make sure the colon doesn't wrap with lots of tags
2018-06-20 13:44:36 +01:00
John Cowen
484f6ccaf2
Add port the service is running on for each node in the service view
2018-06-20 13:08:59 +01:00
John Cowen
8c5416ecaf
Ensure a blank token is sent if the localStorage kv doesn't exist
2018-06-20 10:32:35 +01:00
John Cowen
894667b87a
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
f960604bb5
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
cdd9556d15
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
4d7f15ce34
Merge branch 'master' into bugfix/gh-4203-multi-tags
2018-06-20 09:17:23 +01:00
John Cowen
1d816e85af
Merge pull request #4228 from hashicorp/feature/minor-css-amends
...
UI - minor css amends
2018-06-20 09:15:34 +01:00
Matt Keeler
7f7c703118
Update the runtime tests
2018-06-19 13:59:26 -04:00
Matt Keeler
aff1b93268
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
21fcb45f36
PR Updates
2018-06-19 12:47:58 -04:00
Matt Keeler
90e74da6b7
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
8216816e3f
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
6949b22d5f
Sort ACL tokens by name
2018-06-19 10:51:31 +01:00
John Cowen
3c02e17fa7
Make sure the body background is white
2018-06-19 10:25:41 +01:00
Matt Keeler
12d14f6c54
Allow for building pre-releases/rcs/betas
2018-06-18 17:06:38 -04:00
Omar Khawaja
8f66362770
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
Siva
bf264981c9
Merge branch 'master' of github.com:hashicorp/consul into WinService
2018-06-18 14:55:38 -04:00
Siva
e5ad1dd576
Added Side Effect import for Windows Service
2018-06-18 14:55:11 -04:00
Matt Keeler
9457468423
Quote $@ when passing around
2018-06-18 14:53:50 -04:00
Siva
411b24d95d
Added Hook for Windows Service
2018-06-18 14:49:59 -04:00
Stanley Shilov
c06dfb3d2d
Sessions TTL should be of type string in ui-v2
2018-06-18 13:41:22 -05:00
Matt Keeler
075f4b64ae
Quote some make vars
2018-06-18 14:39:34 -04:00
John Cowen
5909d5695e
Sets code editor height to be auto, with a reasonable min height
2018-06-18 19:07:57 +01:00
John Cowen
31b6e10391
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
04ea404414
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
fcd1811402
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
46cfa577b0
Set the binary type
2018-06-18 13:09:41 -04:00
Matt Keeler
5381e78520
Pass the right var to git_push_ref
2018-06-18 12:34:30 -04:00
Matt Keeler
31b918d554
Return early when git changes are denied
2018-06-18 12:33:59 -04:00
Matt Keeler
b739bbfefe
Fixup version release detection
2018-06-18 11:57:35 -04:00
Matt Keeler
ca1a0619bd
Refactor a little to accomodate overriding packaging using directories
2018-06-18 11:33:16 -04:00
John Cowen
04435dbdaf
Ensure all tags for a service are listed on the service detail page
2018-06-18 15:38:52 +01:00
Matt Keeler
82857b2121
Use CONSUL_PKG_NAME in package_release
2018-06-18 10:26:04 -04:00