Alex Dadgar
4d1b314e20
Merge pull request #2337 from hashicorp/f-driver-errors
...
Drivers log during fingerprinting
2017-02-20 19:36:57 -08:00
Alex Dadgar
f9323f03df
Drivers log during fingerprinting
...
This PR fixes a regression in which some drivers did not log during
fingerprinting.
2017-02-20 19:35:51 -08:00
Alex Dadgar
3e8115b952
changelog
2017-02-20 16:45:35 -08:00
Alex Dadgar
5c76ab2329
Merge pull request #2315 from hashicorp/f-delimiters
...
Allow specification of template delimiters
2017-02-20 16:44:45 -08:00
Alex Dadgar
b49fceb491
rebase
2017-02-20 16:43:28 -08:00
Alex Dadgar
693dd21420
Add leader and timezone to conversion
2017-02-20 16:36:41 -08:00
Alex Dadgar
83c082dd74
Merge pull request #2332 from hashicorp/website-typography-updates
...
Website typography updates
2017-02-20 16:24:27 -08:00
Alex Dadgar
9f32c0b3ed
changelog
2017-02-20 16:23:39 -08:00
Alex Dadgar
5643298045
Merge pull request #2300 from hashicorp/refactor-parser
...
Making the API default missing values
2017-02-20 16:22:47 -08:00
Alex Dadgar
9d5ef6e5f2
fix pointer
2017-02-20 16:22:31 -08:00
Alex Dadgar
99538ddf1c
Add defaulting test and fix types on the agent job endpoint tests
2017-02-20 15:53:56 -08:00
Alex Dadgar
ec3b74c63a
Bump
2017-02-20 15:14:44 -08:00
Alex Dadgar
b67c59f03c
Merge branch 'master' into refactor-parser
2017-02-20 15:13:21 -08:00
Michael Schurter
0758c73ef3
Fix API panic and bad missing port check
...
The format of the missing port error message changed from Go 1.7 to 1.8.
The fix is to just use strings.Contains instead of strings.HasPrefix
when looking for the "missing port" part.
Also add an error return to Client.newRequest as parsing the path
processes arbitrary user input and would panic if given an invalid URL.
See: https://groups.google.com/d/topic/nomad-tool/gi3-CTE7oXo/discussion
2017-02-20 11:12:34 -08:00
Jason Costello
7cdf9c4d2e
Keep logo positioned correctly in small mobile view. Clean up.
2017-02-17 12:10:01 -08:00
Alex Dadgar
b2ee70472d
Merge pull request #2331 from hashicorp/b-dispatch-response
...
swap structs
2017-02-17 11:44:19 -08:00
Alex Dadgar
e06056fa82
swap structs
2017-02-17 11:43:14 -08:00
Jason Costello
bfacdabcce
Add updated logotype as sag
2017-02-17 11:40:15 -08:00
Alex Dadgar
e53730b476
changelog
2017-02-17 11:35:11 -08:00
Alex Dadgar
c586cb653b
Merge pull request #2318 from hashicorp/f-vault-debug
...
Server side Vault telemetry
2017-02-17 11:34:37 -08:00
Alex Dadgar
9ced175f1f
changelog
2017-02-17 11:33:08 -08:00
Alex Dadgar
10735d1c0f
Merge pull request #2321 from hashicorp/f-timezone
...
Allow specification of timezones in Periodic Jobs
2017-02-17 11:32:14 -08:00
Alex Dadgar
733038bc6c
Remove panic
2017-02-17 11:21:49 -08:00
Jason Costello
d3286c0f17
Keep Klavika scoped to home page
2017-02-17 11:13:16 -08:00
Alex Dadgar
bbf1859794
Bump go
2017-02-17 10:22:30 -08:00
Alex Dadgar
0993cbf135
changelog
2017-02-17 10:19:11 -08:00
Alex Dadgar
5b482207b8
Merge pull request #2322 from hashicorp/f-escape
...
Fix escaping of HTML characters
2017-02-17 10:18:34 -08:00
Alex Dadgar
5b836209a9
Changelog
2017-02-17 10:17:58 -08:00
Alex Dadgar
63d1ffe75f
Merge pull request #2329 from hashicorp/f-client-allocated-telemetry
...
Test fix
2017-02-17 10:16:44 -08:00
Alex Dadgar
4223eb25eb
Docs
2017-02-17 10:16:15 -08:00
Alex Dadgar
6337d2e359
Merge pull request #2327 from hashicorp/f-client-allocated-telemetry
...
Add allocated/unallocated metrics to client
2017-02-17 10:14:16 -08:00
Alex Dadgar
1a4f09387f
Docs
2017-02-16 18:42:53 -08:00
Alex Dadgar
7203dee7ab
Add allocated/unallocated metrics to client
2017-02-16 18:28:11 -08:00
Alex Dadgar
92419929a8
Fix embedded meta in dispatch response
2017-02-16 15:47:36 -08:00
Diptanu Choudhury
e307fced6a
Downgrading to Go 1.7
2017-02-16 15:45:13 -08:00
Diptanu Choudhury
ccd13e855d
Merge branch 'refactor-parser' of github.com:hashicorp/nomad into refactor-parser
2017-02-16 15:18:46 -08:00
Diptanu Choudhury
b1339026ae
Fixed cli tests
2017-02-16 15:18:38 -08:00
Alex Dadgar
b2eb7028cc
Fix CLI handling of parameterized/periodic jobs
2017-02-16 14:29:34 -08:00
Alex Dadgar
5785b4518e
Refactor test and fix them
2017-02-16 14:00:41 -08:00
Alex Dadgar
70e716c8bb
Flatmap
2017-02-16 13:52:39 -08:00
Alex Dadgar
297ee0b1bd
Fix detection of missing port
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
e3b92afc77
Making the job register endpoint use api.Job
2017-02-16 13:52:39 -08:00
Alex Dadgar
51dd3e6e12
Use RC to see if cause of failure
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
161ce2ff87
Removing un-neccessary conversions
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
571d112e6d
Fixed the nomad status command
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
b8e0185513
Added docs
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
d0d7c92bab
Added tests
2017-02-16 13:52:39 -08:00
Diptanu Choudhury
7567209857
Making the job spec return api.Job
2017-02-16 13:52:39 -08:00
Jason Costello
d7704c242b
Import and typeset Klavika font
2017-02-16 12:41:02 -08:00
Jason Costello
c296ff1e14
Remove Blanc font and references
2017-02-16 11:30:28 -08:00