Skip to content

Commit e6f97ab

Browse files
committed
fix pev.html links
1 parent 5b7e30c commit e6f97ab

File tree

12 files changed

+23
-14
lines changed

12 files changed

+23
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Free RDS for PostgreSQL! Check [**Feature**](docs/FEATURE.md) | [**亮点特性**](docs/FEATURE_ZH.md) for details.
1616

17-
- Battery-Included [PostgreSQL](https://www.postgresql.org/) Distribution, with [PostGIS](https://postgis.net/), [TimescaleDB](https://www.timescale.com/), [Citus](https://www.citusdata.com/), [PGVectors](https://github.com/pgvector/pgvector), etc...
17+
- Battery-Included [PostgreSQL](https://www.postgresql.org/) Distribution, with [PostGIS](https://postgis.net/), [TimescaleDB](https://www.timescale.com/), [Citus](https://www.citusdata.com/), [PGVector](https://github.com/pgvector/pgvector), etc...
1818
- Incredible observability powered by [Prometheus](https://prometheus.io/) & [Grafana](https://grafana.com/) stack.
1919
- Self-healing HA PGSQL cluster, powered by [patroni](https://patroni.readthedocs.io/en/latest/), [haproxy](http://www.haproxy.org/), [etcd](https://etcd.io/).
2020
- Auto-Configured PITR, powered by [pgBackRest](https://pgbackrest.org/) and optional [MinIO](https://min.io/) repo.

bin/parse_nginx.py

100644100755
File mode changed.

docs/PARAM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,10 +802,10 @@ nginx_ssl_port: 443 # nginx ssl listen port, 443 by default
802802
nginx_navbar: # nginx index page navigation links
803803
- { name: CA Cert ,url: '/ca.crt' ,desc: 'pigsty self-signed ca.crt' }
804804
- { name: Package ,url: '/pigsty' ,desc: 'local yum repo packages' }
805-
- { name: Explain ,url: '/pev.html' ,desc: 'postgres explain visualizer' }
806805
- { name: PG Logs ,url: '/logs' ,desc: 'postgres raw csv logs' }
807806
- { name: Reports ,url: '/report' ,desc: 'pgbadger summary report' }
808-
```
807+
- { name: Explain ,url: '/pigsty/pev.html' ,desc: 'postgres explain visualizer' }
808+
```
809809
810810
811811
### `nginx_enabled`
@@ -878,9 +878,9 @@ default value:
878878
nginx_navbar: # nginx index page navigation links
879879
- { name: CA Cert ,url: '/ca.crt' ,desc: 'pigsty self-signed ca.crt' }
880880
- { name: Package ,url: '/pigsty' ,desc: 'local yum repo packages' }
881-
- { name: Explain ,url: '/pev.html' ,desc: 'postgres explain visualizer' }
882881
- { name: PG Logs ,url: '/logs' ,desc: 'postgres raw csv logs' }
883882
- { name: Reports ,url: '/report' ,desc: 'pgbadger summary report' }
883+
- { name: Explain ,url: '/pigsty/pev.html' ,desc: 'postgres explain visualizer' }
884884
```
885885

886886
Each record is rendered as a navigation link to the Pigsty home page App drop-down menu, and the apps are all optional, mounted by default on the Pigsty default server under `http://pigsty/`.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Free RDS for PostgreSQL! check [**Feature**](FEATURE.md) | [**亮点特性**](FEATURE_ZH.md) for details.
1616

17-
- Battery-Included [PostgreSQL](https://www.postgresql.org/) Distribution, with [PostGIS](https://postgis.net/), [TimescaleDB](https://www.timescale.com/), [Citus](https://www.citusdata.com/), [PGVectors](https://github.com/pgvector/pgvector), etc...
17+
- Battery-Included [PostgreSQL](https://www.postgresql.org/) Distribution, with [PostGIS](https://postgis.net/), [TimescaleDB](https://www.timescale.com/), [Citus](https://www.citusdata.com/), [PGVector](https://github.com/pgvector/pgvector), etc...
1818
- Incredible observability powered by [Prometheus](https://prometheus.io/) & [Grafana](https://grafana.com/) stack. Public [Demo](http://demo.pigsty.cc).
1919
- Self-healing HA PGSQL cluster, powered by [patroni](https://patroni.readthedocs.io/en/latest/), [haproxy](http://www.haproxy.org/), [etcd](https://etcd.io/)...
2020
- Auto-Configured PITR, powered by [pgbackrest](https://pgbackrest.org/) and optional [MinIO](https://min.io/) cluster

docs/RELEASENOTE.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,23 @@
3434

3535
## v2.0.2
3636

37+
**Highlight**
38+
39+
* New extension [`pgvector`](https://github.com/pgvector/pgvecto)
40+
* MinIO CVE-2023-28432 fix, and upgrade to 20230324 with new policy API
41+
42+
**Changes**
43+
3744
* Add `pgvector` extension to support vector similarity search, now you can store OpenAI embedding with it!
3845
* [MinIO CVE-2023-28432]: https://github.com/Vonng/pigsty/issues/265
46+
* Add reload functionality to DNSMASQ systemd services
3947
* Bump pev to v1.8
4048
* Bump grafana to v9.4.7
41-
* Bump MinIO to 20230324
49+
* Bump MinIO and MCLI version to 20230324
50+
* Bump bytebase version to v1.15.0
4251
* Upgrade monitoring dashboards and fix dead links
4352
* Upgrade aliyun terraform template image to rockylinux 9
44-
* Following grafana provisioning API change since v9.4
53+
* Adopt grafana provisioning API change since v9.4
4554
* Add asciinema videos for various administration tasks
4655
* Fix broken EL8 pgsql deps: remove anonymizer_15 faker_15 and pgloader
4756

files/cmdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ INSERT INTO pigsty.default_var VALUES
12631263
(122, 'nginx_home', '"/www"', 'INFRA', 'NGINX', 'path', 'G', 'nginx content dir, `/www` by default', NULL),
12641264
(123, 'nginx_port', '80', 'INFRA', 'NGINX', 'port', 'G', 'nginx listen port, 80 by default', NULL),
12651265
(124, 'nginx_ssl_port', '443', 'INFRA', 'NGINX', 'port', 'G', 'nginx ssl listen port, 443 by default', NULL),
1266-
(125, 'nginx_navbar', '[{"url": "/ca.crt", "desc": "pigsty self-signed ca.crt", "name": "CA Cert"}, {"url": "/pigsty", "desc": "local yum repo packages", "name": "Package"}, {"url": "/pev.html", "desc": "postgres explain visualizer", "name": "Explain"}, {"url": "/logs", "desc": "postgres raw csv logs", "name": "PG Logs"}, {"url": "/report", "desc": "pgbadger summary report", "name": "Reports"}]', 'INFRA', 'NGINX', 'index[]', 'G', 'nginx index page navigation links', NULL),
1266+
(125, 'nginx_navbar', '[{"url": "/ca.crt", "desc": "pigsty self-signed ca.crt", "name": "CA Cert"}, {"url": "/pigsty", "desc": "local yum repo packages", "name": "Package"}, {"url": "/pigsty/pev.html", "desc": "postgres explain visualizer", "name": "Explain"}, {"url": "/logs", "desc": "postgres raw csv logs", "name": "PG Logs"}, {"url": "/report", "desc": "pgbadger summary report", "name": "Reports"}]', 'INFRA', 'NGINX', 'index[]', 'G', 'nginx index page navigation links', NULL),
12671267
(126, 'dns_enabled', 'true', 'INFRA', 'DNS', 'bool', 'G/I', 'setup dnsmasq on this infra node?', NULL),
12681268
(127, 'dns_port', '53', 'INFRA', 'DNS', 'port', 'G', 'dns server listen port, 53 by default', NULL),
12691269
(128, 'dns_records', '["${admin_ip} h.pigsty a.pigsty p.pigsty g.pigsty", "${admin_ip} api.pigsty adm.pigsty cli.pigsty ddl.pigsty lab.pigsty git.pigsty sss.pigsty wiki.pigsty"]', 'INFRA', 'DNS', 'string[]', 'G', 'dynamic dns records resolved by dnsmasq', NULL),

files/pigsty/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ all:
112112
- { name: Gitea , url : 'http://git.pigsty' , comment: 'Gitea Git Service' }
113113
- { name: Minio , url : 'http://sss.pigsty' , comment: 'Minio Object Storage' }
114114
- { name: Wiki , url : 'http://wiki.pigsty' , comment: 'Local Wikipedia' }
115-
- { name: Explain , url : '/pev.html' , comment: 'pgsql explain visualizer' }
115+
- { name: Explain , url : '/pigsty/pev.html' , comment: 'pgsql explain visualizer' }
116116
- { name: Package , url : '/pigsty' , comment: 'local yum repo packages' }
117117
- { name: PG Logs , url : '/logs' , comment: 'postgres raw csv logs' }
118118
- { name: Schemas , url : '/schema' , comment: 'schemaspy summary report' }

files/pigsty/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ all:
281281
nginx_navbar: # nginx index page navigation links
282282
- { name: CA Cert ,url: '/ca.crt' ,desc: 'pigsty self-signed ca.crt' }
283283
- { name: Package ,url: '/pigsty' ,desc: 'local yum repo packages' }
284-
- { name: Explain ,url: '/pev.html' ,desc: 'postgres explain visualizer' }
285284
- { name: PG Logs ,url: '/logs' ,desc: 'postgres raw csv logs' }
286285
- { name: Reports ,url: '/report' ,desc: 'pgbadger summary report' }
286+
- { name: Explain ,url: '/pigsty/pev.html' ,desc: 'postgres explain visualizer' }
287287

288288
#-----------------------------------------------------------------
289289
# DNS

files/pigsty/public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ all:
113113
- { name: Gitea , url: 'http://git.pigsty.cc' , comment: 'Gitea Git Service' }
114114
- { name: Minio , url: 'http://sss.pigsty.cc' , comment: 'Minio Object Storage' }
115115
- { name: Wiki , url: 'http://wiki.pigsty.cc' , comment: 'Local Wikipedia' }
116-
- { name: Explain , url: '/pev.html' , comment: 'postgres explain visualizer' }
116+
- { name: Explain , url: '/pigsty/pev.html' , comment: 'postgres explain visualizer' }
117117
- { name: Package , url: '/pigsty' , comment: 'local yum repo packages' }
118118
- { name: PG Logs , url: '/logs' , comment: 'postgres raw csv logs' }
119119
- { name: Schemas , url: '/schema' , comment: 'schemaspy summary report' }

files/pigsty/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ all:
6969
- { name: Gitea , url : 'http://git.pigsty' , comment: 'Gitea Git Service' }
7070
- { name: Minio , url : 'http://sss.pigsty' , comment: 'Minio Object Storage' }
7171
- { name: Wiki , url : 'http://wiki.pigsty' , comment: 'Local Wikipedia' }
72-
- { name: Explain , url : '/pev.html' , comment: 'pgsql explain visualizer' }
72+
- { name: Explain , url : '/pigsty/pev.html' , comment: 'pgsql explain visualizer' }
7373
- { name: Package , url : '/pigsty' , comment: 'local yum repo packages' }
7474
- { name: PG Logs , url : '/logs' , comment: 'postgres raw csv logs' }
7575
- { name: Schemas , url : '/schema' , comment: 'schemaspy summary report' }

0 commit comments

Comments
 (0)