Search found 6 matches
- Tue Nov 08, 2011 3:28 pm
- Forum: XML-RPC API
- Topic: Project Inventory via TL API?
- Replies: 1
- Views: 5124
Project Inventory via TL API?
I don't see any functions for accessing a projects Inventory feature via the API. Is this something that is planned for a future update? If not, can it be? I can think of some interesting ways to use this.
- Fri Aug 05, 2011 3:53 pm
- Forum: TestLink 1.9
- Topic: API actions in the Event Viewer?
- Replies: 0
- Views: 2476
API actions in the Event Viewer?
TestLink 1.9.3: I have several users who are doing various things via the API (Add Builds, Execute Tests, etc.). I do not see the actions they are taking in the event viewer logs. Is there a way to configure the system to show these API based events in the event log? If not, I'll add a feature reque...
- Wed Aug 03, 2011 10:13 pm
- Forum: XML-RPC API
- Topic: How are people getting platform IDs via the API?
- Replies: 1
- Views: 4582
Re: How are people getting platform IDs via the API?
Well, I looked again after walking away for a bit and I think this does the job: There is a function called getTestPlanPlatforms that takes a test plan ID ("testplanid") as part of the args list. Example (Python): import xmlrpclib class TestlinkAPIClient: SERVER_URL = "http://X.X.X.X/...
- Wed Aug 03, 2011 4:49 pm
- Forum: XML-RPC API
- Topic: How are people getting platform IDs via the API?
- Replies: 1
- Views: 4582
How are people getting platform IDs via the API?
I'm looking in xmlrpc.class.php, and I'm not seeing a nice way to get platform IDs out of a project/testplan. Maybe I'm missing something obvious, but if anyone has a clever way of getting the platform IDs, I'd love to see it. I can inspect everything else I need to report test case results except t...
- Tue Mar 24, 2009 3:11 pm
- Forum: Installation and configuration
- Topic: How do you handle the 'Upload_area' directory when upgrading
- Replies: 1
- Views: 2654
How do you handle the 'Upload_area' directory when upgrading
Hi, Going from 1.7.3 to 1.8.0 - We use the 'upload_area' directory to store test specific files, rather than the in the DB. Can I simply copy this directory from my 1.7.3 installation to the 1.8.0 installation and have the files correctly "line up" with the correct test? If not, is there a...
- Thu Mar 05, 2009 7:48 pm
- Forum: Installation and configuration
- Topic: Can someone clarify the Upgrade directions for 1.7.4 -> 1
- Replies: 1
- Views: 3016
Can someone clarify the Upgrade directions for 1.7.4 -> 1
I've been through the upgrade directions in the latest version of the TestLink manual, and I still have a few questions before I proceed. First, some background about our setup: Testlink 1.7.4 is installed is a place like: .../www/html/testlink Upgrade instructions say to do the pre-install steps fi...