[Spacewalk-devel] [PATCH] 484950 - clear-db flag does'nt do whats it says it does in the --help

2014-02-04 Thread Dimitar Yordanov
-- Dimitar Yordanov Systems Management QA #satellite-qa From fd33801c43e02396a6f9937d83fe5a1db801accf Mon Sep 17 00:00:00 2001 From: Dimitar Yordanov Date: Tue, 4 Feb 2014 23:12:15 +0100 Subject: [PATCH] 484950 - clear-db flag does not do what in --help --- spacewalk/setup/bin/spacewalk-setup

Re: [Spacewalk-devel] [PATCH]: 460556 - option clear-db missing in answer file

2014-02-04 Thread Dimitar Yordanov
Hi all, I belief I have just come up with better patch. Dimi - Original Message - > From: "Dimitar Yordanov" > To: spacewalk-devel@redhat.com > Sent: Tuesday, February 4, 2014 8:54:47 PM > Subject: [Spacewalk-devel] Pathc: 460556 - option clear-db missing in answer > file > > >

[Spacewalk-devel] Pathc: 460556 - option clear-db missing in answer file

2014-02-04 Thread Dimitar Yordanov
-- Dimitar Yordanov Systems Management QA #satellite-qa From c4ae573a967d056a6915e007e4b220e754dc82fc Mon Sep 17 00:00:00 2001 From: Dimitar Yordanov Date: Tue, 4 Feb 2014 20:49:01 +0100 Subject: [PATCH] 460556 - option clear-db missing in answer file --- spacewalk/setup/lib/Spacewalk/Setup.p

[Spacewalk-devel] Clean up embedded Oracle related code.

2014-02-04 Thread Dimitar Yordanov
-- Dimitar Yordanov Systems Management QA #satellite-qa From 53403e7eb5b1dbe158a39e32e6d7b360f66c19a0 Mon Sep 17 00:00:00 2001 From: Dimitar Yordanov Date: Tue, 4 Feb 2014 15:25:49 +0100 Subject: [PATCH] Clean up - embedded Oracle related code --- spacewalk/setup/lib/Spacewalk/Setup.pm | 41 +

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Bo Maryniuk
On Tue, Feb 04, 2014 at 02:03:18PM +0100, Michael Mraka wrote: > NEVRA+channel name is still more complicated than simple id. But your script does not know about the ID. It will know after fetching available packages. Then you should be adding some logic to your script in order to find out what ex

Re: [Spacewalk-devel] [PATCH] Adding a password placeholder check when editing a user.

2014-02-04 Thread Michael Mraka
Maximilian Meister wrote: % Hi Michael, % % i changed the patch. So no additional javascript. % % * I replaced the struts tag with the standard html input tag to use % the placeholder attribute % * Some changes to the logic in % spacewalk-pwstrength-handler.js:updateTickIcon() % * Johannes Renner

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Bo Maryniuk
Hi, Milan. Thanks for the clarifications! More below. On Tue, Feb 04, 2014 at 01:33:01PM +0100, Milan Zázrivec wrote: > Say you have several "myfantasticserver" systems (i.e. the same profile > name / hostname / ip address) and add a package installation action > to an existing action chain. Which

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Michael Mraka
Bo Maryniuk wrote: % On Tue, Feb 04, 2014 at 01:22:40PM +0100, Michael Mraka wrote: % > That's correct. But then you have to use NEVRA+checksum which is more % > complicated than simple id. % % Do you actually need the checksum, as long as you know the channel name? NEVRA+channel name is still mo

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Bo Maryniuk
On Tue, Feb 04, 2014 at 01:22:40PM +0100, Michael Mraka wrote: > That's correct. But then you have to use NEVRA+checksum which is more > complicated than simple id. Do you actually need the checksum, as long as you know the channel name? -- Bo Maryniuk SUSE LINUX Products GmbH, HRB 16746 (AG Nü

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Milan Zázrivec
On Tuesday 04 February 2014 12:57:39 Bo Maryniuk wrote: > On Tue, Feb 04, 2014 at 11:54:13AM +0100, Milan Zázrivec wrote: > > Using "myfantasticserver" and {"name" : "alsa-lib", "version" : "1.0.22",} > > to identify server and package? Please no. > > How do you remove an orphan package that is no

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Michael Mraka
Bo Maryniuk wrote: % > It's not uncommon to have the same machine registered with Spacewalk multiple % > times and use the same profile name / hostname / IP address for all these % > registrations. "myfantasticserver" simply won't be enough to uniquely identify % > the desired server -- only serv

Re: [Spacewalk-devel] [PATCH] Date/Time picker

2014-02-04 Thread Michael Mraka
Duncan Mac-Vicar P. wrote: % On 04/02/14 00:04, Duncan Mac-Vicar P. wrote: % > Here is the latest patch for the date picker. Feedback welcome! % > % % I just realized the patch above contains a javascript file that is not % used (a picker implementation used in the first experiments). Here are % t

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Bo Maryniuk
On Tue, Feb 04, 2014 at 11:54:13AM +0100, Milan Zázrivec wrote: > Using "myfantasticserver" and {"name" : "alsa-lib", "version" : "1.0.22",} to > identify server and package? Please no. How do you remove an orphan package that is not on the channels from the particular machine? The UI allows to do

Re: [Spacewalk-devel] Action Chain XML-RPC API

2014-02-04 Thread Milan Zázrivec
On Monday 03 February 2014 16:32:46 Bo Maryniuk wrote: > Hello everyone. > > We are developing here Action Chain feature, where you can add some actions > (install/remove/verify/etc package or other things) to the Chain, making > sort of one-shot batch. These actions won't be executed, until you e

Re: [Spacewalk-devel] [PATCH] Adding a password placeholder check when editing a user.

2014-02-04 Thread Maximilian Meister
On 01/29/2014 02:22 PM, Michael Mraka wrote: I see :(, I was not aware of it. Anyway I'd still prefer not to use javascript if not necessary. So in this particular case I'd replace html:password with direct html input tag: Hi Michael, i changed the patch. So no additional javascript.