Diptanu Choudhury
4efcca20b1
Fixed a comment
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
69a17e2a29
Added the advertise http option to the client
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
e83130934d
Using the bindAddr only when user hasn't overrident it
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
26d9554d02
Added some comments
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
2956f71519
Implemented prefix matching
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
68c2164088
Added the cli for fs-cat
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
a70e5dbdc7
Added an impl for stating a file
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
edd3194a16
Added some comments
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
1e9c817a52
Added the cli for listing alloc dir
2016-01-27 12:53:23 -08:00
Alex Dadgar
51cdddbeea
Merge pull request #718 from hashicorp/f-bsd-make-compatibility
...
Allow compilation on BSD
2016-01-27 12:53:01 -08:00
Jake Champlin
f40371963b
Allow compilation on BSD
...
BSD Make uses `$.CURDIR` instead of `$CURDIR`. BSD and GNU share `$PWD`
though, so it works as a drop in replacement.
Also update scripts in `scripts/` to call `/usr/bin/env` in the shebang,
as BSD places `bash` at `/usr/local/bin/bash` instead of `/bin/bash`
2016-01-27 20:37:29 -05:00
Alex Dadgar
4332263048
standardize on <> for required flags
2016-01-27 12:00:31 -08:00
Alex Dadgar
5ed22f75d6
Merge pull request #717 from hashicorp/b-status-panic
...
Limit length of string, taking into account its length
2016-01-27 11:54:52 -08:00
Alex Dadgar
837ca9ab86
limit length of string, taking into account its length
2016-01-27 10:42:10 -08:00
Alex Dadgar
d3f0464284
Merge pull request #714 from ryanslade/patch-1
...
Fix a typo
2016-01-27 10:14:45 -08:00
Alex Dadgar
5887a147e1
changelog
2016-01-27 10:14:24 -08:00
Alex Dadgar
6e876771cd
Merge pull request #708 from hashicorp/f-feasibility-node-classes
...
Stack uses computed node class to minimize number of feasibility checks
2016-01-27 10:12:53 -08:00
Alex Dadgar
2ca09feec2
Fix vet
2016-01-27 09:23:57 -08:00
Ryan Slade
e8b3ee3c69
Fix a typo
2016-01-27 17:49:32 +02:00
James Phillips
983971629b
Merge pull request #710 from hashicorp/b-typos
...
Cleans up some small typos in the service discovery page.
2016-01-26 21:21:36 -08:00
James Phillips
7f1dcd19db
Cleans up some small typos in the service discovery page.
2016-01-26 21:09:03 -08:00
Alex Dadgar
566615f3f2
Fix GetNode test
2016-01-26 17:57:53 -08:00
Alex Dadgar
e2763e3d31
Update the interpretation of node.id/name on the client
2016-01-26 17:38:36 -08:00
Alex Dadgar
9a8871249d
EvalEligibility unit tests and simplify escaped constraint tracking
2016-01-26 17:34:41 -08:00
Alex Dadgar
9dc22532e5
Respond to comments
2016-01-26 16:43:42 -08:00
Alex Dadgar
0d55fb2bdd
Add benchmark
2016-01-26 15:16:43 -08:00
Alex Dadgar
1bd9bece62
Change the unique namespace on the node
2016-01-26 15:16:43 -08:00
Alex Dadgar
2b7d42bf9b
FeasibilityWrapper uses computed node class eligibility to call feasibility checks minimally
2016-01-26 15:16:43 -08:00
Alex Dadgar
5d23025df8
EvalEligibility in context
2016-01-26 15:16:43 -08:00
Alex Dadgar
61f201afb2
Rebase
2016-01-26 15:16:43 -08:00
Alex Dadgar
b7a9d6f980
Merge pull request #691 from hashicorp/f-computed-node-class
...
Computed node class
2016-01-26 15:12:50 -08:00
Alex Dadgar
a85800188c
Respond to comments
2016-01-26 14:55:38 -08:00
Alex Dadgar
d5c77cd4a4
Update client fingerprinters
2016-01-26 10:08:01 -08:00
Alex Dadgar
9a28f8ee18
Update to use just unique namespace prefix
2016-01-26 10:08:01 -08:00
Alex Dadgar
d7ec5156e4
Fix test
2016-01-26 10:08:01 -08:00
Alex Dadgar
73f770fe22
Small cleanup
2016-01-26 10:08:01 -08:00
Alex Dadgar
ccb932a9f0
Have server store unique attrs in glob format
2016-01-26 10:08:01 -08:00
Alex Dadgar
d646903a47
ComputedNode classes
2016-01-26 10:08:01 -08:00
Diptanu Choudhury
da3ab9c169
Merge pull request #705 from hashicorp/sethvargo/sdata
...
Add structured data
2016-01-24 17:27:14 -08:00
Seth Vargo
77fe454c9d
Add structured data
2016-01-24 13:44:21 -05:00
Alex Dadgar
b17a0b30b6
Merge branch 'master' of https://github.com/hashicorp/nomad
2016-01-22 15:00:42 -08:00
Alex Dadgar
ec9c375c1c
Have docker use the task environment in the context
2016-01-22 15:00:36 -08:00
Diptanu Choudhury
2073d580d2
Merge pull request #699 from hashicorp/f-api-response-headers
...
Allow users to configure arbitrary headers in config
2016-01-22 14:52:50 -08:00
Diptanu Choudhury
d7c04e2668
Update CHANGELOG
2016-01-22 14:52:34 -08:00
Diptanu Choudhury
fc178b9319
Added the docs
2016-01-22 11:01:32 -08:00
Diptanu Choudhury
b86e60b9de
Allow users to configure arbitrary headers in config
2016-01-22 11:00:43 -08:00
Mitchell Hashimoto
442e6dbfb8
Merge pull request #695 from hashicorp/mitchellh-kubernetes
...
Update K8S vs from Twitter
2016-01-21 22:09:54 -08:00
Mitchell Hashimoto
bbea78e4d0
Update K8S vs from Twitter
...
This is an update from the Twitter conversation here: https://twitter.com/asynchio/status/690357014925549568
The changes made should both be based on fact from everyone involved.
2016-01-21 22:06:12 -08:00
Alex Dadgar
a1cd55e53e
Merge pull request #690 from hashicorp/b-fix-root-tests
...
Fix failing tests running under root
2016-01-21 17:01:10 -08:00
Alex Dadgar
480626a6ea
Just check the alloc is not pending
2016-01-21 16:05:35 -08:00