User Details
- User Since
- Jun 20 2014, 3:31 PM (543 w, 5 d)
- Availability
- Available
Jun 15 2021
Wondering if you saw:
Effective June 1, 2021: Phabricator is no longer actively maintained.
Mar 16 2021
Jan 28 2021
Repeatable read is required if statement based replication is used - if row replication is used - repeatable read is no longer a requirement for replication consistency...
Jan 13 2021
Nov 6 2020
On my personal resource limited RasberryPI alike server (4x1.2ghz ARM A53, 2GB ram, php 7.4.12) running Phabricator - this changes saves ~15ms of runtime (180ms vs 167ms after) when running:
./bin/herald test --object T19 --type HeraldManiphestTaskAdapter
Rebase
This change is probably no longer relevant with recent large refactoring of arcanist
Oct 22 2020
@epriestley - empty inline comment with suggestion renders rather peculiar transaction which is somewhat confusing and odd... Any plans on tackling it? Like See context greyed out...
Aug 20 2020
Aug 5 2020
What is now programmatical way to "submit" unsubmitted inline comments? Some users are using it to post comments from bots, now if we use differential.createinline api method all bot comments are visible as unsubmitted and looks like there is no way to set it in stone...
Apr 7 2020
Apr 3 2020
This is breaking commit breaks drydock: PHP Fatal error: Cannot override final method Future::getResult() in /core/data/drydock/workingcopy-75/repo/phabricator/src/applications/harbormaster/future/HarbormasterExecFuture.php on line 50
Apr 2 2020
Mar 9 2020
- Fix pattern
Feb 10 2020
Jan 14 2020
In jira 8.6.1 settings are now in:
- Administration → Applications → Application links
Dec 17 2019
Dec 13 2019
Dec 10 2019
Dec 9 2019
Nov 28 2019
Nov 7 2019
Oct 31 2019
Reproduction script for some working checked out repository on master and repository permanentRefs is master:
head -c 20 /dev/random | base64 > giberish git add -A git commit -m 'Add giberish' HEAD=$(git rev-list --reverse HEAD~..HEAD) title=$(git log -n1 --pretty=format:%s HEAD) title_q=$(printf '%s' "$title" | jq --raw-input --slurp .) rawdiff=$(git diff-tree --root --cc --no-commit-id HEAD|jq --raw-input --slurp .) diffid=$(echo "{\"diff\":${rawdiff}}" | arc call-conduit differential.createrawdiff | jq -e -r .response.id ) revid=$(echo "{\"diffid\": $diffid, \"fields\":{\"title\": $title_q}}" | arc call-conduit differential.createrevision | jq -r .response.revisionid) git push origin HEAD:refs/heads/non-permanent-refs/D$revid arc diff -m 'Message' --update $revid --head $HEAD "${HEAD}^" sleep 60 # make sure pushed branch is parsed and then push changes, need to make sure metadata Differential Revision is not added so we cannot use `arc land` here git push origin master
I will try to provide a script to reproduce flow one of our tools does while creating this regresion some time later today/tonight.
Oct 30 2019
Oct 22 2019
Oct 21 2019
Oct 18 2019
Thanks!
Oct 17 2019
This now renders properly; see T13429 for followup.
Oct 14 2019
Oct 10 2019
Oct 9 2019
Oct 2 2019
Sep 23 2019
Jul 23 2019
Jul 22 2019
Feb 6 2019
Forgot to mention that ordering set is relevance and also same issue happens if you search in maniphest, eg.: https://secure.phabricator.com/maniphest/query/Gk8I9e13KiTw/?after=12975
Sep 19 2018
Uh, sorry, didn't mean to step on toes, take your time :) Just wanted to share/upstream our findings which improve overall performance for large phab installations
Sep 18 2018
Anything? This improves herald rule performance...
Sep 12 2018
Aug 3 2018
Aug 2 2018
Uh, we had couple of cases and this caused extra 500s in logs...
Aug 1 2018
- Throw error if unknown ssh option is passed
Jul 30 2018
- Allow only SendEnv=GIT_PROTOCOL ssh option
Jul 27 2018
Old arcanist
Jan 20 2015
Guys any progress with it... It is really hitting pull workers hard which spin in loop doing nothing but spaming logs about repository not pullable anymore...
Jan 9 2015
Jun 27 2014
Any progress?
Jun 20 2014
Thanks @chad for a tip!
Fixing lint issues