Kubernetes Submit Queue
2659edf507
Merge pull request #36634 from thockin/reviewable-doc
...
Automatic merge from submit-queue
Add reviewable notes to CONTRIBUTING
@kubernetes/contributor-experience
2016-11-28 11:43:16 -08:00
Erick Fejta
92843728bd
Delete gotest-dockerized
2016-11-15 13:11:04 -08:00
Tim Hockin
9b4bc58a10
Add reviewable notes to CONTRIBUTING
2016-11-10 23:47:13 -08:00
Tim Hockin
b0fa2056a6
Remove 'this is HEAD' warning on docs
2016-10-26 00:06:59 +02:00
Mike Danese
27116c6818
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
Kubernetes Submit Queue
2650047f65
Merge pull request #31259 from rombit-be/update-dev-doc
...
Automatic merge from submit-queue
Add go-bindata as development dependency
**What this PR does / why we need it**:
Small update in the developer notes (a go dependency was missing, which I noticed when setting up my own development environment)
**Which issue this PR fixes**:
Not applicable
**Special notes for your reviewer**:
**Release note**:
N/A
```release-note
```
2016-09-05 11:10:14 -07:00
David McMahon
385fb81407
Update the latestReleaseBranch to release-1.4 in the munger.
2016-09-01 14:40:55 -07:00
Erick Fejta
1aea03e7a8
Moved runner to test-infra
2016-08-24 15:47:10 -07:00
Bart Van Bos
cfd9922d7c
Add go-bindata as development dependency
2016-08-23 14:10:43 +02:00
Tamer Tas
361b99bfdd
docs/devel: document the behavior of github UI for PRs
2016-08-20 10:19:16 +03:00
Erick Fejta
1e3bc1caa2
Delete deprecated dockerized-e2e-runner.sh
2016-08-19 15:38:52 -07:00
lixiaobing10051267
283e29d6db
Incorrect branch name for git push command in development
2016-08-17 16:49:48 +08:00
Kubernetes Submit Queue
361dd00ea6
Merge pull request #29945 from mikebrow/split-out-godeps-doc
...
Automatic merge from submit-queue
re-organize development.md
Addresses issue #13876 ; reorganizes and cleans up parts of development.md; splits out the godep section for managing `vendor/` tree dependencies into a new godep.md file.
```release-note
The developer guide has been reorganized to facilitate the majority of new developers working on Kubernetes.
```
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-08-16 19:51:26 -07:00
Kubernetes Submit Queue
8103fd61c9
Merge pull request #29200 from jfrazelle/update-devel-docs-for-where-to-up-go-version
...
Automatic merge from submit-queue
Update the devel docs with where and how to change the go version
Update the devel docs with where and how to change the go version being used to
build and test k8s.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29200 )
<!-- Reviewable:end -->
2016-08-09 20:14:19 -07:00
Mike Brown
497c211208
re-organize development.md to addresses issue #13876
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-08-08 16:12:48 -05:00
Kubernetes Submit Queue
730d96a3ec
Merge pull request #30059 from kubernetes/docs/devel-testing
...
Automatic merge from submit-queue
Detail unit testing workflow
2016-08-05 13:18:49 -07:00
Tamer Tas
d7499781e1
Detail unit testing workflow
...
Include the information about testing that is found in `Makefile` comments of the testing targets
2016-08-05 11:27:12 +03:00
lixiaobing10051267
fdd9ced105
Replace with explicit kubernetes fork path
2016-08-04 17:01:49 +08:00
lixiaobing10051267
932feacedd
Modify some detail information in contributing workflow
2016-08-04 10:21:25 +08:00
Jess Frazelle
9f88eaf9eb
Update the devel docs with where and how to change the go version being used to
...
build and test k8s.
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-07-25 10:49:36 -07:00
k8s-merge-robot
13b93ce656
Merge pull request #28363 from mikebrow/enable-debug-build-options
...
Automatic merge from submit-queue
adds source debug build options
See issue & discussion here: #28227
Enables source debugging the Kubernetes binaries with tools like delve by providing the user with the ability to provide debug build options to the glang compiler.
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-07-20 21:48:27 -07:00
joe2far
88b6d4ad36
Fix broken warning image link in docs
2016-07-15 10:44:58 +01:00
Mike Brown
6ca905ac37
adds source debug build options
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-07-13 11:01:30 -05:00
Tim Hockin
9613e15801
Make releases work
2016-07-12 21:52:54 -07:00
Tim Hockin
faeef5c4ae
Use make as the main build tool
...
This allows us to start building real dependencies into Makefile.
Leave old hack/* scripts in place but advise to use 'make'. There are a few
rules that call things like 'go run' or 'build/*' that I left as-is for now.
2016-07-12 21:52:00 -07:00
dubstack
e8cc77487c
Fix minor typo
2016-07-05 20:00:41 -07:00
k8s-merge-robot
9612e10337
Merge pull request #26729 from quinton-hoole/2016-06-02-tell-mac-wussies-to-be-more-linux
...
Automatic merge from submit-queue
Add note to development guide regarding GNU tools versions
…especially on Mac OS X.
2016-06-24 13:56:43 -07:00
David McMahon
2bff72b769
Updated docs and examples for release-1.3.
2016-06-13 12:24:34 -07:00
Dawn Chen
88de86fcb9
Revert "Versioning docs and examples for v1.4.0-alpha.0."
...
This reverts commit cce9db3aa9
.
2016-06-10 16:46:46 -07:00
David McMahon
cce9db3aa9
Versioning docs and examples for v1.4.0-alpha.0.
2016-06-10 14:55:35 -07:00
Quinton Hoole
ad3705ab81
Add note to development guide regarding GNU tools versions, especially on Mac OS X.
2016-06-02 11:30:31 -07:00
Tim Hockin
915655a2eb
Document godep updates better
...
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and
use The Big Hammer instead.
2016-05-16 13:15:39 -07:00
Tim Hockin
0114eef83d
Update docs re: godep
2016-05-12 22:04:24 -04:00
Eric Paris
ad3e18d60c
Stop pinning to version v53
2016-05-12 22:04:24 -04:00
Mike Brown
a42ea536ba
devel/ tree 80col wrap and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 12:42:50 -05:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
Morgan Bauer
d2caed3ecc
more explicit requirements for pre-commit hook
2016-04-28 18:45:20 -07:00
mikebrow
8ad866aa18
minor edits to development.md to make the first steps easier and more obvious for newcommers
...
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-06 19:37:14 -05:00
Lucas Käldström
e9eaba3cbd
Add a note about supported go version
2016-04-06 20:08:45 +03:00
k8s-merge-robot
4f329516ae
Merge pull request #22149 from luxas/onedotsix
...
Automatic merge from submit-queue
Up to golang 1.6
A second attempt to upgrade go version above `go1.4`
Merge ASAP after you've cut the `release-1.2` branch and feel ready.
`go1.6` should perform slightly better than `go1.5`, so this time it might work
@gmarek @wojtek-t @zmerlynn @mikedanese @brendandburns @ixdy @thockin
2016-04-05 13:26:18 -07:00
Lucas Käldström
2928d0a8ec
Up to golang 1.6
2016-03-27 17:17:04 +03:00
k8s-merge-robot
4ee7424a7a
Merge pull request #22624 from fejta/testing
...
Auto commit by PR queue bot
2016-03-11 02:57:10 -08:00
Erick Fejta
df29612092
Address thockin nits
2016-03-11 02:06:05 -08:00
derekwaynecarr
26de7a7df5
Comment that godep versions 54 or above do not play nice with Kubernetes
2016-03-10 13:12:53 -05:00
David McMahon
dae84f5306
Update the latestReleaseBranch to release-1.2 in the munger.
2016-03-08 18:59:28 -08:00
Erick Fejta
fd4fee788b
Add simplified testing instructions and etcd installation check.
2016-03-06 19:07:34 -08:00
David McMahon
ffeaef6201
New Godeps LICENSE generation tool.
...
Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
2016-03-01 18:16:09 -08:00
Isaac Hollander McCreery
c25c7c7491
Reconcile testing docs, fixes #18606
2016-02-10 16:33:35 -08:00
k8s-merge-robot
2bea9e73dd
Merge pull request #20366 from pmorie/local-cluster-docs
...
Auto commit by PR queue bot
2016-02-01 10:43:52 -08:00
Paul Morie
e33b9a9460
Add basic doc on local cluster to dev guide
2016-01-30 00:33:27 -05:00