Commit Graph

21 Commits

Author SHA1 Message Date
John Howard f465f2d18d
tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
Faseela K a33bf930c8
Run proto-commit as part of make gen (#2546)
Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-11-03 13:35:29 -07:00
John Howard 7c2c37f6d2
Drop generated python protobufs (#2280)
These were added 4 years ago; since then there are no known users. Using
Istio as protobufs is generally not done, and if it is then users can
always generate their own python stubs as they do for java, c++, rust,
etc.
2022-03-17 16:55:44 -07:00
Jason Wang d00922a1ff Add CRD structural schema generation (#1142)
* modify cue configuration

* Add CRD structural schema generation

* remove preserveUnknowFields
2019-10-23 17:20:41 -07:00
Frank Budinsky a7165be19f Fix bad quote characters (#1122) 2019-10-10 08:49:24 -07:00
Martin Taillefer d5a84f4eac
Enable all linters on this repo. (#1077)
* Enable all linters on this repo.

- Fix a few linting errors.
2019-09-09 10:31:28 -07:00
Martin Taillefer c9d3da9c66
Switch this repo to BUILD_WITH_CONTAINER=1 (#1046) 2019-08-16 22:11:07 -07:00
Martin Taillefer 288b2046a2
Remove mergify link. (#1018) 2019-08-02 15:47:42 -07:00
Martin Taillefer 5cf4c9399e Test change to ensure mergify is working. (#976) 2019-07-12 22:33:28 +00:00
Martin Taillefer 40410651dc
Add support for auto-cherry pick from master to the release branch. (#936) 2019-06-03 13:46:49 -07:00
Martin Taillefer e349b364e0
Import common files into this repo (#935)
- Delete circleci config as its completely redundant with what prow is doing.

- Delete other cruft.
2019-05-30 20:36:13 -07:00
Jeff Mendoza 6a495cfb10 Add note to readme about backwards incompatible changes (#700) 2018-12-14 14:30:05 -08:00
Jeff Mendoza 011906d92f Add Protolock. (#675)
* Add Protolock.

Move the protoc docker files to tools/protoc. Add docker files for
protolock image. Update Makefile precommit hook and prow presubmit
check to run protolock.

* Add combined image to be used on CircleCI

* Update proto.lock for policy_check_fail_open in mesh config.

* Updade circle config.
2018-10-30 20:34:10 -07:00
Ozben Evren fe4aa71a64 Update API Guidelines. (#653)
The Guidelines is going to be a living document. This PR puts some basics in place.
2018-10-11 17:23:09 -07:00
Zane Williamson 945908d859 adding python outputs (#441) 2018-03-30 10:10:23 -07:00
Hong Zhang 4c341dfc0d Create Istio API Guidelines (#320)
* Create Istio API Guidelines

* Rename STYLE.md -> STYLE-GUIDE.md and address review comments.

* Polishing English wording
2018-01-26 10:00:23 -08:00
Vadim Eisenberg 9732d0c929
added *.pb.go generation instructions to README (#238)
* added *.pb.go generation instructions to README: using scripts/generate-protos.sh
2017-11-16 07:42:31 +02:00
Martin Taillefer 4ee728da07 Shuffle files around as agreed.
Also includes minor comment updates and a few
field renames, based on outstanding feedback.
2017-01-10 11:41:36 -08:00
Martin Taillefer cf7f8a4dde Migrate mixer API and config to this repo.
This clearly separates mixer's API and configuration surface from
the implementation. This is designed to make it possible to
replace the mixer in a fully compatible way.
2016-12-17 04:45:10 -08:00
mandarjog 81854bc61a Add structure for istioapi in a new repo (#1)
This repo *does not* depend on anything else
Any shared, or user visibile schema, api or vocabulary should be placed
here
2016-12-16 10:21:20 -08:00
mandarjog 09b87b1da8 Initial commit 2016-12-15 10:47:14 -08:00