Projectname and redis/activity feed
Created by: hwaastad
Hei, I've noticed activity feed issues in my projects. After a little bit of debugging I've discovered the following:
- I create a project: Test Project 1.0
- I change the git urls:
- testproject-1.0
using redis-cli monitor I see: 1348648769.979919 "rpush" "resque:queue:post_receive" "{"class":"PostReceive","args":["testproject-1","0000000000000000000000000000000000000000","b22a4a7d840a099bbccc1416e27f82c8026cb11f","refs/heads/master","_1343908679"]}"
As you see, it pushes testproject-1 and not testproject-1.0.
Either it should be noted the '.' is not allowed in project name or it should not be allowed in the input form (or it should be allowed and processed correctly)
best regards, hw