Re: [Spacewalk-devel] Problem with pxt page port

2010-10-14 Thread Partha Aji
at 5:45 AM, Partha Aji p...@redhat.com wrote: Few changes need to be made on your patch .. I basically updated the UpdateCustomKeyAction and updatekey.jsp . Look at the attached patch. - Original Message - From: Cliff Perry cpe...@redhat.com To: spacewalk-devel@redhat.com Sent

[Spacewalk-devel] The next time you git pull

2010-07-29 Thread Partha Aji
I updated quite a bit of schema + java + backend code to get the symlink targets to use stuff from rhnConfigInfo instead of storing it as a blob in rhnConfigContent. More info in the description of this commit.

[Spacewalk-devel] Org update

2010-07-14 Thread Partha Aji
I removed some unused columns from the web_customer table which may result in breakage when you git pull and run the devel environment. Errors like Caused by: java.sql.SQLException: ORA-00904:ORG6_.STAGING_CONTENT_ENABLED: invalid identifier So to fix those cd

Re: [Spacewalk-devel] Removed the bulk-subscribe and unsubscribe which is not used anywhere

2010-06-11 Thread Partha Aji
Jan the ssm change channel stuff got ported to Java. I should remove alter pxt also.. I 'll dig a bit more on this later today. Thanks for thepointer.. Partha - Original Message - From: Jan Pazdziora jpazdzi...@redhat.com To: Partha Aji p...@redhat.com Cc: spacewalk-devel@redhat.com

[Spacewalk-devel] The next time you git pull ....

2010-04-29 Thread Partha Aji
Work was recently done on duplicate system profile detection + elimination which included mod'ing existing kickstart scripts to automatically generate a reactivation key and register themselves using the reactivation even in the cases one is reprovisioning using boot isos. Basically if a

Re: [Spacewalk-devel] Re: java/code

2009-06-25 Thread Partha Aji
+- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 72a7c0fd5148ccc994065f9b9ad9d7408bb5223b Author: Partha Aji p...@redhat.com Date: Wed Jun 24 12:36:31 2009 -0400 507888 - Set the default virt mem value to 512 instead of 256 Apparently thats the minimum requirement

[Spacewalk-devel] Big Commit to master

2009-06-19 Thread Partha Aji
Next time you git pull you may see 309 files changed... I basically did the following Moved html:errors/ and html:messages id=message message=true rhn:messages c:out escapeXml=false value=${message}//rhn:messages/html:messages to layout_c.jsp which is used by every page in our UI.. Now since

Re: [Spacewalk-devel] Dojo?

2009-05-02 Thread Partha Aji
We could make our list tags more ajaxy, but I think there was some effort to minimize the amount of java scriptiness to help with non java script browsers.. Right now (in theory) the new/old list tag is supposed to be able to run on Non JS browsers also albeit minor modifications... That

Re: [Spacewalk-devel] Re: java/code java/spacewalk-java.spec

2009-04-20 Thread Partha Aji
Thanks for the suggestions 1) I imagine this could have been unit tested a bit more than zero. - Added some unit tests. Thanks for pushing on it :) 2) can you explain to me the purpose of this if block? - If block was not necessary .. You are right ... Removed it.. 3) all the above should

Re: [Spacewalk-devel] Fixed a iprange issue where the iprange delete URLs weren't being correctly ...

2009-03-13 Thread Partha Aji
to you by jmrodri via Google Reader: Fixed a iprange issue where the iprange delete URLs weren't being correctly rendered via Fedora Hosted Git Repositories - spacewalk.git/rss log by Partha Aji p...@redhat.com on 3/12/09 Fixed a iprange issue where the iprange delete URLs weren't being correctly

[Spacewalk-devel] Custom log4j.properties

2009-02-27 Thread Partha Aji
In the past I ve been annoyed by the fact that I have to be dealing with git when ever I update log4j.propeties even if they are only local changes that I'd never want in the source control system Well in lieu of this I added a couple of lines to build.xml to copy from ~/.log4j.properties

Re: [Spacewalk-devel] Custom log4j.properties

2009-02-27 Thread Partha Aji
Done... Jesus M. Rodriguez wrote: On Fri, Feb 27, 2009 at 4:30 PM, Partha Aji p...@redhat.com wrote: In the past I ve been annoyed by the fact that I have to be dealing with git when ever I update log4j.propeties even if they are only local changes that I'd never want in the source control

Re: [Spacewalk-devel] space05 bugs

2009-02-24 Thread Partha Aji
Is there a tracker for this ?? Jesus M. Rodriguez wrote: unaddressed bugs: 37 - http://tinyurl.com/bm3e9y total bugs: 84 - http://tinyurl.com/dx5skq We are planning on going out on March 15th (the Ides of March release). Please have your unaddressed bugs done by no later than March 9th.

Re: [Spacewalk-devel] space05 bugs

2009-02-24 Thread Partha Aji
n/m .. space05. Sorry Partha Aji wrote: Is there a tracker for this ?? Jesus M. Rodriguez wrote: unaddressed bugs: 37 - http://tinyurl.com/bm3e9y total bugs: 84 - http://tinyurl.com/dx5skq We are planning on going out on March 15th (the Ides of March release). Please have your

Re: [Spacewalk-devel] 481766: Added the example text as require dint he bug .. Forgot abt it...

2009-02-17 Thread Partha Aji
: Added the example text as require dint he bug .. Forgot abt it... via Fedora Hosted Git Repositories - spacewalk.git/rss log by Partha Aji p...@redhat.com on 2/15/09 481766: Added the example text as require dint he bug .. Forgot abt it... - [DH] java/code/src/com/redhat/rhn/frontend/strings/jsp

Re: [Spacewalk-devel] 481766: Added the example text as require dint he bug .. Forgot abt it...

2009-02-17 Thread Partha Aji
Oh was it supposed to be '-' ? So sorry /me forgets which punctuation went there.. I started with '-' theen backspaced and changed it to : Partha Jesus Rodriguez wrote: On Tue, Feb 17, 2009 at 10:15:48AM -0500, Partha Aji wrote: Nice s/Added the example text as require dint he bug

Re: [Spacewalk-devel] Debugging Unit Tests

2009-02-03 Thread Partha Aji
This sounds like a great idea..I usually use eclipse and unit tests running there and use the eclipse debugger to test stuff.. But doing it in ant will be very useful in cases where running unit tests in a specfic order causes the test to fail. Our continuous build system runs the tests via

Re: [Spacewalk-devel] Debugging Unit Tests

2009-02-03 Thread Partha Aji
Ideally test-debug should be the target name instead of test. way more convenient IMHO :) Jesus Rodriguez wrote: On Tue, Feb 03, 2009 at 05:35:58PM -0500, Jason Dobies wrote: I'm not sure how others do it (or if this is commonly known), but I was looking to attach a debugger to ant as it

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-28 Thread Partha Aji
I dunno if its the longest but changing the base channel for a System used to take ~30 secs per system.. So if the user asked the base channel to be changed for 100 systems its almost 50 min to get that done easily timing out the request.. Partha Miroslav Suchý wrote: Jason Dobies wrote: As

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-27 Thread Partha Aji
I would vote against the MessageQueue because if you restart tomcat you've lost all of your scheduling. Whereas if you were using taskomatic, you still would have all the queued actions left in the DB. +1 I jsherrill were dicussing how we'd implement this I started with Table Queue -

Re: [Spacewalk-devel] SSM Asynchronous Actions

2009-01-27 Thread Partha Aji
Does that mean that the MessageQueue can't be enhanced to use a database? Just because it doesn't right now doesn't mean it can't. I was merely suggesting the MessageQueue as a starting point to avoid inventing yet another threading system. It wouldn't be difficult to back the queue with a db

Re: [Spacewalk-devel] Informal Devel Environment Survey

2009-01-23 Thread Partha Aji
My setup involves the following 1) Workstation with Fedora on it. This workstation has eclipse + sudo yum install ant-nodeps junit ant-junit java-1.6.0-openjdk-devel sudo rpm -Uvh http://mirrors.dotsrc.org/jpackage/1.7/generic/free/RPMS/ivy-1.3.1-1jpp.noarch.rpm it also has a checkout of the

Re: [Spacewalk-devel] Couple of questions

2009-01-05 Thread Partha Aji
From: spacewalk-devel-boun...@redhat.com [spacewalk-devel-boun...@redhat.com] On Behalf Of Partha Aji [p...@redhat.com] Sent: Monday, 5 January 2009 7:07 PM To: spacewalk-devel@redhat.com Subject: Re: [Spacewalk-devel] Couple of questions Hey Colin, Coe, Colin

Re: [Spacewalk-devel] Couple of questions

2009-01-05 Thread Partha Aji
Hey Colin, Coe, Colin C. (Unix Engineer) wrote: Hi all First up, I'm working on a patch to add a 'nicer' editor to replace textareas in specific places (Kickstart pre/post scripts and config file creatation and editing). The problem I'm having is when I change html:textarea

Re: [Spacewalk-devel] kickstartTreeHandler

2008-12-12 Thread Partha Aji
Yeah I realized it was new in sw 0.4 ... Thats why I changed it :) ... Partha Mike McCune wrote: Jesus M. Rodriguez wrote: It's the right thing to do. /me hates having wordy method names when the namespaces should be enough. Good job. On Thu, Dec 11, 2008 at 10:33 PM, Partha Aji p

[Spacewalk-devel] New script to clear cobbler distros/profiles/system records

2008-12-04 Thread Partha Aji
http://git.fedorahosted.org/git/spacewalk.git?p=spacewalk.git;a=blob;f=scripts/cobbler-clear ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Schema change needed

2008-12-04 Thread Partha Aji
Another schema change needed (Re)Apply this file.. Makes the necessary change to get kickstart working.. 139-rhnKickstartableTrees.sql from $GIT_DIR/schema/spacewalk/upgrades/spacewalk-0.3-spacewalk-0.4/ and you should be good. Partha Justin Sherrill wrote: Another schema change needed, so

Re: [Spacewalk-devel] Spacewalk 0.4 update

2008-11-24 Thread Partha Aji
Mike McCune wrote: Jesus M. Rodriguez wrote: Hey Spacewalk hackers, I'd like to wrap up feature and bug fixing by 12/5 so that we can start the package building process on Monday 12/8 for a release on 12/15. Let me know if this will be a problem. Feature freeze: 12/5 Packages: 12/9 QA freeze:

Re: [Spacewalk-devel] localization?

2008-11-14 Thread Partha Aji
Zeus, Its a part of satsync. When you satsync it'll automatically sync ks trees to cobbler. Partha Jesus M. Rodriguez wrote: Partha, Is this script something that will need to be run during upgrades or just a dev util? If something the user will be using are we going to localize it?

Re: [Spacewalk-devel] spacewalk-cobber integration in main

2008-10-30 Thread Partha Aji
On schema updater I thought I did a rename Oh well lemme delete the one in java/scripts ... Totally agree that spacewalk-schema-upgrade is the way to upgrade the thing officially.. Well schema-updater is just for more fine grained stuff.. Like Upgrade scripts starting from specific number

Re: [Spacewalk-devel] Java 6 or Java 5? for spacewalk

2008-10-12 Thread Partha Aji
Thanks Jan :)... Changed my project settings to Java 5 :) Jan Pazdziora wrote: On Sun, Oct 12, 2008 at 02:55:11AM -0400, Partha Aji wrote: Recently I caused a couple of compile errors on Spacewalk... Basically my eclipse project has the compiler setting = Java 6. As a side effect

[Spacewalk-devel] Added a new Session Set

2008-09-16 Thread Partha Aji
I added to Spacewalk 0.3 a sessionset. Basically these are an alternative to RhnSets and must replace them for 90% of the cases... For more info... https://fedorahosted.org/spacewalk/wiki/ListTag#SessionSet Basic advantages over our traditional Rhnsets 1) Uses a session lifecyle.. So when the