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

Issue 268270043: The entire code from the initial commit

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 6 months ago by robert.erneborg
Modified:
8 years, 5 months ago
Visibility:
Public.

Description

The entire code from initial commit too the added support...(excluded)

Patch Set 1 #

Total comments: 44
Unified diffs Side-by-side diffs Delta from patch set Stats (+3738 lines, -1 line) Patch
M README.md View 1 chunk +5 lines, -1 line 0 comments Download
A crypt-node/crypt-node.iml View 1 chunk +7 lines, -0 lines 0 comments Download
A crypt-server.iml View 1 chunk +45 lines, -0 lines 0 comments Download
A pom.xml View 1 chunk +124 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/AppInitializer.java View 1 chunk +50 lines, -0 lines 5 comments Download
A src/main/java/se/kth/crypt/server/config/Properties.java View 1 chunk +20 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/ServerConfig.java View 1 chunk +114 lines, -0 lines 2 comments Download
A src/main/java/se/kth/crypt/server/config/Views.java View 1 chunk +16 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/WebMVCConfig.java View 1 chunk +66 lines, -0 lines 2 comments Download
A src/main/java/se/kth/crypt/server/controller/ControllerAdviceHandler.java View 1 chunk +43 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/controller/DeleteController.java View 1 chunk +39 lines, -0 lines 6 comments Download
A src/main/java/se/kth/crypt/server/controller/IndexController.java View 1 chunk +49 lines, -0 lines 6 comments Download
A src/main/java/se/kth/crypt/server/controller/ReadController.java View 1 chunk +53 lines, -0 lines 4 comments Download
A src/main/java/se/kth/crypt/server/controller/UpdateController.java View 1 chunk +48 lines, -0 lines 3 comments Download
A src/main/java/se/kth/crypt/server/controller/WriteController.java View 1 chunk +63 lines, -0 lines 10 comments Download
A src/main/java/se/kth/crypt/server/core/RmqReceiverHandler.java View 1 chunk +49 lines, -0 lines 4 comments Download
A src/main/java/se/kth/crypt/server/core/ScheduledTasks.java View 1 chunk +32 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/model/GeoEntry.java View 1 chunk +39 lines, -0 lines 2 comments Download
A src/main/resources/commons-logging.properties View 1 chunk +7 lines, -0 lines 0 comments Download
A src/main/resources/logback.xml View 1 chunk +31 lines, -0 lines 0 comments Download
A src/main/resources/rabbitConfiguration.xml View 1 chunk +11 lines, -0 lines 0 comments Download
A target/MANIFEST.MF View 1 chunk +5 lines, -0 lines 0 comments Download
A target/classes/commons-logging.properties View 1 chunk +7 lines, -0 lines 0 comments Download
A target/classes/logback.xml View 1 chunk +31 lines, -0 lines 0 comments Download
A target/classes/rabbitConfiguration.xml View 1 chunk +11 lines, -0 lines 0 comments Download
A target/crypt-server/META-INF/MANIFEST.MF View 1 chunk +5 lines, -0 lines 0 comments Download
A target/crypt-server/WEB-INF/classes/commons-logging.properties View 1 chunk +7 lines, -0 lines 0 comments Download
A target/crypt-server/WEB-INF/classes/logback.xml View 1 chunk +31 lines, -0 lines 0 comments Download
A target/crypt-server/WEB-INF/classes/rabbitConfiguration.xml View 1 chunk +11 lines, -0 lines 0 comments Download
A upload.py View 1 chunk +2719 lines, -0 lines 0 comments Download

Messages

Total messages: 8
robert.erneborg
This review contains the entire code from the first commit up until the first patch ...
8 years, 6 months ago (2015-10-06 14:04:08 UTC) #1
robert.erneborg
8 years, 6 months ago (2015-10-06 14:07:16 UTC) #2
kirill.sc
Generally good looking code, my high level comments are subject to my correct interpretation of ...
8 years, 6 months ago (2015-10-07 09:26:10 UTC) #3
robert.erneborg
I have corrected and changed everything discussed in this review except the comments I had ...
8 years, 6 months ago (2015-10-07 15:00:27 UTC) #4
kirill.sc
ok, great. Now, everyone else have a chance to look through the code and get ...
8 years, 6 months ago (2015-10-07 17:18:14 UTC) #5
robert.erneborg
https://codereview.appspot.com/268270043/diff/1/src/main/java/se/kth/crypt/server/controller/WriteController.java File src/main/java/se/kth/crypt/server/controller/WriteController.java (right): https://codereview.appspot.com/268270043/diff/1/src/main/java/se/kth/crypt/server/controller/WriteController.java#newcode50 src/main/java/se/kth/crypt/server/controller/WriteController.java:50: value = entry.getValues().get(c); On 2015/10/07 09:26:10, kirill.sc wrote: > ...
8 years, 6 months ago (2015-10-07 18:21:32 UTC) #6
kirill.sc
https://codereview.appspot.com/268270043/diff/1/src/main/java/se/kth/crypt/server/controller/WriteController.java File src/main/java/se/kth/crypt/server/controller/WriteController.java (right): https://codereview.appspot.com/268270043/diff/1/src/main/java/se/kth/crypt/server/controller/WriteController.java#newcode59 src/main/java/se/kth/crypt/server/controller/WriteController.java:59: return "Value added for key: " + entry.getKey(); On ...
8 years, 6 months ago (2015-10-07 21:59:54 UTC) #7
kirill.sc
8 years, 5 months ago (2015-11-21 08:57:54 UTC) #8
Removing myself from reviewers, issue can be closed
Sign in to reply to this message.

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