summaryrefslogtreecommitdiff
path: root/hack
AgeCommit message (Collapse)Author
2022-11-02typo in generate-devstats-repo-sql.yamlBhagya Amarasinghe
spelling fix on 'defintions' in the first block of comments in generate-devstats-repo-sql.yaml
2022-08-14🎨 Make CI happy about misspelled github usernames.Noah Kantrowitz
Everyone's a critic 😆
2021-12-12clean up and update spelling_failuresBob Killen
- Alpha sorts list - Add contribex meeting notes dir - Removes paths that no longer exist
2021-10-08Adjusted Steering Bio checker per issue.Josh Berkus
Adjusted word count limit upwards to take headers into account, and support bios that might be just over the line. Adjusted script so it stops running against files other than bios. Signed-off-by: Josh Berkus <josh@agliodbs.com>
2020-11-17Add verify script to limit SC election bios to 300 wordsNikhita Raghunath
The steering committee election policy states that all bios must be limited to 300 words. This commits adds a verify script to check this. Some bios from 2017-2020 exceed this limit so the script explicitly avoids looking at the past elections.
2020-08-18Allow verify-generated-docs to use go modcacheAaron Crickenberger
I don't think we need to use an entirely separate GOPATH, thus forcing us to re-download modules every time we run `make` This was causing verify-generated-docs to fail locally since go will set its modcache as readonly and thus cause the cleanup "rm -rf" in this script to fail. In go1.14 or later we could use "-modcacherw" to stop making the modcache readonly but that bring me back to.. why do need an entirely separate GOPATH in the first place?
2020-05-24Localize contributor cheatsheet to it (#4808)Fabrizio Pandini
* localize contributor cheatsheet to it * fix ci errors
2020-03-19Moving Survey Files Again (#4639)Bryan Wilkinson
2020-02-05moving surveysparispittman
2019-08-27Add German translation of contributor cheatsheetCharlotte
2019-08-01Add a French translation of contributor-cheatsheetRémy Léone
2019-07-28Use versioned misspell from go.modChristoph Blecker
2019-06-26Add more details to generate-devstats-repo-sql.pyAaron Crickenberger
There was still a lot of manual massaging of the script's output that needed to happen before it was usable as a PR to cncf/devstats. I have now tried to encode as much of that knowledge in code and comments here to allow the output of the script to overwrite the existing file. - add header/footer - add comment pointing to this script - add special case group for "Kubernetes" - add support for committees that own code - (manually) keep track of old repo names for history
2019-06-07Add script used to generate devstats repo groupsAaron Crickenberger
This isn't perfect, but it's probably better living here than in a random gist I have laying around.
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-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-03-20Add tools file so that tools are vendoredChristoph Blecker
2019-03-15generator: add support for committeesNikhita Raghunath
Since committees can have private mailing lists, this commit also adds a new field for specifying private mailing lists in the "Contacts" section.
2019-02-26Add support for User Groups in sigs.yamlNikhita Raghunath
2019-01-30Updated OWNERS files to include link to docsRoy Lenferink
2018-11-28adding historical notes for 2014 contributor summitparispittman
2018-10-25add survey data and readmeParis Pittman
2018-06-28hack/verify-generated-docs.sh: clarify error outputTim Pepper
When the hack/verify-generated-docs.sh job fails because a generated file was edited instead of the sigs.yaml file, it is less than clear from the error message that the user still needs to manually commit the generated docs in addition to changing the sigs.yaml and validating that the docs do build. A small additional bit of guidance is appended to the existing hint in the test error output. Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-03-14Merge pull request #1897 from cblecker/fix-gen-doc-verifyk8s-ci-robot
Fix up verify-generated-docs script
2018-03-06fix verify-spelling.sh scriptsCao Shufeng
2018-03-05Fix up verify-generated-docs scriptChristoph Blecker
2018-03-05Add verify-spelling scriptChristoph Blecker
2018-03-05Allow multiple steps in the verify jobChristoph Blecker
2018-02-23Add ability to have custom content in OWNERS_ALIASESChristoph Blecker
2018-02-04Add some labels to directory OWNERS filesChristoph Blecker
2017-10-25Track and compare working group dirs tooChristoph Blecker
2017-10-24Don't use docker by default for sig docs generatorChristoph Blecker
2017-08-15Make tabs in OWNERS files into 2 spaces.Cole Wagner
2017-08-15Add owners files with sig-leadsGarrett Rodrigues
2017-07-28Add verify make ruleChristoph Blecker