Martin Taillefer
c2d0793f3f
Prevent lint failures for web sites that are timing out. ( #5210 )
2019-10-20 19:37:36 -07:00
Martin Taillefer
e8f8b4feb8
Improve snippet logic. ( #5205 )
...
- Support snippets that specify the body syntax and output
syntax of the snippet.
- Snippets with bash syntax triggered an incorrect error message.
- No error message was produced for a misnamed snippet
- Convert a security task to use snippets to populate its
many preformatted blocks.
2019-10-20 16:27:51 -07:00
Lin Sun
402e41d772
modify watch namespace to only Istio-operator ( #5183 )
...
* modify watch namespace to only Istio-operator
also start the eval with demo profile first.
* use demo as the first starting point
* update grab script
* add watch ns
* fix lint
2019-10-20 15:00:36 -07:00
Martin Taillefer
d6445fc726
Update reference docs. ( #5173 )
...
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Steven Dake
d5482da0aa
A compromise PR of a long original work ( #5146 )
...
* A compromise PR of a long original work
See PR: https://github.com/istio/istio.io/pull/5142
Pretty much everything about this PR is compromised...
* Apply reviewer comments.
2019-10-15 09:55:20 -07:00
Martin Taillefer
9944d952ff
Add support for config analysis messages. ( #5096 )
...
- This provides the place where we can pour config analysis message
descriptions.
2019-10-08 10:30:41 -07:00
Kyle DeFrancia
d1cc1c3965
add newrelic-istio-adapter repo to adapter docs ( #5053 )
2019-09-25 08:51:35 -07:00
Martin Taillefer
5bed8784b9
Update common files. ( #5052 )
2019-09-25 06:56:54 -07:00
Martin Taillefer
d71b114f19
Fixes for the archive site. ( #4989 )
2019-09-13 08:32:11 -07:00
Martin Taillefer
e4d9f90839
Update reference docs. ( #4979 )
2019-09-12 13:23:39 -07:00
Martin Taillefer
fb8b983622
Fix archive build.
2019-09-12 11:52:26 -07:00
Martin Taillefer
82f6ed62db
Final prep before creating the 1.3 branch.
2019-09-12 10:12:57 -07:00
Martin Ostrowski
d06177b3ee
Add operator repo to internal Istio repos ( #4955 )
2019-09-10 16:09:55 -07:00
Martin Taillefer
c4dd5227f5
Replace uses of ``` with {{< text >}} ( #4950 )
...
- Add a lint check to prevent further use of ```
2019-09-10 10:55:41 -07:00
Mariam John
e9bf06a280
Update tablegen.py to be able to be run as part of the CI system ( #4913 )
...
Enable tablegen.py to download the Istio repo for the latest release instead of
relying on one being already installed.
Fixes Bug:#3576
2019-09-09 07:09:44 -07:00
Martin Taillefer
d46044856c
Update reference docs. ( #4937 )
2019-09-07 07:13:42 -07:00
Martin Taillefer
4e9b3a89b3
Add www.mysql.com to the link checking exception list, since it seems to have frequent spurious failures. ( #4882 )
2019-09-03 09:47:42 -07:00
Martin Taillefer
9cbf4ff46b
Update common files and enable more linters. ( #4874 )
2019-08-29 20:41:08 -07:00
Eric Van Norman
2d1243292b
Path updates ( #4869 )
2019-08-29 08:57:32 -07:00
Martin Taillefer
a48f05a3e9
Update common files ( #4870 )
...
- Enable a bunch of linting rules in the repo, and addressed all the linting
errors
2019-08-29 08:09:32 -07:00
Sam Naser
dbda0caef4
Fix path in scripts/tablegen.py to reflect content reorg ( #4865 )
2019-08-29 05:50:34 -07:00
Martin Taillefer
8c74d34ae2
Update reference docs. ( #4829 )
...
- This required fixing the script that grabs the reference docs, it had degenerated in the last
few weeks. While I was there, I made the script work using the build-tools container, and fixed
a bunch of shell script linting warnings.
2019-08-26 14:03:41 -07:00
Martin Taillefer
a442094083
Avoid redudant module downloads when running nodejs stuff. ( #4808 )
2019-08-19 02:49:33 -07:00
Steven Dake
060a010576
Docs/minification ( #4809 )
...
* Build the website with minification
* Update commonfiles
* Add preset-minify to list of presets
2019-08-16 21:51:31 -07:00
Martin Taillefer
4b21bc14aa
Make sure we spell check all .md files, we have been skipping some. ( #4806 )
2019-08-16 14:08:14 -07:00
Steven Dake
3c816319b2
Modify build_site.sh to work with new build-tools image ( #4801 )
...
* Modify build_site.sh to work with new build-tools image
babel-cli must be used instead of babel. babel=version6,
babel-cli=version7. I don't know the details, but make serve
seems to work well enough.
I had to drop a minifier rule. We can reintroduce this rule.
The babel-cli required a reordering of command line args.
* Take 2
* Make netlify work properly
2019-08-15 19:03:48 -07:00
Martin Taillefer
55d4514a08
Move Chinese content to content/zh, as agreed in WG meeting. ( #4791 )
2019-08-14 16:02:51 -07:00
Martin Taillefer
d0cf1e171e
Move English content to content/en as agreed in WG meeting. ( #4789 )
...
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00
Martin Taillefer
822958f02a
Update reference docs. ( #4771 )
2019-08-07 07:08:49 -07:00
Martin Taillefer
5eb4a59a3d
Update common files. ( #4770 )
2019-08-06 14:03:36 -07:00
Martin Taillefer
9cd1368a65
Update reference docs. ( #4737 )
2019-07-29 10:23:50 -07:00
Mariam John
f8f2404d64
Add feature to generate diffs for helm values.yaml file between releases ( #4402 )
...
This feature adds the capability to compare changes to the configuration options
in the helm values.yaml files between the current and previous release. This was
included in the 1.1 release but did not get merged. Here is the link to the
original PR: https://github.com/istio/istio.io/pull/3420
Fixes : #4384
2019-07-27 06:20:44 -07:00
Martin Taillefer
76a2b5fab2
Use updated container, now built in the tools repo. ( #4722 )
2019-07-25 15:55:33 -07:00
Martin Taillefer
22fd781637
Put apporbit.com on the exception list since their site is down. ( #4689 )
2019-07-19 07:29:59 -07:00
Martin Taillefer
8777efc969
Update reference docs. ( #4514 )
2019-06-20 12:27:36 -07:00
mtail
527312311f
Another fix for archives.
2019-06-19 14:51:39 -07:00
mtail
37cd6fb4b8
Final batch of archive fixes.
2019-06-19 08:51:37 -07:00
mtail
9afdd77866
Another archive script fix.
2019-06-19 07:23:25 -07:00
mtail
9918cc6c96
More archive fixes.
2019-06-19 06:02:19 -07:00
mtail
d5013d3cd3
Fixes for the archive site.
2019-06-19 05:41:46 -07:00
mtail
32d03c7729
Prepare for 1.2 branch.
2019-06-18 17:57:29 -07:00
Martin Taillefer
0c936f92f5
Update refefence docs. ( #4452 )
2019-06-17 12:42:23 -07:00
Martin Taillefer
73c4478315
Update reference docs ( #4391 )
2019-06-13 10:58:07 -07:00
Martin Taillefer
92b11e66cd
Update reference docs ( #4389 )
...
Also run the SVG optimizer.
2019-06-13 17:46:51 +00:00
Martin Taillefer
3663043551
Import common files into this repo. ( #4246 )
2019-05-31 05:01:37 -07:00
mtail
793fe3ae92
Update reference docs.
...
And delete stale OWNERS files
2019-05-30 11:28:41 -07:00
Martin Taillefer
1efa84d298
Update reference docs. ( #4236 )
2019-05-28 20:27:52 -07:00
Martin Taillefer
652e05159a
Upgrade to Hugo 0.55.5 ( #4095 )
2019-05-03 21:47:45 -07:00
Martin Taillefer
2ca67fd5b5
Improve linting ( #4083 )
...
- 'make lint' no longer purges the HTMLProofer cache, which considerably improves perf when doing
repeated lints.
- Fix patterns used in lint_site.sh to be more selective in order to avoid linting SVG files and
other such things.
2019-05-01 10:37:38 -07:00
mtail
24d972fd7a
Next batch of archive-related updates.
2019-04-25 19:52:00 -07:00