From 696433fb0005a10d214dc8438e214ea5b084a4df Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Thu, 18 Apr 2013 16:04:11 +0400 Subject: [PATCH 01/13] 6 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 3aa9749..ce4ae4c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,10 @@ + + + + example From c3d36497c56285e24fa3df553f2d9105b041eb31 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 18:13:40 -0700 Subject: [PATCH 02/13] add --- .idea/ant.xml | 7 + .idea/compiler.xml | 6 +- .idea/workspace.xml | 587 +++++++++++++++++++++++---- module.xml | 45 ++ target/example-1.0.jar | Bin 0 -> 1328 bytes target/maven-archiver/pom.properties | 5 + 6 files changed, 579 insertions(+), 71 deletions(-) create mode 100644 .idea/ant.xml create mode 100644 module.xml create mode 100644 target/example-1.0.jar create mode 100644 target/maven-archiver/pom.properties diff --git a/.idea/ant.xml b/.idea/ant.xml new file mode 100644 index 0000000..2581ca3 --- /dev/null +++ b/.idea/ant.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/compiler.xml b/.idea/compiler.xml index a1b41c5..b22c943 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -15,7 +15,11 @@ - + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a837207..2f5cf87 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,394 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + @@ -63,7 +453,7 @@ - + @@ -74,6 +464,18 @@ + + + + + + diff --git a/module.xml b/module.xml new file mode 100644 index 0000000..33b3579 --- /dev/null +++ b/module.xml @@ -0,0 +1,45 @@ + + + + + + + +
+ +
+
\ No newline at end of file diff --git a/target/example-1.0.jar b/target/example-1.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..6e30631e2eed7de11cc1d90d306b9464088f158f GIT binary patch literal 1328 zcmWIWW@h1H0D<$#JDtD`D8UJ&eO*Hwbv^yu^aG&EI2g`>lzmA_Oa)3;1F;CQGG9kO zPdC@#5ItYF&%S3)`*`c>UF7xF)jD_P{N^BoE5;9=7U_7MJE7yP>%_tSWJ%Z*G3^5? z6+7p22MK!z1((d#S}P*MEi~CUNVG=ybkJv@jF)k-*MUbrEmyu2sOwr6?qznOz}U9A zLO3{1FHVmE<}6It^CLSeH?b@=5AFv{#p0NXQ!5g43vyENXp+aR30*S>LxaX7C(-?h z`|blZtzl$fP$R6lAU{{HA~&Zsz&HD_g2cYx+DEEQZk9W|LMZnCDj%l@>5KCR~2+FFgdjCR0;2|Uw6dTXB=iIy*F=ZhrvqU zj0>7>;lhi4D)2t*>z;h%TKSU?`_%P!_-HcR(~Ewkxng&&jJu6p`r+WnuqWyJe|vDw z50Q&qyQW7+lqtqZq=$#6cju{~?k?lcpL2M>^6a?O{mGl#CO9WpTd0`3C}^ip zx0lgnp~>D8T7Zd+kx7IZcP0V469@zt-a3M4q$~r|hCS1O6obH$Ms*+w*M^jZ@L3E> z-w*(@cps1nHvyK~Vb)_$?+DGWF*PF+Fm6LY=^p|>E>Hj_YBU$X41v)I?_kdlFyodq t#u7FRnmdrq1QlTD2?$|k0~0|9g3LrDrvPtOHjs99Ap8z=kTNrf2LL7Ae=-07 literal 0 HcmV?d00001 diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..2c43b5b --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Sat May 25 12:30:29 PDT 2013 +version=1.0 +groupId=example +artifactId=example From 26e4d9bfe09e89f760d54ace735d6c7b84ad2a05 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 18:20:25 -0700 Subject: [PATCH 03/13] add --- module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.xml b/module.xml index 33b3579..b7c1f4b 100644 --- a/module.xml +++ b/module.xml @@ -9,7 +9,7 @@ -
+
+ ]]>
\ No newline at end of file From ad242e59718350ce5df6a92462395871d81a724a Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:12:47 -0700 Subject: [PATCH 05/13] add --- module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.xml b/module.xml index eb072a9..70d9129 100644 --- a/module.xml +++ b/module.xml @@ -8,7 +8,7 @@ - +
From 2703f3436c6b37f8ac6128e6164dbe98d6ffdb06 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:18:11 -0700 Subject: [PATCH 06/13] add --- module.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/module.xml b/module.xml index 70d9129..24ab81f 100644 --- a/module.xml +++ b/module.xml @@ -7,9 +7,11 @@ height="800" width="600" author="Google"> - + -
+
+ +
gadgets.util.registerOnLoadHandler(doRender); @@ -31,17 +33,18 @@ } } - var url = "https://" + credentials + "@minglehosting.thoughtworks.com/kohls/api/v2/projects/project_3551_cicd/cards/execute_mql.xml?mql=SELECT sprint WHERE type = story AND Sprint=(Current sprint)"; + var url = "https://oleg.aravin:12345@minglehosting.thoughtworks.com/kohls/api/v2/projects/project_3551_cicd/cards/execute_mql.xml?mql=SELECT sprint WHERE type = story AND Sprint=(Current sprint)"; var client = new XMLHttpRequest(); client.open("GET", url, false); client.setRequestHeader("Content-Type", "text/plain"); client.send(); if (client.readyState === 4 && client.status === 200) - document.write(client.responseText); + document.getElementById("content_div").innerHTML = client.responseText; else - document.write(client.status + " " + client.statusText + "."); + document.getElementById("content_div").innerHTML = client.status + " " + client.statusText + "."); } +
qwe
]]>
\ No newline at end of file From fadbbd97045c07db44702fd54671e0a84232c6e5 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:20:29 -0700 Subject: [PATCH 07/13] add --- module.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module.xml b/module.xml index 24ab81f..fa94b76 100644 --- a/module.xml +++ b/module.xml @@ -14,9 +14,6 @@ - gadgets.util.registerOnLoadHandler(doRender); - - function doRender() { // setup variables var prefs = new gadgets.Prefs(); var credentials = prefs.getString('credentials'); @@ -42,7 +39,6 @@ document.getElementById("content_div").innerHTML = client.responseText; else document.getElementById("content_div").innerHTML = client.status + " " + client.statusText + "."); - }
qwe
]]> From 48cd02d6669975c64804ca069be615932d42da54 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:25:04 -0700 Subject: [PATCH 08/13] add --- module.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/module.xml b/module.xml index fa94b76..5b165af 100644 --- a/module.xml +++ b/module.xml @@ -13,8 +13,10 @@ qwe -
qwe
+ ]]>
\ No newline at end of file From e1357d50565624275a1733d1ca0e8ea1bb275132 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:29:23 -0700 Subject: [PATCH 09/13] add --- module.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/module.xml b/module.xml index 5b165af..ddb9b2f 100644 --- a/module.xml +++ b/module.xml @@ -9,11 +9,9 @@ -
- -
qwe +
]]> From b2721c57ca094139b652627047985bf73b995db6 Mon Sep 17 00:00:00 2001 From: Oleg Aravin Date: Tue, 9 Jul 2013 20:32:43 -0700 Subject: [PATCH 10/13] add --- module.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/module.xml b/module.xml index ddb9b2f..f961ecf 100644 --- a/module.xml +++ b/module.xml @@ -14,6 +14,7 @@