Page MenuHomePhabricator

Gavin (Gavin Peng)
UserEmail Not Verified

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Oct 29 2015, 4:14 AM (443 w, 1 d)
Availability
Available

Recent Activity

Nov 5 2015

Gavin added a comment to Q205: what I can do while my difference not accepted by reveiwer.

O my god ,the herald rule entry is in config module,thanks chad

If you put Auditors: username1, username2 in your commit message, it will trigger an audit request to those users when you push it to a tracked branch.

I add the Auditors:pengrongxin in my commit message,but i don't receive audit request,this is why?

Nov 5 2015, 2:57 AM · Differential, Arcanist
Gavin added a comment to Q205: what I can do while my difference not accepted by reveiwer.

thank chad,I looked the document about the audit description,but i don't know to create Herald rules,

Nov 5 2015, 2:15 AM · Differential, Arcanist
Gavin added a comment to Q205: what I can do while my difference not accepted by reveiwer.

thanks chad ,I did it byarc diff --update id,also I have a problem about audit after post push the code,
how do i create audit after post push thanks

Nov 5 2015, 2:06 AM · Differential, Arcanist

Nov 3 2015

Gavin added a comment to Q205: what I can do while my difference not accepted by reveiwer.

i do by follow step

1 i need modify the code
2 do the  git commit after modified complete
3 arc diff --update D3
Nov 3 2015, 9:56 AM · Differential, Arcanist
Gavin updated Q205: what I can do while my difference not accepted by reveiwer from to what I can do while my difference not accepted by reveiwer.
Nov 3 2015, 9:28 AM · Differential, Arcanist

Nov 2 2015

Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

thanks tycho,
I arc diff is ok ,I looked the review task in differential ,But i have a question
is that i register a user,need administrator to approved ,how i do the approved thanks

User Since Mon, Nov 2, 4:09 PM (11 m, 58 s) Roles Administrator, Not Approved
Nov 2 2015, 8:21 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.
What default do you want to use? [origin/master]
Nov 2 2015, 7:21 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

I upgradle php to 5.6,the issue is went away also,thanks,
but I use arc diff to commit ph server,the log is follow:

Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Usage Exception: No changes found. (Did you specify the wrong commit range?)
Nov 2 2015, 6:44 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

you mean is the php require 5.6,I use 5.5.3 ,aways show segmentation faults while exec php command,
I exec arc diff also tell me the segmentation faults,

>>> [0] <conduit> user.whoami() <bytes = 117>
>>> [1] <http> http://xxx.xxx.com/api/user.whoami
<<< [1] <http> 362,526 us
<<< [0] <conduit> 364,815 us
>>> [2] <exec> $ git diff --no-ext-diff --no-textconv --raw 'HEAD' --
>>> [3] <exec> $ git ls-files --others --exclude-standard
[1]    80613 segmentation fault  arc diff --trace

the follow output log is error?

Config: Did not find local configuration at "/Users/pengrongxin/workspace/ufish-service/.git/arc/config".
Nov 2 2015, 4:38 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

by homebrew

Nov 2 2015, 4:32 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

my system is mac OS X ,php is 5.5.3

Nov 2 2015, 4:15 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

I install ph server in linux env, the ph server repo pull from remote git repo is no problem thanks any one

Nov 2 2015, 4:07 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

looked the output log ,the ph server is did the work for pull the repo of us(my git reop)
the ph server us repo the status is follow :

Type Git Callsign US Projects None Status
Repository Active	
Found Binary git	/usr/bin/git
Pull Daemon Running	
Task Daemon Running	
Storage Directory OK	/var/repo
Initializing Working Copy	Daemons are initializing the working copy
Nov 2 2015, 3:09 AM · Diffusion
Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

I install git-core ,add git-http-backend to /usr/bin dir,and redo the command of '/repository update US --trace'
the output log is follow

>>> [9] <query> INSERT INTO `repository_statusmessage`
          (repositoryID, statusType, statusCode, parameters, epoch)
          VALUES (8, 'init', 'working', '{\"message\":\"Creating a new working copy for repository \'US\'.\"}', 1446433333)
          ON DUPLICATE KEY UPDATE
            statusCode = VALUES(statusCode),
            parameters = VALUES(parameters),
            epoch = VALUES(epoch)
<<< [9] <query> 2,103 us
>>> [10] <connect> phabricator_passphrase
<<< [10] <connect> 478 us
>>> [11] <query> SELECT * FROM `passphrase_credential`   WHERE (phid IN ('PHID-CDTL-ktdk77skbcx53aaew7bk'))   ORDER BY `id` DESC
<<< [11] <query> 338 us
>>> [12] <query> SELECT * FROM `passphrase_secret` WHERE id IN (2)
<<< [12] <query> 296 us
>>> [13] <exec> $ git clone --bare -- 'xxxxx' '/var/repo/US'
[1]    79645 segmentation fault  ./bin/repository update US --trace
Nov 2 2015, 3:05 AM · Diffusion

Oct 31 2015

Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

I do the command of '$ /usr/local/opensource/phabricator/bin/repository update API --trace', the api repo status is changed ,see follow

Type Git Callsign API Clone/Checkout As ufish-server/ Projects
ufish-server
Status
Repository Active	
Found Binary git	/usr/bin/git
Missing Binary git-http-backend	Unable to find this binary in the webserver's PATH. You may need to configure environment.append-paths.
Pull Daemon Running	
Task Daemon Running	
Storage Directory OK	/var/repo
Working Copy OK	/var/repo/API/
Waiting For Update	Waiting for daemons to read updates.
Importing	0.00% Complete

ph remote repo need git-http-backend support ,but i not found the git-http-backend thanks

Oct 31 2015, 12:14 PM · Diffusion

Oct 30 2015

Gavin added a comment to T9665: my remote git repository Initializing Working Copy a long time.

my system is mac os ,also the daemon process communicate with ph server is normal ,the ph server is aways found daemon process is dead

Oct 30 2015, 2:36 AM · Diffusion

Oct 29 2015

Gavin updated the task description for T9665: my remote git repository Initializing Working Copy a long time.
Oct 29 2015, 5:35 AM · Diffusion
Gavin updated the task description for T9665: my remote git repository Initializing Working Copy a long time.
Oct 29 2015, 5:34 AM · Diffusion
Gavin renamed T9665: my remote git repository Initializing Working Copy a long time from my remote get repository Initializing Working Copy a long time ,can not get code from my git repository ,please help me to my remote git repository Initializing Working Copy a long time ,can not get code from my git repository ,please help me.
Oct 29 2015, 4:23 AM · Diffusion
Gavin added a project to T9665: my remote git repository Initializing Working Copy a long time: Phabricator.
Oct 29 2015, 4:19 AM · Diffusion
Gavin created T9665: my remote git repository Initializing Working Copy a long time.
Oct 29 2015, 4:17 AM · Diffusion