Skip to content

Commit

Permalink
Merge branch 'release/1.7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Sep 5, 2014
2 parents 0359836 + 2b27588 commit cddb5b7
Show file tree
Hide file tree
Showing 178 changed files with 10,015 additions and 4,369 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
.project
.settings

# Emacs files
*~

# Build config and output paths
.gradle
.gwt-log
Expand Down Expand Up @@ -77,3 +80,7 @@ reports/target
tests/clojure/akvo-tests/.lein*
tests/clojure/akvo-tests/bin
tests/clojure/akvo-tests/target

*.codekit
*.scssc
dwsync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,26 +192,14 @@ public static void main(String[] args) throws Exception {
Map<String, Object> apkData = new HashMap<String, Object>();
apkData.put("awsBucket", bucketName);
apkData.put("awsAccessKeyId", accessKeys.get(apkUser).getAccessKeyId());
apkData.put("awsSecretAccessKey", accessKeys.get(apkUser).getSecretAccessKey());
apkData.put("awsSecretKey", accessKeys.get(apkUser).getSecretAccessKey());
apkData.put("serverBase", "https://" + gaeId + ".appspot.com");
apkData.put("restApiKey", apiKey);

Template t3 = cfg.getTemplate("survey.properties.ftl");
FileWriter fw = new FileWriter(new File(out, "/survey.properties"));
t3.process(apkData, fw);

// UploadConstants.properties
Map<String, Object> gaeData = new HashMap<String, Object>();
gaeData.put("awsBucket", bucketName);
gaeData.put("awsAccessKeyId", accessKeys.get(gaeUser).getAccessKeyId());
gaeData.put("awsSecretAccessKey", accessKeys.get(gaeUser).getSecretAccessKey());
gaeData.put("serverBase", "https://" + gaeId + ".appspot.com");
gaeData.put("apiKey", apiKey);

Template t4 = cfg.getTemplate("UploadConstants.properties.ftl");
FileWriter fw2 = new FileWriter(new File(out, "/UploadConstants.properties"));
t4.process(gaeData, fw2);

// appengine-web.xml
Map<String, Object> webData = new HashMap<String, Object>();
webData.put("awsBucket", bucketName);
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
<property name="useTabRDRFlag" value="false"/>
<property name="showStatisticsFeature" value="false"/>
<property name="showMonitoringFeature" value="false"/>
<property name="mandatoryQuestionID" value="false"/>
</system-properties>
</appengine-web-app>
</appengine-web-app>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
awsBucket = ${awsBucket}
awsAccessKeyId = ${awsAccessKeyId}
awsSecretAccessKey = ${awsSecretAccessKey}
awsSecretKey = ${awsSecretKey}
serverBase = ${serverBase}
apiKey = ${restApiKey}
16 changes: 8 additions & 8 deletions Dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/wycats/rake-pipeline-web-filters.git
revision: 1da44c399c11766064638d58d0348f61c3cc473f
specs:
rake-pipeline-web-filters (0.6.0)
rack
rake-pipeline (~> 0.6)

GIT
remote: https://github.com/livingsocial/rake-pipeline.git
revision: a75d96fbadcc659a35a0ae59212e0bc60b58cc54
Expand All @@ -7,14 +15,6 @@ GIT
rake (~> 10.1.0)
thor

GIT
remote: https://github.com/wycats/rake-pipeline-web-filters.git
revision: 1da44c399c11766064638d58d0348f61c3cc473f
specs:
rake-pipeline-web-filters (0.6.0)
rack
rake-pipeline (~> 0.6)

GEM
remote: https://rubygems.org/
specs:
Expand Down
1 change: 0 additions & 1 deletion Dashboard/app/css/_notes/dwsync.xml

This file was deleted.

176 changes: 0 additions & 176 deletions Dashboard/app/css/css3-support.css

This file was deleted.

Loading

0 comments on commit cddb5b7

Please sign in to comment.