User Details
- User Since
- Jun 10 2021, 05:36 (179 w, 3 d)
- Roles
- Administrator
- Availability
- Available
- Timezone
- UTC+2
Sat, Nov 2
Wed, Oct 30
Tue, Oct 29
Sun, Oct 27
Thu, Oct 24
Wed, Oct 23
(The Arguments have a supports feature for these cases - like https://we.phorge.it/source/arcanist/browse/master/src/workflow/ArcanistLintWorkflow.php$67 . Not sure what it actually does, but 🤷🏻♂️)
Sun, Oct 20
If it's the daemons that are having problems, you can probably see in the /daemons/ dashboard which tasks are causing problems, and narrow it down from there.
Oct 18 2024
Repository update is based on how recent the last commit is, but that's only for collecting the list of commits to analyze.
But that should be done in the Daemons, which should at least recover nicely and not break the web side of the application. I don't know if they should be running as php or php-fpm.
Oct 15 2024
Oct 10 2024
Oct 9 2024
Maybe express it as allowed by Policy xxx? (Related to T15277)
Sep 30 2024
it might be in the APCu cache (https://we.phorge.it/config/cache/) - I'll try to check later. Also make sure you've set the Developer Mode in settings.
Sep 28 2024
Ok, so --branch probably doesn't make much sense in that case, right.
Sep 26 2024
mm, isBranchJustFilesystemPath() makes more sense now, as in "the branch name is part of the URI path"...
Sep 25 2024
a. I'm not sure I like isBranchJustFilesystemPath() to check Is this SVN - if we're trying to be generic, then there may be a different vcs that does this particular trick, but has different logic; And if we're not trying to be generic, then isSVN() is probably a good-ish name? or isVCS('SVN').
Sep 18 2024
Sep 6 2024
Sep 3 2024
Aug 28 2024
Aug 24 2024
Also related: T15025
Aug 8 2024
I've filed T15908 for the "quick create from column to do what I mean".
(@arp - the images you pasted did not get Attached, so they are Private; Please set them manually to Public so they can be seen. We have an open ticket for that somewhere)
Aug 7 2024
It's probably better to exclude ICS files from TXT in .arclint, or define their own section, rather then add hard-coded exceptions in here.
It's not "impossible" on the technical level, it's just not obviously the right solution.
Aug 6 2024
...set it by default to the space that the project belongs to...
Aug 5 2024
I did some digging:
Aug 4 2024
This entire method looks very hacky to me. I guess at the bottom of every useful UI, there's a bunch of if statements that map icon names to code.
Aug 3 2024
BTW - is something normalizing the header casing?
Aug 2 2024
I'm happy to log it, but I'm nos sure this counts as "fixes" the issue - it still requires an admin to monitor the logs.
But then maybe T15887 and its friends can be collected to a single common "more visibility for Herald errors" issue.
Jul 30 2024
Jul 29 2024
You didn't have Trusted Contributors membership, which provides access to the repo. Try now
Jul 15 2024
👍👍
Jul 11 2024
I think we're all aligned here...
Jul 10 2024
The best way is probably to make an Extension:
Jul 9 2024
Jul 8 2024
these pages should have Macro disabled, probably. A user on the install can add more macros that would break the page in some other ways. Probably.
Jul 3 2024
Once we remove this, we'll need to handle this edge-case:
- I've closed a ticket as "duplicate of T1", but I was wrong and want to mark it as "duplicate of T2" instead (and say it's not a dup of T1).
Jul 2 2024
Jul 1 2024
(BTW, in D25698 we started deprecating remarkup.diviner for RemarkupReferenceController)
Jun 30 2024
what will this do?
Jun 28 2024
I'm assuming you're talking about dropping a file in the text area when editing the page, right? Not just dropping it when viewing a wiki page?
Presumably resolved by D25134.
Jun 27 2024
maybe just add if ($value === null) { continue; } somewhere before the this?
grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.
If we can't find the problem, that probably means we have some dead code here that should be removed.
Is there something that's not working here?
:shrug:
(re-opening, there's more work left here)
Jun 26 2024
Do we still need the auto-complete feature? In modern times, the OS has the "insert emoji" feature built-in (at least, Windows and Android and KDE do).
Jun 24 2024
Ok, this looks much better then what we have today, so yay.
Looks good! I want to play with it locally before accepting.
Jun 23 2024
It also collected lots of commits, since May 2023.