Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 57cc866

Browse files
committed
actually use sqlpad.github.io
1 parent f792e1f commit 57cc866

7 files changed

Lines changed: 25 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ _accidentally tagged without changes_
368368
## [5.8.1] - 2020-10-23
369369

370370
- Fix LDAP editor role search filter
371-
- Allow empty/`denied` value for `SQLPAD_LDAP_DEFAULT_ROLE` to deny users that do not match LDAP role filters. See [LDAP documentation](http://sqlpad.pages.dev/#/authentication?id=ldap-experimental) for more info.
371+
- Allow empty/`denied` value for `SQLPAD_LDAP_DEFAULT_ROLE` to deny users that do not match LDAP role filters. See [LDAP documentation](http://sqlpad.github.io/#/authentication?id=ldap-experimental) for more info.
372372

373373
## [5.8.0] - 2020-10-22
374374

@@ -399,13 +399,13 @@ _accidentally tagged without changes_
399399

400400
## [5.4.0] - 2020-08-03
401401

402-
- Add configurable query result store (memory, database, and redis now an option). See `SQLPAD_QUERY_RESULT_STORE` under [configuration](https://sqlpad.pages.dev/#/configuration) docs.
402+
- Add configurable query result store (memory, database, and redis now an option). See `SQLPAD_QUERY_RESULT_STORE` under [configuration](https://sqlpad.github.io/#/configuration) docs.
403403
- Update MySQL connections to use INTERACTIVE flag to prevent early connection close.
404404

405405
## [5.3.0] - 2020-07-31
406406

407407
- Embolden result column headers
408-
- Add configurable session store (memory, database, and redis now an option). See `SQLPAD_SESSION_STORE` under [configuration](https://sqlpad.pages.dev/#/configuration) docs.
408+
- Add configurable session store (memory, database, and redis now an option). See `SQLPAD_SESSION_STORE` under [configuration](https://sqlpad.github.io/#/configuration) docs.
409409
- Update server dependencies
410410

411411
## [5.2.1] - 2020-07-27
@@ -419,7 +419,7 @@ This release introduces new generic webhooks for a variety of events, while depr
419419

420420
The webhooks added support a larger number of events than previously handled, such as queries being run and results/error received from those queries.
421421

422-
- Add webhooks [documentation](http://sqlpad.pages.dev/#/webhooks)
422+
- Add webhooks [documentation](http://sqlpad.github.io/#/webhooks)
423423
- Deprecate SMTP email and Slack webhook, both to be removed in v6.
424424
- Capture database error message on ODBC driver connection error
425425
- Show service token UI only if enabled via config (#787)
@@ -493,7 +493,7 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
493493

494494
- Test connection error shown
495495

496-
- New `/batches` API for running multi-statement SQL. This replaces `/query-result` API, and is written in a more RESTful approach, removing the need to extend SQLPad timeouts. See [API docs](http://sqlpad.pages.dev/#/api-batches) for more info.
496+
- New `/batches` API for running multi-statement SQL. This replaces `/query-result` API, and is written in a more RESTful approach, removing the need to extend SQLPad timeouts. See [API docs](http://sqlpad.github.io/#/api-batches) for more info.
497497

498498
- Adds `allowedDomains` config item and deprecates `whitelistedDomains` to be removed in v6.
499499

@@ -503,7 +503,7 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
503503

504504
- `denyMultipleStatements` connection option removed. Multiple statements are now attempted to be supported at SQLPad REST API level via `batches` and `statements` API.
505505

506-
- `/download-results/` API has been removed in favor of `/statement-results/`, which is similar but based on `statementId` instead of `cacheKey`. See [API docs](http://sqlpad.pages.dev/#/api-batches) for more info.
506+
- `/download-results/` API has been removed in favor of `/statement-results/`, which is similar but based on `statementId` instead of `cacheKey`. See [API docs](http://sqlpad.github.io/#/api-batches) for more info.
507507

508508
- `debug` config option removed. Use `appLogLevel` set to `debug` instead.
509509

@@ -548,33 +548,33 @@ Special thanks to @eladeyal-intel, @bruth, @yorek, @dengc367, @murphyke, and @Wi
548548

549549
### Features
550550

551-
- Add Google BigQuery support [documentation](https://sqlpad.pages.dev/#/connections?id=bigquery)
551+
- Add Google BigQuery support [documentation](https://sqlpad.github.io/#/connections?id=bigquery)
552552

553-
- Add SQLite support [documentation](https://sqlpad.pages.dev/#/connections?id=sqlite)
553+
- Add SQLite support [documentation](https://sqlpad.github.io/#/connections?id=sqlite)
554554

555555
- Adds batch query support to ODBC (last statement is shown in UI)
556556

557-
- Auth: Add option to disable authentication. [documentation](https://sqlpad.pages.dev/#/authentication?id=no-authentication)
557+
- Auth: Add option to disable authentication. [documentation](https://sqlpad.github.io/#/authentication?id=no-authentication)
558558

559559
When auth is disabled, application no longer requires authentication.
560560

561-
- Auth: Add proxy authentication support. [documentation](https://sqlpad.pages.dev/#/authentication?id=auth-proxy)
561+
- Auth: Add proxy authentication support. [documentation](https://sqlpad.github.io/#/authentication?id=auth-proxy)
562562

563563
- Add private/shared query model.
564564

565565
Going forward queries are _private_ by default. When sharing is enabled, query is shared with all users (and they are given write permissions). Finer-grained access to be added in the future (share with specific user, read vs write)
566566

567-
- Add connection and query seed data support [documentation](https://sqlpad.pages.dev/#/seed-data)
567+
- Add connection and query seed data support [documentation](https://sqlpad.github.io/#/seed-data)
568568

569569
- Add service tokens (api tokens). New menu option is available when logged in as admin.
570570

571571
- Add application header for application-level administration
572572

573-
- Adds multi-statement transaction support for Postgres, SQLite, and ODBC. [documentation](https://sqlpad.pages.dev/#/connections?id=multi-statement-transaction-support)
573+
- Adds multi-statement transaction support for Postgres, SQLite, and ODBC. [documentation](https://sqlpad.github.io/#/connections?id=multi-statement-transaction-support)
574574

575575
- Add config deprecation for following keys: `debug`, `tableChartLinksRequireAuth`, `keyPath`, `certPath`, `certPassphrase`
576576

577-
- Add connection template support [documentation](https://sqlpad.pages.dev/#/connection-templates)
577+
- Add connection template support [documentation](https://sqlpad.github.io/#/connection-templates)
578578

579579
- Adds additional query run logging for queries executed and details surrounding them (logged under `info` level)
580580

client/src/app-header/AboutContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function AboutContent({ version = '' }: Props) {
2323
}}
2424
>
2525
<a
26-
href="http://sqlpad.pages.dev/"
26+
href="http://sqlpad.github.io/"
2727
target="_blank"
2828
rel="noopener noreferrer"
2929
style={LINK_STYLE}

docs/.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"astro-version",
66
"5.3.0",
77
"astro-config-digest",
8-
"{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"https://sqlpad.pages.dev\",\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false,\"serializeConfig\":false},\"legacy\":{\"collections\":false}}"
8+
"{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"https://sqlpad.github.io\",\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false,\"serializeConfig\":false},\"legacy\":{\"collections\":false}}"
99
]

docs/astro.config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import react from '@astrojs/react';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://sqlpad.pages.dev',
8-
integrations: [
9-
// Enable Preact to support Preact JSX components.
10-
preact(),
11-
// Enable React for the Algolia search component.
12-
react(),
13-
],
7+
site: 'https://sqlpad.github.io/',
8+
integrations: [
9+
// Enable Preact to support Preact JSX components.
10+
preact(),
11+
// Enable React for the Algolia search component.
12+
react(),
13+
],
1414
});

docs/public/CNAME

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

docs/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const SITE = {
77

88
export const OPEN_GRAPH = {
99
image: {
10-
src: 'https://sqlpad.pages.dev/images/screenshot.png',
10+
src: 'https://sqlpad.github.io/images/screenshot.png',
1111
alt: 'A screenshot of SQLPad',
1212
},
1313
twitter: 'rickbergfalk',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"lint": "npm run lint --prefix client && npm run lint --prefix server && prettier --check \"**/*.js\"",
2121
"prepare": "husky",
2222
"precommit": "lint-staged"
23-
}
23+
},
24+
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
2425
}

0 commit comments

Comments
 (0)