Björn Geuken
Björn Geuken
Note that this is not an error caused by a bug, but some configuration setting of the target project. We just don't check this before sending it to [errbit](https://github.com/openSUSE/open-build-service/blob/master/src/api/app/controllers/webui/request_controller.rb#L365)
Note that this is not an error caused by a bug, but means that the diff between target and source is empty. This can happen when the devel project (the...
Right. For the other issue the error message seems already to be fine. So there we just have to identify when we not have to send it to errbit. >...
Looks like this, and #31, got fixed with [45150419a3b38e2947944fffcd494cc28aef4064](https://github.com/scala-exercises/exercises-scalatutorial/commit/45150419a3b38e2947944fffcd494cc28aef4064#r27147954)
Kind of. The authenticity check got [skipped](e8512ee0088f3d9b16e1ea45fc56ae28a2f39853) for this route. The reason for that was (and still is) that we [re-render](https://github.com/SUSE/hackweek/blob/master/app/views/keywords/_new.html.haml#L20) parts of the page, but don't re-refresh the token.
Sorry, I didn't see your comment earlier. Feel free to work on this:-) I am not involved in the GSoC hackweek project so I can not answer this.
@sknorr Yes, that's the one I meant