History log of /ec/ECSpooler/backends/__init__.py
Revision Date Author Comments Expand
1603 10-Oct-2011 amelung

Final step for Release 1.2.

/ec/ECSpooler/README.txt /ec/ECSpooler/__init__.py __init__.py cl/Cl.py cl/__init__.py cl/config.py erlang/Erlang.py erlang/__init__.py erlang/config.py haskell/CHANGES.txt haskell/Haskell.py haskell/README.txt haskell/__init__.py haskell/config.py haskellext/HaskellExt.py haskellext/README.txt haskellext/__init__.py haskellext/config.py haskellio/HaskellIO.py haskellio/README.txt haskellio/__init__.py haskellio/config.py haskellqc/HaskellQC.py haskellqc/README.txt haskellqc/__init__.py haskellqc/config.py java/Java.py java/README.txt java/__init__.py java/config.py javare/JavaRE.py javare/README.txt javare/__init__.py javare/config.py junit/JUnit.py junit/README.txt junit/__init__.py junit/config.py keywords/Keywords.py keywords/README.txt keywords/__init__.py keywords/config.py prolog/Prolog.py prolog/README.txt prolog/__init__.py prolog/config.py python/Python.py python/README.txt python/__init__.py python/config.py pyunit/PyUnit.py pyunit/README.txt pyunit/__init__.py pyunit/config.py scheme/Scheme.py scheme/__init__.py scheme/config.py xml/README.txt xml/XML.py xml/__init__.py xml/config.py /ec/ECSpooler/bin/backendctl /ec/ECSpooler/bin/spoolerctl /ec/ECSpooler/config.py /ec/ECSpooler/lib/AbstractProgrammingBackend.py /ec/ECSpooler/lib/AbstractServer.py /ec/ECSpooler/lib/Spooler.py /ec/ECSpooler/lib/__init__.py /ec/ECSpooler/lib/data/BackendJob.py /ec/ECSpooler/lib/data/BackendResult.py /ec/ECSpooler/lib/data/__init__.py /ec/ECSpooler/lib/util/BackendSchema.py /ec/ECSpooler/lib/util/QueueItem.py /ec/ECSpooler/lib/util/SpoolerQueue.py /ec/ECSpooler/lib/util/__init__.py /ec/ECSpooler/lib/util/auth.py /ec/ECSpooler/lib/util/utils.py /ec/ECSpooler/tests/BackendTestCase.py /ec/ECSpooler/tests/ProgrammingBackendTestCase.py /ec/ECSpooler/tests/__init__.py /ec/ECSpooler/tests/testErlang.py /ec/ECSpooler/tests/testHaskell.py /ec/ECSpooler/tests/testHaskellExt.py /ec/ECSpooler/tests/testHaskellIO.py /ec/ECSpooler/tests/testHaskellQC.py /ec/ECSpooler/tests/testJUnit.py /ec/ECSpooler/tests/testJava.py /ec/ECSpooler/tests/testJavaRE.py /ec/ECSpooler/tests/testKeywords.py /ec/ECSpooler/tests/testProlog.py /ec/ECSpooler/tests/testPyUnit.py /ec/ECSpooler/tests/testPython.py /ec/ECSpooler/tests/testScheme.py /ec/ECSpooler/tests/testSpooler.py /ec/ECSpooler/tests/testTestJob.py /ec/ECSpooler/tests/testTestResult.py /ec/ECSpooler/tests/testXML.py
1602 10-Oct-2011 amelung

Next preparation step for release 1.2 which includes minor bugfixes and improvements.

857 17-Jul-2007 mxp

Several changes: - Backends need no longer be listed in backends/__init__.py - New spoolerctl command "rmbackend" to remove backends that crashed or otherwise disappeared - Introduced root user; some commands now require root privileges

827 27-Jun-2007 amelung

Fixed pythondoc comments; set copyright year to 2007.

716 18-Mar-2007 wfenske

add the JvaRE backend

698 06-Mar-2007 mxp

Initial version of the Keywords backend. This backend checks submissions for the occurrence of keywords (or regular expressions) and returns the percentage of matches found. This is mostly intended as a self-contained example of a backend, but it may actually be useful.

646 18-Dec-2006 amelung

Added import for backend Scheme.

616 04-Dec-2006 wfenske

Prolog backend, initial check-in.

557 24-Oct-2006 amelung

Added backend Python.

535 18-Oct-2006 amelung

Initial check-in.