Michael Lange
1ca9c74fe0
Merge pull request #3280 from hashicorp/b-ui-links-in-tables
...
Links in table rows should get click priority over table rows
2017-09-29 09:37:18 -07:00
Michael Lange
445f50c9de
Merge pull request #3286 from hashicorp/b-ui-scroll-to-top-on-transition
...
Scroll to the top of the page on transition. Like a normal website.
2017-09-29 09:27:55 -07:00
Chelsea Komlo
45881b662b
Merge pull request #3294 from hashicorp/f-acl-job-deregister
...
Add ACL for job deregister
2017-09-28 10:57:51 -04:00
Chelsea Komlo
39960d9a65
Merge pull request #3291 from hashicorp/f-acl-get-job-versions
...
Add ACL for job endpoint GetJobVersions
2017-09-28 10:35:19 -04:00
Michael Schurter
0a527a2dbb
Merge pull request #3296 from hashicorp/b-win-docker-ip
...
Properly autodetect Docker IP in Windows
2017-09-27 22:43:14 -05:00
Michael Schurter
a7a5d5f9d1
Cleanup versioning doc
2017-09-27 17:24:30 -07:00
Michael Schurter
900e708577
Properly autodetect Docker IP in Windows
...
Our Docker network plugin autodetection code was erroneously treating
Window's default network `nat` as a plugin and defaulting to it instead
of the host.
Fixes #3218
2017-09-27 16:49:23 -07:00
Chelsea Komlo
db4ea27457
Merge pull request #3276 from hashicorp/f-acl-job-evaluate
...
Add read job permissions to evaluate endpoint
2017-09-27 18:01:15 -04:00
Michael Schurter
4f23e9ec05
Merge pull request #3295 from hashicorp/b-rkt-is-linux-only
...
Only build rkt driver on linux
2017-09-27 17:00:05 -05:00
Chelsea Holland Komlo
6b63b2d7d8
add checks for error message
2017-09-27 21:35:03 +00:00
Michael Schurter
08f8411163
Only build rkt driver on linux
...
Build stub for non-linux targets
2017-09-27 14:21:45 -07:00
Chelsea Holland Komlo
6323f46712
add documnetation
2017-09-27 21:06:13 +00:00
Chelsea Komlo
6d8bd9a16d
Merge pull request #3279 from hashicorp/f-acl-job-allocations
...
Add ACL to job allocations endpoint
2017-09-27 16:57:04 -04:00
Chelsea Komlo
d60ec5499e
Merge pull request #3283 from hashicorp/f-acl-job-latest-deployment
...
Add ACL to latest job api
2017-09-27 16:54:44 -04:00
Chelsea Holland Komlo
88d3a83057
add documentation
2017-09-27 20:20:04 +00:00
Chelsea Holland Komlo
8b2cdac917
add documentation
2017-09-27 20:12:49 +00:00
Alex Dadgar
6a655600fe
Merge pull request #3292 from hashicorp/f-lint-website
...
Spell check website
2017-09-27 12:56:13 -07:00
Chelsea Holland Komlo
5a6b76e403
acl for job deregister
2017-09-27 19:21:10 +00:00
Chelsea Komlo
ecf55998f7
Merge pull request #3281 from hashicorp/f-acl-job-evaluations
...
Add ACL for Job Evaluations endpoint
2017-09-27 15:15:35 -04:00
Alex Dadgar
67b6f2d91a
Merge pull request #3271 from hashicorp/d-oss2ent
...
Document enterprise upgrade path
2017-09-27 11:53:44 -07:00
Alex Dadgar
c99c021f98
Merge pull request #3269 from hashicorp/v-bolt
...
Update bolt
2017-09-27 11:53:32 -07:00
Alex Dadgar
b84472f5c5
Spell check website
2017-09-27 11:14:37 -07:00
Chelsea Holland Komlo
7ada47aa16
add acl for job endpoint GetJobVersions
2017-09-27 17:29:08 +00:00
Chelsea Komlo
f17eee789b
Merge pull request #3282 from hashicorp/f-acl-job-deployments
...
Add ACL for job deployments endpoint
2017-09-27 12:42:25 -04:00
Chelsea Holland Komlo
c4e1c021cd
fix up comment
2017-09-27 15:25:10 +00:00
Chelsea Holland Komlo
6736b2cbdf
fixups from code review
2017-09-27 15:23:38 +00:00
Chelsea Holland Komlo
559ff3c1f0
fixups from code review
2017-09-27 15:20:18 +00:00
Chelsea Holland Komlo
15acc7e21a
fixups from code review
2017-09-27 15:07:45 +00:00
Michael Lange
2536812403
Scroll to the top of the page on transition. Like a normal website.
2017-09-26 16:43:34 -07:00
Michael Schurter
eeeb544a2d
Merge pull request #3256 from dalegaard/master
...
Enable rkt driver to use address_mode = 'driver'
2017-09-26 18:04:37 -05:00
Alex Dadgar
8750e2da3d
Merge pull request #3284 from hashicorp/f-lint
...
Enable more linters
2017-09-26 15:46:42 -07:00
Alex Dadgar
a9e3a41407
Enable more linters
2017-09-26 15:26:33 -07:00
Lasse Dalegaard
5decea6a59
Ignore rkt network failure if container died early
...
If the container dies before the network can be read, we now ignore the
error coming out of the network information polling loop. Nomad will
restart the task regardless, so we might be masking the actual error.
The polling loop for the rkt network information, inside the `Start`
method, was getting a bit unwieldy. It's been refactored out so it's not
a seperate function.
2017-09-27 00:15:27 +02:00
Lasse Dalegaard
c359ba44a5
Make rkt port mapping test not exit immediately
...
The rkt port mapping test currently starts redis with --version, which
obviously makes redis exit again almost immediately. This means that the
container exists before the network status can be queried, and so the
test fails.
2017-09-26 23:10:24 +02:00
Chelsea Holland Komlo
d53bd1d2a0
add acl to lastest job api
2017-09-26 20:53:43 +00:00
Chelsea Holland Komlo
21e33571c1
add acl for job deployments endpoint
2017-09-26 20:33:03 +00:00
Lasse Dalegaard
5cd1d19cc8
Add rkt default network to Travis
...
The current Travis setup scripts copy in rkt, but do not set up a
default container network.
Here we copy the container network setup over from the vagrant setup
scripts.
2017-09-26 22:20:01 +02:00
Chelsea Holland Komlo
edafd1fedf
add acl for Job Evaluations endpoint
2017-09-26 20:12:37 +00:00
Lasse Dalegaard
b537f16eff
Improve rkt driver network status poll loop
...
The network status poll loop will now report any networks it ignored, as
well as a no-networks situations.
2017-09-26 21:49:45 +02:00
Lasse Dalegaard
eade50b938
Refactor rkt network status loop
...
The network status poll loop for the rkt drivers `Start` method was a
bit messy, and could not display the last encountered error. Here we
clean it up.
2017-09-26 21:27:12 +02:00
Chelsea Komlo
cfe4f0534a
Merge pull request #3275 from AlmZ/patch-1
...
Fix typo in Prometheus Configuration url
2017-09-26 15:05:43 -04:00
Chelsea Komlo
83b8b8cc74
Merge pull request #3274 from hsmade/patch-2
...
Update metrics.html.md
2017-09-26 15:03:48 -04:00
Michael Lange
5c5de58b8f
Fix the links in table rows bug
...
Click events were greedily redirecting to the resource pages instead
of first yielding to the anchor tag clicked if an anchor tag was in
fact clicked.
2017-09-26 11:59:42 -07:00
Michael Lange
7dc62aec37
Migrate tests over to native helpers as much as possible
2017-09-26 11:59:41 -07:00
Michael Lange
9235cf6748
Switch to native dom helpers
2017-09-26 11:59:41 -07:00
Michael Lange
bffdc874ff
Demonstrate link in action table row bug
2017-09-26 11:59:41 -07:00
Michael Schurter
58c66d2b1d
Merge pull request #3277 from hashicorp/b-fix-grace-keyword
...
grace_period -> grace
2017-09-26 13:21:21 -05:00
Chelsea Holland Komlo
faa4c99281
add acl to job allocations endpoint
2017-09-26 18:01:23 +00:00
Lasse Dalegaard
a7f5f8a363
Small logging fix in rkt/driver
2017-09-26 19:36:13 +02:00
Michael Schurter
b381b5fff7
grace_period -> grace
2017-09-26 10:21:35 -07:00