The show all files inline is indeed what I was looking for! :)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 18 2013
Oct 17 2013
Thanks for adding the review, I think this would work perfectly for us, assuming it's fairly easy to add some javascript that asynchronously opens all the commits.
Oh by the way, the 'normal' commits in the trunk are mainly bugfixes and small features, so therefor I think it can be done in so little time.
The plan is to setup 2 different types of reviews. The weekly review is for any commit into the trunk. Bigger features get developed in branches, when a developer is ready to commit this branch into the trunk a pre-commit review is being done (or possibly even during developing on this branch) by a senior developer.
At another company I've seen this working 6 developers in 1-3 hours where we didn't work with branches.The issue there was that some junior developers were only able to find basic mistakes (coding standards, typo, etc...) so we decided to team the junior with a senior to get the most out of it.
Here the idea is that a senior reviews the branch, so big architectural changes are always reviewed by a senior.
Yes, that's correct. We're split up in several teams, +/- 10 developers per team so reviewing 1 week should cost about 2-4 hours per reviewers. This way you can plan someone to do the review instead of having a process consuming time at unknown moments.
By the way, an issue with your workaround on IRC is that each commit would be a separate review request so a lot of monkey click work.