Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Link checking of ./site hits too many Github URLs #618

Open
dholbach opened this issue Jun 15, 2020 · 1 comment
Open

Link checking of ./site hits too many Github URLs #618

dholbach opened this issue Jun 15, 2020 · 1 comment
Labels
area/testing Issues related to improving testing

Comments

@dholbach
Copy link
Contributor

Merging #573 (aedb9cd) link checking failed (https://github.com/weaveworks/ignite/runs/771426681) because of:

site/api/ignite_v1alpha1/index.html
	ERROR	https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=7766:7861#L207
		Too Many Requests (HTTP error 429)

We simply hit too many Github URLs.

Here is the regex for links we ignore:

-x "(github.com/weaveworks/ignite($|/issue|/pull|/releases|/commit/|/releases)|squidfunk.github.io|ignite.readthedocs.io)"

I feel URLs outside of Ignite's Github should be checked, so we should potentially look at checking some of Ignite's links a bit less aggressively.

@luxas Are the links pointing to https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/* not all auto-generated? Can we exclude those?

Currently there are:

[daniel@reef ignite ]$ grep -orE "\"(https://github.com/weaveworks/ignite\S*?)\"" site/ | cut -d':' -f2-3 | sort -u
"https://github.com/weaveworks/ignite"
"https://github.com/weaveworks/ignite/blob/master/CHANGELOG.md#v040"
"https://github.com/weaveworks/ignite/blob/master/CHANGELOG.md#v041"
"https://github.com/weaveworks/ignite/blob/master/docs/architecture.png"
"https://github.com/weaveworks/ignite/blob/master/docs/declarative-config.md"
"https://github.com/weaveworks/ignite/blob/master/docs/dependencies.svg"
"https://github.com/weaveworks/ignite/blob/master/docs/installation.md"
"https://github.com/weaveworks/ignite/blob/master/docs/prometheus.md"
"https://github.com/weaveworks/ignite/blob/master/images/alpine/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/images/amazon-kernel/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/images/amazonlinux/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/images/centos/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/images/kernel/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/images/ubuntu/Dockerfile"
"https://github.com/weaveworks/ignite/blob/master/pkg/openapi"
"https://github.com/weaveworks/ignite/blob/master/pkg/openapi/openapi_generated.go"
"https://github.com/weaveworks/ignite/commit/09d51abd409ee361e93884baae24ffc92cde63a9"
"https://github.com/weaveworks/ignite/commit/0a1965e7203877c591dc79504ce257a57fd00480"
"https://github.com/weaveworks/ignite/commit/218c94723f836b8e2cb82886b8664544933ea605"
"https://github.com/weaveworks/ignite/commit/41e3595b9e8d35c24e8cd97037cc1c7045779ee9"
"https://github.com/weaveworks/ignite/commit/57333646b52a0e1e3a725340e994b2749b39e5bd"
"https://github.com/weaveworks/ignite/commit/94abc529972873db3fa3ee954099a4f62d67b6f3"
"https://github.com/weaveworks/ignite/commit/a8897532f9f6a8f5c40025f0f93ab2d24f2c7cd3"
"https://github.com/weaveworks/ignite/commit/be7cc088c671c5728155fb146367a67d4ada4ea6"
"https://github.com/weaveworks/ignite/commit/ca1edc8e7a61b950811c6145ba2ad53f8cdc2a04"
"https://github.com/weaveworks/ignite/commit/d00cce7d2b09e97f8d515c4a6161b11fc6c61a2c"
"https://github.com/weaveworks/ignite/commit/da53f9fc2f5790edacb5d1b541dd4da8a6089673"
"https://github.com/weaveworks/ignite/commit/f1c5bfd473799f712c4c1d8fb276426780c1bf01"
"https://github.com/weaveworks/ignite/issues/24"
"https://github.com/weaveworks/ignite/issues/33"
"https://github.com/weaveworks/ignite/pull/100"
"https://github.com/weaveworks/ignite/pull/105"
"https://github.com/weaveworks/ignite/pull/107"
"https://github.com/weaveworks/ignite/pull/110"
"https://github.com/weaveworks/ignite/pull/111"
"https://github.com/weaveworks/ignite/pull/113"
"https://github.com/weaveworks/ignite/pull/118"
"https://github.com/weaveworks/ignite/pull/120"
"https://github.com/weaveworks/ignite/pull/125"
"https://github.com/weaveworks/ignite/pull/126"
"https://github.com/weaveworks/ignite/pull/128"
"https://github.com/weaveworks/ignite/pull/131"
"https://github.com/weaveworks/ignite/pull/132"
"https://github.com/weaveworks/ignite/pull/136"
"https://github.com/weaveworks/ignite/pull/138"
"https://github.com/weaveworks/ignite/pull/139"
"https://github.com/weaveworks/ignite/pull/140"
"https://github.com/weaveworks/ignite/pull/145"
"https://github.com/weaveworks/ignite/pull/146"
"https://github.com/weaveworks/ignite/pull/149"
"https://github.com/weaveworks/ignite/pull/154"
"https://github.com/weaveworks/ignite/pull/155"
"https://github.com/weaveworks/ignite/pull/156"
"https://github.com/weaveworks/ignite/pull/161"
"https://github.com/weaveworks/ignite/pull/166"
"https://github.com/weaveworks/ignite/pull/168"
"https://github.com/weaveworks/ignite/pull/173"
"https://github.com/weaveworks/ignite/pull/174"
"https://github.com/weaveworks/ignite/pull/175"
"https://github.com/weaveworks/ignite/pull/178"
"https://github.com/weaveworks/ignite/pull/179"
"https://github.com/weaveworks/ignite/pull/189"
"https://github.com/weaveworks/ignite/pull/193"
"https://github.com/weaveworks/ignite/pull/197"
"https://github.com/weaveworks/ignite/pull/201"
"https://github.com/weaveworks/ignite/pull/211"
"https://github.com/weaveworks/ignite/pull/212"
"https://github.com/weaveworks/ignite/pull/215"
"https://github.com/weaveworks/ignite/pull/216"
"https://github.com/weaveworks/ignite/pull/217"
"https://github.com/weaveworks/ignite/pull/218"
"https://github.com/weaveworks/ignite/pull/219"
"https://github.com/weaveworks/ignite/pull/221"
"https://github.com/weaveworks/ignite/pull/222"
"https://github.com/weaveworks/ignite/pull/225"
"https://github.com/weaveworks/ignite/pull/226"
"https://github.com/weaveworks/ignite/pull/227"
"https://github.com/weaveworks/ignite/pull/231"
"https://github.com/weaveworks/ignite/pull/232"
"https://github.com/weaveworks/ignite/pull/233"
"https://github.com/weaveworks/ignite/pull/234"
"https://github.com/weaveworks/ignite/pull/236"
"https://github.com/weaveworks/ignite/pull/239"
"https://github.com/weaveworks/ignite/pull/241"
"https://github.com/weaveworks/ignite/pull/242"
"https://github.com/weaveworks/ignite/pull/245"
"https://github.com/weaveworks/ignite/pull/246"
"https://github.com/weaveworks/ignite/pull/247"
"https://github.com/weaveworks/ignite/pull/248"
"https://github.com/weaveworks/ignite/pull/249"
"https://github.com/weaveworks/ignite/pull/250"
"https://github.com/weaveworks/ignite/pull/264"
"https://github.com/weaveworks/ignite/pull/265"
"https://github.com/weaveworks/ignite/pull/268"
"https://github.com/weaveworks/ignite/pull/270"
"https://github.com/weaveworks/ignite/pull/271"
"https://github.com/weaveworks/ignite/pull/272"
"https://github.com/weaveworks/ignite/pull/275"
"https://github.com/weaveworks/ignite/pull/276"
"https://github.com/weaveworks/ignite/pull/279"
"https://github.com/weaveworks/ignite/pull/280"
"https://github.com/weaveworks/ignite/pull/283"
"https://github.com/weaveworks/ignite/pull/292"
"https://github.com/weaveworks/ignite/pull/294"
"https://github.com/weaveworks/ignite/pull/296"
"https://github.com/weaveworks/ignite/pull/299"
"https://github.com/weaveworks/ignite/pull/307"
"https://github.com/weaveworks/ignite/pull/308"
"https://github.com/weaveworks/ignite/pull/311"
"https://github.com/weaveworks/ignite/pull/313"
"https://github.com/weaveworks/ignite/pull/319"
"https://github.com/weaveworks/ignite/pull/320"
"https://github.com/weaveworks/ignite/pull/324"
"https://github.com/weaveworks/ignite/pull/326"
"https://github.com/weaveworks/ignite/pull/330"
"https://github.com/weaveworks/ignite/pull/331"
"https://github.com/weaveworks/ignite/pull/335"
"https://github.com/weaveworks/ignite/pull/336"
"https://github.com/weaveworks/ignite/pull/337"
"https://github.com/weaveworks/ignite/pull/338"
"https://github.com/weaveworks/ignite/pull/340"
"https://github.com/weaveworks/ignite/pull/341"
"https://github.com/weaveworks/ignite/pull/347"
"https://github.com/weaveworks/ignite/pull/349"
"https://github.com/weaveworks/ignite/pull/350"
"https://github.com/weaveworks/ignite/pull/354"
"https://github.com/weaveworks/ignite/pull/357"
"https://github.com/weaveworks/ignite/pull/359"
"https://github.com/weaveworks/ignite/pull/360"
"https://github.com/weaveworks/ignite/pull/362"
"https://github.com/weaveworks/ignite/pull/363"
"https://github.com/weaveworks/ignite/pull/366"
"https://github.com/weaveworks/ignite/pull/367"
"https://github.com/weaveworks/ignite/pull/368"
"https://github.com/weaveworks/ignite/pull/369"
"https://github.com/weaveworks/ignite/pull/370"
"https://github.com/weaveworks/ignite/pull/371"
"https://github.com/weaveworks/ignite/pull/373"
"https://github.com/weaveworks/ignite/pull/374"
"https://github.com/weaveworks/ignite/pull/375"
"https://github.com/weaveworks/ignite/pull/376"
"https://github.com/weaveworks/ignite/pull/378"
"https://github.com/weaveworks/ignite/pull/381"
"https://github.com/weaveworks/ignite/pull/385"
"https://github.com/weaveworks/ignite/pull/387"
"https://github.com/weaveworks/ignite/pull/388"
"https://github.com/weaveworks/ignite/pull/389"
"https://github.com/weaveworks/ignite/pull/397"
"https://github.com/weaveworks/ignite/pull/398"
"https://github.com/weaveworks/ignite/pull/405"
"https://github.com/weaveworks/ignite/pull/409"
"https://github.com/weaveworks/ignite/pull/411"
"https://github.com/weaveworks/ignite/pull/412"
"https://github.com/weaveworks/ignite/pull/413"
"https://github.com/weaveworks/ignite/pull/414"
"https://github.com/weaveworks/ignite/pull/415"
"https://github.com/weaveworks/ignite/pull/416"
"https://github.com/weaveworks/ignite/pull/417"
"https://github.com/weaveworks/ignite/pull/420"
"https://github.com/weaveworks/ignite/pull/422"
"https://github.com/weaveworks/ignite/pull/425"
"https://github.com/weaveworks/ignite/pull/426"
"https://github.com/weaveworks/ignite/pull/429"
"https://github.com/weaveworks/ignite/pull/430"
"https://github.com/weaveworks/ignite/pull/433"
"https://github.com/weaveworks/ignite/pull/434"
"https://github.com/weaveworks/ignite/pull/435"
"https://github.com/weaveworks/ignite/pull/441"
"https://github.com/weaveworks/ignite/pull/442"
"https://github.com/weaveworks/ignite/pull/444"
"https://github.com/weaveworks/ignite/pull/452"
"https://github.com/weaveworks/ignite/pull/453"
"https://github.com/weaveworks/ignite/pull/454"
"https://github.com/weaveworks/ignite/pull/458"
"https://github.com/weaveworks/ignite/pull/460"
"https://github.com/weaveworks/ignite/pull/461"
"https://github.com/weaveworks/ignite/pull/464"
"https://github.com/weaveworks/ignite/pull/469"
"https://github.com/weaveworks/ignite/pull/471"
"https://github.com/weaveworks/ignite/pull/473"
"https://github.com/weaveworks/ignite/pull/474"
"https://github.com/weaveworks/ignite/pull/475"
"https://github.com/weaveworks/ignite/pull/479"
"https://github.com/weaveworks/ignite/pull/486"
"https://github.com/weaveworks/ignite/pull/490"
"https://github.com/weaveworks/ignite/pull/492"
"https://github.com/weaveworks/ignite/pull/494"
"https://github.com/weaveworks/ignite/pull/497"
"https://github.com/weaveworks/ignite/pull/499"
"https://github.com/weaveworks/ignite/pull/502"
"https://github.com/weaveworks/ignite/pull/505"
"https://github.com/weaveworks/ignite/pull/506"
"https://github.com/weaveworks/ignite/pull/507"
"https://github.com/weaveworks/ignite/pull/511"
"https://github.com/weaveworks/ignite/pull/512"
"https://github.com/weaveworks/ignite/pull/515"
"https://github.com/weaveworks/ignite/pull/516"
"https://github.com/weaveworks/ignite/pull/517"
"https://github.com/weaveworks/ignite/pull/518"
"https://github.com/weaveworks/ignite/pull/524"
"https://github.com/weaveworks/ignite/pull/525"
"https://github.com/weaveworks/ignite/pull/526"
"https://github.com/weaveworks/ignite/pull/537"
"https://github.com/weaveworks/ignite/pull/540"
"https://github.com/weaveworks/ignite/pull/541"
"https://github.com/weaveworks/ignite/pull/550"
"https://github.com/weaveworks/ignite/pull/552"
"https://github.com/weaveworks/ignite/pull/553"
"https://github.com/weaveworks/ignite/pull/556"
"https://github.com/weaveworks/ignite/pull/560"
"https://github.com/weaveworks/ignite/pull/561"
"https://github.com/weaveworks/ignite/pull/562"
"https://github.com/weaveworks/ignite/pull/563"
"https://github.com/weaveworks/ignite/pull/564"
"https://github.com/weaveworks/ignite/pull/565"
"https://github.com/weaveworks/ignite/pull/569"
"https://github.com/weaveworks/ignite/pull/570"
"https://github.com/weaveworks/ignite/pull/572"
"https://github.com/weaveworks/ignite/pull/576"
"https://github.com/weaveworks/ignite/pull/577"
"https://github.com/weaveworks/ignite/pull/579"
"https://github.com/weaveworks/ignite/pull/580"
"https://github.com/weaveworks/ignite/pull/581"
"https://github.com/weaveworks/ignite/pull/582"
"https://github.com/weaveworks/ignite/pull/586"
"https://github.com/weaveworks/ignite/pull/588"
"https://github.com/weaveworks/ignite/pull/590"
"https://github.com/weaveworks/ignite/pull/591"
"https://github.com/weaveworks/ignite/pull/592"
"https://github.com/weaveworks/ignite/pull/594"
"https://github.com/weaveworks/ignite/pull/595"
"https://github.com/weaveworks/ignite/pull/596"
"https://github.com/weaveworks/ignite/pull/597"
"https://github.com/weaveworks/ignite/pull/598"
"https://github.com/weaveworks/ignite/pull/602"
"https://github.com/weaveworks/ignite/pull/603"
"https://github.com/weaveworks/ignite/pull/604"
"https://github.com/weaveworks/ignite/pull/605"
"https://github.com/weaveworks/ignite/pull/606"
"https://github.com/weaveworks/ignite/pull/607"
"https://github.com/weaveworks/ignite/pull/608"
"https://github.com/weaveworks/ignite/pull/609"
"https://github.com/weaveworks/ignite/pull/610"
"https://github.com/weaveworks/ignite/pull/93"
"https://github.com/weaveworks/ignite/pull/96"
"https://github.com/weaveworks/ignite/pull/99"
"https://github.com/weaveworks/ignite/releases"
"https://github.com/weaveworks/ignite/tree/master/docs"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=1098
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=1582
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=2032
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=2775
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=299
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=3592
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=3825
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=4265
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=4692
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=5121
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=5556
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=5993
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=6436
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=6881
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=697
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=7332
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/conversion.go?s=7785
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=1279
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=1575
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=1696
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=307
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=397
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/defaults.go?s=963
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/doc.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/json.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/json.go?s=117
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/json.go?s=308
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/register.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=1060
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=1283
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=1808
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=2385
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=2809
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=3042
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=3805
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=398
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=4015
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=4286
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=4919
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=5448
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=5672
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=5990
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=6502
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=7387
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=7458
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=7581
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=7766
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=8081
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=8215
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=8278
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=8712
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=8891
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha1/types.go?s=919
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/defaults.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/defaults.go?s=1190
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/defaults.go?s=1468
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/defaults.go?s=308
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/defaults.go?s=874
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/doc.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/json.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/json.go?s=117
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/json.go?s=308
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/register.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=1078
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=1359
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=1783
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=2016
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=2779
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=2989
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=3260
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=3893
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=390
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=4422
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=4639
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=4957
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=5469
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=6774
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=6838
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7021
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7087
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7227
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7412
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7601
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7733
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=7896
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=8211
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=8340
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=8427
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/ignite/v1alpha2/types.go?s=911
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=147
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=355
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=462
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=514
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=623
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/dmid.go?s=83
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/doc.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1121
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1373
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1554
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1625
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1691
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=1780
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=2441
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=2870
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=3892
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4129
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4374
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4488
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4652
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4847
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=485
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=4944
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/image.go?s=968
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=190
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=2475
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=2761
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=3135
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=3192
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=3422
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=3485
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=436
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=826
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/net.go?s=896
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go"
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=1079
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=1182
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=1289
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=156
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=328
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=435
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=526
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=636
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=794
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=896
"https://github.com/weaveworks/ignite/tree/master/pkg/apis/meta/v1alpha1/size.go?s=976
[daniel@reef ignite ]$ 
@dholbach dholbach added the area/testing Issues related to improving testing label Jun 15, 2020
@dholbach dholbach self-assigned this Jun 15, 2020
@stealthybox
Copy link
Contributor

We have merged #656 which reduces the burden on PR's and moves to a weekly periodic check on master.

We should still follow this up with PR checks for links in diffs.

@dholbach dholbach removed their assignment Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/testing Issues related to improving testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants