Skip to content

Commit

Permalink
Change all references to point to new upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Feb 23, 2018
1 parent fc95138 commit 5182d7b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
pg_stat_statements. Upgrade script will do all the needed cleanup.
- Restore the install_all.sql file to easily setup PoWA.
- Maintain a cache of pg_database to allow seeing dropped database in the UI.
See issue https://github.com/dalibo/powa/issues/63
See issue https://github.com/powa-team/powa/issues/63
- Don't try to load PoWA if it's not in shared_preload_libraries

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

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

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

## 1.2.1 (2015-01-16)
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PostgreSQL Workload Analyzer detailled installation guide
=========================================================

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

Expand All @@ -16,7 +16,7 @@ Download powa-archivist from the website
----------------------------------------

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

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

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

In `pg_hba.conf`:

Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "powa",
"abstract": "An extension gathering pg_stat_statements and other plugins statistics",
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <julien.rouhaud@dalibo.com>",
"maintainer": "Julien Rouhaud <rjuju123@gmail.com>",
"license": "postgresql",
"release_status": "stable",
"provides": {
Expand All @@ -15,11 +15,11 @@
},
"resources": {
"bugtracker": {
"web": "https://github.com/dalibo/powa/issues/"
"web": "https://github.com/powa-team/powa/issues/"
},
"repository": {
"url": "git://github.com/dalibo/powa-archivist.git",
"web": "https://github.com/dalibo/powa-archivist/",
"url": "git://github.com/powa-team/powa-archivist.git",
"web": "https://github.com/powa-team/powa-archivist/",
"type": "git"
}
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

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

PoWA Archivist
============================

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
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
and graphs to help monitor and tune your PostgreSQL servers.

For more information, please read the [PoWA-archivist documentation](http://powa.readthedocs.io/en/latest/powa-archivist/index.html):
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Uploaders: Christoph Berg <[email protected]>
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 9~),
postgresql-server-dev-all (>= 141~)
Homepage: http://dalibo.github.io/powa/
Vcs-Browser: https://github.com/dalibo/powa-archivist
Vcs-Git: https://github.com/dalibo/powa-archivist.git
Homepage: https://powa.readthedocs.io/
Vcs-Browser: https://github.com/powa-team/powa-archivist
Vcs-Git: https://github.com/powa-team/powa-archivist.git

Package: postgresql-10-powa
Architecture: any
Expand Down
6 changes: 3 additions & 3 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Uploaders: Christoph Berg <[email protected]>
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 9~),
postgresql-server-dev-all (>= 141~)
Homepage: http://dalibo.github.io/powa/
Vcs-Browser: https://github.com/dalibo/powa-archivist
Vcs-Git: https://github.com/dalibo/powa-archivist.git
Homepage: https://powa.readthedocs.io/
Vcs-Browser: https://github.com/powa-team/powa-archivist
Vcs-Git: https://github.com/powa-team/powa-archivist.git

Package: postgresql-PGVERSION-powa
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3
opts="uversionmangle=s/_/./g" \
https://github.com/dalibo/powa-archivist/releases .*/archive/REL_(.*).tar.gz
https://github.com/powa-team/powa-archivist/releases .*/archive/REL_(.*).tar.gz

0 comments on commit 5182d7b

Please sign in to comment.