[Debian-ha-commits] [pcs] branch upstream updated (ef45690 -> 40284db)

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


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

myon pushed a change to branch upstream
in repository pcs.

      from  ef45690   Imported Upstream version 0.9.148
       new  40284db   Imported Upstream version 0.9.149

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ++
 ...rb.i386-linux-gnu.debian => settings.rb.debian} |   4 +-
 pcsd/settings.rb.x86_64-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(-)
 create mode 100644 pcs/error_codes.py
 create mode 100644 pcs/errors.py
 create mode 100644 pcs/library_acl.py
 rename pcs/{settings.py.x86_64-linux-gnu.debian => settings.py.debian} (73%)
 delete mode 100644 pcs/settings.py.i386-linux-gnu.debian
 create mode 100644 pcs/test/library_test_tools.py
 create mode 100644 pcs/test/pcs_test_assertions.py
 create mode 100644 pcs/test/test_library_acl.py
 create mode 100644 pcsd/session.rb
 rename pcsd/{settings.rb.i386-linux-gnu.debian => settings.rb.debian} (86%)
 delete mode 100644 pcsd/settings.rb.x86_64-linux-gnu.debian
 create mode 100644 pcsd/test/test_session.rb

-- 
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