summaryrefslogtreecommitdiff
path: root/development.md
AgeCommit message (Collapse)Author
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-05-13Switch git hooks to use pre-commitTim Hockin
2015-04-26Corrected some typosGeorge Kuan
2015-04-15Add documentation to help new contributors with write accessRobert Bailey
from accidentally pushing upstream.
2015-03-30Proposed 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-17Add -v to `go run hack/e2e.go -ctl` commandsYu-Ju Hong
2015-03-05Make 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-04Add documentation about the Kubernetes Github Flow.Quinton Hoole
Added an animation (and a link to it) detailing the standard Kubernetes Github Flow.
2015-02-19Update development doc on how to generate code coverage reports.Jeff Grafton
2015-02-18Combine the two documentation sections on how to use godeps.Alex Robinson
2015-02-18Document current ways to run a single e2eZach Loafman
2015-02-10Add steps to the development guide for how to use godep to update anAlex Robinson
existing dependency. Also change from the numbered lists from markdown that didn't work due to the intervening code blocks to just raw text numbered lists.
2015-01-30Fix dockerfile for etcd.2.0.0Salvatore Dario Minonne
2015-01-23Update developer docs to use hack/ for e2e.Victor Marmol
2015-01-15Add a gendocs pre-submit hook.Brendan Burns
2015-01-11Doc fixesDeyuan Deng
2015-01-06Minor doc/comment fixes that came up while reading through some code.Alex Robinson
2014-12-22Fix broken flaky-tests.md documentation linkSergey Evstifeev
The link ended up pointing at ./docs/devel/docs/devel/flaky-tests.md instead of .docs/devel/flaky-tests.md
2014-12-16fix godep instructionsDaniel Smith
2014-12-08address comments.Brendan Burns
2014-12-08Expand e2e instructions.Brendan Burns
2014-11-17Update development.mdEric Tune
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
2014-11-11Fix DESIGN.md link, and etcd installation instruction.Deyuan Deng
2014-11-11Update path to files in development docMaria Nita
2014-10-28small docs fixesPrzemo Nowaczyk
2014-10-17Change git repo checkout httpsKouhei Ueno
2014-10-15Move developer documentation to docs/devel/Eric Tune
Fix links.