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

Issue 266630043: The entire code again

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

Description

The entire code again

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+4470 lines, -1 line) Patch
M README.md View 1 chunk +5 lines, -1 line 0 comments Download
A crypt.properties View 1 chunk +2 lines, -0 lines 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 +47 lines, -0 lines 0 comments Download
A pom.xml View 1 chunk +130 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/AppInitializer.java View 1 chunk +56 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/Properties.java View 1 chunk +44 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/SchedulingConfig.java View 1 chunk +40 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/ServerConfig.java View 1 chunk +330 lines, -0 lines 1 comment Download
A src/main/java/se/kth/crypt/server/config/Views.java View 1 chunk +22 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/config/WebMVCConfig.java View 1 chunk +53 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/controller/ControllerAdviceHandler.java View 1 chunk +47 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/controller/DatabaseController.java View 1 chunk +130 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/CryptRabbitTemplate.java View 1 chunk +88 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java View 1 chunk +128 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/DatabaseUpdateReceiver.java View 1 chunk +38 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/MasterElectionReceiver.java View 1 chunk +28 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/ServerNode.java View 1 chunk +83 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/ShutdownHandler.java View 1 chunk +40 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/core/SolicitationReceiver.java View 1 chunk +116 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/model/GeoEntry.java View 1 chunk +47 lines, -0 lines 3 comments Download
A src/main/java/se/kth/crypt/server/todo.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A src/main/java/se/kth/crypt/server/util/CryptUtils.java View 1 chunk +56 lines, -0 lines 0 comments Download
A src/main/resources/commons-logging.properties View 1 chunk +7 lines, -0 lines 0 comments Download
A src/main/resources/log4j.properties View 1 chunk +17 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/log4j.properties View 1 chunk +17 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/log4j.properties View 1 chunk +17 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: 6
robert.erneborg
Since there has been a lot of changes to the server and I haven't really ...
8 years, 6 months ago (2015-10-22 12:22:45 UTC) #1
fikri.firman
https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java File src/main/java/se/kth/crypt/server/model/GeoEntry.java (right): https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java#newcode47 src/main/java/se/kth/crypt/server/model/GeoEntry.java:47: } looks good
8 years, 6 months ago (2015-10-27 09:14:57 UTC) #2
karthik.venkatesan85
https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java File src/main/java/se/kth/crypt/server/model/GeoEntry.java (right): https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java#newcode18 src/main/java/se/kth/crypt/server/model/GeoEntry.java:18: @JsonView(Views.RestrictedView.class) Looks good.Would be nice to know the use ...
8 years, 6 months ago (2015-10-27 09:42:42 UTC) #3
robert.erneborg
https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java File src/main/java/se/kth/crypt/server/model/GeoEntry.java (right): https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/model/GeoEntry.java#newcode18 src/main/java/se/kth/crypt/server/model/GeoEntry.java:18: @JsonView(Views.RestrictedView.class) On 2015/10/27 09:42:41, karthik.venkatesan85 wrote: > Looks good.Would ...
8 years, 6 months ago (2015-10-27 09:48:06 UTC) #4
teowey
https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/config/ServerConfig.java File src/main/java/se/kth/crypt/server/config/ServerConfig.java (right): https://codereview.appspot.com/266630043/diff/1/src/main/java/se/kth/crypt/server/config/ServerConfig.java#newcode91 src/main/java/se/kth/crypt/server/config/ServerConfig.java:91: return new Queue(Properties.SOLICITATION_QUEUE_NAME, true); I couldn't find the declaration ...
8 years, 6 months ago (2015-10-28 23:18:16 UTC) #5
kirill.sc
8 years ago (2016-04-15 12:45:55 UTC) #6

          
Sign in to reply to this message.

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