| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-01 | New Godeps LICENSE generation tool. | David McMahon | |
| Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure fast local generation. | |||
| 2016-02-10 | Reconcile testing docs, fixes #18606 | Isaac Hollander McCreery | |
| 2016-02-01 | Merge pull request #20366 from pmorie/local-cluster-docs | k8s-merge-robot | |
| Auto commit by PR queue bot | |||
| 2016-01-30 | Add basic doc on local cluster to dev guide | Paul Morie | |
| 2016-01-28 | Add benchmarks for watch over websocket and http | Clayton Coleman | |
| ... and a quick doc on how to run them ``` $ godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch PASS BenchmarkWatchHTTP-8 20000 95669 ns/op 15053 B/op 196 allocs/op BenchmarkWatchWebsocket-8 10000 102871 ns/op 18430 B/op 204 allocs/op ``` | |||
| 2016-01-14 | Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md | Karl Isenberg | |
| - Add Godeps/LICENSES.md - Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date - Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed - Exclude verify-godep-licenses in verify-all - Add verify-godep-licenses to make verify (used by travis) - Add verify-godep-licenses to shippable - Update dev docs to mention update-godep-licenses | |||
| 2015-12-21 | run hack/update-generated-docs.sh | Chao Xu | |
| 2015-12-10 | Make go version requirements clearer | Tim Hockin | |
| 2015-11-13 | Run update-gendocs | Tim Hockin | |
| 2015-10-13 | Update documentation to describe how to install etcd for testing | Jeff Grafton | |
| 2015-10-13 | Update test helpers and dev doc to use etcd v2.0.12. | Jeff Grafton | |
| 2015-10-02 | Move the hooks section to the commit section. | Madhusudan.C.S | |
| It doesn't make much sense to have a separate section for hooks right now because we only have a pre-commit hook at the moment and we should have it setup before making the first commit. We can probably create a separate section for hooks again when we have other types of hooks. | |||
| 2015-09-10 | fix a typo in development.md and update git_workflow.png | Kevin | |
| 2015-09-04 | Merge pull request #13278 from bgrant0607/docfix2 | Piotr Szczesniak | |
| Start on expanding code expectations (aka "The bar") | |||
| 2015-09-01 | Start on expanding code expectations (aka "The bar") | Brian Grant | |
| 2015-08-31 | Fix inconsistency path in GOPATH doc | Harry Zhang | |
| we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes Close this if I made mistaken this | |||
| 2015-08-26 | Update development godep instructions to work for cadvisor and changing ↵ | Phillip Wittrock | |
| transitive deps | |||
| 2015-08-17 | Update dev docs to note new coveralls URL | Patrick Flor | |
| (also noting old URL for interested parties and future historians) | |||
| 2015-08-12 | Update repository links in development.md. | Robert Bailey | |
| 2015-08-11 | Split hack/{verify,update}-* files so we don't always go build | Eric Paris | |
| Right now some of the hack/* tools use `go run` and build almost every time. There are some which expect you to have already run `go install`. And in all cases the pre-commit hook, which runs a full build wouldn't want to do either, since it just built! This creates a new hack/after-build/ directory and has the scripts which REQUIRE that the binary already be built. It doesn't test and complain. It just fails miserably. Users should not be in this directory. Users should just use hack/verify-* which will just do the build and then call the "after-build" version. The pre-commit hook or anything which KNOWS the binaries have been built can use the fast version. | |||
| 2015-08-09 | Copy edits for typos | Ed Costello | |
| 2015-08-05 | fixup development doc for new vanity path | Mike Danese | |
| 2015-08-05 | Add post v1.0 PR merge details. | goltermann | |
| 2015-07-30 | Add a note on when to use commits | Tim Hockin | |
| 2015-07-20 | Fix capitalization of Kubernetes in the documentation. | Alex Robinson | |
| 2015-07-20 | Absolutize links that leave the docs/ tree to go anywhere other than | David Oppenheimer | |
| to examples/ or back to docs/ | |||
| 2015-07-19 | Merge pull request #11551 from a-robinson/docs | Brian Grant | |
| Improve syntax highlighting for design and devel docs | |||
| 2015-07-19 | Replace ``` with ` when emphasizing something inline in docs/ | Alex Robinson | |
| 2015-07-19 | Improve devel docs syntax highlighting. | Alex Robinson | |
| 2015-07-17 | Run gendocs | Tim Hockin | |
| 2015-07-17 | apply changes | Daniel Smith | |
| 2015-07-17 | Better scary message | Tim Hockin | |
| 2015-07-14 | Run gendocs | Tim Hockin | |
| 2015-07-14 | Run gendocs | Tim Hockin | |
| 2015-07-13 | Apply mungedocs changes | Daniel Smith | |
| 2015-07-13 | Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs | Tim Hockin | |
| change "get minions" to "get nodes" in docs | |||
| 2015-07-13 | Run gendocs and munges | Tim Hockin | |
| 2015-07-10 | change get minions cmd in docs | jiangyaoguo | |
| 2015-06-09 | Consolidate git setup documentation. | Jeffrey Paine | |
| Closes #9091 | |||
| 2015-05-15 | Add ga-beacon analytics to gendocs scripts | Jeff Lowdermilk | |
| hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link. | |||
| 2015-05-13 | Switch git hooks to use pre-commit | Tim Hockin | |
| 2015-04-26 | Corrected some typos | George Kuan | |
| 2015-04-15 | Add documentation to help new contributors with write access | Robert Bailey | |
| from accidentally pushing upstream. | |||
| 2015-03-30 | Proposed guidelines for new Getting-started-guides. | Eric Tune | |
| # *** ERROR: *** docs are out of sync between cli and markdown # run hack/run-gendocs.sh > docs/kubectl.md to regenerate # # Your commit will be aborted unless you regenerate docs. COMMIT_BLOCKED_ON_GENDOCS | |||
| 2015-03-17 | Add -v to `go run hack/e2e.go -ctl` commands | Yu-Ju Hong | |
| 2015-03-05 | Make slides visible to the public, fix a typo. | Quinton Hoole | |
| Moved to account quintonh@gmail.com to make it visible to the public without any login. Correct "push request" to "pull request". | |||
| 2015-03-04 | Add documentation about the Kubernetes Github Flow. | Quinton Hoole | |
| Added an animation (and a link to it) detailing the standard Kubernetes Github Flow. | |||
| 2015-02-19 | Update development doc on how to generate code coverage reports. | Jeff Grafton | |
| 2015-02-18 | Combine the two documentation sections on how to use godeps. | Alex Robinson | |
| 2015-02-18 | Document current ways to run a single e2e | Zach Loafman | |
