PhorgePublicGeneral discussions about Phorge. For long and complex questions, you may want to use Ponder.
Could a Blessed Committers review D25877?
I can't land as the push policy for rHP is Blessed Committers. Could it be lowered to Trusted Contributors?
I'd appreciate if someone could accept https://we.phorge.it/D25885 . Looks like I again screwed up somehow when rebasing (Would love to see "bin/celerity map" run somehow automagically)
Are you still able to run ./bin/diviner generate in latest master arcanist/phorge locally?
Using --trace I see that it remains stuck after the Phorge Contributor Documentation. Then I get a Lock wait timeout exceeded
OK nothing, I've just a monster query running since hours in my laptop on diviner_liveatom and stucking everything (even if it does not seem a good news lol)
I'd welcome your opinionated, heated arguments on https://we.phorge.it/T15998 (adding an "Authored Tasks" item to the user profile menu panel) in the spectrum between "omg yesh lol" and "hell no!!!1". TIA!
The gitignore files include this message:
# NOTE: Thinking about adding files created by your operating system, IDE, # or text editor here? Don't! Add them to your per-user .gitignore instead.
which addresses this issue.
The idea is, since .vscode, __MACOSX, .idea or whatever are machine- or user-specific, they should be in the machine- or user-specific gitignore file.
The default location is $XDG_CONFIG_HOME/git/ignore or $HOME/.config/git/ignore. see here for more.
p.s. we do have an .editorconfig file in both repos.
Yup. Set it up your local Phorge so you can have extra fun with tests that need a database
Would anyone have time to review some one-liner bug fix patches? https://we.phorge.it/differential/?ids=25892,25894,25867,25752,25749,25742,25868#R Thanks in advance!
Stupid question: Anyone knows how to get some table representation for burndown charts? /maniphest/report/burn/ seems to only offer a chart but no table. formatBurnRow() in ManiphestReportController computes a lot of rows with stuff like <span class="red">+144</span> and so far I wonder why
I don't think there is such table right now
@Juest I agree. It's also strange that that counter updates if there are new unread messages, but does not reset if there aren't anymore. task welcome I guess :D
not sure how to formulate the task tbh @valerio.bozzolan
Quick revision for review: D25904: Update XHPast for Windows binary to 7.1.6
The secure.phabricator.com server is out of storage: I can't go to the Welcome page on Phriction or even the changelog. Also when going to a large commit, only some files load and I get the error mkdir(): No space left on device.
May a Blessed Roots (probably @avivey) configure inbound email (T15036#19958) if possible?
i can't edit https://we.phorge.it/w/changelog/next_up/ but it has T15988 in the patch column and D25865 in the task column.. could someone please fix that?
Thanks taavi. 3 more remaining tips until you get "auto-"promoted as "blessed communicator" I guess \o/ lol
All - I am attempting to land my revision D25898 but am getting an error. When running arc land, it asks me for my credentials, after entering them I get fatal: unable to access 'https://we.phorge.it/source/phorge.git/': The requested URL returned error: 403 any ideas?
You probably cloned by HTTPs instead of SSH. If you like it you need a VCS password. Visit this:
https://we.phorge.it/source/phorge/
Clone → https://we.phorge.it → Manage Password (second URL)
If you like SSH instead, update your .git/config to set remote URI ssh://git@we.phorge.it/source/phorge.git or something like that instead of HTTP
There is really no post on Security Announcements. Would this blog actually be useful for security advisories and urgent stable releases (ie. when a severe security issue has discovered and patched)?
Short answer I think yes.
If the real answer if if a content is missing, I don't know. Maybe T15965 can be considered a security issue and I should write a note about it?