[Freeipa-devel] gitweb doesn't show the correct histroy for webui-details

2010-08-06 Thread Adam Young
The recent reset of the origin/master branch for FreeIPA has had the side effec that it left gitweb confused. I've noticed the same thing on both my personal gitweb and the fedorahosted.org server: webui-details seems to show the tree from the same place as master currently shows. However,

Re: [Freeipa-devel] [patch] The Javascript code for the new web ui

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/04/2010 11:05 AM, Adam Young wrote: On 08/03/2010 07:51 PM, Adam Young wrote: This code is the javascript, html and sample data code at the heart of the new web UI. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [Patch] Install infrastructure for new web UI.

2010-08-06 Thread Rob Crittenden
Adam Young wrote: This patch is one of a series that are the web UI code broken out into 4 separate patches. This one contains the changes to the files used for the build and configure infrastructure code to support the new web ui. ack ___

Re: [Freeipa-devel] [Patch] Changes to the python infrastructure-supporting-the-web ui

2010-08-06 Thread Rob Crittenden
Adam Young wrote: This code contains the changes to the python code necessary to support the new web ui. It handles the changes to the baseldap code necessary to expose the meta data to the front end, as well as the installation support. nack. About 75 tests are failing with this patch. I

Re: [Freeipa-devel] [Patch] Changes to the python infrastructure-supporting-the-web ui

2010-08-06 Thread Adam Young
On 08/06/2010 11:51 AM, Rob Crittenden wrote: Adam Young wrote: This code contains the changes to the python code necessary to support the new web ui. It handles the changes to the baseldap code necessary to expose the meta data to the front end, as well as the installation support. nack.

Re: [Freeipa-devel] [patch] The Javascript code for the new web ui

2010-08-06 Thread Adam Young
On 08/06/2010 11:46 AM, Rob Crittenden wrote: Adam Young wrote: On 08/04/2010 11:05 AM, Adam Young wrote: On 08/03/2010 07:51 PM, Adam Young wrote: This code is the javascript, html and sample data code at the heart of the new web UI. ___

[Freeipa-devel] [PATCH] 501 report managedby errors

2010-08-06 Thread Rob Crittenden
Report failures when adding/removing members to the managedby attribute (services and hosts). rob freeipa-501-managedby.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 454 add su-l hbac service

2010-08-06 Thread Rob Crittenden
Stephen Gallagher wrote: On 05/27/2010 10:59 AM, Rob Crittenden wrote: Add another default hbac service, su-l. rob Ack pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 451 fix i18n test

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 05/27/2010 10:29 AM, Pavel Zuna wrote: On 05/21/2010 11:35 PM, Rob Crittenden wrote: Fix this test to work from source tree root It would work if you ran the test from its location in tests/test_ipalib but this isn't the most common method. If you want to run it

Re: [Freeipa-devel] [PATCH] 492 fix env plugin

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/26/2010 06:00 PM, Rob Crittenden wrote: The env plugin was displaying just the number of entries in the environment, not the values. Add an --all flag to print those, on by default. rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 484 add framework for testing other cmdlines

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/12/2010 05:51 PM, Rob Crittenden wrote: In order to test service-disable I needed a way to get a keytab. For this we need to run ipa-getkeytab so I added some framework to be able to run the non-ipa command-line utilities. Right now I'm just testing the very basics of

Re: [Freeipa-devel] [PATCH] 491 Fix replacing a certificate in a service.

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/22/2010 04:14 PM, Rob Crittenden wrote: Rob Crittenden wrote: When a service has a certificate and the CA backend doesn't support revocation (like selfsign) then we simply drop the old certificate in preparation for adding a new one. We weren't setting the

Re: [Freeipa-devel] [PATCH] 495 user/group name validation

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/27/2010 04:38 PM, Rob Crittenden wrote: Add optional error message to pattern validator and enforces valid user/group names. The pattern validator by default displays the pattern that is being matched against. This isn't helpful, particularly for very hairy patterns.

Re: [Freeipa-devel] [PATCH] 496 fix RPC tests

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/27/2010 04:40 PM, Rob Crittenden wrote: Fix the RPC tests. The method name comes back as a unicode from xmlrpclib.loads(). With this and a fix in patch 495 all tests should now pass. rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 490 add DNS lookup to new hosts/services

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/05/2010 10:36 AM, Rob Crittenden wrote: Adam Young wrote: On 08/05/2010 08:45 AM, Rob Crittenden wrote: Adam Young wrote: On 07/30/2010 04:02 PM, Adam Young wrote: On 07/22/2010 02:25 PM, Rob Crittenden wrote: Make sure that the host behind new host and service

Re: [Freeipa-devel] [PATCH] 493 skip lang test if not built

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 08/04/2010 03:56 PM, Adam Young wrote: On 07/26/2010 06:01 PM, Rob Crittenden wrote: The i18n tests were failing if the language wasn't built. Skip it in this case and inform the user what to run to get the test to execute. rob

Re: [Freeipa-devel] [PATCH] 497 check for command existence in tests

2010-08-06 Thread Rob Crittenden
Adam Young wrote: On 07/29/2010 10:55 AM, Rob Crittenden wrote: The command tests rely on the in-tree version of the command. If you haven't done a 'make' in the tree the command won't exist so isn't testable. This adds a test for command existence and raises a specific error. It was

[Freeipa-devel] [Patch] 0001-Remove-search-field-on-group-button.patch

2010-08-06 Thread Adam Young
In reusing the search functionality for the group listing, we don't want the search field or button. THis patch hides it, while also performing some initialization/cleanup for the Enroll button From e9c411d6874bf5d1b4a16cad58bcdb97bde21601 Mon Sep 17 00:00:00 2001 From: Adam Young

[Freeipa-devel] [Patch] IPA-HTTPD-config-uses-usr-share-static-as-target-

2010-08-06 Thread Adam Young
Changes the URI for the WebUI from ipa/static to ipa/ui, which makes the existing redirects work again. From 4ca2fc7223827e8ca97529acfe28c4c366bb14e9 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 6 Aug 2010 15:43:27 -0400 Subject: [PATCH 2/2] IPA HTTPD config uses