nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

Problems when a new suite appears #100

Open ghost opened 11 years ago

ghost commented 11 years ago

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 commented 11 years ago

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.

jamesbennet commented 11 years ago

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.