[Flowdock] Link to commit is not working (results in 500 error)
Created by: simkin
I linked one of my projects with Flowdock and sumbitted a file:
lmolenaar@test-server:~/lm-test2> git add README
lmolenaar@test-server:~/lm-test2> git commit -m 'flowdock test'
[master (root-commit) abb1bd3] flowdock test
1 file changed, 1 insertion(+)
create mode 100644 README
lmolenaar@test-server:~/lm-test2> git push -u origin master
Counting objects: 3, done.
Writing objects: 100% (3/3), 224 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To [email protected]:lmolenaar/lm-test2.git
* [new branch] master -> master
Branch master set up to track remote branch master from origin.
I see the expected popup in flowcdock:
But when I click the link:
https://gitlab.servername.nl/lmolenaar/lm-test2/compare/0000000000000000000000000000000000000000...abb1bd32845c18ac14e683203adc267c3b44ae6f
The file has been committed correctly:
Is this a bug or am I doing something wrong?