Mitchell Hashimoto
06b7bbd4e9
bin is a phony
2015-09-27 23:21:27 -07:00
Mitchell Hashimoto
c7997bbb7b
Fix Makefile
2015-09-27 23:21:12 -07:00
Mitchell Hashimoto
89cee34181
scripts for release
2015-09-27 23:21:00 -07:00
Jack Pearkes
4a65b9950a
Merge pull request #133 from hashicorp/livestream
...
home: livestream when LIVESTREAM_ACTIVE
2015-09-27 22:56:13 -07:00
Armon Dadgar
e6d3ab0024
Adding a CHANGELOG
2015-09-27 22:49:45 -07:00
Armon Dadgar
520763c071
Set version 0.1.0
2015-09-27 22:48:01 -07:00
Armon Dadgar
bdeb024f71
Merge pull request #130 from hashicorp/live-site
...
Polishing Nomad!
2015-09-27 22:34:16 -07:00
captainill
a343ee118e
responsive partners
2015-09-27 21:55:13 -07:00
Jack Pearkes
d1d670d086
home: livestream when LIVESTREAM_ACTIVE
...
This adds some stuff to takeover the whole site with
an embedded livestream. Our press goes out at 10am with links
to this website embedded in releases, but we don't want
to have folks see it until the keynote is concluded.
Unsetting LIVESTREAM_ACTIVE and re-deploying will
open it up.
Also fixed a configuration option.
You can test it out with:
LIVESTREAM_ACTIVE=true bundle exec middleman server
2015-09-27 20:26:45 -07:00
captainill
154ce3dc9c
responsive footer fix
2015-09-27 19:09:45 -07:00
captainill
fec43696c8
responsive style: easily deploy
2015-09-27 19:07:18 -07:00
Armon Dadgar
ae04f68c2c
website: fixing alloc-status docs
2015-09-27 17:52:55 -07:00
Armon Dadgar
d054a06dc4
docker: check for missing unix socket
2015-09-27 17:49:58 -07:00
Clint Shryock
1d775487c3
Remove timestamp from getting started output
2015-09-27 19:47:47 -05:00
captainill
c13ab5bc0b
responsive hero
2015-09-27 17:47:21 -07:00
Alex Dadgar
8a1ff842df
Merge pull request #126 from hashicorp/f-arg-parser
...
Proper parsing of user arguments and Nomad environment variable replacement.
2015-09-27 17:41:55 -07:00
Alex Dadgar
90c2281a4e
Better Sprintf
2015-09-27 17:41:43 -07:00
Alex Dadgar
6f8f5b164d
Add environment package
2015-09-27 17:37:25 -07:00
Alex Dadgar
be406ea5d4
Fix args in test
2015-09-27 17:37:24 -07:00
Alex Dadgar
6d8a913242
ParseAndReplace args at the executor level
2015-09-27 17:37:24 -07:00
Alex Dadgar
17b2fb4600
Check err
2015-09-27 17:37:24 -07:00
Alex Dadgar
64ac893eb1
Set the allocdir correctly when using the linux executor
2015-09-27 17:37:24 -07:00
Alex Dadgar
75f93ce9fb
Pull task environments into their own type to be reusable across drivers and executors
2015-09-27 17:37:24 -07:00
Alex Dadgar
148e415f43
Remove cruft from rebase
2015-09-27 17:37:24 -07:00
Alex Dadgar
c555c70eeb
merge fixes
2015-09-27 17:37:24 -07:00
Clint Shryock
7f718425cb
getting started cleanup
2015-09-27 19:31:19 -05:00
captainill
5866a4e6aa
tighten up header/hero
2015-09-27 15:44:44 -07:00
Ryan Uber
8cf9782f2e
Merge pull request #128 from hashicorp/f-alloc-status
...
Add alloc-status command
2015-09-27 15:06:17 -07:00
Armon Dadgar
df8383d010
Merge pull request #127 from hashicorp/b-docker-config
...
Correct implementation of config check for container and image cleanup
2015-09-27 14:50:16 -07:00
Ryan Uber
a274e0e05b
command: better test for alloc-status
2015-09-27 14:42:04 -07:00
Ryan Uber
98dd77a57f
website: document alloc-status command
2015-09-27 14:20:09 -07:00
Armon Dadgar
cda7d8f397
demo/digitalocean: allow stale queries
2015-09-27 14:12:23 -07:00
Armon Dadgar
37971e2d8c
demo/digitalocean: run the servers on larger instances
2015-09-27 14:07:39 -07:00
Ryan Uber
8a57dbacac
command: placeholder for <none> in kv output
2015-09-27 14:04:53 -07:00
Chris Bednarski
bc3504a7d0
Correct implementation of config check for container and image cleanup; moved into Start and Open because handle does not have the config object
2015-09-27 13:59:38 -07:00
Ryan Uber
a58b60b8ea
command: better output for alloc-status
2015-09-27 13:59:27 -07:00
Alex Dadgar
fc763e2247
Merge branch 'master' of https://github.com/hashicorp/nomad
2015-09-27 13:50:47 -07:00
Alex Dadgar
ed3fe0574e
Community page
2015-09-27 13:50:37 -07:00
Mitchell Hashimoto
955711fd12
website: temporary password
2015-09-27 13:30:08 -07:00
Ryan Uber
e1c4fcf721
command: first pass at alloc-status command
2015-09-27 12:02:14 -07:00
captainill
e01852815c
make hero bg image seamless/repeating to cover all monitor res
2015-09-27 00:32:05 -07:00
Chris Bednarski
5e9cc2fc05
Merge pull request #125 from hashicorp/f-docker-config-cleanup
...
Add configuration option for whether Nomad will clean up containers and images when they are no longer used
2015-09-26 21:52:17 -07:00
Chris Bednarski
24c5fc9cc5
Merge branch 'master' into f-docker-config-cleanup
2015-09-26 21:52:02 -07:00
Chris Bednarski
b0814983d7
Merge pull request #124 from hashicorp/f-docker-cleanup-config
...
Add all containers when searching for images that are still in used, since the container using the image may be stopped
2015-09-26 21:49:26 -07:00
captainill
c26bc0c959
Merge branch 'master' of https://github.com/hashicorp/nomad into live-site
2015-09-26 20:14:54 -07:00
Chris Bednarski
51bf0162d0
Add configuration option for whether Nomad will clean up containers and images when they are no longer used
2015-09-26 18:53:15 -07:00
Chris Bednarski
bb9fbf8f22
Add all containers when searching for images that are still in used, since the container using the image may be stopped
2015-09-26 18:51:36 -07:00
Armon Dadgar
ac8d2f6235
website: lowercase examples of dynamic ports
2015-09-26 18:26:51 -07:00
captainill
6af358bb0c
responsive header css
2015-09-26 14:10:27 -07:00
captainill
7360353501
docs cleanup
2015-09-26 14:07:17 -07:00