Kiwitcms

Latest version: v12.4

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 12

3.8.111

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

- TCMS-689 Write unittest for testcaserun, filters, tag, version
- TCMS-647 [Refine modulization] move app-specific code to each app-
- TCMS-541 move javascript code of template files into js files as
many as possible
- TCMS-545 with the help of template engine(Handlebars.js),
get rid of html snippets in js files
- TCMS-663 [RFE][test run] User must click 'show all' link to confirm whether
there are comments to a caserun in run detail page.
- TCMS-666 [RFE][test run]When add issue_id to caserun,
checked the option 'check to add Test Cases to BZ',
system does not sync case_id to bugzilla.
- TCMS-688 Write unit test for xmlrpc.api.testplan and QuerySetBasedSerializer
- TCMS-704 Replace data grid with data table on search plan/run/cases page
- TCMS-714 [TestPlan] The plan name is invisible when the name contains
java script contents.
- TCMS-702 Unit test for XMLRPC serializer method
- TCMS-659 Remove code that has already no effective in current TCMS feature
- TCMS-542 rewrite the js code for dom manipulation with jquery and jquery ui,
remove prototype.js
- TCMS-549 rewrite the js code for event binding with jquery,
remove contorls or effects based on prototype.js
- TCMS-184 Remove the outdate install section
- TCMS-716 [Add cases to run]There are js errors when expanding the case
details in the assign case page.
- TCMS-717 [Search Cases]There is a js error in the console when clicking
the Search Cases in the Testing tab.
- TCMS-748 Security check via Revok test

3.8.102

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

- Bug 1133483 - Unable to clone runs in TCMS
- Bug 1133912 - Script injection in notes field
- Bug 1134166 - [test plan] when user remove tag at reviewing case tag in
test plan detail page, system returns 500 error

3.8.101

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

- Bug 1039495 - [test run][export to xml]If a case related many bugs in a run,
when export the run to xml, the file only show the latest bug for this case.
- Bug 1129058 - [TestPlan|Add cases] The browser has no response and is in dead
after selecting all the selected cases
- Bug 1130903 - [xmlrpc]User can not filter case via estimated_time when invoke
TestCase.filter_count method.
- Bug 1130933 - [xmlrpc] User can not update estimated_time to 0s when invoke
TestRun.update method.
- Bug 1130961 - [TestPlan|Components] Can't remove all the default components
of one test plan at one time
- Bug 1130966 - [xmlrpc][document] The format of estimated_time for related
methods should be consistent.
- Bug 1131885 - [XML-RPC] The Texts don't trim the spaces and record them
as new versions when invoking the TestCase.store_text() and
TestPlan.store_text()
- TCMS-284 [Performance] Production Apache ssl_access_log report some
resources(such as css,js,pic etc) can not found(HTTP 404) (RHBZ:1035958)
- TCMS-371 [Performance Test][Reporting Custom] The First Slow Query on the
Top Slow Queries found on prod evn (2014-06-05 to 2014-06-12)
- TCMS-425 TestRun & TestCase estimated_time modify
- TCMS-463 [Performance]Reporting Custom Section Optimize
- TCMS-464 [Performance]Reporting Testing Report Section Optimize
- TCMS-478 [xmlrpc]Invoke TestCase.calculate_total_estimated_time with a
invalid input, system returns total_estimated_time 00:00:00 not 400 error.
(RHBZ:1102459)
- TCMS-480 Enable system-wide cache mechanism to support caching
(RHBZ:1027589)
- TCMS-481 [xmlrpc]The result for xmlrpc method
TestCase.calculate_average_estimated_time is wrong. (RHBZ:1099312)
- TCMS-482 TestPlan.update does not support 'owner' update (RHBZ:1023679)
- TCMS-484 [test run] If a run has multiple Environments,
clone this run, the new run only clone the latest Environment. (RHBZ:1112561)
- TCMS-485 [xmlrpc]when invoke TestCase.link_plan method,
the 404 error message lack description. (RHBZ:1112967)
- TCMS-486 [RFE] Suggest improve "Testing Report" generating for large
data query (RHBZ:870384)
- TCMS-487 [RFE]: Add test case to the plan by ID (number) (RHBZ:869952)
- TCMS-488 [XMLRPC] List all the methods related to "is_active"
field which all needed to be fixed (RHBZ:1108009)
- TCMS-489 [test case]A bug belongs to Run A and Run B for the same case,
remove this bug from Run A in case detail page, the bug for Run B is
removed as well. (RHBZ:1094603)
- TCMS-492 replace TestRun.is_current with front-end control, and remove
operation code against TestRun.is_current in view
- TCMS-493 fix that two requests are emit after change a case run's status
- TCMS-494 Build base infrastructure of unit test
- TCMS-495 Optimize operations on test_case_texts
- TCMS-496 rewrite the ajax style code snippets with jquery
- TCMS-498 [TestCaseRun | Add bug] The added jira bugs don't display in the
case run but actually they are added in the xml file. (RHBZ:1119666)
- TCMS-499 [DB] Fix errors when syncdb
- TCMS-500 [Cache] Cache part sections of pages
- TCMS-512 [XML-RPC] TestCase.calculate_total_estimated_time() doesn't work
(RHBZ:857831)
- TCMS-513 [Performance] TCMS Reporting respond slowly and cause MySQL server
high CPU usage (RHBZ:1029267)
- TCMS-514 [XML-RPC] TestCase.calculate_average_estimated_time()
doesn't work (RHBZ:857830)
- TCMS-515 [TestRun][RemoveCase]Remove case into creating test run,
the test run's estimated time didn't sync with its cases totally
estimate time (RHBZ:849066)
- TCMS-516 [xmlrpc] Can not add cases to the runs with calling the
TestRun.add_cases() method (RHBZ:1119224)
- TCMS-551 [test run] After updating the Environment value in test run detail
page, user can not remove the changed environment. (RHBZ:1124210)
- TCMS-552 [xmlrpc][document] The example for TestRun.get_test_case_runs method
still support is_current parameter. (RHBZ:1126398)
- TCMS-553 [Testing report] Generate testing report By Case Priority,
the Priority order for different builds were different. (RHBZ:1125828)
- TCMS-554 [testing report] If all plans belongs to a product have plan tag,
system display 'untagged' in tag list in testing report by Plan's Tag
(RHBZ:1125815)
- TCMS-555 [Testing report] Generate testing report by Plan's Tag Per Tag
View, the caserun's count for idle status was wrong. (RHBZ:1125214)
- TCMS-556 [Testing report] Generate testing report
By Plan's Tag Per Tag View, the total caserun's count statistic the
duplicate caseruns. (RHBZ:1125821)
- TCMS-557 [TCMS-495 | Texts]Texts of test case and test plan don't support
Chinese characters (RHBZ:1126790)
- TCMS-559 [testing report] the link on Paused status in testing report
generated by Case-Run Tester was wrong. (RHBZ:1126353)
- TCMS-560 [testing report] Generate testing report by Case-Run Tester,
the run's count was wrong. (RHBZ:1126359)
- TCMS-569 [testing report]Generate testing report By Plan's Tag Per Tag View,
click link on caserun status to access caserun list,
system returns 500 error. (RHBZ:1127621)
- TCMS-570 [TCMS-487| Add cases] Make sure the cases which had been added to
the plan can't be searched by case id (RHBZ:1127522)
- TCMS-571 [test case]when create case without estimated_time,
system can not save the case. (RHBZ:1126322)
- TCMS-572 [xmlrpc] Do not change the content of plan's text,
invoke TestPlan.store_text twice, system will save the content twice with
same checksum (RHBZ:1127194)
- TCMS-573 [test plan] If clone case with Create a Copy Settings,
system will go to 500 error page. (RHBZ:1126304)
- TCMS-574 [xmlrpc] Invoke TestCase.get_text to get a nonexistent version,
system returns 500 error. (RHBZ:1127198)
- TCMS-575 [clone test run] The estimated time format is different with input
by manual (RHBZ:1126300)
- TCMS-585 Search cases lead memory leak in production server
- TCMS-619 [XMLRPC] default_product_version is missed in the response
from TestPlan
- TCMS-96 [test plan][add child node]When add child note to plan with a
nonexistent plan id, the submit btn in the warning form has no effect.
(RHBZ:1038950)
- TCMS-98 [test run][add bug]Add reduplicative bug to case in the run page,
the content of the warning is incorrect. (RHBZ:1039408)

3.8.93

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

- Hotfix XMLPRC backward-compatibility broken

3.8.92

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

- TCMS-538 Solve inconsistent data of product_version field in
production database.

3.8.75

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

- TCMS-326 - [XMLRPC] Optimize TestRun.get_test_cases, which generates a slow
query that would affect other SQL execution on test_case_runs table

Page 6 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.