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

Issue 310970043: Remove chronicle ID from getUpdateAcls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 7 months ago by Srinivas
Modified:
7 years, 7 months ago
Reviewers:
JohnL
CC:
connector-cr_google.com
Visibility:
Public.

Description

Remove chronicle ID from getUpdateAcls. Chronicle id is same as audited object id for ACL modification in ACL audit trail.

Patch Set 1 #

Total comments: 16

Patch Set 2 : Changes as per review. #

Total comments: 3

Patch Set 3 : Changes as per review #

Patch Set 4 : Rebased with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -35 lines) Patch
M src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java View 1 2 3 3 chunks +7 lines, -10 lines 0 comments Download
M test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java View 1 2 3 8 chunks +25 lines, -25 lines 0 comments Download

Messages

Total messages: 9
Srinivas
Please review. https://codereview.appspot.com/310970043/diff/1/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java File test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java (right): https://codereview.appspot.com/310970043/diff/1/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java#newcode2858 test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java:2858: "insert into dm_audittrail_acl(r_object_id, chronicle_id, " Could have ...
7 years, 7 months ago (2016-09-24 01:24:43 UTC) #1
JohnL
https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java File src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java (right): https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java#newcode97 src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java:97: .append("SELECT r_object_id, chronicle_id, audited_obj_id, ") Remove unused chronicle_id. https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java#newcode205 ...
7 years, 7 months ago (2016-09-26 20:43:32 UTC) #2
Srinivas
Please review. https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java File src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java (right): https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java#newcode97 src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java:97: .append("SELECT r_object_id, chronicle_id, audited_obj_id, ") On 2016/09/26 ...
7 years, 7 months ago (2016-09-26 22:54:52 UTC) #3
JohnL
https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java File src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java (right): https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java#newcode205 src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java:205: "Skipping already procesed ACL: {0}", modifyObjectId); On 2016/09/26 22:54:52, ...
7 years, 7 months ago (2016-09-26 23:21:20 UTC) #4
Srinivas
Please review the changes. https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java File src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java (right): https://codereview.appspot.com/310970043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java#newcode205 src/com/google/enterprise/adaptor/documentum/DocumentumAcls.java:205: "Skipping already procesed ACL: {0}", ...
7 years, 7 months ago (2016-09-27 03:11:43 UTC) #5
JohnL
Please rebase and put up another patch set. I moved some of the code you've ...
7 years, 7 months ago (2016-09-27 20:54:54 UTC) #6
Srinivas
Please review.
7 years, 7 months ago (2016-09-27 22:45:13 UTC) #7
JohnL
LGTM John L
7 years, 7 months ago (2016-09-27 23:12:09 UTC) #8
Srinivas
7 years, 7 months ago (2016-09-27 23:26:43 UTC) #9
Sign in to reply to this message.

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