Commit Graph

21 Commits

Author SHA1 Message Date
Keith Mattix II 3ca1b59f50
Refresh TOC admins (#3165) 2025-03-21 13:54:44 -04:00
John Howard 30750b4497
org: allow `thelinuxfoundation` to be an admin (#2868)
This is needed for various CNCF operations. Kubernetes also does this.
2024-03-25 13:29:44 -07:00
John Howard abb864d03b
Add new `org-gen` tool, replacing the one in istio/community (#2559)
* Add new `org-gen` tool, replacing the one in istio/community

* Move package

* drop dockerfile
2023-07-07 05:55:32 -07:00
John Howard 7c2cba5679
Revamp release-notes tool (#2531)
* release notes: validate schemas inline

* release-notes: rework generation and testing

* lint
2023-06-24 12:14:29 -07:00
zirain 112b7bba41
proto-gen-doc: fix markdown render (#2169)
* proto-gen-doc: fix markdown render

* fix lint & gen

* revert IFM to GFM
2022-10-14 06:07:22 -07:00
zirain 3f9cd7ec3c
markdown: move BlackFriday to goldmark (#2168)
* markdown: move BlackFriday to goldmark

* fix lint
2022-10-12 07:27:41 -07:00
Eric Van Norman a0bd585758
Update common-files and fix lint/gen issues (#2106) 2022-08-15 09:16:17 -07:00
John Howard cf66790105
Update dependencies and enforce new protobuf usage (#2061)
Needed for https://github.com/istio/common-files/pull/633/files
2022-07-18 08:19:59 -07:00
Eric Van Norman 7a7ac94546
Update common-files (with new linter) and lint fixes (#1946) 2022-04-12 09:50:43 -07:00
John Howard fecc202967
Allow skipping envvarlinter for specific files (#1572)
Right now its impossible to set os.env functions in some folders. This
makes it so we can opt out, just like golangci-lint
2021-06-15 09:01:42 -07:00
Eric Van Norman dd7f89226a
Ad fmt to gen to check go and python formatting (#1446) 2021-02-12 08:06:39 -08:00
John Howard f95118795d
Make docs plugin behave more like other plugins (#1393)
Currently, the docs plugin behaves a bit odd, expecting different input
format/output format from other plugins. This makes usage of the plugin
require custom tooling, which is a bit of a pain.

With the changes here, standard tooling like prototool, buf, or simpler
makefiles can easily be used.

Rather than requiring a different option per-folder based on the
expected docs output, the `mode` configuration is moved inline.
2021-01-14 12:42:18 -08:00
Xiang Dai d5937b6a5d
perf/benchmark: update README (#1315)
* perf/benchmark: update README

Signed-off-by: Xiang Dai <long0dai@foxmail.com>

* Update README.md

Co-authored-by: carolynhu <carolynprh@google.com>
2020-11-27 22:15:24 -08:00
John Howard 3f4072b1fc
Fix incorrect ordering of generated docs (#1261)
See
https://preliminary.istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/,
Tracing is first, should be MeshConfig
2020-10-20 15:10:22 -07:00
Xinnan Wen ebd2ac076a
release-qual test: add logic to publish monitor status (#1205)
* add logic to write status to spanner

* improve the spanner data

* address comment and fix lint

* update spanner logic

* fix lint again
2020-10-01 14:20:41 -07:00
Taylor Barrella fca35a090b
Whitelist -> Allowlist (#1074)
As part of https://github.com/istio/istio/issues/25381

I didn't find any overrides for the Whitelist variable outside of tests;
should it just be considered dead code and deleted?
2020-07-10 14:58:45 -07:00
John Howard 25137bfa27 Remove unused badge (#574)
* Remove unused badge

We don't use this and it breaks our linter often

* Remove other badges
2019-11-25 11:54:39 -08:00
Martin Taillefer c9e8d40f01 Move to tools repo. 2019-09-16 09:52:11 -07:00
Martin Taillefer 467d5dd5b3
Move all the proto model stuff into its own package for reuse. (#139) 2019-05-16 21:05:43 -07:00
Martin Taillefer 4afa5311c8 Modernize the repo (#133)
- Switch to go modules

- Add a CODEOWNERS file

- Add support for "make lint" and "make format"

- Fix a bunch of linter warnings

- Have CirCleCI build, test, and lint the repo.

- Enable Mergify
2019-05-13 07:30:46 -07:00
Ozben Evren 5b04c5ff8b Extract the main wrapper of protoc-gen-docs to a common library. (#5) 2018-06-21 08:29:08 -07:00