-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
447 lines (412 loc) · 20.8 KB
/
index.html
File metadata and controls
447 lines (412 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Simple Patch Finder for ArcGIS & Esri Patches | Latest Downloads</title>
<meta
name="description"
content="Search ArcGIS patches and security updates across Enterprise, Server, Portal, Data Store, Pro, and Desktop. Filter by product, version, platform, date, and type."
/>
<meta name="robots" content="index,follow" />
<meta name="msvalidate.01" content="DCED9FB754860CB81DEBA0EE29BC5B70" />
<script>
(function () {
try {
var canonicalOrigin = "https://simplepatchfinder.ceddc.dev";
var legacyHost = "ceddc.github.io";
var prefix = "/simple-patch-finder";
var pathname = location.pathname || "/";
var hasLegacyPrefix = pathname === prefix || pathname.indexOf(prefix + "/") === 0;
var shouldRedirect = location.hostname === legacyHost || hasLegacyPrefix;
if (!shouldRedirect) return;
var targetPath = hasLegacyPrefix ? "/" : pathname;
if (targetPath === "/index.html") targetPath = "/";
var dest = canonicalOrigin + targetPath + (location.search || "") + (location.hash || "");
if (location.href !== dest) location.replace(dest);
var params = new URLSearchParams(location.search || "");
var readParam = function (name) {
return String(params.get(name) || params.get("amp;" + name) || "").trim();
};
var pid = readParam("pid");
var pn = readParam("pn").toLowerCase();
if (!pid) return;
var cleanParams = new URLSearchParams();
cleanParams.set("pid", pid);
if (pn) cleanParams.set("pn", pn);
var cleanSearch = "?" + cleanParams.toString();
if (cleanSearch !== (location.search || "")) {
history.replaceState({}, "", pathname + cleanSearch + (location.hash || ""));
}
} catch {
// ignore
}
})();
</script>
<link rel="canonical" href="https://simplepatchfinder.ceddc.dev/" />
<link rel="alternate" type="application/rss+xml" title="Simple Patch Finder - All patches RSS" href="./rss.xml" />
<link rel="alternate" type="application/rss+xml" title="Simple Patch Finder - ArcGIS Enterprise RSS" href="./rss-enterprise.xml" />
<link rel="alternate" type="application/rss+xml" title="Simple Patch Finder - Security and Critical RSS" href="./rss-security-critical.xml" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Simple Patch Finder for ArcGIS & Esri" />
<meta property="og:url" content="https://simplepatchfinder.ceddc.dev/" />
<meta property="og:title" content="Simple Patch Finder for ArcGIS & Esri Patches | Latest Downloads" />
<meta
property="og:description"
content="Search ArcGIS patches and security updates across Enterprise, Server, Portal, Data Store, Pro, and Desktop. Filter by product, version, platform, date, and type."
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Simple Patch Finder for ArcGIS & Esri Patches | Latest Downloads" />
<meta
name="twitter:description"
content="Search ArcGIS patches and security updates across Enterprise, Server, Portal, Data Store, Pro, and Desktop. Filter by product, version, platform, date, and type."
/>
<meta name="theme-color" content="#2c7be5" />
<meta
name="keywords"
content="arcgis patches, esri patches, arcgis enterprise patches, arcgis server patches, arcgis data store patches, portal for arcgis patches, arcgis patch finder, patch download, latest esri patches"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Simple Patch Finder",
"alternateName": "ArcGIS Patch Download Search",
"url": "https://simplepatchfinder.ceddc.dev/",
"description": "Unofficial patch download search for the latest Esri ArcGIS patches (ArcGIS Enterprise, ArcGIS Server, ArcGIS Data Store). Filter by product, version, date, and type with links to official Esri pages.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://simplepatchfinder.ceddc.dev/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SRT1WQLTTY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-SRT1WQLTTY");
</script>
<link rel="icon" type="image/png" href="./favicon.png" sizes="64x64" />
<link rel="apple-touch-icon" href="./favicon.png" />
<!-- Calcite (loaded like official tutorial examples) -->
<script type="module" src="https://js.arcgis.com/calcite-components/5.0"></script>
<!-- High-performance grid (sorting + local pagination) -->
<link rel="stylesheet" href="https://unpkg.com/tabulator-tables@6.2.5/dist/css/tabulator.min.css" />
<script src="https://unpkg.com/tabulator-tables@6.2.5/dist/js/tabulator.min.js" defer></script>
<link rel="stylesheet" href="./css/app.css" />
</head>
<body class="calcite-mode-light">
<calcite-shell class="shell">
<calcite-alert id="share-alert" slot="alerts" kind="success" icon="check-circle" scale="m" auto-close auto-close-duration="4000">
<div slot="title">Share link ready</div>
<div slot="message">
<calcite-link id="share-link" href="#" target="_self"></calcite-link>
</div>
</calcite-alert>
<calcite-shell-panel id="panel-start" slot="panel-start">
<calcite-panel
id="left-panel"
heading="Simple Patch Finder"
description="Search and filters"
scale="m"
>
<div slot="header-actions-start" class="panel-header-start" aria-hidden="true">
<img class="brand-logo" src="./map.svg" alt="" />
</div>
<div class="left-panel-body">
<calcite-notice open kind="info" scale="s">
<div slot="message">
<strong>Unofficial</strong> latest Esri patches | patch download search<br />
Agent vibe-coded proof-of-concept.<br />
Official website:
<calcite-link href="https://support.esri.com/" target="_blank" rel="noopener noreferrer">support.esri.com</calcite-link>
</div>
</calcite-notice>
<div class="filters-container">
<calcite-block heading="Filters" description="Narrow down patches" expanded>
<calcite-action
id="btn-reset-filters"
slot="actions-end"
icon="reset"
text="Reset all"
label="Reset all filters"
scale="s"
></calcite-action>
<div class="filters-grid">
<calcite-input-text
id="f-q"
label-text="Search"
placeholder="Name, QFE ID, filename..."
clearable
scale="m"
></calcite-input-text>
<calcite-combobox
id="f-versions"
label="Version"
label-text="Version"
selection-mode="multiple"
placeholder="Choose versions"
selection-display="single"
overlay-positioning="fixed"
scale="m"
></calcite-combobox>
<calcite-combobox
id="f-products"
label="Product"
label-text="Product"
selection-mode="multiple"
placeholder="Choose products"
selection-display="single"
overlay-positioning="fixed"
scale="m"
></calcite-combobox>
<calcite-combobox
id="f-platforms"
label="Platform"
label-text="Platform"
selection-mode="multiple"
placeholder="Choose platforms"
selection-display="single"
overlay-positioning="fixed"
scale="s"
></calcite-combobox>
<calcite-combobox
id="f-types"
label="File type"
label-text="File type"
selection-mode="multiple"
placeholder="msp, tar, exe..."
selection-display="single"
overlay-positioning="fixed"
scale="s"
></calcite-combobox>
<div>
<calcite-label layout="inline" scale="s">Criticality</calcite-label>
<calcite-segmented-control id="f-critical" scale="s">
<calcite-segmented-control-item value="all" checked>All</calcite-segmented-control-item>
<calcite-segmented-control-item value="security">Security</calcite-segmented-control-item>
<calcite-segmented-control-item value="critical">Critical</calcite-segmented-control-item>
</calcite-segmented-control>
</div>
<div class="two">
<calcite-input-date-picker id="f-from" label-text="From" scale="s"></calcite-input-date-picker>
<calcite-input-date-picker id="f-to" label-text="To" scale="s"></calcite-input-date-picker>
</div>
</div>
</calcite-block>
</div>
</div>
</calcite-panel>
</calcite-shell-panel>
<calcite-panel class="results-card" heading="Patches" description="Latest Esri patches and download links" scale="m">
<div slot="header-actions-start" class="results-mobile-brand" aria-hidden="true">
<img class="brand-logo brand-logo--mobile" src="./map.svg" alt="" />
</div>
<div slot="header-actions-end" class="results-meta">
<div class="hint" id="text-count">Loading...</div>
<div class="results-actions">
<div class="results-feed-links" aria-label="RSS feeds">
<span class="results-feed-label">RSS:</span>
<calcite-button
href="./rss.xml"
target="_blank"
rel="noopener noreferrer"
appearance="outline-fill"
kind="neutral"
scale="m"
label="Open all patches RSS feed in a new tab"
>
<span class="rss-button-label">
<span class="rss-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<circle cx="6" cy="18" r="2.5" fill="currentColor"></circle>
<path d="M5 10a9 9 0 0 1 9 9" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
<path d="M5 4a15 15 0 0 1 15 15" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
</svg>
</span>
<span>All</span>
</span>
</calcite-button>
<calcite-button
href="./rss-enterprise.xml"
target="_blank"
rel="noopener noreferrer"
appearance="outline-fill"
kind="neutral"
scale="m"
label="Open ArcGIS Enterprise RSS feed in a new tab"
>
<span class="rss-button-label">
<span class="rss-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<circle cx="6" cy="18" r="2.5" fill="currentColor"></circle>
<path d="M5 10a9 9 0 0 1 9 9" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
<path d="M5 4a15 15 0 0 1 15 15" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
</svg>
</span>
<span>Enterprise</span>
</span>
</calcite-button>
<calcite-button
href="./rss-security-critical.xml"
target="_blank"
rel="noopener noreferrer"
appearance="outline-fill"
kind="neutral"
scale="m"
label="Open security and critical patches RSS feed in a new tab"
>
<span class="rss-button-label">
<span class="rss-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<circle cx="6" cy="18" r="2.5" fill="currentColor"></circle>
<path d="M5 10a9 9 0 0 1 9 9" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
<path d="M5 4a15 15 0 0 1 15 15" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path>
</svg>
</span>
<span>Security</span>
</span>
</calcite-button>
</div>
<calcite-button
id="btn-toggle-panel"
appearance="outline-fill"
kind="neutral"
scale="m"
icon-start="panel-left"
label="Toggle filters panel"
>
Filters
</calcite-button>
<calcite-button
id="btn-reset"
appearance="solid"
kind="brand"
scale="m"
icon-start="reset"
label="Reset all filters"
>
Reset all
</calcite-button>
<calcite-button
id="btn-share"
appearance="solid"
kind="brand"
scale="m"
icon-start="link"
label="Copy share link"
>
Share
</calcite-button>
</div>
</div>
<div class="table-wrap">
<div id="grid" aria-label="ArcGIS patches grid"></div>
<calcite-block
class="help-block"
heading="About & Help"
description="Data source + FAQ"
collapsible
icon-start="information"
>
<div class="help-block-body">
<div>
<div class="about-h">Why This Exists</div>
<div class="about-b">
I wanted a faster way to find the right ArcGIS patch and jump to the official Esri page.
This tool keeps it simple: a searchable patch list with a few practical filters.
Use the official patch page for full details and downloads.
</div>
</div>
<div>
<div class="about-h">How To Use</div>
<ul class="about-list">
<li>Search by name, version, QFE, or filename.</li>
<li>Filter by product, platform, file type, criticality, and date.</li>
<li>Use the Patch page link to open the official Esri entry (when you have connectivity).</li>
</ul>
</div>
<div>
<div class="about-h">Official Esri Website</div>
<div class="about-b url-full">
<calcite-link href="https://support.esri.com/" target="_blank" rel="noopener noreferrer">https://support.esri.com/</calcite-link>
</div>
</div>
<div>
<div class="about-h">Data Workflow</div>
<ul class="about-list">
<li>A GitHub Action downloads the upstream <span class="mono">patches.json</span> every 3 hours (the same dataset used by Esri patch notification tools).</li>
<li>This page loads <span class="mono">./patches.json</span> and renders it in a fast, easy-to-search grid.</li>
<li>The action also writes <span class="mono">patches.meta.json</span> so the UI can display the last refresh time.</li>
<li>The published RSS files are <span class="mono">./rss.xml</span> (all patches), <span class="mono">./rss-enterprise.xml</span> (ArcGIS Enterprise server-side components), and <span class="mono">./rss-security-critical.xml</span> (security + critical patches).</li>
</ul>
</div>
<div id="feed-links">
<div class="about-h">RSS Feeds</div>
<div class="about-b rss-copy">
Subscribe to the general patch feed, the ArcGIS Enterprise server-side components feed, or the security + critical feed.
Feed files are only rewritten when newly seen patches are added to that feed.
</div>
<ul class="about-list rss-list">
<li>
<calcite-link href="./rss.xml">All patches RSS</calcite-link>
</li>
<li>
<calcite-link href="./rss-enterprise.xml">ArcGIS Enterprise RSS</calcite-link>
</li>
<li>
<calcite-link href="./rss-security-critical.xml">Security + critical RSS</calcite-link>
</li>
</ul>
</div>
<div>
<div class="about-h">FAQ</div>
<ol class="about-list">
<li><strong>Where does the data come from?</strong> The upstream <span class="mono">patches.json</span> dataset published by Esri.</li>
<li><strong>Does this replace Esri Support?</strong> No. Use the Patch page link for the official entry.</li>
<li><strong>How do I find the right patch?</strong> Filter by product + version, then check the official patch page for prerequisites and applicability.</li>
</ol>
</div>
<div>
<div class="about-h">Feedback</div>
<div class="dim">Please open an issue in the repository.</div>
<div class="url-full" style="margin-top: 6px">
<calcite-link href="https://github.com/ceddc/simple-patch-finder" target="_blank" rel="noopener noreferrer">
<span class="gh-link">
<span class="gh-icon" aria-hidden="true">
<svg viewBox="0 0 16 16" width="16" height="16" fill="currentColor" aria-hidden="true">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z" />
</svg>
</span>
ceddc/simple-patch-finder
</span>
</calcite-link>
</div>
</div>
</div>
</calcite-block>
</div>
</calcite-panel>
<calcite-dialog slot="dialogs" id="dlg" heading="Patch" width-scale="m" placement="center" modal>
<calcite-button
id="btn-dlg-share"
slot="header-actions-end"
appearance="solid"
kind="brand"
scale="s"
icon-start="link"
label="Copy patch permalink"
>
Permalink
</calcite-button>
<div id="dlg-body"></div>
</calcite-dialog>
</calcite-shell>
<script type="module" src="./js/app.js"></script>
</body>
</html>