Robert Bailey
d78525a83b
Merge pull request #12750 from mikedanese/submit-queue
...
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-18 09:15:22 -07:00
Patrick Flor
302cdceb6a
Update dev docs to note new coveralls URL
...
(also noting old URL for interested parties and future historians)
2015-08-17 09:17:03 -07:00
Eric Paris
21d22e04be
TYPO: fix documentation to point at update-generated-docs.sh
2015-08-14 18:50:03 -04:00
Mike Danese
83ae12f0c3
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-14 13:54:04 -07:00
Brian Grant
f04d721612
Update API conventions. Add kubectl conventions.
...
Ref #12322 . Fixes #6797 .
2015-08-14 01:32:38 +00:00
goltermann
1b874e9f9a
Adding teams lists to faster_reviews.
2015-08-13 11:29:59 -07:00
Robert Bailey
3962848a24
Update repository links in development.md.
2015-08-12 13:12:32 -07:00
Bryan Stenson
9541414742
create cloudprovider "providers" package
...
move all providers into new package
update all references to old package path
2015-08-11 22:36:51 -07:00
Eric Paris
3b7c39656c
Split hack/{verify,update}-* files so we don't always go build
...
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-11 14:20:46 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
Mike Danese
fe6b15ba2f
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
3f538145ab
fixup development doc for new vanity path
2015-08-05 17:52:57 -07:00
goltermann
90e1d5216e
Add post v1.0 PR merge details.
2015-08-05 14:52:46 -07:00
Mike Danese
fd7a48f379
Merge pull request #11839 from eparis/munger-rewrite
...
Major rewrite for docs munger
2015-07-31 10:21:25 -07:00
Eric Paris
024208e39f
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Tim Hockin
c58e3fbbb6
Add a note on when to use commits
2015-07-30 15:11:38 -07:00
Alex Robinson
acd1bed70e
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
David Oppenheimer
50e95a031b
Absolutize links that leave the docs/ tree to go anywhere other than
...
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
8cfd3d669e
Merge pull request #11551 from a-robinson/docs
...
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
68d6e3a8ae
Replace `` with
when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177
Fix gendocs
2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394
Improve devel docs syntax highlighting.
2015-07-19 08:54:49 +00:00
Brian Grant
cbed53cffe
Gut stale roadmaps. Move useful content elsewhere.
2015-07-18 00:41:06 +00:00
David Oppenheimer
d28a6656ae
Merge pull request #11452 from thockin/docs-munge-headerlines
...
Munge headerlines
2015-07-17 15:52:08 -07:00
Tim Hockin
33f1862830
Run gendocs
2015-07-17 15:35:43 -07:00
Tim Hockin
6e4ec38f51
Make TOC munge include blank line before TOC
2015-07-17 15:06:54 -07:00
Abhi Shah
816f18a388
Merge pull request #11424 from lavalamp/mungePreformatted
...
Munge preformatted
2015-07-17 13:32:38 -07:00
Daniel Smith
f7873d2a1f
apply changes
2015-07-17 11:04:46 -07:00
David Oppenheimer
2a26b7487e
Various minor edits/clarifications to docs/admin/ docs.
...
Deleted docs/admin/namespaces.md as it was content-free and the topic is
already covered well in docs/user-guide/namespaces.md
2015-07-17 10:53:23 -07:00
Tim Hockin
542e13d2d3
Better scary message
2015-07-17 09:28:49 -07:00
Brian Grant
5f34630aca
Merge pull request #11352 from JanetKuo/docs-reachable
...
Ensure all docs and examples in user guide are reachable
2015-07-16 23:33:45 -07:00
Janet Kuo
2498f93938
MUNGE generated table of contents should strip comma
2015-07-16 23:21:09 -07:00
Janet Kuo
b0c68c4b81
Ensure all docs and examples in user guide are reachable
2015-07-16 23:12:47 -07:00
Brian Grant
786b59427d
Merge pull request #11400 from lavalamp/munger
...
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith
98eeadb66e
(mostly) auto fixed links
2015-07-16 16:28:18 -07:00
Tim Hockin
f7512d007b
Add munger to verify kubectl -f targets, fix docs
2015-07-16 15:39:45 -07:00
Eric Tune
ffaee4737e
Merge pull request #11326 from erictune/conformance_master
...
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Eric Tune
4f3a646dba
Remove requirement of specifying kubernetes ver.
...
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed. Remove that
requirement.
2015-07-15 13:51:27 -07:00
Eric Tune
ced4709323
Merge pull request #11292 from davidopp/doc1
...
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Zach Loafman
af1a8b825a
Add hack/cherry_pick_list.sh to list all automated cherry picks
...
* Adds hack/cherry_pick_list.sh to list all automated cherry picks
since the last tag.
* Adds a short python script to extract title/author and print it in
markdown style like our current release notes.
* Revises patch release instructions to use said script.
2015-07-15 10:30:00 -07:00
David Oppenheimer
d31e13048c
Move diagrams out of top-level docs/ directory and merge
...
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
8d5eb03c7b
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
39b86908a1
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83
Run gendocs
2015-07-14 15:28:59 -07:00
Daniel Smith
821e08fded
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
Tim Hockin
5cf5445d24
Change 'minion' to 'node' in docs
2015-07-13 15:59:30 -07:00
Tim Hockin
8bb5c5060c
Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
...
change "get minions" to "get nodes" in docs
2015-07-13 13:27:56 -07:00
Tim Hockin
40b25e0f12
Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
...
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
fffc64e733
Run gendocs and munges
2015-07-13 11:27:48 -07:00
Tim Hockin
2ad0774562
Merge pull request #11122 from zmerlynn/multi-pick
...
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00