You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(10) |
Sep
(48) |
Oct
(7) |
Nov
(16) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(27) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(1) |
2009 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Paul V. <pau...@gm...> - 2009-01-12 06:55:49
|
??? wrote: > Hi, > That is explicit gitstat problem. > So sorry for that, and thanks to your consideration. > > w/ apache log you sent, It looks The error pattern are 2 types. > > *Notice*: Use of undefined constant id - assumed > *PHP Warning*: Missing argument 1 for getprojectconfig() in > > I know why gitstat makes that log and will fix it As soon as possible.. > > And, for a shit, you could modify php configuration . > like this.. > - php.ini > error_reporting = E_ALL & ~E_NOTICE | E_STRICT > > Hi, Please change the logging indeed. With all the new stuff I'm busy with currently, it looks like these "Use of undefined constant" messages have even increased. Cheers, Paul. |
From: 이. <jun...@gm...> - 2009-01-11 23:42:52
|
Hi, That is explicit gitstat problem. So sorry for that, and thanks to your consideration. w/ apache log you sent, It looks The error pattern are 2 types. *Notice*: Use of undefined constant id - assumed *PHP Warning*: Missing argument 1 for getprojectconfig() in I know why gitstat makes that log and will fix it As soon as possible.. And, for a shit, you could modify php configuration . like this.. - php.ini error_reporting = E_ALL & ~E_NOTICE | E_STRICT BTW, I have a request. gitstat has changes reporting feature so, It needs e-mail send service. It use 'sendmail'. Would you please make activate sendmail on mirror server? Thanks, On Sat, Jan 10, 2009 at 4:15 AM, Tim Bird <tim...@am...> wrote: > Jung Seung Lee, > > On mirror.celinuxforum.org, gitstat is putting a LOT of data into the > httpd error > log. The log entries consist of PHP Warnings and PHP Notices. Even with > log rotation turned on, these now account for about 4 Gigabytes of disk > space on > the root partition on mirror. > > Can you please eliminate these messages, either by fixing the > reported issues or by configuring PHP to be less verbose in the Apache > error log? > > Thanks, > -- Tim > > Here is a sample of the data in the error log from one request: > > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined variable: str in > /a/home/kerino/gitstat-run/commit-detail.php on line 127 > > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > > ============================= > Tim Bird > Architecture Group Chair, CE Linux Forum > Senior Staff Engineer, Sony Corporation of America > ============================= > > |
From: 이. <jun...@gm...> - 2009-01-11 23:35:37
|
Hi, That is explicit gitstat problem. So sorry for that, and thanks to your consideration. w/ apache log you sent, It looks The error pattern are 2 types. *Notice*: Use of undefined constant id - assumed *PHP Warning*: Missing argument 1 for getprojectconfig() in I know why gitstat makes that log and will fix it As soon as possible.. And, for a shit, you could modify php configuration . like this.. - php.ini error_reporting = E_ALL & ~E_NOTICE | E_STRICT BTW, I have a request. gitstat has changes reporting feature so, It needs e-mail send service. It use 'sendmail'. Would you please make activate sendmail on mirror server? Thanks, On Sat, Jan 10, 2009 at 4:15 AM, Tim Bird <tim...@am...> wrote: > Jung Seung Lee, > > On mirror.celinuxforum.org, gitstat is putting a LOT of data into the > httpd error > log. The log entries consist of PHP Warnings and PHP Notices. Even with > log rotation turned on, these now account for about 4 Gigabytes of disk > space on > the root partition on mirror. > > Can you please eliminate these messages, either by fixing the > reported issues or by configuring PHP to be less verbose in the Apache > error log? > > Thanks, > -- Tim > > Here is a sample of the data in the error log from one request: > > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > [client 66.249.73.187] PHP Warning: Missing argument 1 for > getprojectconfig() in /a/home/kerino/gitstat-run/include/lib.php on line 43 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GRAPHMODULEDIR - assumed 'GRAPHMODULEDIR' in > /a/home/kerino/gitstat-run/include/lib.php on line 53 > [client 66.249.73.187] PHP Notice: Use of undefined constant GESHIDIR - > assumed 'GESHIDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 54 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 57 > [client 66.249.73.187] PHP Notice: Use of undefined constant RWDIR - > assumed 'RWDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 58 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 59 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITDIR - > assumed 'GITDIR' in /a/home/kerino/gitstat-run/include/lib.php on line 60 > [client 66.249.73.187] PHP Notice: Use of undefined constant GITURL - > assumed 'GITURL' in /a/home/kerino/gitstat-run/include/lib.php on line 63 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_DESC > - assumed 'GIT_TREE_DESC' in /a/home/kerino/gitstat-run/include/lib.php on > line 66 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_TREE_OWNER - assumed 'GIT_TREE_OWNER' in > /a/home/kerino/gitstat-run/include/lib.php on line 67 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_TREE_URL > - assumed 'GIT_TREE_URL' in /a/home/kerino/gitstat-run/include/lib.php on > line 68 > [client 66.249.73.187] PHP Notice: Use of undefined constant > GIT_PROJECT_NAME - assumed 'GIT_PROJECT_NAME' in > /a/home/kerino/gitstat-run/include/lib.php on line 69 > [client 66.249.73.187] PHP Notice: Use of undefined constant GIT_EXE_PATH > - assumed 'GIT_EXE_PATH' in /a/home/kerino/gitstat-run/include/lib.php on > line 71 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined variable: str in > /a/home/kerino/gitstat-run/commit-detail.php on line 127 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: ob_flush(): failed to flush buffer. No > buffer to flush. in /a/home/kerino/gitstat-run/commit-detail.php on line 128 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in > /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 2 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant kerino - > assumed 'kerino' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 3 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on > line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant rhkwk99 - > assumed 'rhkwk99' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 4 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant gitstat - > assumed 'gitstat' in /a/home/kerino/gitstat-run/gstat_rw/config/dbconfig.php > on line 5 > [client 66.249.73.187] PHP Notice: Use of undefined constant HOST - > assumed 'HOST' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant localhost - > assumed 'localhost' in /a/home/kerino/gitstat-run/include/lib.php on line 28 > [client 66.249.73.187] PHP Notice: Use of undefined constant ID - assumed > 'ID' in /a/home/kerino/gitstat-run/include/lib.php on line 29 > [client 66.249.73.187] PHP Notice: Use of undefined constant PASS - > assumed 'PASS' in /a/home/kerino/gitstat-run/include/lib.php on line 30 > [client 66.249.73.187] PHP Notice: Use of undefined constant DB - assumed > 'DB' in /a/home/kerino/gitstat-run/include/lib.php on line 31 > [client 66.249.73.187] PHP Notice: Undefined index: localhost_gitstat in > /a/home/kerino/gitstat-run/include/lib.php on line 85 > > ============================= > Tim Bird > Architecture Group Chair, CE Linux Forum > Senior Staff Engineer, Sony Corporation of America > ============================= > > |
From: Paul V. <pau...@gm...> - 2008-12-21 09:49:42
|
Hi, I've been checking patches in lately. I've fixed some visual stuff, at least it looks better now on Firefox 3. The thing I'm currently working on (besides the usual cleanup) is getting rid of all those jpgraph files (bar,pie,line ..) and have only one. There will be a new 'library' that generates the graph. Currently only JpGraph but soon also Google Chart API. This will be configurable from the admin page. The one thing after that is move a lot of these settings to the database. I would also like to work soon on something to fix bug 2353785. So you see, most of the stuff I'm doing is for the visual/maintenance side of things. In time I'd like to work on: - Adding more charts/graphs - Deal better with multiple branches - Deal with repositories that don't use tags But as you know, this is opensource so my preference is to work on something I like/enjoy. The move to GIT is definitely on the (shorter term) todo list. Cheers, Paul |
From: <jul...@gm...> - 2008-11-28 01:52:57
|
Hi Paul, Created bug 2353785 re Diffmanager view not showing large deltas. As to the other problem- not showing file name for directories with a single file change- the version is .5? Ie what is on celinux. Thanks! Julian -----Original Message----- From: Paul Vriens Sent: 11/26/2008 10:42:20 PM To: git...@li... Subject: Re: [Gitstat-devel] GitStat- does diffmanager tab have problems with large changesets? Julian Rendell wrote: > Hi there- > hope you developers don't mind a (potential) end-users question: > just discovered gitstat, and am really interested in the diff > viewing/reporting feature. Hi Julian, I think this is the first ever email I saw coming from a non developer. (Judging by the number of downloads gitstat is gaining popularity). I don't mind to have the occasional end user question just to keep us aware that people are actually using it (and care). > > I do QA on code releases, and am looking for a tool that will highlight > what's changed at a directory/file level, and then let me see the > individual changes. GitStat is the first tool I've found that shows > differences at the file hierarchy level. I'm thinking I could create a > git repo, and check in each release, so that I can use gitstat. There > are likely to be large changes between checkins. > > Everything looks good until (using > http://mirror.celinuxforum.org/gitstat/diff-index.php as a reference) I > choose two points that would have a big delta- e.g. two releases of the > linux kernel (e.g. v2.6.27 to v2.6.26)- then I get nothing. I just checked on mirror.celinuxform.org and see your problem. Could you, in the meanwhile, open a bug report for this ? (http://sourceforge.net/tracker/?group_id=202992&atid=983802) > > If I try to compare to rc's, it looks pretty good. > Arg, think I just found a bug- if a directory has a single file change, > you get the diff but not the filename itself. If a directory has > multiple files with changes, you get the filenames, which you can then > click on to see the diff. I will check this on my own system and see where the potential problem is. Do you use the CVS version of gitstat or a regular release? > > Are these bugs? > > Is this an abuse of gitstat? :-) If so, can anyone suggest an alternate > tool? > > Thanks in advance, > > Julian > > Cheers, Paul. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gitstat-devel mailing list Git...@li... https://lists.sourceforge.net/lists/listinfo/gitstat-devel |
From: Paul V. <pau...@gm...> - 2008-11-27 06:42:32
|
Julian Rendell wrote: > Hi there- > hope you developers don't mind a (potential) end-users question: > just discovered gitstat, and am really interested in the diff > viewing/reporting feature. Hi Julian, I think this is the first ever email I saw coming from a non developer. (Judging by the number of downloads gitstat is gaining popularity). I don't mind to have the occasional end user question just to keep us aware that people are actually using it (and care). > > I do QA on code releases, and am looking for a tool that will highlight > what's changed at a directory/file level, and then let me see the > individual changes. GitStat is the first tool I've found that shows > differences at the file hierarchy level. I'm thinking I could create a > git repo, and check in each release, so that I can use gitstat. There > are likely to be large changes between checkins. > > Everything looks good until (using > http://mirror.celinuxforum.org/gitstat/diff-index.php as a reference) I > choose two points that would have a big delta- e.g. two releases of the > linux kernel (e.g. v2.6.27 to v2.6.26)- then I get nothing. I just checked on mirror.celinuxform.org and see your problem. Could you, in the meanwhile, open a bug report for this ? (http://sourceforge.net/tracker/?group_id=202992&atid=983802) > > If I try to compare to rc's, it looks pretty good. > Arg, think I just found a bug- if a directory has a single file change, > you get the diff but not the filename itself. If a directory has > multiple files with changes, you get the filenames, which you can then > click on to see the diff. I will check this on my own system and see where the potential problem is. Do you use the CVS version of gitstat or a regular release? > > Are these bugs? > > Is this an abuse of gitstat? :-) If so, can anyone suggest an alternate > tool? > > Thanks in advance, > > Julian > > Cheers, Paul. |
From: Julian R. <jul...@gm...> - 2008-11-26 20:35:54
|
Hi there- hope you developers don't mind a (potential) end-users question: just discovered gitstat, and am really interested in the diff viewing/reporting feature. I do QA on code releases, and am looking for a tool that will highlight what's changed at a directory/file level, and then let me see the individual changes. GitStat is the first tool I've found that shows differences at the file hierarchy level. I'm thinking I could create a git repo, and check in each release, so that I can use gitstat. There are likely to be large changes between checkins. Everything looks good until (using http://mirror.celinuxforum.org/gitstat/diff-index.php as a reference) I choose two points that would have a big delta- e.g. two releases of the linux kernel (e.g. v2.6.27 to v2.6.26)- then I get nothing. If I try to compare to rc's, it looks pretty good. Arg, think I just found a bug- if a directory has a single file change, you get the diff but not the filename itself. If a directory has multiple files with changes, you get the filenames, which you can then click on to see the diff. Are these bugs? Is this an abuse of gitstat? :-) If so, can anyone suggest an alternate tool? Thanks in advance, Julian |
From: Paul V. <pau...@gm...> - 2008-11-06 07:07:28
|
Hi, ??? wrote: > Hi, > > I think that, It is a bit strage to use CVS as gitstat SCM, too. > When I released first gitstat, we(me and Shawn) needed web hosting > service for gitstat. > we thought that sourceforget could give us hosting service, > and choose sourceforge.net <http://sourceforge.net> as project site and > then used CVS. > Actually, original gitstat was not developed in SCM environment.(and not > needed) :) > > As suggested by Jakub , there are many hosting service for git. > then.., how about this service? (http://repo.or.cz/) That one is fine, but they only do GIT repo storage. > > and after moved done, maybe It is useless to use sourceforge CVS service. > > >- Which files should be ignored? > I don't understand this issue.. What is that meaning? Not necessarily a GIT thing. We have for example some generated config files. Not something you want in a SCM. We maybe have to make changes to the code or get rid of these files in the repository (or just mark them as to be ignored by the SCM). > > >Apart from that, a major change I would like to propose is to get rid > of tabs > >and start using 4-spaces instead. I think gitstat can still use a lot > of cleanup. > > As I mentioned before, It is good to write code :) > > After first gitstat release, 1 years passed, Actually there are few > changes recent 6 months, > and there is no commit from me. I'm sorry about that. Well there hasn't been a commit from me either. Maybe having this thing in GIT will boost the number of developers ;-). As said before. I have plans enough but lack of time prevents me to work on gitstat. > > Nowaday, I try to make some functional changes for admin. I searched > site using gitstat for other project(not kernel). > I thought that gitstat is not general to use other project still now. > Their graph is not good to see information. > (e.g. long-size text tag name, or they has too many tag....) > So, I'll make some function for modify that. I agree that we don't deal nicely will all those projects out there. I'm mainly using it to check Wine and seen how gitstat behaves. Ever since Wine has a devel and a stable release things got worse in gitstat (I basically ignore the stable tags now). Cheers, Paul. |
From: 이. <jun...@gm...> - 2008-11-06 05:09:47
|
Hi, I think that, It is a bit strage to use CVS as gitstat SCM, too. When I released first gitstat, we(me and Shawn) needed web hosting service for gitstat. we thought that sourceforget could give us hosting service, and choose sourceforge.net as project site and then used CVS. Actually, original gitstat was not developed in SCM environment.(and not needed) :) As suggested by Jakub , there are many hosting service for git. then.., how about this service? (http://repo.or.cz/) and after moved done, maybe It is useless to use sourceforge CVS service. >- Which files should be ignored? I don't understand this issue.. What is that meaning? >Apart from that, a major change I would like to propose is to get rid of tabs >and start using 4-spaces instead. I think gitstat can still use a lot of cleanup. As I mentioned before, It is good to write code :) After first gitstat release, 1 years passed, Actually there are few changes recent 6 months, and there is no commit from me. I'm sorry about that. Nowaday, I try to make some functional changes for admin. I searched site using gitstat for other project(not kernel). I thought that gitstat is not general to use other project still now. Their graph is not good to see information. (e.g. long-size text tag name, or they has too many tag....) So, I'll make some function for modify that. Thanks, On Tue, Nov 4, 2008 at 4:02 PM, Paul Vriens <pau...@gm...>wrote: > Hi, > > A feature request came in last week with the fully understandable request > to go > from CVS to GIT. > > Any ideas how to approach this? I definitely want to move to GIT. The > sooner the > better. Lack of time on my side prevented this. > > - We need a new place to host the GIT repo > - Do we want to keep both GIT and CVS? > - Which files should be ignored? > - How do we deal with patches? > > I did try it a few months ago and it's simple enough (of course). > > Apart from that, a major change I would like to propose is to get rid of > tabs > and start using 4-spaces instead. I think gitstat can still use a lot of > cleanup. > > I'm also close to the point I want to step down as the major developer > because I > don't have enough time to spent on gitstat. > > Cheers, > > Paul. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitstat-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitstat-devel > |
From: Paul V. <pau...@gm...> - 2008-11-04 07:03:07
|
Hi, A feature request came in last week with the fully understandable request to go from CVS to GIT. Any ideas how to approach this? I definitely want to move to GIT. The sooner the better. Lack of time on my side prevented this. - We need a new place to host the GIT repo - Do we want to keep both GIT and CVS? - Which files should be ignored? - How do we deal with patches? I did try it a few months ago and it's simple enough (of course). Apart from that, a major change I would like to propose is to get rid of tabs and start using 4-spaces instead. I think gitstat can still use a lot of cleanup. I'm also close to the point I want to step down as the major developer because I don't have enough time to spent on gitstat. Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-05-13 15:17:43
|
Hi, I don't see that issue on my local box. Is this something you can check? Cheers, Paul. 이정승 wrote: > Hi, > > I am using gitstat v0.5 and changing some configuration w/ admin.php. > It is easy to use and I love it :) > > btw, I found a trivial bug on admin page. > I want to use some character like "'" "\" . > e,g. Linus' Kernel Tree. > When I use that char, "\" was appended before "'". > and in case of 'Check Configuration' It was duplicated.. > > Maybe some exception handling would be needed, in case of showing on > text field. and getting text data. > Thanks, > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > > ------------------------------------------------------------------------ > > _______________________________________________ > Gitstat-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitstat-devel |
From: 이. <jun...@gm...> - 2008-05-06 06:13:17
|
Hi, I am using gitstat v0.5 and changing some configuration w/ admin.php. It is easy to use and I love it :) btw, I found a trivial bug on admin page. I want to use some character like "'" "\" . e,g. Linus' Kernel Tree. When I use that char, "\" was appended before "'". and in case of 'Check Configuration' It was duplicated.. Maybe some exception handling would be needed, in case of showing on text field. and getting text data. Thanks, |
From: 이. <jun...@gm...> - 2008-05-06 03:12:47
|
Hi, Good suggestion, Somebody has problem on installing gitstat. Because of gitstat need other module. (mysql,Perl, jpgraph, Geshi, git ...) I think Google Chart API is more easy to use than Jpgraph. Thanks, On Thu, May 1, 2008 at 7:25 PM, Paul Vriens <pau...@gm...> wrote: > Hi, > > What do you think of using the Google Chart API > (http://code.google.com/apis/chart/) as an alternative to JpGraph? > > With alternative I mean having the possibility of using either of them based on > some global setting? > > Cheers, > > Paul. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Gitstat-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitstat-devel > |
From: Paul V. <pau...@gm...> - 2008-05-01 10:25:15
|
Hi, What do you think of using the Google Chart API (http://code.google.com/apis/chart/) as an alternative to JpGraph? With alternative I mean having the possibility of using either of them based on some global setting? Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-04-24 06:03:07
|
Hi Shawn, I know that we should probably advertise more. The problem is that currently there are some issues with http://tree.celinuxforum.org/gitstat/. The site doesn't act as it should (I think Lee has asked someone to look into this) and isn't a good example site anymore. Cheers, Paul. Soon-Son Kwon(Shawn) wrote: > I am sure the number of people involved > is because few people knows about gitstat > not because nobody cares. > > It is a unique tool with nice features > but we need try harder to get more people > know about gitstat. > > Posting the release news to more relevant > lists/websites or announcing a weekly stat > based on gitstat to lkml will certainly help > get more attention which will follow more > developers get involved. > > My problem is I can no longer work on gitstat > but I still want you / other people enjoy this project > and attract more people. > > > 2008/4/24, Paul Vriens <pau...@gm...>: >> Hi, >> >> I've just released v0.5 of gitstat. No major changes from a visual >> perspective but again a lot of restructuring and refactoring. >> >> I try and be quicker with new releases but also try and put in more new >> features so it's worth upgrading. >> >> I must admit that I'm a bit disappointed in the number of people that >> want to get involved in gitstat. Is this because nobody knows about >> gitstat or nobody cares? >> >> My time will be limited the coming months so don't expect a lot in a >> short timeframe. >> >> The main goal for a next release is accuracy and more stats. >> >> Cheers, >> >> Paul. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> _______________________________________________ >> Gitstat-devel mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitstat-devel >> > > |
From: Soon-Son Kwon(Shawn) <ks...@kl...> - 2008-04-24 00:52:20
|
I am sure the number of people involved is because few people knows about gitstat not because nobody cares. It is a unique tool with nice features but we need try harder to get more people know about gitstat. Posting the release news to more relevant lists/websites or announcing a weekly stat based on gitstat to lkml will certainly help get more attention which will follow more developers get involved. My problem is I can no longer work on gitstat but I still want you / other people enjoy this project and attract more people. 2008/4/24, Paul Vriens <pau...@gm...>: > Hi, > > I've just released v0.5 of gitstat. No major changes from a visual > perspective but again a lot of restructuring and refactoring. > > I try and be quicker with new releases but also try and put in more new > features so it's worth upgrading. > > I must admit that I'm a bit disappointed in the number of people that > want to get involved in gitstat. Is this because nobody knows about > gitstat or nobody cares? > > My time will be limited the coming months so don't expect a lot in a > short timeframe. > > The main goal for a next release is accuracy and more stats. > > Cheers, > > Paul. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Gitstat-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitstat-devel > -- http://kldp.org/~kss |
From: Paul V. <pau...@gm...> - 2008-04-23 20:55:00
|
Hi, I've just released v0.5 of gitstat. No major changes from a visual perspective but again a lot of restructuring and refactoring. I try and be quicker with new releases but also try and put in more new features so it's worth upgrading. I must admit that I'm a bit disappointed in the number of people that want to get involved in gitstat. Is this because nobody knows about gitstat or nobody cares? My time will be limited the coming months so don't expect a lot in a short timeframe. The main goal for a next release is accuracy and more stats. Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-04-04 20:06:17
|
Hi, While finishing off the installation and admin pages and getting ready for the new release (yeah) I've run into an issue. It's not an issue I want to solve right away as it needs some (a lot of?) thought. I've made a local gitstat site for Git itself. The problem is that there appears to be 3 lines/streams of development in this tree: development of 1.5.5 (with several release candidates, rc3 being the latest) 1.5.4 and further work on this (1.5.4.5 being the latest) gitgui (0.9.3) being the latest. So we need something to be able to tell these streams apart. Is this something we want/need to do on the admin side? Without any inner knowledge of a project it will be very hard to tell which is which so I'm afraid it will be up to the admin? As said this is not a v0.5 or probably v0.6 thing but needs to be tackled. Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-04-02 09:13:52
|
Lee jungseung wrote: > Hi, > > First of all, Thanks for your contribution. > Actually, I couldn't focus on gitstat these days, sorry for that. > > I don't know the way of using dbconfig.php and gitstatconfig.php. > So, I couldn't tell about that well, but if it is needed to separate config. > php, your idea could be good solution. The idea behind this is that: dbconfig.php holds the database configuration stuff (like GSTAT['ID']) gitstatconfig.php holds all other configuration paramaters. For people who are updating they can just copy their config.php to these new files. The functions in lib.php will make sure only the relevant stuff is extracted. The dbconfig.php is always needed somewhere on the disk whereas the other stuff can reside anywhere we want. gitstatconfig.php will be removed in the future and those parameters will reside in a/the database. > > With some perl code it could be separated easily. But it doesn't care a > whoop. I actually thought about changing config.pl to do that but decided generating it from the admin page was so much easier. Especially as this will be moved partly to the database I didn't feel like touching config.pl. This does however mean that the dbconfig.php has to change into a different kind of file/format so it can be read easily by both php and perl without too much hassle. > > I'm waiting for new installation page. Someone said that gitstat is too > complex to install and use. If it is done, gitstat could be used by more > people. I totally agree. I didn't know it would take this much effort though :-) I will stop beautifying the installation and admin page, that's something we can do afterwards. Cheers, Paul. |
From: Lee j. <jun...@gm...> - 2008-04-02 09:09:40
|
Hi, First of all, We should concentrate on making accurate data :-) Thanks, -----Original Message----- From: git...@li... [mailto:gitstat-devel- bo...@li...] On Behalf Of Paul Vriens Sent: Wednesday, April 02, 2008 5:52 PM To: git...@li... Subject: [Gitstat-devel] Linux Kernel Development Hi, Just found this one: https://www.linux-foundation.org/publications/linuxkerneldevelopment.php The numbers are a bit different from what we currently show. So this means some work to get our numbers right or prove the other numbers are wrong ;-) Cheers, Paul. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Gitstat-devel mailing list Git...@li... https://lists.sourceforge.net/lists/listinfo/gitstat-devel |
From: Lee j. <jun...@gm...> - 2008-04-02 08:58:12
|
Hi, First of all, Thanks for your contribution. Actually, I couldn't focus on gitstat these days, sorry for that. I don't know the way of using dbconfig.php and gitstatconfig.php. So, I couldn't tell about that well, but if it is needed to separate config. php, your idea could be good solution. With some perl code it could be separated easily. But it doesn't care a whoop. I'm waiting for new installation page. Someone said that gitstat is too complex to install and use. If it is done, gitstat could be used by more people. Thanks, -----Original Message----- From: git...@li... [mailto:gitstat-devel- bo...@li...] On Behalf Of Paul Vriens Sent: Wednesday, April 02, 2008 3:52 PM To: git...@li... Subject: [Gitstat-devel] New installation and configuration pages Hi, Soon (I promise) I will commit the new installation page and the changed admin page. This makes it possible to have a more-or-less graphical installation procedure. Next to that you should be able to create and change a configuration file from within the admin page. The admin page will write out a new configuration file in gstat_rw/config/ and also create a template perlconfig.pl file. This file can then be copied and used in the gstat_pl part. This is all nice for people that install from scratch. I'm currently struggling with how to approach this for people who upgrade. Any advise? The old config.php file will be gone. We can of course ask the upgrader to copy the config.php file to: 1. gstat_rw/config/dbconfig.php AND 2. gstat_rw/config/gitstatconfig.php That should do the trick. As long as the account for the webserver has full access to those files (and that config directory). The config file will have to much information in them but that's not important anymore. The step after this while installation/config stuff is to move the configuration piece to the database. That's post v0.5 however. I don't need to tell you that we need a v0.5 soon but I don't want to rush this and have at least something halfway decent in place. Cheers, Paul. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Gitstat-devel mailing list Git...@li... https://lists.sourceforge.net/lists/listinfo/gitstat-devel |
From: Paul V. <pau...@gm...> - 2008-04-02 08:51:36
|
Hi, Just found this one: https://www.linux-foundation.org/publications/linuxkerneldevelopment.php The numbers are a bit different from what we currently show. So this means some work to get our numbers right or prove the other numbers are wrong ;-) Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-04-02 06:52:21
|
Hi, Soon (I promise) I will commit the new installation page and the changed admin page. This makes it possible to have a more-or-less graphical installation procedure. Next to that you should be able to create and change a configuration file from within the admin page. The admin page will write out a new configuration file in gstat_rw/config/ and also create a template perlconfig.pl file. This file can then be copied and used in the gstat_pl part. This is all nice for people that install from scratch. I'm currently struggling with how to approach this for people who upgrade. Any advise? The old config.php file will be gone. We can of course ask the upgrader to copy the config.php file to: 1. gstat_rw/config/dbconfig.php AND 2. gstat_rw/config/gitstatconfig.php That should do the trick. As long as the account for the webserver has full access to those files (and that config directory). The config file will have to much information in them but that's not important anymore. The step after this while installation/config stuff is to move the configuration piece to the database. That's post v0.5 however. I don't need to tell you that we need a v0.5 soon but I don't want to rush this and have at least something halfway decent in place. Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-03-20 06:57:49
|
Hi, This site appears to be down for the last 2 days. Cheers, Paul. |
From: Paul V. <pau...@gm...> - 2008-03-04 20:31:55
|
Hi, As said before I'm playing with the per-directory charts and I found something I'd like some explanation for/clarification on. It seems that we only store commits in the Logcategory table that actually have files with a directory identifier "/". I have however several files in my git tree (Wine) with commits on the root level: [paul@latitude wine-git]$ git diff-tree -r --no-commit-id -M f13ef6b898cd79682a05cf8239fcfc886049e2e5 14991a42d1d28ae114f8f06f5e3ca209aefd87a7 :100644 100644 c87ab7a5ff5df54dc22d3aab8a2b799322df54db 204a2963e1ad6ca7215f3e37e40abd80ef1d3832 M ANNOUNCE :100644 100644 b1cfd817b39eb7a13ea8a87526f0c1bbd89963a2 235288c60dbfbceefb4b48f416ee5809c9fd8e39 M ChangeLog :100644 100644 fcc5388c8b6583836111ad4586d1ca32ae4240a5 872023514a432579b33f369a77e47a4a4208612b M VERSION :100755 100755 87b658ccb84ed0961bec999f9d009ed9904f3a50 9e0334865037c8d8f4157a1a236aa2be8e30c223 M configure These commits to the shown files are not available in the Logcategory table. Is this done on purpose? Line 225 in gitstat.pl shows that we start with an index of 1 meaning we skip files in the root directory. Cheers, Paul. |