codestriker-user Mailing List for Codestriker: collaborative code reviewer (Page 7)
Brought to you by:
sits
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(6) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(2) |
Nov
(8) |
Dec
(6) |
| 2004 |
Jan
(12) |
Feb
(19) |
Mar
(2) |
Apr
(2) |
May
(4) |
Jun
(11) |
Jul
|
Aug
(14) |
Sep
(4) |
Oct
(27) |
Nov
(4) |
Dec
(22) |
| 2005 |
Jan
(14) |
Feb
(2) |
Mar
(11) |
Apr
(3) |
May
(14) |
Jun
(60) |
Jul
(58) |
Aug
(76) |
Sep
(72) |
Oct
(59) |
Nov
|
Dec
(4) |
| 2006 |
Jan
(1) |
Feb
(5) |
Mar
(13) |
Apr
(11) |
May
(30) |
Jun
(17) |
Jul
(18) |
Aug
(39) |
Sep
|
Oct
|
Nov
|
Dec
(17) |
| 2007 |
Jan
(18) |
Feb
(5) |
Mar
(20) |
Apr
(2) |
May
(3) |
Jun
(13) |
Jul
(11) |
Aug
(4) |
Sep
(6) |
Oct
(9) |
Nov
(3) |
Dec
|
| 2008 |
Jan
(10) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
(9) |
Jul
(10) |
Aug
(10) |
Sep
(13) |
Oct
(34) |
Nov
(12) |
Dec
(8) |
| 2009 |
Jan
(4) |
Feb
(11) |
Mar
(12) |
Apr
(3) |
May
(36) |
Jun
(4) |
Jul
(11) |
Aug
(12) |
Sep
(25) |
Oct
(13) |
Nov
(9) |
Dec
|
| 2010 |
Jan
|
Feb
(12) |
Mar
(6) |
Apr
(10) |
May
(12) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
(12) |
Oct
(3) |
Nov
(6) |
Dec
(3) |
| 2011 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(8) |
Jul
|
Aug
(14) |
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
| 2012 |
Jan
(2) |
Feb
(10) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(2) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(2) |
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Kenneth W. <ken...@gm...> - 2010-02-08 23:37:37
|
Hi David; On Mon, Feb 8, 2010 at 15:26, David Sitsky <dav...@gm...> wrote: >> To be sure I understand this correctly, each distinct project would >> need to have an exclusive database instance and a distinct >> codestriker.conf, but I would *NOT* need Apache virtual hosting or >> (horrors!) multiple Apache instances? So I could still use one >> machine (I'm planning on using a Linux vmWare image as my Codestriker >> server, all components on that same image)? > > That's right - only one apache instance is required, but each > Codestriker instance has a separate entry in apache's config. > > Somebody actually did this already, and documented the steps on this > mailing list. Could be worth searching the archives for it. > > Cheers, > David Thank you very much; I will take a look at the mailling list archives. Ken Wolcott |
|
From: David S. <dav...@gm...> - 2010-02-08 23:26:13
|
> To be sure I understand this correctly, each distinct project would > need to have an exclusive database instance and a distinct > codestriker.conf, but I would *NOT* need Apache virtual hosting or > (horrors!) multiple Apache instances? So I could still use one > machine (I'm planning on using a Linux vmWare image as my Codestriker > server, all components on that same image)? That's right - only one apache instance is required, but each Codestriker instance has a separate entry in apache's config. Somebody actually did this already, and documented the steps on this mailing list. Could be worth searching the archives for it. Cheers, David |
|
From: Kenneth W. <ken...@gm...> - 2010-02-08 23:00:47
|
Hi David; On Mon, Feb 8, 2010 at 14:54, David Sitsky <dav...@gm...> wrote: > Hi Ken, > >> I was planning on a fresh installation of Codestriker for different >> groups, one using Subversion, one using Perforce, one using CVS and >> another one using Subversion. >> >> All of these should be separate/distinct to the developer/QA >> engineer; the other instances being invisible. >> >> I was wondering about virtual hosting of Apache to achieve this. >> >> Your reply seems to suggest that I need different deployments of Codestriker. > > The only requirement is that each deployment has a separate > codestriker.conf file to work from.. unless they all share the same > config, which doesn't seem to be the case here. > >> Anyway, the same database can be used for multiple Codestriker >> instances? Or should there be a unique trio of Apache, Codestriker and >> database (MySQL or Posgresql ,or Oracle) for each product group? > > You'd need separate DB instances, otherwise the topics from different > groups will be mixed up. This is another reason, why each > codestriker.conf needs to be separate for each project, as this is > where you specify the DB instance. > > Cheers, > David To be sure I understand this correctly, each distinct project would need to have an exclusive database instance and a distinct codestriker.conf, but I would *NOT* need Apache virtual hosting or (horrors!) multiple Apache instances? So I could still use one machine (I'm planning on using a Linux vmWare image as my Codestriker server, all components on that same image)? Thanks, Ken Wolcott |
|
From: David S. <dav...@gm...> - 2010-02-08 22:54:09
|
Hi Ken, > I was planning on a fresh installation of Codestriker for different > groups, one using Subversion, one using Perforce, one using CVS and > another one using Subversion. > > All of these should be separate/distinct to the developer/QA > engineer; the other instances being invisible. > > I was wondering about virtual hosting of Apache to achieve this. > > Your reply seems to suggest that I need different deployments of Codestriker. The only requirement is that each deployment has a separate codestriker.conf file to work from.. unless they all share the same config, which doesn't seem to be the case here. > Anyway, the same database can be used for multiple Codestriker > instances? Or should there be a unique trio of Apache, Codestriker and > database (MySQL or Posgresql ,or Oracle) for each product group? You'd need separate DB instances, otherwise the topics from different groups will be mixed up. This is another reason, why each codestriker.conf needs to be separate for each project, as this is where you specify the DB instance. Cheers, David |
|
From: Kenneth W. <ken...@gm...> - 2010-02-08 22:04:10
|
Hi David On Mon, Feb 8, 2010 at 13:56, David Sitsky <dav...@gm...> wrote: > Hi Thorsten, > >> Is it possible to restrict the users view to the topics of a particular >> project? e.g. developer A should only have access to topics of project 1, >> developer B has only access to topics of project 2, … >> >> In short word: is it possible to assign a developer to a particular project? > > The only way it is possible today, is to have multiple Codestriker > deployments within apache, and assign permissions at the apache-level. > This can work if your number of projects is small. > > There is a notion of a user in the system today, but I haven't put in > per-project authorisation support in yet. > > Cheers, > David I was planning on a fresh installation of Codestriker for different groups, one using Subversion, one using Perforce, one using CVS and another one using Subversion. All of these should be separate/distinct to the developer/QA engineer; the other instances being invisible. I was wondering about virtual hosting of Apache to achieve this. Your reply seems to suggest that I need different deployments of Codestriker. Is my situation significantly different than Thorsten's? Anyway, the same database can be used for multiple Codestriker instances? Or should there be a unique trio of Apache, Codestriker and database (MySQL or Posgresql ,or Oracle) for each product group? Thanks, Ken Wolcott |
|
From: David S. <dav...@gm...> - 2010-02-08 21:56:40
|
Hi Thorsten, > Is it possible to restrict the users view to the topics of a particular > project? e.g. developer A should only have access to topics of project 1, > developer B has only access to topics of project 2, … > > In short word: is it possible to assign a developer to a particular project? The only way it is possible today, is to have multiple Codestriker deployments within apache, and assign permissions at the apache-level. This can work if your number of projects is small. There is a notion of a user in the system today, but I haven't put in per-project authorisation support in yet. Cheers, David |
|
From: Thorsten K. <Tho...@Na...> - 2010-02-08 10:54:55
|
Hi, currently we are evaluating codestriker (version 1.9.10) and up to now, it's fits very good to our needs... But nevertheless, we have one requirement where I'm not sure if codestriker fulfills it... Is it possible to restrict the users view to the topics of a particular project? e.g. developer A should only have access to topics of project 1, developer B has only access to topics of project 2, ... In short word: is it possible to assign a developer to a particular project? Thanks in advance for any comment! Best regards, Thorsten |
|
From: David S. <dav...@gm...> - 2009-11-17 00:27:07
|
Hi Surya, > Had the same issue. After spending few hours and patching up some issues, > have the system working. Below are the list of changes. Thanks for that - I've added it to my list to look at for the next release. Cheers, David |
|
From: Surya C. <sc...@ic...> - 2009-11-16 02:00:54
|
Hi David,
Had the same issue. After spending few hours and patching up some issues,
have the system working. Below are the list of changes.
My Environment:
IIS 6.0 on Win2003
Oracle - 11.1.0.6.0
Activestate - 5.10.1.1006
I setup new IIS Website at 9020 port, with following details:
root - C:\Inetpub\codestriker-1.9.10
codestriker (virtual dir) - C:\Inetpub\codestriker-1.9.10\cgi-bin
codestrikerhtml (virtual dir) - C:\Inetpub\codestriker-1.9.10\html
Changes:
1) $query->url():
$query->url() was not giving complete url, it was just giving base
URL("http://myserver:9020). This was a major issue, as $query->url() was
used in multiple places. I experimented with CGI module and eventually found
$query->url(-path_info=>1) to give the correct url :
"http://myserver:9020/codestriker/codestriker.pl". I changed it in following
files:
codestriker-1.9.10\lib\Codestriker\Action - Authenticate.pm, CreateTopic.pm
codestriker-1.9.10\lib\Codestriker\Http - Method.pm, Response.pm,
URLBuilder.pm
URLBuilder may need changes in more places. There were calls to
query_string->url(..), but I was not sure if those calls need changes.
2) Environment path:
perl was giving 'Can't load Oracle.dll for module DBD::Oracle'. Commented
out the line that was clearing the PATH in codestriker.pl
Changed following line in 'codestriker-1.9.10\cgi-bin\codestriker.pl'
3) tempfiles:
Despite giving all permissions to 'Network Service', 'IUSR_MYSERVER' ,
execute_command in CodeStriker.pm was failing to run 'svn' client. I changed
the 'if' condition so that execute_command runs 'open3'. (The change was a
quick fix, need to put a better condition)
In CodeStriker.pm, the file path had a mix of "/" and "\" as directory
separators. Suspecting that they could be a problem, I used
'File::Spec->catfile', to get correct path. The change did not help, but am
leaving the changes as it is better for platform independence.
Attached are the changed files. I am attaching complete files, instead of
diffs (dont have tools to get the unified diff on windows). I am a newbit
to Perl, so some of my changes may not be clean.
Cheers,
Surya
-----Original Message-----
From: David Sitsky [mailto:dav...@gm...]
Sent: Tuesday, November 03, 2009 6:21 PM
To: Surya Challa
Cc: cod...@li...
Subject: Re: [Codestriker-user] Win 2003 IIS - HTTP 400 Bad Request
Hi Kash,
Can you please try the 1.9.10 release and let me know how you go?
Cheers,
David
On Wed, Nov 4, 2009 at 9:48 AM, Surya Challa <sc...@ic...> wrote:
> Hello All:
>
> I followed the installation instructions and setup Codestriker 1.9.9 .
I
> have setup two virtual directories codestriker and codestrikerhtml
under
> Default Website.
>
>
>
> When I goto the URL :
>
>
>
> http://localhost/codestriker/codestriker.pl
>
>
>
> I get HTTP 400 Bad Request. In log files, I see that the URL tries to
> redirect to following URL :
>
>
>
> GET /login/form/redirect/http:/localhost/codestriker/codestriker.pl
>
>
>
> And that throws the 400 error (its trying to goto root directory instead
of
> some kind of /codestiker/.... kind of url). Did I do something wrong in
> the setup?
>
>
>
> TIA,
>
> Regards,
>
> Kash
>
>
>
>
----------------------------------------------------------------------------
--
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
>
|
|
From: David S. <dav...@gm...> - 2009-11-03 23:20:57
|
Hi Kash, Can you please try the 1.9.10 release and let me know how you go? Cheers, David On Wed, Nov 4, 2009 at 9:48 AM, Surya Challa <sc...@ic...> wrote: > Hello All: > > I followed the installation instructions and setup Codestriker 1.9.9 . I > have setup two virtual directories ‘codestriker’ and ‘codestrikerhtml’ under > ‘Default Website’. > > > > When I goto the URL : > > > > http://localhost/codestriker/codestriker.pl > > > > I get ‘HTTP 400 Bad Request’. In log files, I see that the URL tries to > redirect to following URL : > > > > GET /login/form/redirect/http:/localhost/codestriker/codestriker.pl > > > > And that throws the 400 error (its trying to goto root directory instead of > some kind of /codestiker/.... kind of url). Did I do something wrong in > the setup? > > > > TIA, > > Regards, > > Kash > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > > |
|
From: Surya C. <sc...@ic...> - 2009-11-03 22:48:56
|
Hello All:
I followed the installation instructions and setup Codestriker 1.9.9 . I
have setup two virtual directories 'codestriker' and 'codestrikerhtml' under
'Default Website'.
When I goto the URL :
http://localhost/codestriker/codestriker.pl
I get 'HTTP 400 Bad Request'. In log files, I see that the URL tries to
redirect to following URL :
GET /login/form/redirect/http:/localhost/codestriker/codestriker.pl
And that throws the 400 error (its trying to goto root directory instead of
some kind of /codestiker/.... kind of url). Did I do something wrong in
the setup?
TIA,
Regards,
Kash
|
|
From: David S. <dav...@gm...> - 2009-11-02 22:47:47
|
Hi guys, Codestriker 1.9.10 has been released, and you can grab it from http://codestriker.sf.net. I've included the changelog below. Cheers, David Version 1.9.10 * Implemented "log out" action. * Implemented another corner case with Subversion diffs for handling empty file entries. * Fixed issue where duplicate bug IDs specified on topic creation would prevent the topic from being created. * Added new configuration option in codestriker.conf for setting the List-Id header for all emails sent, to assist in filtering, particularly for gmail. Also added -i parameter to commit-email-codestriker.pl script to specify the List-Id header value to use. * Support for integration with Mantis bug tracking system. Code was implemented by Gustavo Silva <gra...@de...>, <sil...@us...> with support from Dextra Technologies <http://www.dextratech.com>. * Support for git repositories from Jeffrey Middleton <je...@gm...>. * Fixed "Parallel View" links for ClearCase repositories, from Thomas Yan <ya...@ne...>. * Make the message ID in Codestriker emails RFC 2822 compliant. * Changed usage of email References and In-Reply-To headers so that email threading will occur at a comment/issue level rather than a topic level. This should allow for better management of outstanding issues in email clients such as gmail. * Implementation of email gateway in bin/codestriker-email-gateway.pl, which allows for comments to be added to a topic by simply replying to an email. * Added support for creating Perforce topics given the path (module_name), and either two labels or changelists for the start/end tag fields, from Arun Jose <jos...@us...>. * Added support for creating ClearCase Dynamic topics by specifying a filename in the module field, and either a single version number in either the start or end tag fields, or specifying two versions using both fields, from Lakshmivaragan <lak...@us...>. |
|
From: David S. <dav...@gm...> - 2009-11-02 20:33:49
|
That's it exactly. If you add &format=xml to the CGI parameters, you'll get an XML response of the list of topics coming back, which you can stuff into some perl objects. Then you could write a script to work off this. I can give you hand (off list) if you need more help. Cheers, David On Mon, Nov 2, 2009 at 11:49 PM, Pramodh <pra...@wi...> wrote: > Hi David, > Can you please elaborate a bit more on this. Are you suggesting that we need > to create a function in CodestrikerClient.pm which retrieves all the open > topics and then use this function in a cronjob to send out emails? > > Please correct me if I am wrong. > > Regards > Pramodh > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Monday, November 02, 2009 9:41 AM > To: pra...@wi... > Cc: cod...@li... > Subject: Re: [Codestriker-user] Help required in configuring Clearcase for > Code-Striker > > Hi Pramodh, > > Somebody recently asked about this too. I asked him to update > CodestrikerClient.pm so that it could retrieve a list of topics, and then do > whatever custom logic was required. That way, you could make this a cronjob > script, and send out nagging emails. > > I haven't heard back from him yet.. although he seemed keen to do it. > I don't think it would be that hard to implement. > > Cheers, > David > > On Mon, Nov 2, 2009 at 2:58 PM, Pramodh <pra...@wi...> wrote: >> Resending, as I didn't mark it to the group. >> >> -Pramodh >> >> -----Original Message----- >> From: Pramodh [mailto:pra...@wi...] >> Sent: Friday, October 30, 2009 5:34 PM >> To: 'David Sitsky' >> Subject: RE: [Codestriker-user] Help required in configuring Clearcase >> for Code-Striker >> >> Hi David, >> I just gave a demo to some of our people in our office & they all >> liked the tool. They have appreciated the effort put in by you and >> your team to come up with such a tool and also make it open source so >> that others like me can use it. Thank you for that. >> >> I have a query though, this came up in one of our discussions here: >> Is it possible to sent up a remainder process in the code-striker tool >> so that if the reviewer hasn't completed the review in a specified >> number of days, an automatic remainder mail can be sent by the tool. >> Is there such a mechanism? How difficult will it be to have such a setup? >> >> Regards >> Pramodh >> >> -----Original Message----- >> From: David Sitsky [mailto:dav...@gm...] >> Sent: Thursday, October 22, 2009 2:50 PM >> To: pra...@wi... >> Cc: cod...@li... >> Subject: Re: [Codestriker-user] Help required in configuring Clearcase >> for Code-Striker >> >> You can copy the codestriker.conf file from your 1.9.9 install to your >> 1.9.10 install. Run install.pl, restart apache. >> >> If you are already logged in, then there will be a log out link. If >> you click on that, you'll see a login link. >> >> Incidentally, I put up 1.9.10 test 2 which has a few very minor >> changes - mostly warning messages which have been removed. >> >> On Thu, Oct 22, 2009 at 8:01 PM, Pramodh <pra...@wi...> wrote: >>> Hi David, >>> Thanks for that suggestion, that did the trip. My path was not correct. >>> >>> But I am still not able to get the log-in option enabled in the >>> latest version [screenshot attached]. I am getting the same in the >>> older version >>> 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I >>> missing here. Is it some value in the configuration file? I created >>> the database a fresh & it is not having any old entries. >>> >>> Regards >>> Pramodh >>> >>> -----Original Message----- >>> From: David Sitsky [mailto:dav...@gm...] >>> Sent: Thursday, October 22, 2009 7:48 AM >>> To: pra...@wi... >>> Cc: cod...@li... >>> Subject: Re: [Codestriker-user] Help required in configuring >>> Clearcase for Code-Striker >>> >>> Hi Pramodh, >>> >>> Your repository is 'clearcase:dyn:codestriker:/view', so any diffs >>> you create, should start with /view in the path names inside the diffs. >>> If that is not present, then Codestriker will assume the diff is from >>> a different vob/view, and won't display the Parallel links. >>> >>> If you create diffs as specified in the manual, then it should work >>> fine. I am not a ClearCase user, so I can't really help you any more >>> than what is written in the manual. >>> >>>> One more observation regarding this new version is that the log-in >>>> option has been removed!! Is that something done intentionally? Any >>>> specific reason for removing that option? >>> >>> Its there - perhaps you didn't update your codestriker.conf after you >>> upgraded to allow user logins? >>> >>> Cheers, >>> David >>> >>> Please do not print this email unless it is absolutely necessary. >>> >>> The information contained in this electronic message and any >>> attachments >> to this message are intended for the exclusive use of the addressee(s) >> and may contain proprietary, confidential or privileged information. >> If you are not the intended recipient, you should not disseminate, >> distribute or copy this e-mail. Please notify the sender immediately >> and destroy all copies of this message and any attachments. >>> >>> WARNING: Computer viruses can be transmitted via email. The recipient >> should check this email and any attachments for the presence of >> viruses. The company accepts no liability for any damage caused by any >> virus transmitted by this email. >>> >>> www.wipro.com >>> >> >> >> >> Please do not print this email unless it is absolutely necessary. >> >> The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. >> >> www.wipro.com >> > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com > |
|
From: Pramodh <pra...@wi...> - 2009-11-02 12:46:10
|
Hi David, Can you please elaborate a bit more on this. Are you suggesting that we need to create a function in CodestrikerClient.pm which retrieves all the open topics and then use this function in a cronjob to send out emails? Please correct me if I am wrong. Regards Pramodh -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Monday, November 02, 2009 9:41 AM To: pra...@wi... Cc: cod...@li... Subject: Re: [Codestriker-user] Help required in configuring Clearcase for Code-Striker Hi Pramodh, Somebody recently asked about this too. I asked him to update CodestrikerClient.pm so that it could retrieve a list of topics, and then do whatever custom logic was required. That way, you could make this a cronjob script, and send out nagging emails. I haven't heard back from him yet.. although he seemed keen to do it. I don't think it would be that hard to implement. Cheers, David On Mon, Nov 2, 2009 at 2:58 PM, Pramodh <pra...@wi...> wrote: > Resending, as I didn't mark it to the group. > > -Pramodh > > -----Original Message----- > From: Pramodh [mailto:pra...@wi...] > Sent: Friday, October 30, 2009 5:34 PM > To: 'David Sitsky' > Subject: RE: [Codestriker-user] Help required in configuring Clearcase > for Code-Striker > > Hi David, > I just gave a demo to some of our people in our office & they all > liked the tool. They have appreciated the effort put in by you and > your team to come up with such a tool and also make it open source so > that others like me can use it. Thank you for that. > > I have a query though, this came up in one of our discussions here: > Is it possible to sent up a remainder process in the code-striker tool > so that if the reviewer hasn't completed the review in a specified > number of days, an automatic remainder mail can be sent by the tool. > Is there such a mechanism? How difficult will it be to have such a setup? > > Regards > Pramodh > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Thursday, October 22, 2009 2:50 PM > To: pra...@wi... > Cc: cod...@li... > Subject: Re: [Codestriker-user] Help required in configuring Clearcase > for Code-Striker > > You can copy the codestriker.conf file from your 1.9.9 install to your > 1.9.10 install. Run install.pl, restart apache. > > If you are already logged in, then there will be a log out link. If > you click on that, you'll see a login link. > > Incidentally, I put up 1.9.10 test 2 which has a few very minor > changes - mostly warning messages which have been removed. > > On Thu, Oct 22, 2009 at 8:01 PM, Pramodh <pra...@wi...> wrote: >> Hi David, >> Thanks for that suggestion, that did the trip. My path was not correct. >> >> But I am still not able to get the log-in option enabled in the >> latest version [screenshot attached]. I am getting the same in the >> older version >> 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I >> missing here. Is it some value in the configuration file? I created >> the database a fresh & it is not having any old entries. >> >> Regards >> Pramodh >> >> -----Original Message----- >> From: David Sitsky [mailto:dav...@gm...] >> Sent: Thursday, October 22, 2009 7:48 AM >> To: pra...@wi... >> Cc: cod...@li... >> Subject: Re: [Codestriker-user] Help required in configuring >> Clearcase for Code-Striker >> >> Hi Pramodh, >> >> Your repository is 'clearcase:dyn:codestriker:/view', so any diffs >> you create, should start with /view in the path names inside the diffs. >> If that is not present, then Codestriker will assume the diff is from >> a different vob/view, and won't display the Parallel links. >> >> If you create diffs as specified in the manual, then it should work >> fine. I am not a ClearCase user, so I can't really help you any more >> than what is written in the manual. >> >>> One more observation regarding this new version is that the log-in >>> option has been removed!! Is that something done intentionally? Any >>> specific reason for removing that option? >> >> Its there - perhaps you didn't update your codestriker.conf after you >> upgraded to allow user logins? >> >> Cheers, >> David >> >> Please do not print this email unless it is absolutely necessary. >> >> The information contained in this electronic message and any >> attachments > to this message are intended for the exclusive use of the addressee(s) > and may contain proprietary, confidential or privileged information. > If you are not the intended recipient, you should not disseminate, > distribute or copy this e-mail. Please notify the sender immediately > and destroy all copies of this message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of > viruses. The company accepts no liability for any damage caused by any > virus transmitted by this email. >> >> www.wipro.com >> > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com > |
|
From: David S. <dav...@gm...> - 2009-11-02 04:11:18
|
Hi Pramodh, Somebody recently asked about this too. I asked him to update CodestrikerClient.pm so that it could retrieve a list of topics, and then do whatever custom logic was required. That way, you could make this a cronjob script, and send out nagging emails. I haven't heard back from him yet.. although he seemed keen to do it. I don't think it would be that hard to implement. Cheers, David On Mon, Nov 2, 2009 at 2:58 PM, Pramodh <pra...@wi...> wrote: > Resending, as I didn't mark it to the group. > > -Pramodh > > -----Original Message----- > From: Pramodh [mailto:pra...@wi...] > Sent: Friday, October 30, 2009 5:34 PM > To: 'David Sitsky' > Subject: RE: [Codestriker-user] Help required in configuring Clearcase for > Code-Striker > > Hi David, > I just gave a demo to some of our people in our office & they all liked the > tool. They have appreciated the effort put in by you and your team to come > up with such a tool and also make it open source so that others like me can > use it. Thank you for that. > > I have a query though, this came up in one of our discussions here: > Is it possible to sent up a remainder process in the code-striker tool so > that if the reviewer hasn't completed the review in a specified number of > days, an automatic remainder mail can be sent by the tool. Is there such a > mechanism? How difficult will it be to have such a setup? > > Regards > Pramodh > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Thursday, October 22, 2009 2:50 PM > To: pra...@wi... > Cc: cod...@li... > Subject: Re: [Codestriker-user] Help required in configuring Clearcase for > Code-Striker > > You can copy the codestriker.conf file from your 1.9.9 install to your > 1.9.10 install. Run install.pl, restart apache. > > If you are already logged in, then there will be a log out link. If you > click on that, you'll see a login link. > > Incidentally, I put up 1.9.10 test 2 which has a few very minor changes - > mostly warning messages which have been removed. > > On Thu, Oct 22, 2009 at 8:01 PM, Pramodh <pra...@wi...> wrote: >> Hi David, >> Thanks for that suggestion, that did the trip. My path was not correct. >> >> But I am still not able to get the log-in option enabled in the latest >> version [screenshot attached]. I am getting the same in the older >> version >> 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I >> missing here. Is it some value in the configuration file? I created >> the database a fresh & it is not having any old entries. >> >> Regards >> Pramodh >> >> -----Original Message----- >> From: David Sitsky [mailto:dav...@gm...] >> Sent: Thursday, October 22, 2009 7:48 AM >> To: pra...@wi... >> Cc: cod...@li... >> Subject: Re: [Codestriker-user] Help required in configuring Clearcase >> for Code-Striker >> >> Hi Pramodh, >> >> Your repository is 'clearcase:dyn:codestriker:/view', so any diffs you >> create, should start with /view in the path names inside the diffs. >> If that is not present, then Codestriker will assume the diff is from >> a different vob/view, and won't display the Parallel links. >> >> If you create diffs as specified in the manual, then it should work >> fine. I am not a ClearCase user, so I can't really help you any more >> than what is written in the manual. >> >>> One more observation regarding this new version is that the log-in >>> option has been removed!! Is that something done intentionally? Any >>> specific reason for removing that option? >> >> Its there - perhaps you didn't update your codestriker.conf after you >> upgraded to allow user logins? >> >> Cheers, >> David >> >> Please do not print this email unless it is absolutely necessary. >> >> The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. The > company accepts no liability for any damage caused by any virus transmitted > by this email. >> >> www.wipro.com >> > > > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com > |
|
From: Pramodh <pra...@wi...> - 2009-11-02 03:54:40
|
Resending, as I didn't mark it to the group. -Pramodh -----Original Message----- From: Pramodh [mailto:pra...@wi...] Sent: Friday, October 30, 2009 5:34 PM To: 'David Sitsky' Subject: RE: [Codestriker-user] Help required in configuring Clearcase for Code-Striker Hi David, I just gave a demo to some of our people in our office & they all liked the tool. They have appreciated the effort put in by you and your team to come up with such a tool and also make it open source so that others like me can use it. Thank you for that. I have a query though, this came up in one of our discussions here: Is it possible to sent up a remainder process in the code-striker tool so that if the reviewer hasn't completed the review in a specified number of days, an automatic remainder mail can be sent by the tool. Is there such a mechanism? How difficult will it be to have such a setup? Regards Pramodh -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Thursday, October 22, 2009 2:50 PM To: pra...@wi... Cc: cod...@li... Subject: Re: [Codestriker-user] Help required in configuring Clearcase for Code-Striker You can copy the codestriker.conf file from your 1.9.9 install to your 1.9.10 install. Run install.pl, restart apache. If you are already logged in, then there will be a log out link. If you click on that, you'll see a login link. Incidentally, I put up 1.9.10 test 2 which has a few very minor changes - mostly warning messages which have been removed. On Thu, Oct 22, 2009 at 8:01 PM, Pramodh <pra...@wi...> wrote: > Hi David, > Thanks for that suggestion, that did the trip. My path was not correct. > > But I am still not able to get the log-in option enabled in the latest > version [screenshot attached]. I am getting the same in the older > version > 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I > missing here. Is it some value in the configuration file? I created > the database a fresh & it is not having any old entries. > > Regards > Pramodh > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Thursday, October 22, 2009 7:48 AM > To: pra...@wi... > Cc: cod...@li... > Subject: Re: [Codestriker-user] Help required in configuring Clearcase > for Code-Striker > > Hi Pramodh, > > Your repository is 'clearcase:dyn:codestriker:/view', so any diffs you > create, should start with /view in the path names inside the diffs. > If that is not present, then Codestriker will assume the diff is from > a different vob/view, and won't display the Parallel links. > > If you create diffs as specified in the manual, then it should work > fine. I am not a ClearCase user, so I can't really help you any more > than what is written in the manual. > >> One more observation regarding this new version is that the log-in >> option has been removed!! Is that something done intentionally? Any >> specific reason for removing that option? > > Its there - perhaps you didn't update your codestriker.conf after you > upgraded to allow user logins? > > Cheers, > David > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com > |
|
From: David S. <dav...@gm...> - 2009-10-22 09:20:39
|
You can copy the codestriker.conf file from your 1.9.9 install to your 1.9.10 install. Run install.pl, restart apache. If you are already logged in, then there will be a log out link. If you click on that, you'll see a login link. Incidentally, I put up 1.9.10 test 2 which has a few very minor changes - mostly warning messages which have been removed. On Thu, Oct 22, 2009 at 8:01 PM, Pramodh <pra...@wi...> wrote: > Hi David, > Thanks for that suggestion, that did the trip. My path was not correct. > > But I am still not able to get the log-in option enabled in the latest > version [screenshot attached]. I am getting the same in the older version > 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I missing > here. Is it some value in the configuration file? I created the database a > fresh & it is not having any old entries. > > Regards > Pramodh > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Thursday, October 22, 2009 7:48 AM > To: pra...@wi... > Cc: cod...@li... > Subject: Re: [Codestriker-user] Help required in configuring Clearcase for > Code-Striker > > Hi Pramodh, > > Your repository is 'clearcase:dyn:codestriker:/view', so any diffs you > create, should start with /view in the path names inside the diffs. > If that is not present, then Codestriker will assume the diff is from a > different vob/view, and won't display the Parallel links. > > If you create diffs as specified in the manual, then it should work fine. I > am not a ClearCase user, so I can't really help you any more than what is > written in the manual. > >> One more observation regarding this new version is that the log-in >> option has been removed!! Is that something done intentionally? Any >> specific reason for removing that option? > > Its there - perhaps you didn't update your codestriker.conf after you > upgraded to allow user logins? > > Cheers, > David > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com > |
|
From: Pramodh <pra...@wi...> - 2009-10-22 08:57:56
|
Hi David, Thanks for that suggestion, that did the trip. My path was not correct. But I am still not able to get the log-in option enabled in the latest version [screenshot attached]. I am getting the same in the older version 1.9.9 but not in the latest version [1.9.10 test 1]!! What am I missing here. Is it some value in the configuration file? I created the database a fresh & it is not having any old entries. Regards Pramodh -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Thursday, October 22, 2009 7:48 AM To: pra...@wi... Cc: cod...@li... Subject: Re: [Codestriker-user] Help required in configuring Clearcase for Code-Striker Hi Pramodh, Your repository is 'clearcase:dyn:codestriker:/view', so any diffs you create, should start with /view in the path names inside the diffs. If that is not present, then Codestriker will assume the diff is from a different vob/view, and won't display the Parallel links. If you create diffs as specified in the manual, then it should work fine. I am not a ClearCase user, so I can't really help you any more than what is written in the manual. > One more observation regarding this new version is that the log-in > option has been removed!! Is that something done intentionally? Any > specific reason for removing that option? Its there - perhaps you didn't update your codestriker.conf after you upgraded to allow user logins? Cheers, David |
|
From: David S. <dav...@gm...> - 2009-10-22 02:18:20
|
Hi Pramodh, Your repository is 'clearcase:dyn:codestriker:/view', so any diffs you create, should start with /view in the path names inside the diffs. If that is not present, then Codestriker will assume the diff is from a different vob/view, and won't display the Parallel links. If you create diffs as specified in the manual, then it should work fine. I am not a ClearCase user, so I can't really help you any more than what is written in the manual. > One more observation regarding this new version is that the log-in option > has been removed!! Is that something done intentionally? Any specific reason > for removing that option? Its there - perhaps you didn't update your codestriker.conf after you upgraded to allow user logins? Cheers, David |
|
From: Pramodh <pra...@wi...> - 2009-10-21 12:24:44
|
Hi David, Thanks for the response. I installed the version "1.9.10 test 1" & still I am seeing the same behavior. I have attached the snapshot of the view when I click on a topic which is created. As you can see I am not able to get the parallel option enabled in this view, so I don't know what the problem is. Is there a place where codestriker logs all the messages? I see http_output being used for displaying error messages. Is it going to get displayed on the browser itself, or is there any other place where any log messages are stored. I did go through the apache log messages in /var/log/httpd/error_log, but I didn't find any thing strange other than an error related to RSS feed [even though I haven't enabled it] ---------------------------------------------------------------------------- --------------------------------------------- codestriker.pl: Use of uninitialized value in string eq at /var/www/codestriker/codestriker-1.9.10-test1/lib/Codestriker/Http/Method/Li stTopicsMethod.pm line 54. ---------------------------------------------------------------------------- --------------------------------------------- Please let me know if you need any more information on my setup. One observation regarding the module ctcmd perl module. While running install.pl for the first time I ran into some problem as I didn't had this perl module, but it downloaded it & had some issues with "make test". But I did a forced installation & after that it went through fine. Now I get the following message while running install.pl ---------------------------------------------------------------------------- --------------------------------------------- Checking for ClearCase::CtCmd (any) ok: found v1.06 ---------------------------------------------------------------------------- --------------------------------------------- But if I run a sample program with this module, it gives an error saying that this module is not in the path [something related to @inc..] One more observation regarding this new version is that the log-in option has been removed!! Is that something done intentionally? Any specific reason for removing that option? Regards Pramodh -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Wednesday, October 21, 2009 2:54 AM To: pra...@wi... Cc: cod...@li... Subject: Re: [Codestriker-user] Help required in configuring Clearcase for Code-Striker > But if I click on the topic created, the diff is not able to talk to > the clearcase using the above configuration changes & it just shows > the contents of the diff file only. Firstly - are you using 1.9.10 test 1? There have been some Clearcase fixes since 1.9.9, so please upgrade first if you haven't already. Secondly - what happens when you click on the Parallel link? Do you see an error message? If so, what is it? You might also need to check your apache error log file for more details. Cheers, David |
|
From: David S. <dav...@gm...> - 2009-10-20 21:23:55
|
> But if I click on the topic created, the diff is not able to talk to the > clearcase using the above configuration changes & it just shows the contents > of the diff file only. Firstly - are you using 1.9.10 test 1? There have been some Clearcase fixes since 1.9.9, so please upgrade first if you haven't already. Secondly - what happens when you click on the Parallel link? Do you see an error message? If so, what is it? You might also need to check your apache error log file for more details. Cheers, David |
|
From: <pra...@wi...> - 2009-10-20 11:29:15
|
Hi,
We are trying out code-striker tool for establishing an online-review process for our team. In this regard we need some help in integrating clearcase with code striker.
Here are the configuration changes we have made:
1. our repository uses dynamic views and therefore we have included the following line in codestriker.conf file.
'clearcase:dyn:codestriker:/view'
where "codestriker" is the name of the view we have created [a default view, through which the codebase can be accessed] & /view is the mount point where this view gets mounted. so basically the path will be /view/codestriker/.../.../ for the source.
2. Modified the name that gets displayed accordingly
$repository_name_map =
{
'/home/sits/cvs' => 'Local CVS',
'clearcase:dyn:codestriker:/view' => 'Clearcase',
':pserver:sits:pas...@cv...:/cvsroot' => 'SF CVS'
};
But if I click on the topic created, the diff is not able to talk to the clearcase using the above configuration changes & it just shows the contents of the diff file only.
Please let me know what am I missing here. Does the dynamic view module requires any other configuration? I am running the apache server in the "user1" context and I have verified that the "user1" is able to talk to the clearcase & do a get of a file.
Regards
Pramodh
|
|
From: David S. <dav...@gm...> - 2009-10-15 09:46:50
|
Dear Codestrikers, I've put up a 1.9.10 test release I'd love people to download and try out. I've included the changes below. You can downloda this release from here: https://sourceforge.net/projects/codestriker/files/. Cheers, David * Implemented "log out" action. * Implemented another corner case with Subversion diffs for handling empty file entries. * Fixed issue where duplicate bug IDs specified on topic creation would prevent the topic from being created. * Added new configuration option in codestriker.conf for setting the List-Id header for all emails sent, to assist in filtering, particularly for gmail. Also added -i parameter to commit-email-codestriker.pl script to specify the List-Id header value to use. * Support for integration with Mantis bug tracking system. Code was implemented by Gustavo Silva <gra...@de...>, <sil...@us...> with support from Dextra Technologies <http://www.dextratech.com>. * Support for git repositories from Jeffrey Middleton <je...@gm...>. * Fixed "Parallel View" links for ClearCase repositories, from Thomas Yan <ya...@ne...>. * Make the message ID in Codestriker emails RFC 2822 compliant. * Changed usage of email References and In-Reply-To headers so that email threading will occur at a comment/issue level rather than a topic level. This should allow for better management of outstanding issues in email clients such as gmail. * Implementation of email gateway in bin/codestriker-email-gateway.pl, which allows for comments to be added to a topic by simply replying to an email. * Added support for creating Perforce topics given the path (module_name), and either two labels or changelists for the start/end tag fields, from Arun Jose <jos...@us...>. |
|
From: David S. <dav...@gm...> - 2009-10-08 09:55:59
|
Hi Sreenivasa, > How do I upload multiple files for review with single code striker topic. Is this feature supported or should we wait? Only a single file, however a single file diff format can contain multiple file entries in it. Your SCM's diff command will support this. Cheers, David |
|
From: Sreenivasa R. I. <Isr...@hc...> - 2009-10-08 09:53:36
|
Hello David, How do I upload multiple files for review with single code striker topic. Is this feature supported or should we wait? Regards Sreenivas DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ----------------------------------------------------------------------------------------------------------------------- |