summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include pretty() in exported functionsHEADmasterPetr Šplíchal2012-04-131-1/+1
|
* New directories on the web: download & examplesPetr Šplíchal2012-04-042-2/+25
|
* Starting work on 0.9 changesPetr Šplíchal2012-04-041-1/+1
|
* Version 0.80.8Petr Šplíchal2012-02-291-4/+9
|
* Report [None] when no components linkedPetr Šplíchal2012-02-291-1/+4
|
* New method clear() for cleaning containersPetr Šplíchal2012-02-291-0/+4
|
* Component and Components class implementationPetr Šplíchal2012-02-292-10/+278
|
* Improved object initialization and id checkPetr Šplíchal2012-02-291-71/+70
|
* More optional values when creating a new test casePetr Šplíchal2012-02-291-0/+22
|
* Provide string representation for repr()Petr Šplíchal2012-02-291-0/+3
|
* Style sheet for html docs plus minor adjustments0.7Petr Šplíchal2012-02-234-16/+71
|
* Fix url, directory ownership and preserve timestampsPetr Šplíchal2012-02-221-6/+9
|
* Remove obsoleted specfile stuffPetr Šplíchal2012-02-221-6/+0
|
* We should not own the man directoryPetr Šplíchal2012-02-221-1/+1
|
* Initial commit of the MakefilePetr Šplíchal2012-02-221-0/+42
|
* Specfile cleanup & permission changesPetr Šplíchal2012-02-223-8/+6
|
* Generate documentation from reStructuredTextPetr Šplíchal2012-02-223-136/+76
| | | | | | README converted to reStructuredText manual pages now generated dynamically documentation/nitrate.man no more necessary
* Initial version of the spec filePetr Šplíchal2012-02-221-0/+52
|
* Added the interpreter scriptPetr Šplíchal2012-02-221-0/+8
|
* Remove shebang from the xmlrpc modulePetr Šplíchal2012-02-221-1/+0
|
* Preapare files for the python packagePetr Šplíchal2012-02-212-94/+131
|
* Rename example.py to create.pyPetr Šplíchal2012-02-211-0/+0
|
* README createdPetr Šplíchal2012-02-211-0/+93
|
* Documentation (man page and coverage overview)Petr Šplíchal2012-02-213-0/+239
|
* Include example scriptsPetr Šplíchal2012-02-212-0/+121
|
* Include the xmlrpc driverPetr Šplíchal2012-02-211-0/+515
|
* Added licensePetr Šplíchal2012-02-212-0/+484
|
* Rename to nitratePetr Šplíchal2012-02-211-0/+0
|
* Nitrate: Support unicode in string representations [BZ#785092]Petr Šplíchal2012-01-271-27/+36
|
* Nitrate: Boolean representation for the PlanStatus classPetr Šplíchal2012-01-231-0/+4
|
* Nitrate: Copy & paste typo in the RunTags self testPetr Šplíchal2011-12-071-1/+1
|
* Nitrate: Ignore disabled cases when creating a new test run [BZ#746220]Petr Šplíchal2011-12-071-2/+38
|
* Nitrate: Fix inequality against non-Nitrate objects, log fixPetr Šplíchal2011-11-141-0/+2
|
* Nitrate: Updating an object should update its containers as wellPetr Šplíchal2011-11-101-1/+168
|
* Nitrate: Work around BZ#725726 (attempt to fetch test cases by ids)Petr Šplíchal2011-11-031-2/+10
|
* Nitrate: Correctly handle when case run sortkey is NonePetr Šplíchal2011-10-101-1/+4
|
* Nitrate: Coloring & caching info belongs to the debug levelPetr Šplíchal2011-10-081-2/+2
|
* Nitrate: New functin info() for displaying info messagesPetr Šplíchal2011-10-081-17/+42
|
* workflow-tcms: Add necessary (!) slash to the config examplePetr Šplíchal2011-10-071-1/+1
|
* Nitrate: PlanStatus implementation (more consistent than 'active' flag)Petr Šplíchal2011-09-231-23/+70
|
* Nitrate: Support for TestPlan.active field [BZ#740250]Petr Šplíchal2011-09-221-8/+70
|
* Nitrate: User config enhanced with self-test dataPetr Šplíchal2011-09-221-72/+124
|
* Nitrate: TestRun's product is accessible through it's buildPetr Šplíchal2011-08-191-9/+4
|
* Nitrate: Search supportPetr Šplíchal2011-08-181-0/+63
|
* Nitrate: Made 'listed' public as it's useful for othersPetr Šplíchal2011-08-181-11/+11
|
* Nitrate: Better error when test plan does not existPetr Šplíchal2011-08-181-0/+3
|
* Nitrate: Sort order now returned as a stringPetr Šplíchal2011-08-161-1/+1
|
* Nitrate: More space for test case identifiersPetr Šplíchal2011-08-161-1/+1
|
* Nitrate: Category caching (object level)Petr Šplíchal2011-08-161-1/+65
|
* Nitrate: Better place tests directly into classesPetr Šplíchal2011-07-291-22/+45
|