Commit Graph

76454 Commits (8c25b80913d54de547b763a8f9fd30d235049bb7)

Author SHA1 Message Date
brendandburns e7125fb7ea Merge pull request #130 from lavalamp/test_fix
Move labels and tests to new package
2014-06-16 22:36:32 -07:00
Daniel Smith e10e5b99d5 Fix typo 2014-06-16 22:21:43 -07:00
Daniel Smith c4e575d4ac switch to different types for different parts of the label query 2014-06-16 22:05:12 -07:00
Daniel Smith 3b980bd9dc Make deterministic 2014-06-16 22:05:12 -07:00
Daniel Smith c27ad1390d etcd does some trickery that was avoiding the pid capturing in our tests. Run in subshell. 2014-06-16 22:05:12 -07:00
Daniel Smith c534d070e5 Rename LabelSet labels.Set 2014-06-16 22:05:12 -07:00
Daniel Smith 5c3e4fab58 add another test 2014-06-16 22:05:12 -07:00
Daniel Smith 7d05ba4dc4 Implement new label system 2014-06-16 22:05:12 -07:00
Daniel Smith ad2ec27e91 Implement label queries for controller registry 2014-06-16 22:05:12 -07:00
Daniel Smith 154ec0db1e apiserver builds again 2014-06-16 22:05:12 -07:00
Daniel Smith 1c6342a794 Move labels to own package 2014-06-16 22:05:11 -07:00
Daniel Smith 3ab2f8a3a2 First piece of improving labels 2014-06-16 22:05:11 -07:00
Daniel Smith 6d3af1f8ff Make success status public so it will actually get sent to clients 2014-06-16 22:05:11 -07:00
brendandburns bad4318b95 Merge pull request #131 from lavalamp/faster_test
Parse status; makes test much faster
2014-06-16 20:56:37 -07:00
Daniel Smith b709532fdd Move jq requirement message 2014-06-16 20:45:38 -07:00
Daniel Smith b3c934cde1 Parse status; makes test much faster 2014-06-16 20:42:17 -07:00
Daniel Smith 4df24a108e Merge pull request #126 from jbeda/doc-fix
Suggest people verify they can start a VM on GCE.
2014-06-16 15:32:31 -07:00
Joe Beda 35c0ce2abb Suggest people verify they can start a VM on GCE. 2014-06-16 15:03:37 -07:00
Joe Beda a089096468 Merge pull request #125 from brendandburns/dot
Remove dot import syntax from cloudcfg.
2014-06-16 11:23:09 -07:00
Brendan Burns b8eaa8634e Remove dot syntax. 2014-06-16 11:16:18 -07:00
Joe Beda 7e9c3138b6 Merge pull request #123 from ryanwalters/patch-1
Minor edit
2014-06-16 09:44:35 -07:00
Joe Beda cd15ae667d Merge pull request #121 from lavalamp/api_long_op
Refactor apiserver
2014-06-16 09:22:22 -07:00
Ryan Walters be945bfd67 Minor edit
rewrite -> rewritten
2014-06-16 10:13:20 -05:00
Daniel Smith d3049e4d11 Still build and push before running test, even if cluster is already running. 2014-06-15 23:39:24 -07:00
Daniel Smith ea5cbd44bb Refactor apiserver command; move logic to a package for reuse and eventual testing 2014-06-15 23:30:58 -07:00
Daniel Smith b3ab658c71 consistent filenames 2014-06-15 23:30:58 -07:00
Daniel Smith f3734260d5 Readability improvements. 2014-06-15 23:30:58 -07:00
Daniel Smith 823d654523 Merge pull request #120 from brendanburns/comments
Add some documentation
2014-06-15 23:30:11 -07:00
Brendan Burns 32071289e6 Add some documentation 2014-06-15 22:42:19 -07:00
brendandburns 6c589da0f7 Added godoc link. 2014-06-15 22:34:22 -07:00
brendandburns 4adaee01dd Merge pull request #118 from lavalamp/master
Alternative local launch script.
2014-06-15 22:27:23 -07:00
Daniel Smith f03460ce5b Rename local-up2.sh to local-up-cluster.sh 2014-06-15 22:15:37 -07:00
Daniel Smith 92709cc808 Merge pull request #119 from brendanburns/docs
Update the README with a TOC
2014-06-15 22:14:01 -07:00
Brendan Burns 7ce3ee7867 Update the README with a TOC 2014-06-15 22:13:23 -07:00
Daniel Smith 0a4e6b50ed Add an alternate local-up experience. 2014-06-15 22:06:55 -07:00
Daniel Smith c6c59ff03f Merge pull request #117 from brendanburns/udp
Add udp support, and unit tests to match.  Closes #96
2014-06-15 22:02:51 -07:00
Brendan Burns 76148dc85f gofmt 2014-06-15 21:57:29 -07:00
Brendan Burns 2e68d087a9 Add udp support. 2014-06-15 21:19:35 -07:00
Daniel Smith 5e07157376 Merge pull request #116 from brendanburns/work
Added a -verbose flag, and made a message verbose only.
2014-06-15 21:08:34 -07:00
Brendan Burns 7ded6945c1 Added a -verbose flag, and made a message verbose only. 2014-06-15 20:53:21 -07:00
brendandburns d23b5e8dae Merge pull request #115 from briandorsey/master
Update the guestbook sample
2014-06-15 20:27:56 -07:00
Brian Dorsey a5306feafe fix typo in guestbook URL 2014-06-15 16:13:49 -07:00
Brian Dorsey bfd7c96ac1 Updated cloudconfig.sh output examples
Updated cloudconfig.sh output examples to match what the tool currently prints.
Added specific gcutil commands to get public IP addresses, and create the firewall rules.
2014-06-15 16:12:13 -07:00
Brian Dorsey fe31617454 Add hack/build-go.sh to step zero
(needed when working from a completely clean install)
2014-06-15 15:36:56 -07:00
Daniel Smith a047dc4930 No underscores in variable names. Add option to set hostname at command line. 2014-06-15 10:24:36 -07:00
Daniel Smith 229ccb0fa3 Merge pull request #110 from jbeda/test-fix
Stable comparison of stuff that transits through map.
2014-06-14 16:05:30 -07:00
Joe Beda c9e5a0ab0c Merge pull request #112 from brendanburns/master
Further error handling when gcloud isn't set up correctly.
2014-06-14 16:05:06 -07:00
Daniel Smith c7a307ceb2 Merge pull request #105 from lavalamp/improve_e2e
Add a new e2e test; fix some bugs/usability problems
2014-06-14 16:03:56 -07:00
Brendan Burns 87afb5fd5e Further error handling when gcloud isn't set up correctly. 2014-06-14 15:37:39 -07:00
Joe Beda 860ed8cd4c Merge pull request #111 from brendanburns/master
Update release config file to check for gcloud.
2014-06-14 15:13:48 -07:00