goltermann
00ce437841
Adding teams lists to faster_reviews.
2015-08-13 11:29:59 -07:00
Robert Bailey
36a2019fe7
Update repository links in development.md.
2015-08-12 13:12:32 -07:00
Bryan Stenson
a577fe5955
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
de3a07b932
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
Marek Grabowski
4fb66c32e4
Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
...
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Ed Costello
54575568d1
Copy edits for typos
2015-08-09 14:18:06 -04:00
Veres Lajos
57ff799db2
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
Mike Danese
4c0410dd60
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
1e074e74ea
fixup development doc for new vanity path
2015-08-05 17:52:57 -07:00
goltermann
1a50eb5080
Add post v1.0 PR merge details.
2015-08-05 14:52:46 -07:00
Mike Danese
f82dc33842
Merge pull request #11839 from eparis/munger-rewrite
...
Major rewrite for docs munger
2015-07-31 10:21:25 -07:00
Eric Paris
9a5c3748cc
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Tim Hockin
e605969e9a
Add a note on when to use commits
2015-07-30 15:11:38 -07:00
Alex Robinson
e0554bbf16
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
David Oppenheimer
4ebeb731ad
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
56dd6eaed6
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
753fab889e
Replace ``` with ` when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
dc711364b0
Fix gendocs
2015-07-19 09:05:17 +00:00
Alex Robinson
883791a848
Improve devel docs syntax highlighting.
2015-07-19 08:54:49 +00:00
Brian Grant
9d1ae2e764
Gut stale roadmaps. Move useful content elsewhere.
2015-07-18 00:41:06 +00:00
David Oppenheimer
bc7325e085
Merge pull request #11452 from thockin/docs-munge-headerlines
...
Munge headerlines
2015-07-17 15:52:08 -07:00
Tim Hockin
da3e5f056b
Run gendocs
2015-07-17 15:35:43 -07:00
Tim Hockin
e1a268be83
Make TOC munge include blank line before TOC
2015-07-17 15:06:54 -07:00
Abhi Shah
3e224d662c
Merge pull request #11424 from lavalamp/mungePreformatted
...
Munge preformatted
2015-07-17 13:32:38 -07:00
Daniel Smith
35f2829ae0
apply changes
2015-07-17 11:04:46 -07:00
David Oppenheimer
c4d505d98d
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
6a198dfa61
Better scary message
2015-07-17 09:28:49 -07:00
Brian Grant
9107d38501
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
7c7cbb2a44
MUNGE generated table of contents should strip comma
2015-07-16 23:21:09 -07:00
Janet Kuo
a7425fa689
Ensure all docs and examples in user guide are reachable
2015-07-16 23:12:47 -07:00
Brian Grant
0f06046e39
Merge pull request #11400 from lavalamp/munger
...
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith
d43894cdce
(mostly) auto fixed links
2015-07-16 16:28:18 -07:00
Tim Hockin
e854d97ff4
Add munger to verify kubectl -f targets, fix docs
2015-07-16 15:39:45 -07:00
Eric Tune
8d5b8ceb3a
Merge pull request #11326 from erictune/conformance_master
...
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Eric Tune
dcb2c5ffc1
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
cc1de7d336
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
b6ca2b5bd6
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
3a1db27f1f
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
cb5465e2c6
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
70aa961049
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
c8cc5f5d4a
Run gendocs
2015-07-14 15:28:59 -07:00
Daniel Smith
b8889dc953
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
Tim Hockin
37813afc4b
Change 'minion' to 'node' in docs
2015-07-13 15:59:30 -07:00
Tim Hockin
8eebde7ae9
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
be51e7d3b2
Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
...
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
01bb3613a4
Run gendocs and munges
2015-07-13 11:27:48 -07:00
Tim Hockin
df577b0a81
Merge pull request #11122 from zmerlynn/multi-pick
...
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00
Ed Costello
5b891f6101
Copy edits to remove doubled words
2015-07-13 10:11:55 -04:00
Zach Loafman
eed049cf8d
hack/cherry_pick_pull.sh: Allow multiple pulls
...
Reorder the arguments to allow for multiple pulls at the end:
hack/cherry_pick_pull.sh <remote branch> <pr-number>...
This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Ed Costello
a284d4cf98
Copy edits for typos
2015-07-12 22:03:06 -04:00