[Debian-ha-commits] [pcs] 04/05: Merge tag 'upstream/0.9.149'

Christoph Berg myon at debian.org
Thu Mar 10 19:21:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch master
in repository pcs.

commit cf1d8d63ded2d40bbdfbd4a7eac8e8d3562f56d9
Merge: e7b0aa0 40284db
Author: Christoph Berg <myon at debian.org>
Date:   Thu Mar 10 20:07:06 2016 +0100

    Merge tag 'upstream/0.9.149'
    
    Upstream version 0.9.149

 Makefile                                           |  45 +-
 README                                             |  13 -
 README.md                                          |  15 -
 newversion.py                                      |   3 +-
 pcs/acl.py                                         | 401 +++++----
 pcs/cluster.py                                     | 197 ++---
 pcs/error_codes.py                                 |  23 +
 pcs/errors.py                                      |  38 +
 pcs/library_acl.py                                 | 135 +++
 pcs/pcs.8                                          |  50 +-
 pcs/pcs.py                                         |   2 +
 pcs/prop.py                                        | 107 ++-
 pcs/resource.py                                    |  14 +-
 pcs/settings.py                                    |   2 +-
 ....x86_64-linux-gnu.debian => settings.py.debian} |  10 +-
 pcs/settings.py.i386-linux-gnu.debian              |  23 -
 pcs/status.py                                      |  14 +-
 pcs/test/Makefile                                  |   1 +
 pcs/test/library_test_tools.py                     |  93 ++
 pcs/test/pcs_test_assertions.py                    |  75 ++
 pcs/test/pcs_test_functions.py                     |  20 +-
 pcs/test/test_acl.py                               |  89 +-
 pcs/test/test_cluster.py                           |  19 +-
 pcs/test/test_library_acl.py                       | 214 +++++
 pcs/test/test_properties.py                        | 210 ++++-
 pcs/test/test_resource.py                          | 175 ++--
 pcs/test/test_stonith.py                           |   8 +-
 pcs/test/test_utils.py                             | 323 +++++--
 pcs/usage.py                                       |  61 +-
 pcs/utils.py                                       | 313 +++++--
 pcsd/auth.rb                                       |  50 +-
 pcsd/bootstrap.rb                                  |   2 +-
 pcsd/cfgsync.rb                                    |  20 +-
 pcsd/cluster_entity.rb                             |   2 +-
 pcsd/fenceagent.rb                                 |   8 +-
 pcsd/pcs.rb                                        | 264 +++---
 pcsd/pcsd                                          |   2 +
 pcsd/pcsd-cli.rb                                   |  42 +-
 pcsd/pcsd.conf                                     |   5 +
 pcsd/pcsd.rb                                       | 958 +++++++++++++--------
 pcsd/public/js/nodes-ember.js                      | 178 +++-
 pcsd/public/js/pcsd.js                             | 435 +++++++---
 pcsd/remote.rb                                     | 756 +++++++---------
 pcsd/resource.rb                                   |  16 +-
 pcsd/session.rb                                    |  71 ++
 ....x86_64-linux-gnu.debian => settings.rb.debian} |   4 +-
 pcsd/settings.rb.i386-linux-gnu.debian             |  24 -
 pcsd/test/test_all_suite.rb                        |   1 +
 pcsd/test/test_auth.rb                             |  36 +-
 pcsd/test/test_session.rb                          |  71 ++
 pcsd/views/_configure.erb                          |  44 +-
 pcsd/views/_dialogs.erb                            |  21 +-
 pcsd/views/_permissions_cluster.erb                |   2 +-
 pcsd/views/login.erb                               |  22 +-
 pcsd/views/main.erb                                |  37 +
 pcsd/views/manage.erb                              |  36 -
 pcsd/views/permissions.erb                         |   1 +
 setup.py                                           |   2 +-
 58 files changed, 3804 insertions(+), 1999 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list