Chris Hines
|
5f0c30b926
|
Skip unreliable time measurement assertions on Windows.
|
2015-12-09 14:55:57 -05:00 |
|
Ryan Uber
|
8edbfb79b1
|
Merge pull request #541 from hashicorp/b-api-fields
Add Meta field for Node struct
|
2015-12-07 21:43:55 -08:00 |
|
Ryan Uber
|
1067c4208f
|
Add Meta field for Node struct
|
2015-12-07 21:41:57 -08:00 |
|
Diptanu Choudhury
|
a2ef63a67d
|
Fixing some log lines
|
2015-12-07 06:25:00 -08:00 |
|
Chris Bednarski
|
3ae97e1e40
|
Merge pull request #532 from hashicorp/f-dist
Added some example config and init files
|
2015-12-04 16:09:45 -08:00 |
|
Chris Bednarski
|
e636973924
|
Merge pull request #530 from hashicorp/docs-config
Corrected various errors and omissions configuration documentation
|
2015-12-04 11:47:33 -08:00 |
|
Chris Bednarski
|
3939eeb7a7
|
Reformatted so we don't have long lines
|
2015-12-04 11:47:20 -08:00 |
|
Chris Bednarski
|
d9d1994de7
|
Merge pull request #534 from hooklift/b-disables-cgo-build
Fixes #505
|
2015-12-04 11:37:25 -08:00 |
|
Camilo Aguilar
|
6e5c34e514
|
Fixes #505
https://github.com/hashicorp/nomad/pull/421 removed the last piece
of CGO dependant code. We we can stop building binaries with CGO
enabled now.
|
2015-12-04 12:20:34 -05:00 |
|
Alex Dadgar
|
219a041f6a
|
Merge pull request #533 from ChrisHines/windows-nomad-tests
Fix test to tolerate multiple pending plans with the same time stamp.
|
2015-12-03 10:34:46 -08:00 |
|
Chris Bednarski
|
c4be7cc70f
|
Change /usr/local/bin to /usr/bin
|
2015-12-03 09:27:03 -08:00 |
|
Chris Hines
|
baf740c43a
|
Fix test to tolerate multiple pending plans with the same time stamp.
|
2015-12-03 10:52:53 -05:00 |
|
Chris Bednarski
|
4747f2e888
|
Upstart should use .conf extension
|
2015-12-03 00:21:41 -08:00 |
|
Chris Bednarski
|
5dda5b47e0
|
Change references to .conf files to .hcl
|
2015-12-03 00:20:21 -08:00 |
|
Chris Bednarski
|
a9b9493d45
|
Change .conf extension to .hcl
|
2015-12-03 00:19:36 -08:00 |
|
Chris Bednarski
|
d937a1071d
|
Remove reference to _common.conf
|
2015-12-03 00:18:44 -08:00 |
|
Chris Bednarski
|
842f40bf89
|
Corrected various errors and omissions configuration documentation
|
2015-12-02 23:21:14 -08:00 |
|
Chris Bednarski
|
4c9c1f49ab
|
Fixed some issues with the example configs; removed _common
|
2015-12-02 23:18:10 -08:00 |
|
Diptanu Choudhury
|
0e1e862f4a
|
Fixed typo
Fixes #528
|
2015-12-03 02:00:57 +01:00 |
|
Chris Bednarski
|
30d2b94220
|
Basic configs and init scripts
|
2015-12-02 11:33:44 -08:00 |
|
Chris Bednarski
|
3111242181
|
Merge pull request #524 from hashicorp/b-user-lookup
Incorporate #421
|
2015-12-01 14:28:38 -08:00 |
|
Chris Bednarski
|
1e3e120646
|
Added build flag to user-lookup so it does not build on windows
|
2015-12-01 14:28:12 -08:00 |
|
Chris Bednarski
|
9292a97062
|
Merge branch 'user-lookup-nocgo' of https://github.com/carlosdp/nomad into b-user-lookup
|
2015-12-01 13:44:56 -08:00 |
|
Carlos Diaz-Padron
|
55e49506f0
|
Refactor out userLookup to helper package
Also replaces user.Lookup in exec driver
|
2015-12-01 11:59:55 -08:00 |
|
Alex Dadgar
|
23851da832
|
Merge pull request #521 from hashicorp/f-periodic-parser
Add Periodic config to job
|
2015-12-01 09:39:39 -08:00 |
|
Alex Dadgar
|
6bb489734a
|
fix perser
|
2015-12-01 08:59:00 -08:00 |
|
Alex Dadgar
|
7f8c2c6e95
|
Add IsPeriodic
|
2015-12-01 08:59:00 -08:00 |
|
Alex Dadgar
|
583425a326
|
Fix validate
|
2015-12-01 08:59:00 -08:00 |
|
Alex Dadgar
|
a9b95bca2d
|
Add Periodic config to job
|
2015-12-01 08:59:00 -08:00 |
|
Alex Dadgar
|
b039f963f0
|
Merge pull request #514 from kaskavalci/master
Fixed git vet error on formatting
|
2015-12-01 08:58:19 -08:00 |
|
Halil Kaskavalci
|
ab2979ea21
|
Fixed typo on variable name
|
2015-12-01 08:13:02 +02:00 |
|
Ryan Uber
|
deba4009b4
|
Merge pull request #520 from hashicorp/f-atlas
agent: apply merges for atlas config
|
2015-11-30 15:33:07 -08:00 |
|
Ryan Uber
|
4d0322de99
|
agent: apply merges for atlas config
|
2015-11-30 15:21:50 -08:00 |
|
Alex Dadgar
|
ba7fffa846
|
Update network docs
|
2015-11-30 14:18:31 -08:00 |
|
Alex Dadgar
|
8d84db9c8f
|
Merge pull request #512 from hashicorp/f-shrink
nomad: shrink the recv buffer of idle streams
|
2015-11-30 13:50:48 -08:00 |
|
Diptanu Choudhury
|
806e5a212e
|
Merge pull request #513 from bluk/fix_verifyssl_default
Verify Consul SSL by default
|
2015-11-30 20:22:01 +01:00 |
|
Alex Dadgar
|
710203c55b
|
Merge pull request #516 from legal90/fix-demo
Bump Nomad version to 0.2.1 in demo Vagrantfile
|
2015-11-30 10:49:25 -08:00 |
|
Mikhail Zholobov
|
5fa10123fd
|
Make demo Vagrantfile idempotent
|
2015-11-30 16:59:30 +02:00 |
|
Mikhail Zholobov
|
0a202f571b
|
Bump Nomad version to 0.2.1 in demo Vagrantfile
|
2015-11-30 16:58:08 +02:00 |
|
Halil Kaskavalci
|
8957a47ec4
|
Fixed git vet error on formatting
|
2015-11-30 10:27:26 +00:00 |
|
Bryant Luk
|
22e9711852
|
Verify Consul SSL by default
- Matches documentation default value and clarifies config
|
2015-11-28 19:58:09 -06:00 |
|
Alex Dadgar
|
385d86a32b
|
Bump version
|
2015-11-28 15:15:00 -08:00 |
|
Alex Dadgar
|
39e4b73350
|
bump version
|
2015-11-28 12:38:41 -08:00 |
|
Armon Dadgar
|
5ea5344773
|
nomad: shrink the recv buffer of idle streams
|
2015-11-27 17:24:21 -08:00 |
|
Alex Dadgar
|
126e180657
|
Merge pull request #508 from cdrage/master
Update rkt docs for > v.0.10.0 of rkt
|
2015-11-27 01:38:43 -08:00 |
|
Diptanu Choudhury
|
e25c260694
|
Merge pull request #509 from hashicorp/f-service-name
Implemented interpolation of Job, Task group and Task Names in Service Name
|
2015-11-26 23:28:13 -08:00 |
|
Diptanu Choudhury
|
9139078241
|
Updated the example nomad job spec to use task group name in the service name
|
2015-11-26 23:27:33 -08:00 |
|
Diptanu Choudhury
|
e9a7307492
|
Fixing the docs
|
2015-11-26 19:45:16 -08:00 |
|
Diptanu Choudhury
|
0bd34215c5
|
Fixing the GetJob test
|
2015-11-26 19:43:02 -08:00 |
|
Diptanu Choudhury
|
998ed76710
|
Added docs and the changelog entry
|
2015-11-26 19:37:52 -08:00 |
|