Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(116)

Issue 5577067: ACL inheritance related implementation in connector manager (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by Srinivas
Modified:
14 years, 4 months ago
Reviewers:
JohnL, brett.michael.johnson
CC:
connector-cr_google.com, plexi_google.com, connector-eng_google.com, gsa-connectors-dev-forum_googlegroups.com
Base URL:
http://google-enterprise-connector-manager.googlecode.com/svn/trunk/projects/connector-manager/
Visibility:
Public.

Description

This CL includes the files for ACL inheritance related implementation in connector manager. Please review the changes. This redesign used doc properties for ACL

Patch Set 1 #

Total comments: 52

Patch Set 2 : Modifications as per review #

Total comments: 28
Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -15 lines) Patch
M source/java/com/google/enterprise/connector/pusher/XmlFeed.java View 1 5 chunks +144 lines, -13 lines 14 comments Download
M source/java/com/google/enterprise/connector/spi/SpiConstants.java View 1 4 chunks +62 lines, -2 lines 10 comments Download
M source/javatests/com/google/enterprise/connector/pusher/DocPusherTest.java View 1 1 chunk +36 lines, -0 lines 4 comments Download

Messages

Total messages: 13
Srinivas
Please review changes
14 years, 4 months ago (2012-01-28 01:07:53 UTC) #1
Brett
http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/spi/SpiConstants.java File source/java/com/google/enterprise/connector/spi/SpiConstants.java (right): http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/spi/SpiConstants.java#newcode367 source/java/com/google/enterprise/connector/spi/SpiConstants.java:367: return (this == other || (this != CONTENT && ...
14 years, 4 months ago (2012-01-28 02:02:50 UTC) #2
JohnL
+gsa-connectors-dev-forum
14 years, 4 months ago (2012-01-28 02:49:32 UTC) #3
JohnL
I think this will be much better than our original design. I've marked with (6.15.8) ...
14 years, 4 months ago (2012-01-28 04:42:12 UTC) #4
JohnL
Slight correction to one of my comments. John L http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode532 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:532: ...
14 years, 4 months ago (2012-01-28 20:41:27 UTC) #5
Srinivas
Please review changes http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/1/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode114 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:114: private static final String XML_TYPE = ...
14 years, 4 months ago (2012-01-31 00:17:48 UTC) #6
JohnL
LGTM, with trivial comments. John L http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode508 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:508: if(!Strings.isNullOrEmpty(inheritanceType)) { Add ...
14 years, 4 months ago (2012-01-31 00:39:51 UTC) #7
Srinivas
Changes as per review http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode508 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:508: if(!Strings.isNullOrEmpty(inheritanceType)) { On 2012/01/31 00:39:51, ...
14 years, 4 months ago (2012-01-31 02:17:48 UTC) #8
Brett
LGTM, with some minor comments. http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode468 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:468: * Constructs the record ...
14 years, 4 months ago (2012-02-01 21:13:26 UTC) #9
Srinivas
http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java File source/java/com/google/enterprise/connector/pusher/XmlFeed.java (right): http://codereview.appspot.com/5577067/diff/6001/source/java/com/google/enterprise/connector/pusher/XmlFeed.java#newcode468 source/java/com/google/enterprise/connector/pusher/XmlFeed.java:468: * Constructs the record URL for the given doc ...
14 years, 4 months ago (2012-02-02 18:27:56 UTC) #10
Brett
http://codereview.appspot.com/5577067/diff/6001/source/javatests/com/google/enterprise/connector/pusher/DocPusherTest.java File source/javatests/com/google/enterprise/connector/pusher/DocPusherTest.java (right): http://codereview.appspot.com/5577067/diff/6001/source/javatests/com/google/enterprise/connector/pusher/DocPusherTest.java#newcode2517 source/javatests/com/google/enterprise/connector/pusher/DocPusherTest.java:2517: System.out.println(resultXML); In that case, I often tag such things ...
14 years, 4 months ago (2012-02-02 19:08:36 UTC) #11
JohnL
Committed as revisions 2926 and 2928: http://code.google.com/p/google-enterprise-connector-manager/source/detail?r=2926 http://code.google.com/p/google-enterprise-connector-manager/source/detail?r=2928 Srinivas, please close this review and its ...
14 years, 4 months ago (2012-02-03 08:16:05 UTC) #12
Srinivas
14 years, 4 months ago (2012-02-03 18:12:55 UTC) #13
Done. Thanks.

On Fri, Feb 3, 2012 at 12:16 AM, <jlacey@google.com> wrote:

> Committed as revisions 2926 and 2928:
>
> http://code.google.com/p/**google-enterprise-connector-**
>
manager/source/detail?r=2926<http://code.google.com/p/google-enterprise-connector-manager/source/detail?r=2926>
> http://code.google.com/p/**google-enterprise-connector-**
>
manager/source/detail?r=2928<http://code.google.com/p/google-enterprise-connector-manager/source/detail?r=2928>
>
> Srinivas, please close this review and its antecedent.
>
> John L
>
>
>
http://codereview.appspot.com/**5577067/<http://codereview.appspot.com/5577067/>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b