Commit Graph

18719 Commits

Author SHA1 Message Date
Mahmood Ali
2f589c0e30 Merge pull request #8271 from hashicorp/f-comment-init-check-stanza
Comment out default Consul check; Update URLs
2020-06-26 08:30:30 -04:00
James Rasell
0a9104c8cd Merge pull request #7752 from hashicorp/docs-update-datadog-agent-link
docs: update Datadog agent telemetry link to rewritten version.
2020-06-26 08:19:22 +02:00
Buck Doyle
7d82df6fd8 Add multiple substring highlights for search (#8287)
The fuzzy search highlighting was ignoring everything after the first
substring that was matched, this now highlights all substrings.
2020-06-25 15:26:52 -05:00
Nick Ethier
7c4bff9549 command: correctly show host IP in ports output /w multi-host networks (#8289) 2020-06-25 15:16:01 -04:00
Noel Quiles
e59c6c8e6e Merge pull request #8254 from EnMod/nq.add-betterhelp-casestudy-quote
[Website] Add quote for CaseStudy carousel from BetterHelp
2020-06-25 14:16:45 -04:00
Lang Martin
d6a41dc1ca doc: nomad debug cli (#8278)
* doc: nomad debug cli

* CHANGELOG

* website/data/docs-navigation: add debug to navigation

* contributing/checklist-command: add website nav link to checklist
2020-06-25 13:48:27 -04:00
Tim Gross
7202322955 docs: spellcheck fix for multiregion (#8286) 2020-06-25 12:56:40 -04:00
Lang Martin
84072d310b new command: nomad debug captures a debug archive of cluster state (#8244)
* command/debug: build a local archive of debug data
* command/debug: query consul and vault directly
* command/debug: include pprof CPUProfile Trace and goroutine
* command/debug: trap signals and close the monitor requests
2020-06-25 12:51:23 -04:00
Michael Lange
a059cd6255 Merge pull request #8283 from hashicorp/b-ui/text-alignment-view-raw-file
UI: Fix text alignment for the "view raw file" button/link on the fs file viewer
2020-06-25 09:28:30 -07:00
Michael Lange
e9cd2b7b89 Merge pull request #8281 from hashicorp/b-ui/fix-log-streaming
UI: Revert AbortController polyfill to use native AbortController on logs page
2020-06-25 09:26:49 -07:00
Michael Lange
4ecab38ef9 Merge pull request #8280 from hashicorp/f-ui/wide-monitor-logs
UI: Make monitor log output full-width
2020-06-25 09:22:54 -07:00
Michael Lange
787200e790 Merge pull request #8279 from hashicorp/b-ui/remove-safari-special-case
UI: Fix monitor in Safari
2020-06-25 09:22:39 -07:00
Buck Doyle
fe445a0b27 Improve global search UX (#8249)
This updates the look of the search control, adds a hint about the slash
shortcut, adds highlighting of fuzzy search results, and addresses a few
edge case UX failures. It moves to using a fork of Ember Power Select
to handle an edge case where pressing escape would put the control
in an undesirable active-but-not-open state.
2020-06-25 08:51:52 -05:00
Mahmood Ali
2ce820ab0a Merge pull request #8261 from hashicorp/f-disable-host-volume-by-default
Restrict Host filesystem access in Docker and Qemu
2020-06-25 07:51:13 -04:00
Mahmood Ali
cd4315ece9 add github issue links
[ci skip]
2020-06-25 07:50:29 -04:00
Michael Lange
bc2e95b153 Remove line-height override that breaks text alignment for anchors that look like buttons 2020-06-24 21:31:30 -07:00
Michael Lange
3caac31951 Revert AbortController polyfill to use native AbortController 2020-06-24 20:46:30 -07:00
Michael Lange
0fb2ed55bb Make monitor log output full-width 2020-06-24 20:37:12 -07:00
Michael Lange
48f6e7ffdc Remove special-casing of Safari to force use of a PollLogger 2020-06-24 20:30:52 -07:00
Mahmood Ali
5b6d0ebe66 Merge pull request #8270 from hashicorp/docs-algolia-tweak
Tweaks for algolia job
2020-06-24 22:00:16 -04:00
Mahmood Ali
de8308be49 use node 12 2020-06-24 21:16:15 -04:00
Seth Hoenig
6fee4f7086 Merge pull request #8277 from hashicorp/docs-tweak-changelog
docs: tweak changelog wording for multiregion deployments
2020-06-24 15:41:56 -05:00
Tim Gross
f18849623b update compiled static assets 2020-06-24 16:37:13 -04:00
Seth Hoenig
7e263d0b1c docs: tweak changelog wording for multiregion deployments 2020-06-24 15:33:35 -05:00
Nick Ethier
60c301758c scheduler: do network feasibility checking for system jobs (#8256) 2020-06-24 16:01:00 -04:00
Seth Hoenig
fc44641bcb Merge pull request #8272 from hashicorp/docs-cl-connect-native
docs: update changelog for connect native
2020-06-24 14:53:19 -05:00
Seth Hoenig
5a4f64bf1f docs: update changelog for connect native 2020-06-24 14:44:43 -05:00
Charlie Voiselle
c270e43dca Fix link to scheduler page 2020-06-24 15:44:07 -04:00
Charlie Voiselle
d314baa147 Comment out default Consul check; Update URLs
Having an active check in the sample job causes issues with testing
deployments in environments that are not integrated with Consul. This
negatively impacts some of the getting-started experiences. Commenting
out the check allows deployments to proceed successfully but leaves it
in the sample job for convenience.

Made a drive-by fix to all of the URLs in the jobfile
2020-06-24 15:34:48 -04:00
Mahmood Ali
00a4bf7155 Tweak algolia scripts
Avoid running algolia job in forks or enterprise private repositories
2020-06-24 15:28:57 -04:00
Mahmood Ali
d1bfbe2332 website: declare dotenv dependency 2020-06-24 15:22:30 -04:00
Tim Gross
68dfb25874 multiregion: add support for 'job plan' (#8266)
Add a scatter-gather for multiregion job plans. Each region's servers
interpolate the plan locally in `Job.Plan` but don't distribute the plan as
done in `Job.Run`.

Note that it's not possible to return a usable modify index from a multiregion
plan for use with `-check-index`. Even if we were to force the modify index to
be the same at the start of `Job.Run` the index immediately drifts during each
region's deployments, depending on events local to each region. So we omit
this section of a multiregion plan.
2020-06-24 13:24:55 -04:00
Tim Gross
cede9b5fb4 multiregion validation fixes (#8265)
Multi-region jobs need to bypass validating counts otherwise we get spurious
warnings in Job.Plan.
2020-06-24 12:18:51 -04:00
Kevin Pruett
ae2d3f0afb Merge pull request #8201 from pruett/pruett.algolia-index-ci
Stub Algolia indexing job via CI
2020-06-24 12:17:47 -04:00
Tim Gross
5716fb9375 docs: fix broken link in server config (#8267)
* missing the trailing `)`
* consistency with the code span
* minor grammar fix ("is" to "are")
2020-06-24 11:53:19 -04:00
Seth Hoenig
41b94eedc2 Merge pull request #8011 from hashicorp/f-cnative-host
consul/connect: implement initial support for connect native
2020-06-24 10:33:12 -05:00
Seth Hoenig
ef52328eb4 connect/native: doc and comment tweaks from PR 2020-06-24 10:13:22 -05:00
Seth Hoenig
cd3ec2f783 connect/native: check for pre-existing consul token 2020-06-24 09:16:28 -05:00
Seth Hoenig
3a1129c6b7 connect/native: fixup command/agent/consul/connect test cases 2020-06-24 09:05:56 -05:00
Mahmood Ali
8e91a6cd2f docs: update docs for host path flags 2020-06-24 08:03:56 -04:00
Mahmood Ali
6dc2271284 add a allowlist for qemu image paths 2020-06-24 08:03:19 -04:00
James Rasell
811fb90a83 Merge pull request #8260 from hashicorp/docs-fix-license-index
docs: fix license command index page formatting.
2020-06-24 12:27:32 +02:00
James Rasell
a190d529de docs: fix license command index page formatting. 2020-06-24 08:16:41 +02:00
Kevin Pruett
12467fdaae Update job and config via make 2020-06-23 22:56:29 -04:00
Kevin Pruett
7f3d8e9ad0 Utilize Next.js env variable conventions 2020-06-23 22:40:37 -04:00
Kevin Pruett
f0ad062d8e Setup Algolia indexing job in CI 2020-06-23 22:40:17 -04:00
Kevin Pruett
d86ff236ee Merge pull request #8092 from hashicorp/je.website-maintenance-6-1-20
🌷 Website Maintenance
2020-06-23 18:14:36 -04:00
Jeff Escalante
b56428862f Dependency updates and improvements 2020-06-23 17:43:43 -04:00
Michael Schurter
8bb066b10f Merge pull request #8257 from hashicorp/docs-port-comments
docs: add comments to structs.Port struct
2020-06-23 13:47:48 -07:00
Tim Gross
a74c9a9af8 multiregion: job stop across regions with -global flag (#8258)
Adds a `-global` flag for stopping multiregion jobs in all regions at
once. Warn the user if they attempt to stop a multiregion job in a single
region.
2020-06-23 15:56:04 -04:00