Commit Graph

55 Commits

Author SHA1 Message Date
Istio Automation 02c10954e4
Automator: update common-files@master in istio/tools@master (#2992) 2024-07-23 10:26:33 -04:00
Istio Automation 957a311fd0
Automator: update common-files@master in istio/tools@master (#1756) 2021-11-11 09:12:02 -08:00
Istio Automation 021b988be3
Automator: update common-files@master in istio/tools@master (#1514) 2021-05-04 07:04:08 -07:00
Istio Automation 31e9be4585
Automator: update common-files@master in istio/tools@master (#1314) 2020-11-09 19:43:07 -08:00
Xiang Dai 336c85db0c
Fix spell issue (#1308)
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
2020-11-07 00:31:44 -08:00
Istio Automation c346744faf
Automator: update common-files@master in istio/tools@master (#854) 2020-04-01 11:44:59 -07:00
Istio Automation 4ef128830c
Automator: update common-files@master in istio/tools@master (#836) 2020-03-26 08:35:45 -07:00
Istio Automation 1a7f62e1a4
Automator: update common-files@master in istio/tools@master (#802) 2020-03-11 14:00:20 -07:00
Istio Automation bccdd0b2f7
Automator: update common-files@master in istio/tools@master (#796) 2020-03-10 01:23:37 -07:00
Istio Automation fe9d0c9033
Automator: update common-files@master in istio/tools@master (#795) 2020-03-09 21:14:02 -07:00
Istio Automation 1941ade2fe
Automator: update common-files@master in istio/tools@master (#794) 2020-03-09 16:02:54 -07:00
Istio Automation be944b58d3
Automator: update common-files@master in istio/tools@master (#788) 2020-03-09 11:10:39 -07:00
Istio Automation f62611902b
Automator: update common-files@master in istio/tools@master (#785) 2020-03-06 19:31:30 -08:00
Istio Automation 4b99fcd25a
Automator: update common-files@master in istio/tools@master (#784) 2020-03-06 18:46:09 -08:00
Istio Automation 9fd175f559
Automator: update common-files@master in istio/tools@master (#783) 2020-03-06 16:52:40 -08:00
Istio Automation 87315378a9
Automator: update common-files@master in istio/tools@master (#781)
Co-authored-by: istio-testing <istio-testing@users.noreply.github.com>
2020-03-05 11:50:48 -08:00
Istio Automation dce7876f60
Automator: update common-files@master in istio/tools@master (#779) 2020-03-04 17:38:28 -08:00
Istio Automation 4765506ceb
Automator: update common-files@master in istio/tools@master (#768) 2020-02-27 04:50:46 -08:00
Istio Automation 39d6bf4b23
Automator: update common-files@master in istio/tools@master (#767) 2020-02-26 14:06:52 -08:00
Istio Automation 8a27d5a54d
Automator: update common-files@master in istio/tools@master (#751) 2020-02-20 13:23:24 -08:00
Istio Automation b0036b2c2d
Automator: update common-files@master in istio/tools@master (#747) 2020-02-14 07:58:48 -08:00
Istio Automation 0ac1f6dc4d
Automator: update common-files@master in istio/tools@master (#742) 2020-02-13 08:49:46 -08:00
Istio Automation 4af25ba527
Automator: update common-files@master in istio/tools@master (#733) 2020-02-06 05:35:58 -08:00
Istio Automation 0c3f412a26
Automator: update common-files@master in istio/tools@master (#725) 2020-01-31 10:21:49 -08:00
Istio Automation 29c154c32b
Automator: update common-files@master in istio/tools@master (#713) 2020-01-29 13:17:43 -08:00
Istio Automation 2ec0280170
Automator: update common-files@master in istio/tools@master (#702) 2020-01-29 07:04:10 -08:00
Istio Automation 0b01ea7686
Automator: update common-files@master in istio/tools@master (#693) 2020-01-26 12:33:50 -08:00
Steven Dake 20d18ea10e commonfiles-master-2019-12-15T16-17-48 (#637) 2019-12-17 17:30:23 -08:00
Steven Dake 1df904e547 common-master-2019-11-26T07-29-27 (#587) 2019-11-30 21:12:42 -08:00
John Howard 3302660f6d Update common files (#581) 2019-11-26 14:09:11 -08:00
Nathan Mittler 093c82cb97 Updating common-files (#537) 2019-11-08 19:24:52 -08:00
Martin Taillefer 929abc5218 Update common files. (#472) 2019-10-24 17:04:25 -07:00
Martin Taillefer 8a2977b132
Update common files. (#429) 2019-10-09 12:41:20 -07:00
Martin Taillefer 8663717330
Update common files. (#392) 2019-09-30 07:23:32 -07:00
Romain Lenglet cf6aa84581 Add Makefile target to create and run dev Docker container (#258)
Dockerfile for an Istio development environment on Docker.
The image is built and the container is started with a single
"make dev-shell".
This is a more lightweight alternative to Vagrant.
The container image is setup to use KIND instead of Minikube.
2019-09-23 08:46:13 -07:00
Rob Cernich 264a6711c1 Add tools to support k8s code generation (#344)
* allow use of alternate container tool

Signed-off-by: rcernich <rcernich@redhat.com>

* add support for hiding content in protoc-gen-doc

Signed-off-by: rcernich <rcernich@redhat.com>

* add tool for generating DeepCopyInto functions

Signed-off-by: rcernich <rcernich@redhat.com>

* update image to include tools for generating k8s integration code

Signed-off-by: rcernich <rcernich@redhat.com>

* update common-files

Signed-off-by: rcernich <rcernich@redhat.com>
2019-09-20 10:23:55 -07:00
Martin Taillefer 146098eacc Update common files. 2019-09-16 09:57:42 -07:00
Martin Taillefer 0bc4a56c7f A few updates (#343)
- Update common files

- Enable all linters for this repo.

- Add a few more tools to the build-tools image,
needed to build istio/istio
2019-09-12 11:01:55 -07:00
John Howard 38674a8da7 Update common and fix helm linting (#339)
* Update common

* Fix helm lint errors
2019-09-10 14:29:56 -07:00
Martin Taillefer a41ed3e0bb
Enable markdown linting (#337) 2019-09-09 22:21:30 -07:00
Martin Taillefer 7bbf2c0a75
Set a couple variables. (#316)
- Set LANG to allow yamllint to work on yaml files with UTF-8 content.

- Set GOSUMDB for general goodness.

- Move license checking tool source to this repo. Will add to the docker
image in a subsequent change.
2019-08-31 10:32:15 -07:00
Martin Taillefer 28f5d28d92
Add KinD to the image. (#315)
- Also update common files.

- Delete an unused tool.

- Switch cue from vfsgen to go-bindata to be like everything else.
2019-08-31 04:46:02 -07:00
Martin Taillefer fd485ded41
Update common files. (#304)
* Update common files.

- Also add Docker to the build-tools container image.

- Fixed dockerfile linting errors.

* Address feedback.
2019-08-26 09:58:19 -07:00
Martin Taillefer 3cd01472b4
Switch this repo to BUILD_WITH_CONTAINER=1 (#299)
- Update common files

- Fix python formatting so that python linting would pass.
2019-08-24 00:57:51 -07:00
Martin Taillefer e15c2e80db
Add more tools and pin some versions (#281)
- Add hadolint, yamllint, and shellcheck to the image

- Pin the versions of the Ruby binaries we install

- Add the --no-document option when installing Ruby tools to remove useless cruft

- Add the --production option when installing Nodejs tools to remove useless cruft

- Rename build_tools_context to binary_tool_context, to be
consistent with the ruby_context and nodejs_context naming conventions

- Remove the hugo_context and just put Hugo in binary_tool_context

- Finally, update the common files

This adds about 19M to the image.
2019-08-18 10:21:14 -07:00
Martin Taillefer dd4fb11f19 Update common files. (#254) 2019-08-06 22:15:33 +00:00
Xinnan Wen 6342a66ae4 Update path for installer (#191) 2019-07-15 18:27:06 -05:00
Xinnan Wen 94c7bb71ae
Add autopep8 format check (#186) 2019-06-28 11:01:47 -07:00
Martin Taillefer e6e8a1b1d8
Update common files. (#155) 2019-05-30 16:10:44 -07:00
Martin Taillefer dbf5fb6ff2 Take a dependency on istio/common-files (#137) 2019-05-15 13:45:30 -07:00