Chris Baker
|
cb3d6ece21
|
json handles were moved to a new package in #10202
this was unecessary after refactoring, so this moves them back to their
original location in package structs
|
2021-04-02 13:31:10 +00:00 |
|
Chris Baker
|
a52f32dedc
|
restored Node.Sanitize() for RPC endpoints
multiple other updates from code review
|
2021-03-26 17:03:15 +00:00 |
|
Chris Baker
|
0cd707e3a9
|
moved JSON handlers and extension code around a bit for proper order of
initialization
|
2021-03-22 14:12:42 +00:00 |
|
Kris Hicks
|
85ed8ddd4f
|
Add gosimple linter (#9590)
|
2020-12-09 11:05:18 -08:00 |
|
Mahmood Ali
|
fcddfa4971
|
Update hcl2 vendoring
The hcl2 library has moved from http://github.com/hashicorp/hcl2 to https://github.com/hashicorp/hcl/tree/hcl2.
This updates Nomad's vendoring to start using hcl2 library. Also
updates some related libraries (e.g. `github.com/zclconf/go-cty/cty` and
`github.com/apparentlymart/go-textseg`).
|
2020-05-19 15:00:03 -04:00 |
|
Yoan Blanc
|
c3928fe360
|
fixup! vendor: explicit use of hashicorp/go-msgpack
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
|
2020-03-31 09:48:07 -04:00 |
|
Yoan Blanc
|
887f23a351
|
vendor: explicit use of hashicorp/go-msgpack
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
|
2020-03-31 09:45:21 -04:00 |
|
Jasmine Dahilig
|
e31db578e0
|
add formatting for hcl parsing error messages (#5972)
|
2019-07-19 10:04:39 -07:00 |
|
Michael Schurter
|
1d17fbc681
|
simplify hcl2 parsing helper
No need to pass in the entire eval context
|
2019-02-04 11:07:57 -08:00 |
|
Michael Schurter
|
0d61ff0fb9
|
move pluginutils -> helper/pluginutils
I wanted a different color bikeshed, so I get to paint it
|
2019-01-22 15:50:08 -08:00 |
|