pybit icon indicating copy to clipboard operation
pybit copied to clipboard

Problems when a new suite appears

Open ghost opened this issue 11 years ago • 2 comments

Even if a client supports the relevant suite, if the suite does not appear in the suite and suitearches table in the database, no jobs will be sent to the clients.

The suite should be automatically updated in the database when a new job request is received.

ghost avatar Dec 20 '12 13:12 ghost

This can be done via the web interface, therefore this issue would be fixable via #99 so that all admins can make these changes, not just those with a GUI web browser.

codehelp avatar Dec 21 '12 10:12 codehelp

Well, if they are so fond of the CLI, they could do curl -X POST --data-urlencode "name=somename" http://[server]/suite :)

But yes, a non-JS page, or a CLI app (in python?) would be good.

jamesbennet avatar Dec 21 '12 10:12 jamesbennet