Skip to content

Commit 5182d7b

Browse files
committed
Change all references to point to new upstream
1 parent fc95138 commit 5182d7b

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pg_stat_statements. Upgrade script will do all the needed cleanup.
3232
- Restore the install_all.sql file to easily setup PoWA.
3333
- Maintain a cache of pg_database to allow seeing dropped database in the UI.
34-
See issue https://github.com/dalibo/powa/issues/63
34+
See issue https://github.com/powa-team/powa/issues/63
3535
- Don't try to load PoWA if it's not in shared_preload_libraries
3636

3737
## 3.0.0 (2015-11-06)
@@ -56,11 +56,11 @@ remove the old one and install the new 3.0.0 version.
5656

5757
Major rework of the extension. PoWA 2 is now only compatible with PostgreSQL
5858
version 9.4 and above. PoWA 2 is also now compatible with external extensions,
59-
such as [pg_qualstats](https://github.com/dalibo/pg_qualstats) or
60-
[pg_stat_kcache](https://github.com/dalibo/pg_stat_kcache). Third-part
59+
such as [pg_qualstats](https://github.com/powa-team/pg_qualstats) or
60+
[pg_stat_kcache](https://github.com/powa-team/pg_stat_kcache). Third-part
6161
extensions can also now be implemented easily.
6262

63-
The UI is also now in a [new repository](https://github.com/dalibo/powa-web),
63+
The UI is also now in a [new repository](https://github.com/powa-team/powa-web),
6464
with more frequent release cycle.
6565

6666
## 1.2.1 (2015-01-16)

INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Workload Analyzer detailled installation guide
22
=========================================================
33

4-
Read [README.md](https://github.com/dalibo/powa/blob/master/README.md) and
4+
Read [README.md](https://github.com/powa-team/powa/blob/master/README.md) and
55
[the official documentation](http://powa.readthedocs.io/) for further details
66
about PoWA.
77

@@ -16,7 +16,7 @@ Download powa-archivist from the website
1616
----------------------------------------
1717

1818
The latest stable version should be used. It can be downloaded from
19-
[github](https://github.com/dalibo/powa-archivist/releases/latest).
19+
[github](https://github.com/powa-team/powa-archivist/releases/latest).
2020

2121
This documentation assumes that the latest version is 3.0.0, and you downloaded
2222
the .zip file.
@@ -130,7 +130,7 @@ If possible (check with pg_test_timing), activate track_io_timing on your instan
130130
track_io_timing = on
131131
```
132132

133-
Other GUC variables are available. Read [README.md](https://github.com/dalibo/powa/blob/master/README.md) for further details.
133+
Other GUC variables are available. Read [README.md](https://github.com/powa-team/powa/blob/master/README.md) for further details.
134134

135135
In `pg_hba.conf`:
136136

META.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "powa",
33
"abstract": "An extension gathering pg_stat_statements and other plugins statistics",
44
"version": "__VERSION__",
5-
"maintainer": "Julien Rouhaud <julien.rouhaud@dalibo.com>",
5+
"maintainer": "Julien Rouhaud <rjuju123@gmail.com>",
66
"license": "postgresql",
77
"release_status": "stable",
88
"provides": {
@@ -15,11 +15,11 @@
1515
},
1616
"resources": {
1717
"bugtracker": {
18-
"web": "http://github.com/dalibo/powa/issues/"
18+
"web": "http://github.com/powa-team/powa/issues/"
1919
},
2020
"repository": {
21-
"url": "git://github.com/dalibo/powa-archivist.git",
22-
"web": "http://github.com/dalibo/powa-archivist/",
21+
"url": "git://github.com/powa-team/powa-archivist.git",
22+
"web": "http://github.com/powa-team/powa-archivist/",
2323
"type": "git"
2424
}
2525
},

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
![PostgreSQL Workload Analyzer](https://github.com/dalibo/powa/blob/master/img/powa_logo.410x161.png)
2+
![PostgreSQL Workload Analyzer](https://github.com/powa-team/powa/blob/master/img/powa_logo.410x161.png)
33

44
PoWA Archivist
55
============================
66

7-
This project is the core extension of the [PoWA](http://dalibo.github.io/powa/) project, a PostgreSQL Workload Analyzer that gathers performance stats and provides real-time charts
7+
This project is the core extension of the [PoWA](http://powa-team.github.io/powa/) project, a PostgreSQL Workload Analyzer that gathers performance stats and provides real-time charts
88
and graphs to help monitor and tune your PostgreSQL servers.
99

1010
For more information, please read the [PoWA-archivist documentation](http://powa.readthedocs.io/en/latest/powa-archivist/index.html):

debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Uploaders: Christoph Berg <myon@debian.org>
66
Standards-Version: 4.1.3
77
Build-Depends: debhelper (>= 9~),
88
postgresql-server-dev-all (>= 141~)
9-
Homepage: http://dalibo.github.io/powa/
10-
Vcs-Browser: https://github.com/dalibo/powa-archivist
11-
Vcs-Git: https://github.com/dalibo/powa-archivist.git
9+
Homepage: https://powa.readthedocs.io/
10+
Vcs-Browser: https://github.com/powa-team/powa-archivist
11+
Vcs-Git: https://github.com/powa-team/powa-archivist.git
1212

1313
Package: postgresql-10-powa
1414
Architecture: any

debian/control.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Uploaders: Christoph Berg <myon@debian.org>
66
Standards-Version: 4.1.3
77
Build-Depends: debhelper (>= 9~),
88
postgresql-server-dev-all (>= 141~)
9-
Homepage: http://dalibo.github.io/powa/
10-
Vcs-Browser: https://github.com/dalibo/powa-archivist
11-
Vcs-Git: https://github.com/dalibo/powa-archivist.git
9+
Homepage: https://powa.readthedocs.io/
10+
Vcs-Browser: https://github.com/powa-team/powa-archivist
11+
Vcs-Git: https://github.com/powa-team/powa-archivist.git
1212

1313
Package: postgresql-PGVERSION-powa
1414
Architecture: any

debian/watch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version=3
22
opts="uversionmangle=s/_/./g" \
3-
https://github.com/dalibo/powa-archivist/releases .*/archive/REL_(.*).tar.gz
3+
https://github.com/powa-team/powa-archivist/releases .*/archive/REL_(.*).tar.gz

0 commit comments

Comments
 (0)