[jira] [Created] (FC-197) Add ability to set and search by ftProps

2016-10-13 Thread Chris Pike (JIRA)
Chris Pike created FC-197:
-

 Summary: Add ability to set and search by ftProps
 Key: FC-197
 URL: https://issues.apache.org/jira/browse/FC-197
 Project: FORTRESS
  Issue Type: Improvement
Reporter: Chris Pike
Assignee: Chris Pike


Need ability to set ftProps and search by ftProps on some fortress entities 

- User
- Role
- Admin Role
- Perm Obj
- Perm Op



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Follow up on the "Creating partitions (Studio M10, ApacheDS 23)" thread

2016-10-13 Thread Stefan Seelmann
On 10/13/2016 05:14 AM, Adrian Robitu wrote:
> .
> 
>> This is a Studio issue. We have fixed that already, but the new version is
> not already out.
> 
>>
> 
>> You can try the latest version using one of the installers :
> 
>>
> https://dist.apache.org/repos/dist/dev/directory/studio/2.0.0.v20160717-M11/
> 
>>
> 
>> Let us know if you have any trouble with those.
> 
>  
> 
> Any idea when an Eclipse plugin update for M11 could become available?

I suggest we start a new release attempt in the next days. Even if
Windows and Mac installers are not yet working I think we need to
release an update to our users.

Kind Regards,
Stefan



Re: Follow up on the "Creating partitions (Studio M10, ApacheDS 23)" thread

2016-10-13 Thread Emmanuel Lecharny
Just one thing : I have an urgent update in LDAP API that fixes a critical
SSL issue. I intend to start a release tonite or tomorrow.

On Thu, Oct 13, 2016 at 10:12 PM, Emmanuel Lecharny 
wrote:

>
>
> On Thu, Oct 13, 2016 at 9:58 PM, Stefan Seelmann 
> wrote:
>
>> On 10/13/2016 05:14 AM, Adrian Robitu wrote:
>> > .
>> >
>> >> This is a Studio issue. We have fixed that already, but the new
>> version is
>> > not already out.
>> >
>> >>
>> >
>> >> You can try the latest version using one of the installers :
>> >
>> >>
>> > https://dist.apache.org/repos/dist/dev/directory/studio/2.0.
>> 0.v20160717-M11/
>> >
>> >>
>> >
>> >> Let us know if you have any trouble with those.
>> >
>> >
>> >
>> > Any idea when an Eclipse plugin update for M11 could become available?
>>
>> I suggest we start a new release attempt in the next days. Even if
>> Windows and Mac installers are not yet working I think we need to
>> release an update to our users.
>>
>
> Agreed. And I do think we have working installers for all platforms now.
>



-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: Follow up on the "Creating partitions (Studio M10, ApacheDS 23)" thread

2016-10-13 Thread Emmanuel Lecharny
On Thu, Oct 13, 2016 at 9:58 PM, Stefan Seelmann 
wrote:

> On 10/13/2016 05:14 AM, Adrian Robitu wrote:
> > .
> >
> >> This is a Studio issue. We have fixed that already, but the new version
> is
> > not already out.
> >
> >>
> >
> >> You can try the latest version using one of the installers :
> >
> >>
> > https://dist.apache.org/repos/dist/dev/directory/studio/2.0.
> 0.v20160717-M11/
> >
> >>
> >
> >> Let us know if you have any trouble with those.
> >
> >
> >
> > Any idea when an Eclipse plugin update for M11 could become available?
>
> I suggest we start a new release attempt in the next days. Even if
> Windows and Mac installers are not yet working I think we need to
> release an update to our users.
>

Agreed. And I do think we have working installers for all platforms now.


[jira] [Resolved] (DIRSTUDIO-1121) Performance penalty as editor input is always set twice

2016-10-13 Thread Stefan Seelmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Seelmann resolved DIRSTUDIO-1121.

Resolution: Fixed

Fixed: http://svn.apache.org/viewvc?rev=1764332=rev

> Performance penalty as editor input is always set twice
> ---
>
> Key: DIRSTUDIO-1121
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1121
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-ldapbrowser
>Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
>Reporter: Stefan Seelmann
>Assignee: Stefan Seelmann
> Fix For: 2.0.0-M12
>
>
> When selection an entry or search in the browser view the entry is opened in 
> the editor. However due to a workaround for the link-with-editor feature the 
> input is always set twice. That means the table is rendered twice, filtering 
> and sorting is done twice, and lot of SWT and native resources are allowated 
> twice. Especially for entries with many attributes there is a considerable 
> delay when opening the entry.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (DIRSERVER-2168) Possible performance improvement in the Add operation

2016-10-13 Thread Emmanuel Lecharny (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRSERVER-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRSERVER-2168:
-
Description: 
The {{Add}} operation is fetching two ID from the DN index :
* The entry's ID
* The parent's ID

The thing is that when we fetch the entry's ID, we also fetch the parent's ID. 
It would be better to first fetch the parent's ID and the the entry, saving 
quite a lot of index access.

> Possible performance improvement in the Add operation
> -
>
> Key: DIRSERVER-2168
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2168
> Project: Directory ApacheDS
>  Issue Type: Improvement
>Affects Versions: 2.0.0-M22
>Reporter: Emmanuel Lecharny
> Fix For: 2.0.0-M23
>
>
> The {{Add}} operation is fetching two ID from the DN index :
> * The entry's ID
> * The parent's ID
> The thing is that when we fetch the entry's ID, we also fetch the parent's 
> ID. It would be better to first fetch the parent's ID and the the entry, 
> saving quite a lot of index access.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (DIRSERVER-2168) Performance improvement in the Add operation

2016-10-13 Thread Emmanuel Lecharny (JIRA)
Emmanuel Lecharny created DIRSERVER-2168:


 Summary: Performance improvement in the Add operation
 Key: DIRSERVER-2168
 URL: https://issues.apache.org/jira/browse/DIRSERVER-2168
 Project: Directory ApacheDS
  Issue Type: Bug
Affects Versions: 2.0.0-M22
Reporter: Emmanuel Lecharny
 Fix For: 2.0.0-M23






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (DIRSERVER-2168) Possible performance improvement in the Add operation

2016-10-13 Thread Emmanuel Lecharny (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRSERVER-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRSERVER-2168:
-
Issue Type: Improvement  (was: Bug)

> Possible performance improvement in the Add operation
> -
>
> Key: DIRSERVER-2168
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2168
> Project: Directory ApacheDS
>  Issue Type: Improvement
>Affects Versions: 2.0.0-M22
>Reporter: Emmanuel Lecharny
> Fix For: 2.0.0-M23
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (DIRSERVER-2168) Possible performance improvement in the Add operation

2016-10-13 Thread Emmanuel Lecharny (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRSERVER-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRSERVER-2168:
-
Summary: Possible performance improvement in the Add operation  (was: 
Performance improvement in the Add operation)

> Possible performance improvement in the Add operation
> -
>
> Key: DIRSERVER-2168
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2168
> Project: Directory ApacheDS
>  Issue Type: Bug
>Affects Versions: 2.0.0-M22
>Reporter: Emmanuel Lecharny
> Fix For: 2.0.0-M23
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)