Commit Graph

55 Commits

Author SHA1 Message Date
Jerzy Szczepkowski cf7a217be0 Merge pull request #6050 from piosz/docs
Changed merge policy
2015-04-02 10:09:05 +02:00
goltermann 5d31ce87c8 Update issues.md 2015-04-01 16:37:42 -07:00
goltermann fcd666c840 Update issues.md
Updating priority definitions - open for discussion if there are other opinions.
2015-04-01 13:00:37 -07:00
Piotr Szczesniak 73ec8632c4 Changed merge policy 2015-03-31 16:54:03 +02:00
Jeff Grafton 5ed385b9e7 Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Eric Tune d60aa36171 Proposed guidelines for new Getting-started-guides.
# *** 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 09:52:52 -07:00
António Meireles 636062818f remove remaining references to containerized cadvisor.
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-30 15:27:23 +01:00
Piotr Szczesniak 670cba557a Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
2015-03-27 10:06:21 +01:00
Rohit Jnagal 4d946b3353 Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
Adam Dymitruk 8a901730fe Better wording for clean up.
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-23 23:51:46 -07:00
Derek Carr cd5cc3bdf6 Merge pull request #5418 from rjnagal/docs
Update vagrant documentation to use get.k8s.io for setup.
2015-03-19 11:08:07 -04:00
Rohit Jnagal 3fe373e83a Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Yu-Ju Hong 9786c3c763 Add -v to `go run hack/e2e.go -ctl` commands 2015-03-17 12:32:34 -07:00
Brian Grant 31e8d2b80e Merge pull request #5459 from thockin/apidoc
Add a doc explaining how to make API changes
2015-03-16 16:05:58 -07:00
Tim Hockin d2499d4bdc Add a doc explaining how to make API changes
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 14:07:30 -07:00
Phaneendra Chiruvella 472bf52e67 update link to common golang style mistakes 2015-03-16 08:44:55 +05:30
Tim Hockin 2b45ccdae8 Add a doc on making PRs easier to review 2015-03-10 06:25:40 -07:00
Alex Mohr bf67214b68 Merge pull request #5083 from quinton-hoole/2015-03-04-add-github-flow-docs
Add documentation about the Kubernetes Github Flow.
2015-03-09 10:57:55 -07:00
Quinton Hoole 46a8a0873c Make slides visible to the public, fix a typo.
Moved to account quintonh@gmail.com to make it visible to the public without any login.
Correct "push request" to "pull request".
2015-03-05 11:23:03 -08:00
Quinton Hoole 9f5ea46527 Add documentation about the Kubernetes Github Flow.
Added an animation (and a link to it) detailing the standard Kubernetes Github Flow.
2015-03-04 17:18:05 -08:00
Eric Tune 021e5a3ec4 Added a doc with coding advice. 2015-03-03 14:29:39 -08:00
Yu-Ju Hong 404a276a80 Merge pull request #4590 from gmarek/client3
Add info about contention profiling to profiling.md
2015-02-20 10:21:20 -08:00
gmarek a65c29ed5c apply comments 2015-02-20 09:39:13 +01:00
Jeff Grafton 0e7dfbc995 Update development doc on how to generate code coverage reports. 2015-02-19 18:43:34 -08:00
gmarek 4ee6432fbc Add info about contention profiling to profiling.md 2015-02-19 14:50:54 +01:00
Alex Robinson d20061eeff Combine the two documentation sections on how to use godeps. 2015-02-18 22:16:12 +00:00
Zach Loafman 3cb657fac0 Document current ways to run a single e2e 2015-02-18 07:51:36 -08:00
Marek Grabowski 83e0629ced Added instruction for profiling apiserver 2015-02-14 00:11:38 +01:00
Alex Robinson 66a676bf58 Fix bad config in flaky test documentation and add script to help check
for flakes.
2015-02-11 12:28:34 -08:00
Alex Robinson b133560996 Add steps to the development guide for how to use godep to update an
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-10 09:44:23 +00:00
kargakis ea4c801002 Add links to logging libraries in question 2015-02-03 15:09:46 +01:00
Salvatore Dario Minonne 84665f8607 Fix dockerfile for etcd.2.0.0 2015-01-30 15:32:13 +01:00
Victor Marmol d48dabc0cd Update developer docs to use hack/ for e2e. 2015-01-23 15:52:12 -08:00
Brian Grant bbcbef258e Merge pull request #3616 from hTrap/patch-1
typo fixed
2015-01-21 07:14:56 -08:00
Parth Oberoi 972ee6e91f typo fixed ';'
unexpected ';' after environment on line 7
2015-01-21 14:29:56 +05:30
Parth Oberoi 61d146fd7f typo fixed 2015-01-20 05:02:13 +05:30
Brendan Burns ce93f70278 Add a gendocs pre-submit hook. 2015-01-15 09:52:51 -08:00
Deyuan Deng 43612a093e Doc fixes 2015-01-11 21:20:49 -05:00
Alex Robinson 3c3d2468b9 Update the doc on how to test for flakiness to actually work and to use kubectl. 2015-01-09 22:46:36 +00:00
Alex Robinson d45be03704 Minor doc/comment fixes that came up while reading through some code. 2015-01-06 18:05:33 +00:00
Sergey Evstifeev c02a212f14 Fix broken flaky-tests.md documentation link
The link ended up pointing at ./docs/devel/docs/devel/flaky-tests.md instead of .docs/devel/flaky-tests.md
2014-12-22 15:53:32 +01:00
Daniel Smith 7cc008cd36 fix godep instructions 2014-12-16 15:52:53 -08:00
MikeJeffrey cfaed2e3d0 Create README.md in docs/devel 2014-12-12 11:05:30 -08:00
Daniel Smith 0865cb2a69 Merge pull request #2798 from brendandburns/master
Expand e2e instructions.
2014-12-09 09:54:05 -08:00
Brendan Burns c6a38a5921 address comments. 2014-12-08 19:48:02 -08:00
Brendan Burns e95c87269a Expand e2e instructions. 2014-12-08 16:01:35 -08:00
goltermann 5390d1bf88 Create pull-requests.md 2014-12-02 14:54:57 -08:00
goltermann d935c1cbe3 Adding docs for prioritization of issues. 2014-12-01 19:07:46 -08:00
Eric Tune 397e99fc21 Update development.md
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
2014-11-17 11:20:31 -08:00
Deyuan Deng fcaa1651e4 Fix DESIGN.md link, and etcd installation instruction. 2014-11-11 22:12:27 -05:00