The hacky solution would be to duplicate the current diff block, and then hide the green text on one side and the red text on the other side.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 30 2024
Aug 29 2024
Agree. But the best I can do is... adding a slider that, the more you scroll it, the more it hides the red text/green text... LOL
Untested but seems good to me, maybe nice to add a couple of
Aug 28 2024
git rebase master
Good question. The documentation is not "super-opinionated" about this - https://we.phorge.it/book/contrib/article/unit_tests/
Aug 27 2024
Open question is whether to replace loadAllWhere with loadOneWhere under the assumption that there are always either zero or one results.
That would definitely require adding null check though.
Aug 26 2024
In D25807#21516, @valerio.bozzolan wrote:P.S. try applying D25809 to check if the red unit test becomes green
P.S. try applying D25809 to check if the red unit test becomes green
Aug 25 2024
cc: @avivey
Thanks again. Let's see if we receive some feedback from users in master branch
Aug 24 2024
I had to rebase and rebuild resources/celerity/map.php to fix a merge conflict. I hope that worked.
Oh, I have to land it… Let's see if I still remember how.
Thanks. Premising that I also don't like projects with "automagic getters" so I agree with you; here how every getter works in Phabricator/Phorge:
Also related: T15025
Aug 23 2024
Change offset to optional as requested by speck
As usual I'm confused about the PHP magic which does not require defining the method PhabricatorRepositoryCommit::getEpoch() in its class or parent classes, but I assume you tested locally that your patch works, plus PhabricatorRepositoryCommit does have some calls already to $this->getEpoch(), so I'll accept - worst case would be the very same behavior as now.
@valerio.bozzolan Thanks, this unblocks a few more things on my list. I admit that I have not looked into the unit test failure here and I assume you understand it and that it is fine to merge this patch. :)