summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-13Merge pull request #3681 from femrtnz/masterKubernetes Prow Robot
Adding contributor-cheatsheet README-pt.md
2019-05-13adding contributor-cheatsheet/README-ptFelipe Amaral
adding contributor-cheatsheet/README-pt adding contributor-cheatsheet/README-pt adding contributor-cheatsheet/README-pt Adjusting .spelling_failures, adding README-pt-md Translating README-pt.md Translating README-pt.md Addressing PR comments Adjusting links Adjusting links Adjustments pt adjustments pt adjustments Fixing link Adjusting agrupar os commits Addressing PR comments Adjusting pt
2019-05-12Merge pull request #3618 from mrbobbytables/subproject-siteKubernetes Prow Robot
Add subproject site request guidelines.
2019-05-13Added-contributor-cheatsheet-localise-hiavidLearnerInProgress
2019-05-11Merge pull request #3703 from nikhita/release-notes-subprojectKubernetes Prow Robot
Add release-notes to release-engineering subproject
2019-05-12Add release-notes to release-engineering subprojectNikhita Raghunath
2019-05-10Merge pull request #3699 from dims/add-code-organization-office-hoursKubernetes Prow Robot
Add Code Organization Office Hours
2019-05-10Add Code Organization Office HoursDavanum Srinivas
and link to project board, issues, prs Change-Id: I84a17956db499844e85cb67df5886ba612a48a0e
2019-05-09Merge pull request #3694 from csbell/masterKubernetes Prow Robot
sig-multicluster: transition from @csbell to @pmorie
2019-05-09Merge pull request #3691 from ↵Kubernetes Prow Robot
askervin/fix-link-to-contributor-cheatsheet-in-guide Fix link to contributor cheatsheet in guide
2019-05-09Fix links to contributor cheatsheetAntti Kervinen
2019-05-08Merge pull request #3689 from timothysc/conformance_guidanceKubernetes Prow Robot
Update recommendations for tests that don't meet criteria
2019-05-08add cli-utils repo to sig-cli subprojectsJingfang Liu
2019-05-08Merge pull request #3690 from andyxning/add_kube-state-metrics_slack_channelKubernetes Prow Robot
add kube-state-metrics slack channel
2019-05-08sig-multicluster: transition from csbell to pmorieChristian Bell
Also, remove obsolete oncall rotation from Federation v1.
2019-05-08Update recommendations for tests that don't meetTimothy St. Clair
conformance criteria.
2019-05-08add kube-state-metrics slack channelAndy Xie
2019-05-07Merge pull request #3683 from k-toyoda-pi/fix_new_linkKubernetes Prow Robot
fix some links
2019-05-07Merge pull request #3688 from erikerlandson/revert-bd-ug-resourcesKubernetes Prow Robot
revert changes to UG Big Data resource names
2019-05-07Merge pull request #3687 from dims/move-klog-to-sig-instrumentationKubernetes Prow Robot
Move klog to sig-instrumentation
2019-05-07revert changes to UG Big Data resource namesErik Erlandson
2019-05-07Move klog to sig-instrumentationDavanum Srinivas
Change-Id: I0de87dd36a09175a51c24bef4466692825207bbd
2019-05-07Merge pull request #3685 from nikhita/archive-channelsKubernetes Prow Robot
Archive monolith and ops-status slack channels
2019-05-07Merge pull request #3684 from andyxning/add_node-problem-detector_channelKubernetes Prow Robot
add node-problem-detector channel
2019-05-07Archive monolith and ops-status slack channelsNikhita Raghunath
- monolith is inactive today. It was created for discussing migrating monolith apps to Kubernetes. Ref: https://groups.google.com/forum/#!forum/monolithic-apps-to-k8s. - ops-status was meant for "operations issues that might be relevant to the K8s community". For upstream Kubernetes ops-specific discussion, we have #testing-ops. For general ops discussion, we have #sre.
2019-05-07add node-problem-detector channelAndy Xie
2019-05-07change old link to new linktoyoda
2019-05-06Merge pull request #3627 from mrbobbytables/add-emeritus-ownersKubernetes Prow Robot
Add emeritus to owners guidelines
2019-05-06Merge pull request #3680 from spiffxp/fix-some-sigs-yaml-validationsKubernetes Prow Robot
Fix most sigs.yaml validation errors
2019-05-06Ran makeAaron Crickenberger
2019-05-06Add mission statements for sigs that miss itAaron Crickenberger
Educated guess: first sentence of charter
2019-05-06Fix invalid sig namesAaron Crickenberger
Specifically: - Networking -> Network - Big Data isn't a SIG
2019-05-06Fix person names/companies and run makeAaron Crickenberger
2019-05-06Validate same github id has same name/compayAaron Crickenberger
2019-05-06Merge pull request #3671 from spiffxp/format-sigs-yamlKubernetes Prow Robot
Enforce consistent formatting of sigs.yaml
2019-05-05Merge pull request #3660 from ClaudiaJKang/ko-contributor-cheatsheetKubernetes Prow Robot
Localize contributor cheatsheet in Korean
2019-05-06Localize contributor cheatsheet in KoreanClaudia J. Kang
* This commit add Korean contributor cheatsheet. * Apply ianychoi's comment
2019-05-05Merge pull request #3676 from justaugustus/slack-sig-releaseKubernetes Prow Robot
Add SIG Release Slack configs
2019-05-05Add SIG Release Slack configsCheryl Fong
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-05-05Update cri-container-stats documentationmattjmcnaughton
Update the cri-container-stats documentation with more recent status info. Particularly, clarify that the option to consume CRI stats has been implemented, and link to the code that determines the consumption option.
2019-05-05Update the sig-node/cri documentationmattjmcnaughton
Its been a little bit of time since this documentation was updated, so refresh the links and also hopefully improve clarity.
2019-05-03Ran makeAaron Crickenberger
2019-05-03Prototype validation of sigs.yamlAaron Crickenberger
Demonstrating this could be done, not going to enforce it for now. There are also a number of these conventions that could probably just be auto-generated.
2019-05-03Update generator to reformat sigs.yamlAaron Crickenberger
The following formatting is enforced: - Consistent identation of 2 spaces - Keys are sorted by order of struct fields - Lists are sorted by struct-dependent keys - Comments are stripped I had hopes of using yaml.Node to preserve comments, but found no obvious way to marshal from struct to Node, meaning all data manipulation had to be done against Nodes. This loses us all of the benefits of using a struct: types, known fields, field order. Given that there aren't many comments in sigs.yaml to begin with, I'm erring on the side of dropping support for them.
2019-05-03Upgrade to gopkg.in/yaml.v3Aaron Crickenberger
This gives us access to the yaml.Node type, which can be used to preserve more formatting than v2 supported during round tripping of YAML
2019-05-03sigs.yaml touchup: add missing label fields to WGsAaron Crickenberger
2019-05-03sigs.yaml touchup: populate recordings_url for sig-uiAaron Crickenberger
2019-05-03sigs.yaml touchup: remove subprojects field from sig-openstackAaron Crickenberger
2019-05-03sigs.yaml touchup: add charter linksAaron Crickenberger
2019-05-03sigs.yaml touchup: Add missing company affiliationsAaron Crickenberger