Skip to content

Commit f37ebbd

Browse files
fix(metadata): migrate preview URLs to anyplot-images bucket
The pyplots.ai → anyplot.ai rebrand (bd4cee1) flipped the /proxy/html bucket allowlist to anyplot-images but left 2,677 metadata YAMLs pointing at gs://pyplots-images/. sync-postgres carried the stale URLs into the DB, so every interactive plot (plotly, bokeh, altair, highcharts, pygal, lets-plot) 400'd at the proxy — only static PNGs kept working because they bypass the proxy. gs://anyplot-images/ is a full mirror of the old bucket (verified with gcloud), so a one-shot rewrite of preview_url/preview_html is enough. sync-postgres will update the DB on merge to main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f52e97c commit f37ebbd

2,677 files changed

Lines changed: 4481 additions & 4481 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

plots/acf-pacf/metadata/altair.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477548
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 6.0.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/altair/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/altair/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/altair/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/altair/plot.html
1212
quality_score: 92
1313
review:
1414
strengths:

plots/acf-pacf/metadata/bokeh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477556
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 3.9.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/bokeh/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/bokeh/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/bokeh/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/bokeh/plot.html
1212
quality_score: 92
1313
review:
1414
strengths:

plots/acf-pacf/metadata/highcharts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477722
77
issue: 4663
88
python_version: 3.14.3
99
library_version: unknown
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/highcharts/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/highcharts/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/highcharts/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/highcharts/plot.html
1212
quality_score: 87
1313
review:
1414
strengths:

plots/acf-pacf/metadata/letsplot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477745
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 4.9.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/letsplot/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/letsplot/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/letsplot/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/letsplot/plot.html
1212
quality_score: 90
1313
review:
1414
strengths:

plots/acf-pacf/metadata/matplotlib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workflow_run: 23097477555
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 3.10.8
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/matplotlib/plot.png
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/matplotlib/plot.png
1111
preview_html: null
1212
quality_score: 90
1313
review:

plots/acf-pacf/metadata/plotly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477554
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 6.6.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/plotly/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/plotly/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/plotly/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/plotly/plot.html
1212
quality_score: 90
1313
review:
1414
strengths:

plots/acf-pacf/metadata/plotnine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workflow_run: 23097477539
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 0.15.3
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/plotnine/plot.png
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/plotnine/plot.png
1111
preview_html: null
1212
quality_score: 90
1313
review:

plots/acf-pacf/metadata/pygal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 23097477625
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 3.1.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/pygal/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/pygal/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/pygal/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/pygal/plot.html
1212
quality_score: 85
1313
review:
1414
strengths:

plots/acf-pacf/metadata/seaborn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workflow_run: 23097477569
77
issue: 4663
88
python_version: 3.14.3
99
library_version: 0.13.2
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/acf-pacf/seaborn/plot.png
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/acf-pacf/seaborn/plot.png
1111
preview_html: null
1212
quality_score: 90
1313
review:

plots/alluvial-basic/metadata/altair.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workflow_run: 20520941866
77
issue: 1878
88
python_version: 3.13.11
99
library_version: 6.0.0
10-
preview_url: https://storage.googleapis.com/pyplots-images/plots/alluvial-basic/altair/plot.png
11-
preview_html: https://storage.googleapis.com/pyplots-images/plots/alluvial-basic/altair/plot.html
10+
preview_url: https://storage.googleapis.com/anyplot-images/plots/alluvial-basic/altair/plot.png
11+
preview_html: https://storage.googleapis.com/anyplot-images/plots/alluvial-basic/altair/plot.html
1212
quality_score: 95
1313
impl_tags:
1414
dependencies: []

0 commit comments

Comments
 (0)