Commit Graph

2189 Commits

Author SHA1 Message Date
Ryan Uber
052d2f02f6 demo/digitalocean: add curl 2015-12-08 19:53:04 -08:00
Diptanu Choudhury
6c12a55d79 Bumped up the version 2015-12-08 19:37:29 -08:00
Diptanu Choudhury
e19f2effb5 Merge branch 'master' of github.com:hashicorp/nomad 2015-12-08 19:34:57 -08:00
Diptanu Choudhury
729141d845 Updated the Changelog with #543 2015-12-08 19:34:42 -08:00
Alex Dadgar
33c9b79a6f Merge pull request #526 from ChrisHines/windows-agent
command/agent: fix tests on Windows
2015-12-08 19:11:08 -08:00
Alex Dadgar
8398e64464 Merge pull request #523 from ChrisHines/windows-api-tests
api: fix tests on Windows.
2015-12-08 19:07:40 -08:00
Diptanu Choudhury
e74ea4c678 Merge pull request #548 from hooklift/x-code-clean-up
Cleans up some code.
2015-12-09 01:26:37 +01:00
Diptanu Choudhury
00c2c50ced Merge pull request #547 from hooklift/b-default-syslog-facility
Sets default syslog facility
2015-12-09 01:10:27 +01:00
Camilo Aguilar
f5dc92daa8 Addresses Go lint suggestions 2015-12-08 19:05:15 -05:00
Camilo Aguilar
ba3f9dc6a8 Sets default syslog facility
As advertised by documentation.
2015-12-08 18:57:06 -05:00
Diptanu Choudhury
6aa89c4f07 Merge pull request #543 from hashicorp/b-exec-linux-stop
Sending the user process sigint during shutdown on linux
2015-12-08 23:04:22 +01:00
Diptanu Choudhury
d53591052e Sending the user process sigint during shutdown on linux 2015-12-08 08:14:13 -08:00
Ryan Uber
8863d0b4ab 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
034846aec9 Add Meta field for Node struct 2015-12-07 21:41:57 -08:00
Diptanu Choudhury
27a0097ab6 Fixing some log lines 2015-12-07 06:25:00 -08:00
Chris Bednarski
5a74471143 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
9b7628d5f4 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
c6da821737 Reformatted so we don't have long lines 2015-12-04 11:47:20 -08:00
Chris Bednarski
538c2d06c2 Merge pull request #534 from hooklift/b-disables-cgo-build
Fixes #505
2015-12-04 11:37:25 -08:00
Camilo Aguilar
fbd484034c 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
67385df658 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
39ebb04454 Change /usr/local/bin to /usr/bin 2015-12-03 09:27:03 -08:00
Chris Hines
75b84b0608 Fix test to tolerate multiple pending plans with the same time stamp. 2015-12-03 10:52:53 -05:00
Chris Bednarski
5e5ba661f8 Upstart should use .conf extension 2015-12-03 00:21:41 -08:00
Chris Bednarski
032bf72816 Change references to .conf files to .hcl 2015-12-03 00:20:21 -08:00
Chris Bednarski
d0858a720b Change .conf extension to .hcl 2015-12-03 00:19:36 -08:00
Chris Bednarski
49c6934def Remove reference to _common.conf 2015-12-03 00:18:44 -08:00
Chris Bednarski
36de91cb3b Corrected various errors and omissions configuration documentation 2015-12-02 23:21:14 -08:00
Chris Bednarski
4743ca081e Fixed some issues with the example configs; removed _common 2015-12-02 23:18:10 -08:00
Diptanu Choudhury
14fefe8f46 Fixed typo
Fixes #528
2015-12-03 02:00:57 +01:00
Chris Bednarski
c3857795cb Basic configs and init scripts 2015-12-02 11:33:44 -08:00
Chris Hines
38ede674bd Do not leak listeners in test. 2015-12-02 13:59:27 -05:00
Chris Hines
780c960dfd Work around bugs in package net in Go < 1.6. 2015-12-02 13:57:40 -05:00
Chris Bednarski
d5df69bde9 Merge pull request #524 from hashicorp/b-user-lookup
Incorporate #421
2015-12-01 14:28:38 -08:00
Chris Bednarski
ea2499251d Added build flag to user-lookup so it does not build on windows 2015-12-01 14:28:12 -08:00
Chris Bednarski
8267ffe8a6 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
eeaa84d52e Refactor out userLookup to helper package
Also replaces user.Lookup in exec driver
2015-12-01 11:59:55 -08:00
Chris Hines
79f1d76e92 Test request timing with a server slow enough to measure with low granularity system clocks. 2015-12-01 14:53:01 -05:00
Alex Dadgar
6474b9c565 Merge pull request #521 from hashicorp/f-periodic-parser
Add Periodic config to job
2015-12-01 09:39:39 -08:00
Chris Hines
0cb341adfb Make testutil.TestServer work correctly on Windows. 2015-12-01 12:16:21 -05:00
Chris Hines
95bd6b4ae2 Make golint happy. 2015-12-01 12:14:39 -05:00
Alex Dadgar
255fba9069 fix perser 2015-12-01 08:59:00 -08:00
Alex Dadgar
7960f8264a Add IsPeriodic 2015-12-01 08:59:00 -08:00
Alex Dadgar
4c5d9f05e5 Fix validate 2015-12-01 08:59:00 -08:00
Alex Dadgar
f4320802b4 Add Periodic config to job 2015-12-01 08:59:00 -08:00
Alex Dadgar
9d583202a8 Merge pull request #514 from kaskavalci/master
Fixed git vet error on formatting
2015-12-01 08:58:19 -08:00
Halil Kaskavalci
18b1d0b369 Fixed typo on variable name 2015-12-01 08:13:02 +02:00
Ryan Uber
e7b5ec118f Merge pull request #520 from hashicorp/f-atlas
agent: apply merges for atlas config
2015-11-30 15:33:07 -08:00
Ryan Uber
3ddc16010d agent: apply merges for atlas config 2015-11-30 15:21:50 -08:00
Alex Dadgar
fcd170c023 Update network docs 2015-11-30 14:18:31 -08:00