Michael Lange
f2d31fdf1a
Refactored and image support of the task-file component
2019-07-30 17:22:52 -07:00
Michael Lange
29dacd0c2a
Markup for the image-file component
2019-07-30 17:22:51 -07:00
Michael Lange
153218183b
Address WindowResizable refactor
2019-07-30 17:22:50 -07:00
Michael Lange
3ba05a7eb7
Styles for the image-file component
2019-07-30 17:22:49 -07:00
Michael Lange
30d61fc9fc
image-file component for showing an image and image metadata
2019-07-30 17:22:49 -07:00
Michael Lange
5bd9296194
Extract a streaming-file component from the task-log component
...
The new streaming-file component takes an arbitrary logger component
along with some mode flags and handles things like polling, DOM updates,
and scroll position.
2019-07-30 17:22:48 -07:00
Michael Lange
c5ff121981
New task-file component
...
Based on the task-log component. Commonalities will be refactored.
2019-07-30 17:22:47 -07:00
Michael Lange
4c064a8f72
Tweak log window math
2019-07-30 17:22:46 -07:00
Michael Lange
c3b33b8420
Use the stream decode util and never opt to use the plain query param
2019-07-30 17:22:45 -07:00
Michael Lange
862d6f6da6
Move common stream frame decoding to a util
2019-07-30 17:22:44 -07:00
Buck Doyle
9f3754b46b
Merge branch 'master' into f-ui/alloc-fs
...
# Conflicts:
# ui/app/templates/allocations/allocation/task/index.hbs
# ui/app/templates/allocations/allocation/task/logs.hbs
2019-07-26 14:49:36 -05:00
Michael Schurter
9ec48d27f8
Merge pull request #6010 from spuder/patch-1
...
Clarify encryption keys are shared across datacenters
2019-07-26 11:24:36 -07:00
Mahmood Ali
cb49b0a066
Merge pull request #5993 from hashicorp/b-appveyor-go1.11
...
use go1.11 in windows CI
2019-07-26 13:45:00 +08:00
Mahmood Ali
9bad183d32
use go1.11 in windows CI
2019-07-26 13:19:28 +08:00
Preetha Appan
7455688649
fix grammar
2019-07-25 21:03:20 -05:00
Michael Schurter
5d5a9676e8
docs: cluster -> region
2019-07-25 15:23:10 -07:00
Spencer Owen
835e74f3b2
Clarify encryption keys are shared across datacenters
...
#5973
2019-07-24 21:03:46 -06:00
Lang Martin
92ca20f18b
Merge pull request #6008 from hashicorp/doc-cgroup-raw-exec
...
document cgroup raw exec
2019-07-24 13:27:54 -04:00
Lang Martin
1e33da5fd1
executor_universal_linux log a link to the docs on cgroup error
2019-07-24 12:37:33 -04:00
Lang Martin
db9fcb03f4
docs for linux raw_exec cgroups
2019-07-24 12:36:49 -04:00
Danielle
45f3f928f5
Merge pull request #5996 from hashicorp/f-reload-log-level
...
Support for hot reloading log levels
2019-07-24 13:54:04 +02:00
Danielle Lancashire
0422f1b0c2
Support for hot reloading log levels
2019-07-24 13:37:08 +02:00
Buck Doyle
5efedb35d1
UI: Add allocation directory sorting ( #5914 )
...
When sorting by size, directories are sorted by name, as size
isn’t displayed.
This includes a change to the positioning of sort arrows for all tables,
moving them closer to the text, because in some cases, the arrows
for right-aligned columns were ambiguously positioned.
2019-07-23 15:37:34 -05:00
Preetha Appan
b541b08b0c
Update changelog
2019-07-23 14:50:38 -05:00
Buck Doyle
b2a4ee17de
UI: Remove unused route ( #5925 )
...
This is an extraneous addition from #4612 .
2019-07-23 14:48:39 -05:00
Buck Doyle
354b4c830f
UI: Remove ember-native-dom-helpers ( #5959 )
...
This also includes migration of some tests to async.
2019-07-23 14:40:32 -05:00
Preetha Appan
cc20b3169c
Add download link for Nomad 0.9.4 rc1
2019-07-23 12:16:53 -05:00
Preetha Appan
c47435cdff
Merge branch 'master' of github.com:hashicorp/nomad
2019-07-23 12:09:39 -05:00
Preetha Appan
6b4c40f5a8
remove generated code
2019-07-23 12:07:49 -05:00
Preetha Appan
f1fe73d896
Release v0.9.4-rc1
2019-07-23 12:00:45 -05:00
Preetha
02edd7d1e0
Update CHANGELOG.md
2019-07-22 19:58:32 -05:00
Nomad Release bot
04187c8b86
Generate files for 0.9.4-rc1 release
2019-07-22 21:42:36 +00:00
Michael Schurter
5741dd88af
Merge pull request #5990 from hashicorp/b-hack-goworkaround
...
logmon: Workaround golang/go#29119
2019-07-22 13:53:13 -07:00
Lang Martin
d1932f1e11
Merge pull request #5991 from hashicorp/b-cgroup-error-non-fatal
...
executor_universal_linux raw_exec cgroup failure is not fatal
2019-07-22 16:52:34 -04:00
Michael Schurter
d90680021e
logmon: fix comment formattinglogmon: fix comment formattinglogmon: fix
...
comment formattinglogmon: fix comment formattinglogmon: fix comment
formatting
2019-07-22 13:05:01 -07:00
Michael Schurter
e37bc3513c
logmon: ensure errors are still handled properly
...
...and add a comment to switch back to the old error handling once we
switch to Go 1.12.
2019-07-22 12:49:48 -07:00
Lang Martin
a1d496c05c
executor_universal_linux raw_exec cgroup failure is not fatal
2019-07-22 15:16:36 -04:00
Preetha
35f4bd4279
Merge pull request #5985 from hashicorp/b-enterprise-docs-guides-links
...
Fix links to namespace and quotas guides
2019-07-22 13:54:25 -05:00
Danielle Lancashire
1bcbbbfbe6
logmon: Workaround golang/go#29119
...
There's a bug in go1.11 that causes some io operations on windows to
return incorrect errors for some cases when Stat-ing files. To avoid
upgrading to go1.12 in a point release, here we loosen up the cases
where we will attempt to create fifos, and add some logging of
underlying stat errors to help with debugging.
2019-07-22 18:28:12 +02:00
Mahmood Ali
dd6f55f33f
Merge pull request #5989 from hashicorp/d-fix-bashism-text
...
Clarify script checks requiring shell
2019-07-22 19:41:07 +08:00
Mahmood Ali
305b61631e
Clarify script checks requiring shell
...
Closes https://github.com/hashicorp/nomad/issues/5981
2019-07-22 18:34:59 +08:00
Danielle
4a09bc237a
Merge pull request #5987 from hashicorp/dani/format-samples
...
chore: Format hcl configurations
2019-07-20 18:21:43 +02:00
Danielle Lancashire
d454dab39b
chore: Format hcl configurations
2019-07-20 16:55:07 +02:00
Lang Martin
85b1906d28
Merge pull request #5983 from tariq87/patch-1
...
Update index.html.md
2019-07-19 14:43:14 -04:00
Buck Doyle
1eaf8b0568
Fix links to namespace and quotas guides
2019-07-19 12:45:28 -05:00
Jasmine Dahilig
a3bb40ba8c
update changelog
2019-07-19 10:14:19 -07:00
Jasmine Dahilig
2157f6ddf1
add formatting for hcl parsing error messages ( #5972 )
2019-07-19 10:04:39 -07:00
Lang Martin
d24f56290b
Merge pull request #5953 from hashicorp/b-job-update-auto_revert-merge
...
jobs update stanza merging cleanup
2019-07-19 11:57:13 -04:00
Michael Schurter
a9f82cdbd3
changelog: add #5791 and #5975
2019-07-19 08:26:07 -07:00
Michael Schurter
19ee8cf0bb
Merge pull request #5974 from hashicorp/e2e-terraform-debug
...
e2e: enable_debug=true for all agents
2019-07-19 08:21:17 -07:00