(I don't get the comment about D25784) thanks for feedback
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Sep 10 2024
I guess D25784 shouldn't be mashed up in here thus requesting changes.
Uh!
I fail to reproduce a problem locally (after commenting out entire ArcanistBundleTestCase::testGitRepository due to a different issue I'm running into locally).
In D25807#21516, @valerio.bozzolan wrote:P.S. try applying D25809 to check if the red unit test becomes green
@mturdus: Thanks for the patch! I tested this locally on a wiki page with a bunch of sections and on http://phorge.localhost/book/phorge/article/remarkup/ ; and on Differential's /D1 where it does not affect the ToC panel (good).
Sep 9 2024
fix typo
Deprecated. See wojak_depressed macro instead - https://we.phorge.it/macro/view/14/
LOL don't take this too seriously but sometime this cursed thing makes sense
Sep 8 2024
From the text body:IMPORTANT: Share that patch to your DBA <snip>
Sep 7 2024
Moah fixees
Nice catch, thanks! Sorry for this regression in unit tests
Sep 6 2024
Does appear fixed in latest master!
@valerio.bozzolan: Thank you! I know this is super boring work, but it allows PHPStan to show other type/class issues which are currently hidden due to PHPStan barking earlier about that non-standard question mark when parsing those lines. :-/
I confirm with my hand on my heart that I've consumed my eyes inspecting every single line to be absolutely sure that this PHPDoc probably has a better meaning and will not cause nuclear implosions.
In T15848#19430, @valerio.bozzolan wrote:I would like to better understand the root problem.
Why changing the current user agent should improve the situation?
Sep 5 2024
OK thanks (I need some rest)
In D25758#21773, @valerio.bozzolan wrote:Maybe better to discuss a little bit in T15848: newOAuth1Future doesn't set a User-Agent since I'm curious but also confused
Not exactly sure what the confusion is. The patch and task are clear to me and solve the issue.
Moreover traditionally, the user agent is the name of the software, not the origin. So this could also deserve another comment about why we should replace the specific software name with a fixed origin. Premising that I agree that the current user agent may be re-discussed, to include more information, like, "Phorge", and the version of Phorge.
Actually no, user agents for automated tooling often includes some sort of contact email or website or link to a page describing the bot/tool. I think this should be treated like that.
Also, in case, maybe probably nice to have a getUserAgent(__CLASS__) method in parent class PhutilAuthAdapter()
@valerio.bozzolan: thats not what Andre says. He says another area of the code uses a terrible user agent and we should change that to a better one at the same time.
Maybe better to discuss a little bit in T15848: newOAuth1Future doesn't set a User-Agent since I'm curious but also confused
I would like to better understand the root problem. I see that Cloudflare was showing a captcha to Phorge (what Phorge?). It seems it was because an user agent was missing. But aklapper said that we are already setting an user agent.
I just discovered that sometime we can spawn warnings above the comment box.
güncelleme
(In general thanks and please do whatever needed change in PHPDoc but let's reduce the commits on single files for different PHPDoc changes; so if you have lot of warnings on a single file, just do them all thanksl
This sounds like something that folks at Facebook were overriding / patching. But, the class is final so it's difficult to believe that really somebody is using this.
Leave out special case src/workflow/ArcanistWorkflow.php for now
Sep 4 2024
I'd prefer not to increase the diff to upstream (as a side effect of this very task) but instead to pull a more recent upstream version - see T15940.