Skip to content

Commit 1f64efd

Browse files
authored
graphql product spec ID as string, deps, react app updates (#58)
1 parent f57fcf3 commit 1f64efd

File tree

126 files changed

+2140
-2007
lines changed

Some content is hidden

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

126 files changed

+2140
-2007
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN go mod verify \
3939
#-------------------------------------------------------------------------------
4040
# Build production container with only necessary artifacts
4141

42-
FROM alpine:3.15
42+
FROM alpine:3.16
4343

4444
# Traefik auto discover labels
4545
LABEL \

docs/content/endpoints/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The `/data` endpoint shows which monthly data files are available, and provides
44
URLs to downloadable files. Several terabytes of data are presently available.
55
To keep data files to a reasonable size, they are generally arranged in
66
product/site/monthly chunks. Even so, files can be large and you may find it
7-
worthwhile to check the size attribute before downloading. Also note that the
7+
worthwhile to check the size attribute before downloading. Also note that
88
some provided URLs are from a Google Cloud Storage service and expire 1 hour after
99
generation. If the time between when you obtain a URL and start downloading the
1010
file is more than 1 hour, you may need to obtain a new URL before proceeding.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "./static/css/main.4f49de8c.css",
4-
"main.js": "./static/js/main.3034b4e2.js",
3+
"main.css": "./static/css/main.b75e6afa.css",
4+
"main.js": "./static/js/main.7d256dc8.js",
55
"index.html": "./index.html",
6-
"main.4f49de8c.css.map": "./static/css/main.4f49de8c.css.map",
7-
"main.3034b4e2.js.map": "./static/js/main.3034b4e2.js.map"
6+
"main.b75e6afa.css.map": "./static/css/main.b75e6afa.css.map",
7+
"main.7d256dc8.js.map": "./static/js/main.7d256dc8.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.4f49de8c.css",
11-
"static/js/main.3034b4e2.js"
10+
"static/css/main.b75e6afa.css",
11+
"static/js/main.7d256dc8.js"
1212
]
1313
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEON Data API REST Explorer"/><link rel="manifest" href="./manifest.json"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,400i,700%7CRoboto+Mono&amp;display=fallback"><title>NEON Data API REST Explorer</title><script defer="defer" src="./static/js/main.3034b4e2.js"></script><link href="./static/css/main.4f49de8c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEON Data API REST Explorer"/><link rel="manifest" href="./manifest.json"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,400i,700%7CRoboto+Mono&amp;display=fallback"><title>NEON Data API REST Explorer</title><script defer="defer" src="./static/js/main.7d256dc8.js"></script><link href="./static/css/main.b75e6afa.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/content/explorer/build/static/css/main.4f49de8c.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/content/explorer/build/static/css/main.4f49de8c.css renamed to docs/content/explorer/build/static/css/main.b75e6afa.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/explorer/build/static/css/main.b75e6afa.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/explorer/build/static/js/main.3034b4e2.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/content/explorer/build/static/js/main.3034b4e2.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/content/explorer/build/static/js/main.7d256dc8.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)