AutomatedTester / automation-services-bot

IRC bot to help out in Automation Services Channel on irc.mozilla.org
http://automatedtester.github.com/automation-services-bot
3 stars 14 forks source link

Update Bugzilla end-point for recent Rest API #37

Closed whimboo closed 8 years ago

whimboo commented 9 years ago

The URL for the Rest URL endpoint will be updated soon. So the code which is used here, will not work in the near future anymore:

https://github.com/AutomatedTester/automation-services-bot/blob/master/bot.js#L102

So the code has to be updated accordingly to the new specs as found here: https://wiki.mozilla.org/Bugzilla:REST_API

whimboo commented 9 years ago

Please also see https://bugzilla.mozilla.org/show_bug.cgi?id=1105257#c1 for more details in improving the code.

edmorley commented 8 years ago

@AutomatedTester, Is this project still in use?

(Context: https://bugzilla.mozilla.org/show_bug.cgi?id=1003236)

AutomatedTester commented 8 years ago

@edmorley I think that this is now closed

edmorley commented 8 years ago

Do you mean the project is no longer in use, or you think this issue is already fixed?

If the latter, this issue needs to be reopened, since the bot is still using the BzAPI shim (which has performance problems): https://github.com/AutomatedTester/automation-services-bot/blob/718287a6f0f3243f709689329480bb066bbf351e/bot.js#L102-L107

AutomatedTester commented 8 years ago

The bot is off and this project is no longer maintained