Commit Graph

42 Commits

Author SHA1 Message Date
Sergey Kanzhelev 83da11b287 verify that files were not removed without changing sig.yaml 2024-05-08 00:14:36 +00:00
Christoph Blecker c7da084db7
Fix containerized generation 2024-02-18 20:14:37 -08:00
Christoph Blecker fa4c181e5b
Remove reference to user groups in verify script 2024-01-10 13:57:26 -08:00
Christoph Blecker c47affe262
Update spelling failures check for contributor cheatsheet 2023-12-16 21:00:09 -05:00
Benjamin Elder b2bf3d8895 spellcheck: exclude all voters.yaml 2023-10-02 14:37:45 -07:00
Bridget Kromhout 5fd6a0222f
Excluding voter list from spellcheck
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2023-08-07 11:13:26 -05:00
cpanato 57b59e3fb3
[steering] archive meeting notes from 2017-2022
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-02-15 16:24:43 +01:00
Bhagya Amarasinghe b96129b8d9
typo in generate-devstats-repo-sql.yaml
spelling fix on 'defintions' in the first block of comments in generate-devstats-repo-sql.yaml
2022-11-02 14:48:49 +05:30
Noah Kantrowitz 5d0b07dd55
🎨 Make CI happy about misspelled github usernames.
Everyone's a critic 😆
2022-08-14 01:44:11 -07:00
Bob Killen 6bef18d458 clean up and update spelling_failures
- Alpha sorts list
- Add contribex meeting notes dir
- Removes paths that no longer exist
2021-12-12 09:31:25 -05:00
Josh Berkus dec85cfd23 Adjusted Steering Bio checker per issue.
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>
2021-10-08 16:47:03 -07:00
Nikhita Raghunath 5c818c977d Add verify script to limit SC election bios to 300 words
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-11-17 21:24:36 +05:30
Aaron Crickenberger 6d0c920003 Allow verify-generated-docs to use go modcache
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-08-18 16:59:27 -07:00
Fabrizio Pandini 4042a04c44
Localize contributor cheatsheet to it (#4808)
* localize contributor cheatsheet to it

* fix ci errors
2020-05-24 05:43:11 -07:00
Bryan Wilkinson a589d3d41e
Moving Survey Files Again (#4639) 2020-03-19 14:36:36 -07:00
parispittman 8c44721d4c moving surveys 2020-02-05 01:24:30 -08:00
Charlotte 9f3bd17a08 Add German translation of contributor cheatsheet 2019-08-27 18:14:30 +02:00
Rémy Léone 436f329e9d Add a French translation of contributor-cheatsheet 2019-08-01 10:49:11 +02:00
Christoph Blecker 91632198e4
Use versioned misspell from go.mod 2019-07-28 13:54:39 -07:00
Aaron Crickenberger 7bd7f2c344 Add more details to generate-devstats-repo-sql.py
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-26 13:05:43 -07:00
Aaron Crickenberger 0224a259c7 Add script used to generate devstats repo groups
This isn't perfect, but it's probably better living here
than in a random gist I have laying around.
2019-06-07 09:05:00 -07:00
Felipe Amaral c402cd7f54 adding contributor-cheatsheet/README-pt
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-13 17:47:20 +01:00
Aaron Crickenberger 89cde82503 Update generator to reformat sigs.yaml
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-03 11:20:04 -07:00
Christoph Blecker 3b8b7b7299
Add tools file so that tools are vendored 2019-03-20 16:03:56 -07:00
Nikhita Raghunath 347f7d07d3 generator: add support for committees
Since committees can have private mailing lists, this commit
also adds a new field for specifying private mailing lists
in the "Contacts" section.
2019-03-15 18:13:12 +05:30
Nikhita Raghunath 1816b3e406 Add support for User Groups in sigs.yaml 2019-02-26 04:08:40 +05:30
Roy Lenferink 4396a8b7f3 Updated OWNERS files to include link to docs 2019-01-30 19:37:21 +01:00
parispittman 6f726048ae adding historical notes for 2014 contributor summit 2018-11-28 21:03:44 -08:00
Paris Pittman b13a82aa69 add survey data and readme 2018-10-25 19:17:33 -07:00
Tim Pepper f527442d8b hack/verify-generated-docs.sh: clarify error output
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-06-28 11:07:09 -07:00
k8s-ci-robot 56005d414c
Merge pull request #1897 from cblecker/fix-gen-doc-verify
Fix up verify-generated-docs script
2018-03-14 15:28:05 -07:00
Cao Shufeng a190b4b8b3 fix verify-spelling.sh scripts 2018-03-06 11:32:31 +08:00
Christoph Blecker 973b948b6b
Fix up verify-generated-docs script 2018-03-05 14:25:17 -08:00
Christoph Blecker 8b1dc43f67
Add verify-spelling script 2018-03-05 09:31:46 -08:00
Christoph Blecker 2bd679812c
Allow multiple steps in the verify job 2018-03-05 09:31:40 -08:00
Christoph Blecker d9b419fbff
Add ability to have custom content in OWNERS_ALIASES 2018-02-23 16:30:57 -08:00
Christoph Blecker b50b500cab
Add some labels to directory OWNERS files 2018-02-04 19:56:02 -08:00
Christoph Blecker fad14ac876
Track and compare working group dirs too 2017-10-25 13:52:40 -07:00
Christoph Blecker c08c4ae2f9
Don't use docker by default for sig docs generator 2017-10-24 23:12:43 -07:00
Cole Wagner 2193bab430 Make tabs in OWNERS files into 2 spaces. 2017-08-15 16:33:18 -07:00
Garrett Rodrigues 5396487c42 Add owners files with sig-leads 2017-08-15 15:37:31 -07:00
Christoph Blecker b73865f44c
Add verify make rule 2017-07-28 12:19:30 -07:00