[mythtv-commits] mythtv branch master updated by bmeek. v0.28-pre-3464-g72725b2

Git Repo Owner noreply at mythtv.org
Tue Jan 19 17:37:46 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user bmeek.
       via  72725b2511bf1f7727246acd9e9568df02844c8d (commit)
      from  aed67d11be45e033d85111efdae0e34129672a72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72725b2511bf1f7727246acd9e9568df02844c8d
Author:    Bill Meek <bmeek at mythtv.org> at Tue, 19 Jan 2016 11:30:00 -0600
Committer: Bill Meek <bmeek at mythtv.org> at Tue, 19 Jan 2016 11:30:00 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=72725b2511bf1f7727246acd9e9568df02844c8d

Services API: New endpoint; Myth/GetBackendInfo
Gives clients the ability to help their users diagnose problems.
For example, the user can now be told that --enable-libx264
wasn't used on their build (the original reason for this endpoint.)

Apps can direct users to the location of logs and examine selected
settings in their environment.

Closes #11386



-----------------------------------------------------------------------

Summary of changes:
 .../datacontracts/backendInfo.h                    |   97 ++++++++++++++++++++
 .../datacontracts/buildInfo.h                      |   79 ++++++++++++++++
 .../datacontracts/envInfo.h                        |   87 ++++++++++++++++++
 .../datacontracts/logInfo.h                        |   72 +++++++++++++++
 .../datacontracts/storageGroupDir.h                |   11 ++-
 .../libmythservicecontracts.pro                    |    4 +
 .../services/mythServices.h                        |    4 +
 mythtv/programs/mythbackend/services/myth.cpp      |   46 +++++++++-
 mythtv/programs/mythbackend/services/myth.h        |    9 ++
 9 files changed, 407 insertions(+), 2 deletions(-)
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/backendInfo.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/buildInfo.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/envInfo.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/logInfo.h

-- 



More information about the mythtv-commits mailing list