| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-13 | Instructions for generating conversions. | Wojciech Tyczynski | |
| 2015-05-07 | Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` ↵ | Matt Bogosian | |
| -> `KUBERNETES_MINION_MEMORY`. | |||
| 2015-05-04 | Add step to API changes doc for swagger regen | Paul Morie | |
| 2015-04-29 | Improvements to conversions generator. | Wojciech Tyczynski | |
| 2015-04-27 | Merge pull request #7314 from pmorie/doc | Rohit Jnagal | |
| Add hint re: fuzzer to api changes doc | |||
| 2015-04-27 | Add hint re: fuzzer to api changes doc | Paul Morie | |
| 2015-04-26 | Corrected some typos | George Kuan | |
| 2015-04-17 | Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, ↵ | Matt Bogosian | |
| VMWare Workstation, and Parallels. | |||
| 2015-04-16 | Stop using dockerfile/* images | Tim Hockin | |
| As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken. | |||
| 2015-04-15 | Add documentation to help new contributors with write access | Robert Bailey | |
| from accidentally pushing upstream. | |||
| 2015-04-07 | adding release notes guidelines to the (new) releases policy. | António Meireles | |
| per the ongoing conversation at GoogleCloudPlatform/kubernetes#6213 Signed-off-by: António Meireles <antonio.meireles@reformi.st> | |||
| 2015-04-02 | Add some more clarity around "controversial" or "complex" PRs and merging. | Brendan Burns | |
| 2015-04-02 | Merge pull request #6050 from piosz/docs | Jerzy Szczepkowski | |
| Changed merge policy | |||
| 2015-04-01 | Update issues.md | goltermann | |
| 2015-04-01 | Update issues.md | goltermann | |
| Updating priority definitions - open for discussion if there are other opinions. | |||
| 2015-03-31 | Changed merge policy | Piotr Szczesniak | |
| 2015-03-30 | Merge pull request #5141 from erictune/gsgrules | Jeff Grafton | |
| Guidelines for Getting Started Guide contributions | |||
| 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-30 | remove remaining references to containerized cadvisor. | António Meireles | |
| since GoogleCloudPlatform/kubernetes#5308 got merged cadvisor facilities are built-in in kubelet, so time to update the 'screenshots'... Signed-off-by: António Meireles <antonio.meireles@reformi.st> | |||
| 2015-03-27 | Merge pull request #5836 from adymitruk/patch-1 | Piotr Szczesniak | |
| Better wording for clean up. | |||
| 2015-03-25 | Add a pointer to kubernetes-dev to API changes doc. | Rohit Jnagal | |
| 2015-03-23 | Better wording for clean up. | Adam Dymitruk | |
| Encouraging squashing by default leads to important history being lost. People new to different git flows may be doing themselves and the project a disservice without knowing. | |||
| 2015-03-19 | Merge pull request #5418 from rjnagal/docs | Derek Carr | |
| Update vagrant documentation to use get.k8s.io for setup. | |||
| 2015-03-18 | Update vagrant documentation to use get.k8s.io for setup. | Rohit Jnagal | |
| 2015-03-17 | Add -v to `go run hack/e2e.go -ctl` commands | Yu-Ju Hong | |
| 2015-03-16 | Merge pull request #5459 from thockin/apidoc | Brian Grant | |
| Add a doc explaining how to make API changes | |||
| 2015-03-16 | Add a doc explaining how to make API changes | Tim Hockin | |
| Covers compatibility, internal API, versioned APIs, tests, fuzzer, semantic deep equal, etc. I wrote this as I worked on the next big multi-port service change. | |||
| 2015-03-16 | update link to common golang style mistakes | Phaneendra Chiruvella | |
| 2015-03-10 | Add a doc on making PRs easier to review | Tim Hockin | |
| 2015-03-09 | Merge pull request #5083 from quinton-hoole/2015-03-04-add-github-flow-docs | Alex Mohr | |
| Add documentation about the Kubernetes Github Flow. | |||
| 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-03-03 | Added a doc with coding advice. | Eric Tune | |
| 2015-02-20 | Merge pull request #4590 from gmarek/client3 | Yu-Ju Hong | |
| Add info about contention profiling to profiling.md | |||
| 2015-02-20 | apply comments | gmarek | |
| 2015-02-19 | Update development doc on how to generate code coverage reports. | Jeff Grafton | |
| 2015-02-19 | Add info about contention profiling to profiling.md | gmarek | |
| 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 | |
| 2015-02-14 | Added instruction for profiling apiserver | Marek Grabowski | |
| 2015-02-11 | Fix bad config in flaky test documentation and add script to help check | Alex Robinson | |
| for flakes. | |||
| 2015-02-10 | Add steps to the development guide for how to use godep to update an | Alex 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-02-03 | Add links to logging libraries in question | kargakis | |
| 2015-01-30 | Fix dockerfile for etcd.2.0.0 | Salvatore Dario Minonne | |
| 2015-01-23 | Update developer docs to use hack/ for e2e. | Victor Marmol | |
| 2015-01-21 | Merge pull request #3616 from hTrap/patch-1 | Brian Grant | |
| typo fixed | |||
| 2015-01-21 | typo fixed ';' | Parth Oberoi | |
| unexpected ';' after environment on line 7 | |||
| 2015-01-20 | typo fixed | Parth Oberoi | |
