[X2Go-Commits] [x2gobroker] branch master updated (ccee037 -> 9fa371e)

git-admin at x2go.org git-admin at x2go.org
Fri Dec 14 09:56:10 CET 2018


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

x2go pushed a change to branch master
in repository x2gobroker.

      from  ccee037   src/x2gobroker-{agent,ssh}.c: fix more compile errors.
       new  f0818c9   x2gobroker/config.py: Correctly reference RawConfigParser class.
       new  7d6c36b   x2gobroker/agent.py: Move delay_execution() function over to x2gobroker/utils.py.
       new  5cd512f   Move AuthService and AuthClient classes to x2gobroker/authservice.py, so that we have them in the API documentation.
       new  db2e980   x2gobroker/basicauth.py: Add API documentation.
       new  790e3fb   x2gobroker/config.py: Don't use types.InstanceType anymore. Gone in Python3.
       new  422b859   x2gobroker/tests/test_web_uccs_zeroconf.py: Drop duplicate URL key from dictionary.
       new  e6d161e   x2gobroker/tests/test_web_plain_base.py: Rename function, so we don't redefine an earlier test function.
       new  997a97e   x2gobroker/tests/test_web_uccs_zeroconf.py: Add missing / undefined variable.
       new  5820a87   SSH broker: Add --login option. This now supports X2Go Broker user and X2Go Server username being different accounts.
       new  7103d4a   bin/x2gobroker: Correctly use split_host_address() function call.
       new  f9dd59d   bin/x2gobroker: Don't override already defined logger objects, define them properly where needed.
       new  cb7e297   Convert one more unicode object into (Python3) string.
       new  39a018c   debian/control: Add B-D: python3-netaddr (for unit tests).
       new  77a942d   x2gobroker/tests/test_broker_agent.py: Assure that tests are run without loadchecker usage.
       new  9570047   broker-use-load-checker profile option: Also tolerate 'TRUE' and 'True'.
       new  93a6974   x2gobroker/agent.py: Fix failing execution of LOCAL broker agent. As the LOCAL broker agent is executed setuid root, we cannot Popen.terminate() (which is unneeded anyway) the process after its execution.
       new  9fa371e   HTTP broker: Add &login=<server_user> support to plain and json broker frontends.

The 17 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:
 bin/x2gobroker                             |  29 ++++++--
 debian/changelog                           |  16 +++++
 debian/control                             |   1 +
 sbin/x2gobroker-authservice                |  56 +---------------
 sbin/x2gobroker-keygen                     |   2 +-
 x2gobroker/agent.py                        |  36 ++--------
 x2gobroker/authservice.py                  | 103 +++++++++++++++++++++++++++++
 x2gobroker/basicauth.py                    |  18 +++++
 x2gobroker/brokers/base_broker.py          |  12 ++--
 x2gobroker/client/plain.py                 |  19 +++---
 x2gobroker/config.py                       |  18 ++---
 x2gobroker/tests/test_broker_agent.py      |   3 +
 x2gobroker/tests/test_client_plain_base.py |   1 +
 x2gobroker/tests/test_web_plain_base.py    |  23 ++++++-
 x2gobroker/tests/test_web_uccs_zeroconf.py |   3 +-
 x2gobroker/utils.py                        |  38 +++++++++++
 x2gobroker/web/json.py                     |  19 +++---
 x2gobroker/web/plain.py                    |  19 +++---
 18 files changed, 282 insertions(+), 134 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list