This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Deftdawg's Dyson API test script | |
# Requires curl and jq | |
DYSON_SERVER="appapi.cp.dyson.com" | |
DYSON_EMAIL=${1} | |
DYSON_PASSWORD=${2} | |
if [ -z "${DYSON_EMAIL}" ] || [ -z "${DYSON_PASSWORD}" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker logs -f 2ea5d9aa6ad9 | |
I0219 17:35:50.647391 1 utils.go:190] Waiting for default/default-http-backend | |
I0219 17:35:51.650329 1 utils.go:207] Ports for default/default-http-backend : [80] | |
W0219 17:35:51.650664 1 main.go:170] no file dhparam.pem found in secrets | |
I0219 17:35:51.650676 1 main.go:47] inspecting directory /etc/nginx-ssl for SSL certificates | |
I0219 17:35:51.650696 1 main.go:84] ssl certificates found: [] | |
I0219 17:35:51.653543 1 controller.go:350] Starting nginx loadbalancer controller | |
I0219 17:35:51.653561 1 controller.go:239] Syncing nginx configuration | |
I0219 17:35:51.653569 1 controller.go:241] deferring sync till endpoints controller has synced | |
I0219 17:35:51.657387 1 controller.go:239] Syncing nginx configuration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/com/rcaloras/roo/addon/timestamp/TimestampMetadata.java b/src/main/java/com/rcaloras/roo/addon/timestamp/TimestampMetadata.java | |
index d0f5e40..6ea0367 100644 | |
--- a/src/main/java/com/rcaloras/roo/addon/timestamp/TimestampMetadata.java | |
+++ b/src/main/java/com/rcaloras/roo/addon/timestamp/TimestampMetadata.java | |
@@ -85,7 +85,8 @@ public class TimestampMetadata extends AbstractItdTypeDetailsProvidingMetadataIt | |
List<AnnotationMetadataBuilder> list = new ArrayList<AnnotationMetadataBuilder>(); | |
AnnotationMetadataBuilder dateTimeFormat=new AnnotationMetadataBuilder(new JavaType("org.springframework.format.annotation.DateTimeFormat")); | |
- dateTimeFormat.addStringAttribute("style", "M-"); | |
+// dateTimeFormat.addStringAttribute("style", "M-"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/resources/com/rcaloras/roo/addon/timestamp/configuration.xml b/src/main/resources/com/rcaloras/roo/addon/timestamp/configuration.xml | |
index f13deeb..9b276cf 100644 | |
--- a/src/main/resources/com/rcaloras/roo/addon/timestamp/configuration.xml | |
+++ b/src/main/resources/com/rcaloras/roo/addon/timestamp/configuration.xml | |
@@ -3,14 +3,27 @@ | |
<batch> | |
<dependencies> | |
<!-- Ivy-style dependency definition --> | |
- <dependency org="org.springframework.batch" name="spring-batch-core" rev="2.1.1.RELEASE" /> | |
+ <dependency org="org.springframework.batch" name="spring-batch-core" rev="2.2.1.RELEASE" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u index.html index.html | |
--- index.html 2013-08-15 15:58:43.000000000 -0400 | |
+++ index.html 2013-08-15 15:58:55.000000000 -0400 | |
@@ -12,7 +12,7 @@ | |
<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="ipad.css" type="text/css" /> | |
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="iphone.css" type="text/css" /> | |
--> | |
- <script type="text/javascript" charset="utf-8" src="cordova-2.2.0.js"></script> | |
+ <script type="text/javascript" charset="utf-8" src="cordova.js"></script> | |
<script type="text/javascript" charset="utf-8" src="keychain.js"></script> |