Patch to add RunService feature to /webtools
-------------------------------------------- Key: OFBIZ-677 URL: https://issues.apache.org/jira/browse/OFBIZ-677 Project: OFBiz (The Open for Business Project) Issue Type: New Feature Components: framework Reporter: Andrew Sykes Priority: Minor The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. This should, among a lot of other things... 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. 2/ Create regression tests on services using a web based test tool. 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Sykes updated OFBIZ-677: ------------------------------- Attachment: RunService.patch See previous comments > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Priority: Minor > Attachments: RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-677: ---------------------------------- Attachment: RunService.patch I reviwed this patch. It works well. The scheduleService screen must be amended for values in column value being too wide. I join a new patch without tabs. > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469764 ] Andrew Sykes commented on OFBIZ-677: ------------------------------------ Jacques, I assume you don't mean that the formatting issue should stop the patch being committed? - Andrew > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469784 ] Jacques Le Roux commented on OFBIZ-677: --------------------------------------- Andrew, No I just sent a reformatted patch withou tabs but 4 spaces because it was already done. I tested the patch, for me it's ok. > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen reassigned OFBIZ-677: ----------------------------- Assignee: Si Chen > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Assigned To: Si Chen > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469928 ] Chris Liberty commented on OFBIZ-677: ------------------------------------- Works like a charm. I've been using it to help with some dev work all day with no problems. +1. > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Assigned To: Si Chen > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469931 ] Andrew Sykes commented on OFBIZ-677: ------------------------------------ Chris, thanks for looking into this. > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Assigned To: Si Chen > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471464 ] Si Chen commented on OFBIZ-677: ------------------------------- If there are no objections I'll commit this > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Assigned To: Si Chen > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Si Chen closed OFBIZ-677. ------------------------- Resolution: Fixed > Patch to add RunService feature to /webtools > -------------------------------------------- > > Key: OFBIZ-677 > URL: https://issues.apache.org/jira/browse/OFBIZ-677 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Andrew Sykes > Assigned To: Si Chen > Priority: Minor > Attachments: RunService.patch, RunService.patch > > > The idea is to have a page much like the "schedule service", that allows you to run a service _synchronously_, it then displays the results tabularly in the browser. For each value pair displayed, there is a checkbox to allow you to save the value in the session, if you then return to run another service, the input params matching the previous saved values, will automatically populate the input box. > This should, among a lot of other things... > 1/ Allow people relying predominantly on browser based test tools to run pretty fancy multi-service sequences. > 2/ Create regression tests on services using a web based test tool. > 3/ Generally have a play with services ;-) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |