Commit Graph

2629 Commits

Author SHA1 Message Date
Diptanu Choudhury
a081fecbfa Changed some comments, cli instructions etc 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
a906b7747b Changed the api of the ReadAt API 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
9491295027 Introducing an AllocFileInfo in the api package 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
c6d4f00526 Fixed a comment 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
90840eaf29 Added the advertise http option to the client 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
8915619093 Using the bindAddr only when user hasn't overrident it 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
9b3b0f4a7e Added some comments 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
57379e1de8 Implemented prefix matching 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
d706878112 Added the cli for fs-cat 2016-01-27 12:53:23 -08:00
Diptanu Choudhury
a2db48ec60 Added an impl for stating a file 2016-01-27 12:53:23 -08:00
Diptanu Choudhury
89452e7a9c Added some comments 2016-01-27 12:53:23 -08:00
Diptanu Choudhury
40a205f466 Added the cli for listing alloc dir 2016-01-27 12:53:23 -08:00
Alex Dadgar
800fef3363 Merge pull request #718 from hashicorp/f-bsd-make-compatibility
Allow compilation on BSD
2016-01-27 12:53:01 -08:00
Jake Champlin
ee1b41622b 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
bdb8512522 standardize on <> for required flags 2016-01-27 12:00:31 -08:00
Alex Dadgar
8589a82cd5 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
4836bd5656 limit length of string, taking into account its length 2016-01-27 10:42:10 -08:00
Alex Dadgar
3a543ad81a Merge pull request #714 from ryanslade/patch-1
Fix a typo
2016-01-27 10:14:45 -08:00
Alex Dadgar
1a23103ac4 changelog 2016-01-27 10:14:24 -08:00
Alex Dadgar
6d7202309e 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
d3f74ce5b8 Fix vet 2016-01-27 09:23:57 -08:00
Ryan Slade
f681f57eb0 Fix a typo 2016-01-27 17:49:32 +02:00
James Phillips
f0700457ba 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
2eaf8669b9 Cleans up some small typos in the service discovery page. 2016-01-26 21:09:03 -08:00
Alex Dadgar
6aefa16578 Fix GetNode test 2016-01-26 17:57:53 -08:00
Alex Dadgar
c4f1952a08 Update the interpretation of node.id/name on the client 2016-01-26 17:38:36 -08:00
Alex Dadgar
49238770c6 EvalEligibility unit tests and simplify escaped constraint tracking 2016-01-26 17:34:41 -08:00
Alex Dadgar
450252f8ae Respond to comments 2016-01-26 16:43:42 -08:00
Alex Dadgar
97070f44f8 Add benchmark 2016-01-26 15:16:43 -08:00
Alex Dadgar
7929ee76dc Change the unique namespace on the node 2016-01-26 15:16:43 -08:00
Alex Dadgar
0ad3575897 FeasibilityWrapper uses computed node class eligibility to call feasibility checks minimally 2016-01-26 15:16:43 -08:00
Alex Dadgar
a90c1273ed EvalEligibility in context 2016-01-26 15:16:43 -08:00
Alex Dadgar
451c79dd78 Rebase 2016-01-26 15:16:43 -08:00
Alex Dadgar
de4204b121 Merge pull request #691 from hashicorp/f-computed-node-class
Computed node class
2016-01-26 15:12:50 -08:00
Alex Dadgar
bbc4beeef6 Respond to comments 2016-01-26 14:55:38 -08:00
Alex Dadgar
be5d2d6176 Update client fingerprinters 2016-01-26 10:08:01 -08:00
Alex Dadgar
cd64d501aa Update to use just unique namespace prefix 2016-01-26 10:08:01 -08:00
Alex Dadgar
367fee5e2b Fix test 2016-01-26 10:08:01 -08:00
Alex Dadgar
e5d2749d47 Small cleanup 2016-01-26 10:08:01 -08:00
Alex Dadgar
87d46da944 Have server store unique attrs in glob format 2016-01-26 10:08:01 -08:00
Alex Dadgar
25d757c461 ComputedNode classes 2016-01-26 10:08:01 -08:00
Diptanu Choudhury
76d7ad3ffe Merge pull request #705 from hashicorp/sethvargo/sdata
Add structured data
2016-01-24 17:27:14 -08:00
Seth Vargo
f895f6c115 Add structured data 2016-01-24 13:44:21 -05:00
Alex Dadgar
8a1ba75728 Merge branch 'master' of https://github.com/hashicorp/nomad 2016-01-22 15:00:42 -08:00
Alex Dadgar
e01cd9c293 Have docker use the task environment in the context 2016-01-22 15:00:36 -08:00
Diptanu Choudhury
f1343cd92b 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
1e568913ca Update CHANGELOG 2016-01-22 14:52:34 -08:00
Diptanu Choudhury
ab0ca586ad Added the docs 2016-01-22 11:01:32 -08:00
Diptanu Choudhury
6c32119ee7 Allow users to configure arbitrary headers in config 2016-01-22 11:00:43 -08:00
Mitchell Hashimoto
f0c4960d7b Merge pull request #695 from hashicorp/mitchellh-kubernetes
Update K8S vs from Twitter
2016-01-21 22:09:54 -08:00