[CalendarServer-changes] [13991] CalendarServer/trunk/twistedcaldav/controlapi.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 22 11:49:33 PDT 2014


Revision: 13991
          http://trac.calendarserver.org//changeset/13991
Author:   cdaboo at apple.com
Date:     2014-09-22 11:49:33 -0700 (Mon, 22 Sep 2014)
Log Message:
-----------
docstr/pyflakes clean-up.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/controlapi.py

Modified: CalendarServer/trunk/twistedcaldav/controlapi.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/controlapi.py	2014-09-22 18:21:49 UTC (rev 13990)
+++ CalendarServer/trunk/twistedcaldav/controlapi.py	2014-09-22 18:49:33 UTC (rev 13991)
@@ -15,14 +15,15 @@
 ##
 
 """
-Timezone service resource and operations.
+Control API resource.
 
-This is based on http://tools.ietf.org/html/draft-douglass-timezone-service which is the CalConnect
-proposal for a standard timezone service.
+This provides an HTTP API to allow an admin to trigger various "internal" actions on the server.
+The intent of this is to primarily support automated testing tools that may need to alter
+server behavior during tests via an HTTP-only API.
 """
 
 __all__ = [
-    "TimezoneStdServiceResource",
+    "ControlAPIResource",
 ]
 
 from calendarserver.tools.util import recordForPrincipalID
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140922/d4d92663/attachment-0001.html>


More information about the calendarserver-changes mailing list