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

Issue 316100043: Fix bug#26742691: Support for same name files in a folder - Part 2 (Closed)

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

Description

Fix bug#26742691: Support for same name files in a folder - Part 2 Changes to send all the DocId urls with objectId appended. Modified tests to use hexadecimal objectId. These objectIds are genreated with object type, name and zero and padding to form hexadecimal objectId.

Patch Set 1 #

Total comments: 33

Patch Set 2 : Changes as per review. #

Total comments: 15

Patch Set 3 : Changes as per review. #

Total comments: 11

Patch Set 4 : Changes as per review. #

Total comments: 2

Patch Set 5 : LGTM Changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -128 lines) Patch
M src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java View 1 2 3 4 8 chunks +31 lines, -22 lines 0 comments Download
M test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java View 1 2 3 4 43 chunks +187 lines, -106 lines 0 comments Download

Messages

Total messages: 10
Srinivas
Please review.
7 years, 3 months ago (2017-01-05 21:40:49 UTC) #1
JohnL
Please add descriptions of the actual changes in each part. You missed part 1, but ...
7 years, 3 months ago (2017-01-05 23:36:07 UTC) #2
Srinivas
Please review. https://codereview.appspot.com/316100043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java File src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java (right): https://codereview.appspot.com/316100043/diff/1/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java#newcode306 src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java:306: private static String docIdToName(String id) { On ...
7 years, 3 months ago (2017-01-06 05:39:34 UTC) #3
JohnL
The description can be more specific. Is this CL about anything but adding the object ...
7 years, 3 months ago (2017-01-07 00:30:44 UTC) #4
Srinivas
Please review. https://codereview.appspot.com/316100043/diff/1/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java File test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java (right): https://codereview.appspot.com/316100043/diff/1/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java#newcode230 test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java:230: reservedCabinets.put("dm_bof_registry", CABINET.pad("1")); On 2017/01/07 00:30:43, JohnL wrote: ...
7 years, 3 months ago (2017-01-10 05:50:47 UTC) #5
JohnL
https://codereview.appspot.com/316100043/diff/100001/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java File src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java (right): https://codereview.appspot.com/316100043/diff/100001/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java#newcode665 src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java:665: "SELECT r_object_id, object_name, r_folder_path FROM dm_cabinet" Remove object_name. https://codereview.appspot.com/316100043/diff/100001/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java#newcode1409 ...
7 years, 3 months ago (2017-01-10 21:33:29 UTC) #6
Srinivas
Please review https://codereview.appspot.com/316100043/diff/100001/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java File src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java (right): https://codereview.appspot.com/316100043/diff/100001/src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java#newcode665 src/com/google/enterprise/adaptor/documentum/DocumentumAdaptor.java:665: "SELECT r_object_id, object_name, r_folder_path FROM dm_cabinet" On ...
7 years, 3 months ago (2017-01-11 02:04:04 UTC) #7
JohnL
LGTM++ John L https://codereview.appspot.com/316100043/diff/120001/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java File test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java (right): https://codereview.appspot.com/316100043/diff/120001/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java#newcode1719 test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java:1719: URI anchor = response.anchors.get(DocumentumAdaptor.docIdToPath( Bad line ...
7 years, 3 months ago (2017-01-11 03:11:00 UTC) #8
Srinivas
Final LGTM changes https://codereview.appspot.com/316100043/diff/120001/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java File test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java (right): https://codereview.appspot.com/316100043/diff/120001/test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java#newcode1719 test/com/google/enterprise/adaptor/documentum/DocumentumAdaptorTest.java:1719: URI anchor = response.anchors.get(DocumentumAdaptor.docIdToPath( On 2017/01/11 ...
7 years, 3 months ago (2017-01-11 05:22:00 UTC) #9
Srinivas
7 years, 3 months ago (2017-01-11 23:35:07 UTC) #10
Sign in to reply to this message.

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