ClearFoundation Tracker - ClearCenter
View Issue Details
0004972ClearCenteryum-marketplace-pluginpublic2015-09-09 13:512015-10-08 15:20
bchambers 
dsokoloski 
normalminorhave not tried
closedfixed 
7.1.0 RC1 
7.1.0 RC1 
0004972: Remove hard code API version and add software_id
Are we going to pull the API version/URL hardcoding out of the MP plugin and create it from /etc/product? It would be better, IMO.

Then we ship with 1.1 still enabled, and users can switch over and test 1.2 API through a controlled beta testing group.

URL from /etc/product would be:

jws_prefix + (random(1, jws_nodes)) + '.' + jws_domain + '/' + jws_realm + '/' + jws_version + '/marketplace/index.jsp'

Also, in addition to these params:

params = {
            'method': self.method, 'hostkey': hostkey,
            'vendor': osvendor, 'osname': osname, 'osversion': osversion,
            'arch': self.basearch, 'enablebeta': str(self.enable_beta) }

Could you also send up software_id as found /etc/product too.
No tags attached.
Issue History
2015-09-09 13:51bchambersNew Issue
2015-09-09 13:51bchambersStatusnew => assigned
2015-09-09 13:51bchambersAssigned To => dsokoloski
2015-09-16 08:53user2Statusassigned => resolved
2015-09-16 08:53user2Resolutionopen => fixed
2015-10-08 15:20user2Statusresolved => closed

There are no notes attached to this issue.