From Mateju.Miroslav at azd.cz Mon Jan 5 06:36:11 2015 From: Mateju.Miroslav at azd.cz (=?iso-8859-2?Q?Mat=ECj=F9_Miroslav=2C_Ing=2E?=) Date: Mon, 5 Jan 2015 12:36:11 +0100 Subject: [Cdash] Current release and repository Message-ID: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Hi, I am a bit confused about what current CDash release is and where the new official repository resides. Julien mentioned the transfer from SVN to Git in a message in this conference on October 20th. The latest SVN revision's date is October 12th. I tried to google the new repository location and found https://github.com/Kitware/CDash which seems to be the official one. However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still shows the SVN repository only. It also mentions 2.2.2 as the latest release. Although googling "cdash download" points me to the page http://www.cdash.org/download/ offering version 2.2.3 as the current stable release. However, this page does not look very credible: It says "Checkout CDash using SVN" while providing GitHub link only, speaks about 'cdash' table (instead of database, presumably) and links to https://github.com/Kitware/CDash.git while there exists no reference to the 2.2.3 release in the target repo (in releases, tags or branches). Could someone provide me the correct information on the current project state? Thanks in advance, Miroslav Mat?j? -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Jan 5 07:09:39 2015 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 05 Jan 2015 13:09:39 +0100 Subject: [Cdash] Current release and repository In-Reply-To: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> References: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Message-ID: <54AA7F03.7020307@kitware.com> Hi Miroslav, The new official repository is on github: https://github.com/Kitware/CDash and the latest release is 2.2.3. You can download it either via SVN or via GIT (branch 'release'). Thanks for pointing the issues in the documentation/wiki. We'll fix it soon. Julien On 05/01/2015 12:36, Mat?j? Miroslav, Ing. wrote: > Hi, > > I am a bit confused about what current CDash release is and where the > new official repository resides. Julien mentioned the transfer from SVN > to Git in a message in this conference on October 20^th . The latest SVN > revision?s date is October 12^th . I tried to google the new repository > location and found https://github.com/Kitware/CDash which seems to be > the official one. > > However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still > shows the SVN repository only. It also mentions 2.2.2 as the latest > release. Although googling ?cdash download? points me to the page > http://www.cdash.org/download/ offering version 2.2.3 as the current > stable release. However, this page does not look very credible: It says > ?Checkout CDash using SVN? while providing GitHub link only, speaks > about ?cdash? table (instead of database, presumably) and links to > https://github.com/Kitware/CDash.git > while there exists no reference to the > 2.2.3 release in the target repo (in releases, tags or branches). > > Could someone provide me the correct information on the current project > state? > > Thanks in advance, > > Miroslav Mat?j? > > > > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From mike.jackson at bluequartz.net Wed Jan 14 09:28:47 2015 From: mike.jackson at bluequartz.net (Michael Jackson) Date: Wed, 14 Jan 2015 09:28:47 -0500 Subject: [Cdash] GitHub Branch not showing up correctly Message-ID: <3DCE89AE-80BA-4D72-B684-B6F6A156743D@bluequartz.net> I am running a nightly CDash for our project (http://my.cdash.org/index.php?project=DREAM3D&date=) and when one drills down into a particular build and looks at the warnings or errors all the weblinks point to the "master" branch. But this is not the branch that we are working from. For example, http://my.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=713051 We use a shell script to invoke CTest. This is the top part of the file: set(dashboard_git_url "git://github.com/dream3d/DREAM3D.git") set(branch_needs_data_repo true) #set(dashboard_git_data_url "git://github.com/dream3d/DREAM3D_Data.git") #set(dashboard_git_large_data_url "http://dream3d.bluequartz.net/binaries/data/DREAM3D_Data.tar.gz") set(dashboard_source_name "DREAM3D") set(dashboard_git_branch "develop") set(dashboard_model "Experimental") Thanks for any help with this. We use CMake 3.1.0 for the builds. Thanks Mike Jackson BlueQuartz Software. From vlkngzr at gmail.com Thu Jan 29 09:37:13 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Thu, 29 Jan 2015 15:37:13 +0100 Subject: [Cdash] Some issues with github/master version Message-ID: Hello, Currently, it seems there are some issues in the master branch of CDash on GitHub. In stable version (2.2.3) these are okay, though. 1) Calendar background property is somehow overridden by another property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css is not taken into account due to another usage. From the e-mail [1], I am looking for another solution without using !important. I am currently on it, but any help would be appreciated. 2) In a test detail page, if you click on Previous to see the previous test result, the URL changes, but the page is loaded in the background - not refreshed, hence we see the same result even though URL is different. Also the second menu is partly visible which does nothing (See: http://i.imgur.com/Xd0f4XW.png). - One weird error message is "Empty string passed to getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 on testDetails.xml solves the problem 2. Another solution is using an older version of jquery.mobile (no later than 1.2.1 works). Any idea how this can be solved? Thanks, [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html Best regards, Volkan GEZER volkangezer at gmail.com From vlkngzr at gmail.com Fri Jan 30 04:42:17 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 30 Jan 2015 10:42:17 +0100 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: 2015-01-29 15:37 GMT+01:00 Volkan Gezer : > Hello, > > Currently, it seems there are some issues in the master branch of > CDash on GitHub. In stable version (2.2.3) these are okay, though. > > 1) Calendar background property is somehow overridden by another > property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css > is not taken into account due to another usage. From the e-mail [1], I > am looking for another solution without using !important. I am > currently on it, but any help would be appreciated. > So the fix is here: https://github.com/Kitware/CDash/pull/16 Basically, it was overridden by !important by common.css. > 2) In a test detail page, if you click on Previous to see the previous > test result, the URL changes, but the page is loaded in the background > - not refreshed, hence we see the same result even though URL is > different. Also the second menu is partly visible which does nothing > (See: http://i.imgur.com/Xd0f4XW.png). > > - One weird error message is "Empty string passed to > getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 > on testDetails.xml solves the problem 2. Another solution is using an > older version of jquery.mobile (no later than 1.2.1 works). Any idea > how this can be solved? > Just a quick question to work on it. Why do we have jquery.mobile? Currently it seems we do not have a mobile theme. Can we make the design responsive so that it does not include jquery.mobile when we are using desktop browsers? > Thanks, > > > [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html > > Best regards, > Volkan GEZER > volkangezer at gmail.com From Mateju.Miroslav at azd.cz Mon Jan 5 11:36:11 2015 From: Mateju.Miroslav at azd.cz (=?iso-8859-2?Q?Mat=ECj=F9_Miroslav=2C_Ing=2E?=) Date: Mon, 5 Jan 2015 12:36:11 +0100 Subject: [Cdash] Current release and repository Message-ID: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Hi, I am a bit confused about what current CDash release is and where the new official repository resides. Julien mentioned the transfer from SVN to Git in a message in this conference on October 20th. The latest SVN revision's date is October 12th. I tried to google the new repository location and found https://github.com/Kitware/CDash which seems to be the official one. However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still shows the SVN repository only. It also mentions 2.2.2 as the latest release. Although googling "cdash download" points me to the page http://www.cdash.org/download/ offering version 2.2.3 as the current stable release. However, this page does not look very credible: It says "Checkout CDash using SVN" while providing GitHub link only, speaks about 'cdash' table (instead of database, presumably) and links to https://github.com/Kitware/CDash.git while there exists no reference to the 2.2.3 release in the target repo (in releases, tags or branches). Could someone provide me the correct information on the current project state? Thanks in advance, Miroslav Mat?j? -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Jan 5 12:09:39 2015 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 05 Jan 2015 13:09:39 +0100 Subject: [Cdash] Current release and repository In-Reply-To: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> References: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Message-ID: <54AA7F03.7020307@kitware.com> Hi Miroslav, The new official repository is on github: https://github.com/Kitware/CDash and the latest release is 2.2.3. You can download it either via SVN or via GIT (branch 'release'). Thanks for pointing the issues in the documentation/wiki. We'll fix it soon. Julien On 05/01/2015 12:36, Mat?j? Miroslav, Ing. wrote: > Hi, > > I am a bit confused about what current CDash release is and where the > new official repository resides. Julien mentioned the transfer from SVN > to Git in a message in this conference on October 20^th . The latest SVN > revision?s date is October 12^th . I tried to google the new repository > location and found https://github.com/Kitware/CDash which seems to be > the official one. > > However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still > shows the SVN repository only. It also mentions 2.2.2 as the latest > release. Although googling ?cdash download? points me to the page > http://www.cdash.org/download/ offering version 2.2.3 as the current > stable release. However, this page does not look very credible: It says > ?Checkout CDash using SVN? while providing GitHub link only, speaks > about ?cdash? table (instead of database, presumably) and links to > https://github.com/Kitware/CDash.git > while there exists no reference to the > 2.2.3 release in the target repo (in releases, tags or branches). > > Could someone provide me the correct information on the current project > state? > > Thanks in advance, > > Miroslav Mat?j? > > > > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From mike.jackson at bluequartz.net Wed Jan 14 14:28:47 2015 From: mike.jackson at bluequartz.net (Michael Jackson) Date: Wed, 14 Jan 2015 09:28:47 -0500 Subject: [Cdash] GitHub Branch not showing up correctly Message-ID: <3DCE89AE-80BA-4D72-B684-B6F6A156743D@bluequartz.net> I am running a nightly CDash for our project (http://my.cdash.org/index.php?project=DREAM3D&date=) and when one drills down into a particular build and looks at the warnings or errors all the weblinks point to the "master" branch. But this is not the branch that we are working from. For example, http://my.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=713051 We use a shell script to invoke CTest. This is the top part of the file: set(dashboard_git_url "git://github.com/dream3d/DREAM3D.git") set(branch_needs_data_repo true) #set(dashboard_git_data_url "git://github.com/dream3d/DREAM3D_Data.git") #set(dashboard_git_large_data_url "http://dream3d.bluequartz.net/binaries/data/DREAM3D_Data.tar.gz") set(dashboard_source_name "DREAM3D") set(dashboard_git_branch "develop") set(dashboard_model "Experimental") Thanks for any help with this. We use CMake 3.1.0 for the builds. Thanks Mike Jackson BlueQuartz Software. From vlkngzr at gmail.com Thu Jan 29 14:37:13 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Thu, 29 Jan 2015 15:37:13 +0100 Subject: [Cdash] Some issues with github/master version Message-ID: Hello, Currently, it seems there are some issues in the master branch of CDash on GitHub. In stable version (2.2.3) these are okay, though. 1) Calendar background property is somehow overridden by another property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css is not taken into account due to another usage. From the e-mail [1], I am looking for another solution without using !important. I am currently on it, but any help would be appreciated. 2) In a test detail page, if you click on Previous to see the previous test result, the URL changes, but the page is loaded in the background - not refreshed, hence we see the same result even though URL is different. Also the second menu is partly visible which does nothing (See: http://i.imgur.com/Xd0f4XW.png). - One weird error message is "Empty string passed to getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 on testDetails.xml solves the problem 2. Another solution is using an older version of jquery.mobile (no later than 1.2.1 works). Any idea how this can be solved? Thanks, [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html Best regards, Volkan GEZER volkangezer at gmail.com From vlkngzr at gmail.com Fri Jan 30 09:42:17 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 30 Jan 2015 10:42:17 +0100 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: 2015-01-29 15:37 GMT+01:00 Volkan Gezer : > Hello, > > Currently, it seems there are some issues in the master branch of > CDash on GitHub. In stable version (2.2.3) these are okay, though. > > 1) Calendar background property is somehow overridden by another > property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css > is not taken into account due to another usage. From the e-mail [1], I > am looking for another solution without using !important. I am > currently on it, but any help would be appreciated. > So the fix is here: https://github.com/Kitware/CDash/pull/16 Basically, it was overridden by !important by common.css. > 2) In a test detail page, if you click on Previous to see the previous > test result, the URL changes, but the page is loaded in the background > - not refreshed, hence we see the same result even though URL is > different. Also the second menu is partly visible which does nothing > (See: http://i.imgur.com/Xd0f4XW.png). > > - One weird error message is "Empty string passed to > getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 > on testDetails.xml solves the problem 2. Another solution is using an > older version of jquery.mobile (no later than 1.2.1 works). Any idea > how this can be solved? > Just a quick question to work on it. Why do we have jquery.mobile? Currently it seems we do not have a mobile theme. Can we make the design responsive so that it does not include jquery.mobile when we are using desktop browsers? > Thanks, > > > [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html > > Best regards, > Volkan GEZER > volkangezer at gmail.com From Mateju.Miroslav at azd.cz Mon Jan 5 11:36:11 2015 From: Mateju.Miroslav at azd.cz (=?iso-8859-2?Q?Mat=ECj=F9_Miroslav=2C_Ing=2E?=) Date: Mon, 5 Jan 2015 12:36:11 +0100 Subject: [Cdash] Current release and repository Message-ID: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Hi, I am a bit confused about what current CDash release is and where the new official repository resides. Julien mentioned the transfer from SVN to Git in a message in this conference on October 20th. The latest SVN revision's date is October 12th. I tried to google the new repository location and found https://github.com/Kitware/CDash which seems to be the official one. However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still shows the SVN repository only. It also mentions 2.2.2 as the latest release. Although googling "cdash download" points me to the page http://www.cdash.org/download/ offering version 2.2.3 as the current stable release. However, this page does not look very credible: It says "Checkout CDash using SVN" while providing GitHub link only, speaks about 'cdash' table (instead of database, presumably) and links to https://github.com/Kitware/CDash.git while there exists no reference to the 2.2.3 release in the target repo (in releases, tags or branches). Could someone provide me the correct information on the current project state? Thanks in advance, Miroslav Mat?j? -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien.jomier at kitware.com Mon Jan 5 12:09:39 2015 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 05 Jan 2015 13:09:39 +0100 Subject: [Cdash] Current release and repository In-Reply-To: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> References: <58DFB84B8391FB4AB2E22B7E1A1D242B41EF9AE4@AZDEXCHNEW.AZD.LOCAL> Message-ID: <54AA7F03.7020307@kitware.com> Hi Miroslav, The new official repository is on github: https://github.com/Kitware/CDash and the latest release is 2.2.3. You can download it either via SVN or via GIT (branch 'release'). Thanks for pointing the issues in the documentation/wiki. We'll fix it soon. Julien On 05/01/2015 12:36, Mat?j? Miroslav, Ing. wrote: > Hi, > > I am a bit confused about what current CDash release is and where the > new official repository resides. Julien mentioned the transfer from SVN > to Git in a message in this conference on October 20^th . The latest SVN > revision?s date is October 12^th . I tried to google the new repository > location and found https://github.com/Kitware/CDash which seems to be > the official one. > > However, the wiki page http://www.vtk.org/Wiki/CDash:Installation still > shows the SVN repository only. It also mentions 2.2.2 as the latest > release. Although googling ?cdash download? points me to the page > http://www.cdash.org/download/ offering version 2.2.3 as the current > stable release. However, this page does not look very credible: It says > ?Checkout CDash using SVN? while providing GitHub link only, speaks > about ?cdash? table (instead of database, presumably) and links to > https://github.com/Kitware/CDash.git > while there exists no reference to the > 2.2.3 release in the target repo (in releases, tags or branches). > > Could someone provide me the correct information on the current project > state? > > Thanks in advance, > > Miroslav Mat?j? > > > > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From mike.jackson at bluequartz.net Wed Jan 14 14:28:47 2015 From: mike.jackson at bluequartz.net (Michael Jackson) Date: Wed, 14 Jan 2015 09:28:47 -0500 Subject: [Cdash] GitHub Branch not showing up correctly Message-ID: <3DCE89AE-80BA-4D72-B684-B6F6A156743D@bluequartz.net> I am running a nightly CDash for our project (http://my.cdash.org/index.php?project=DREAM3D&date=) and when one drills down into a particular build and looks at the warnings or errors all the weblinks point to the "master" branch. But this is not the branch that we are working from. For example, http://my.cdash.org/viewBuildError.php?type=1&onlydeltap&buildid=713051 We use a shell script to invoke CTest. This is the top part of the file: set(dashboard_git_url "git://github.com/dream3d/DREAM3D.git") set(branch_needs_data_repo true) #set(dashboard_git_data_url "git://github.com/dream3d/DREAM3D_Data.git") #set(dashboard_git_large_data_url "http://dream3d.bluequartz.net/binaries/data/DREAM3D_Data.tar.gz") set(dashboard_source_name "DREAM3D") set(dashboard_git_branch "develop") set(dashboard_model "Experimental") Thanks for any help with this. We use CMake 3.1.0 for the builds. Thanks Mike Jackson BlueQuartz Software. From vlkngzr at gmail.com Thu Jan 29 14:37:13 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Thu, 29 Jan 2015 15:37:13 +0100 Subject: [Cdash] Some issues with github/master version Message-ID: Hello, Currently, it seems there are some issues in the master branch of CDash on GitHub. In stable version (2.2.3) these are okay, though. 1) Calendar background property is somehow overridden by another property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css is not taken into account due to another usage. From the e-mail [1], I am looking for another solution without using !important. I am currently on it, but any help would be appreciated. 2) In a test detail page, if you click on Previous to see the previous test result, the URL changes, but the page is loaded in the background - not refreshed, hence we see the same result even though URL is different. Also the second menu is partly visible which does nothing (See: http://i.imgur.com/Xd0f4XW.png). - One weird error message is "Empty string passed to getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 on testDetails.xml solves the problem 2. Another solution is using an older version of jquery.mobile (no later than 1.2.1 works). Any idea how this can be solved? Thanks, [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html Best regards, Volkan GEZER volkangezer at gmail.com From vlkngzr at gmail.com Fri Jan 30 09:42:17 2015 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 30 Jan 2015 10:42:17 +0100 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: 2015-01-29 15:37 GMT+01:00 Volkan Gezer : > Hello, > > Currently, it seems there are some issues in the master branch of > CDash on GitHub. In stable version (2.2.3) these are okay, though. > > 1) Calendar background property is somehow overridden by another > property (See: http://i.imgur.com/5p9Veui.png). It seems jquery-ui css > is not taken into account due to another usage. From the e-mail [1], I > am looking for another solution without using !important. I am > currently on it, but any help would be appreciated. > So the fix is here: https://github.com/Kitware/CDash/pull/16 Basically, it was overridden by !important by common.css. > 2) In a test detail page, if you click on Previous to see the previous > test result, the URL changes, but the page is loaded in the background > - not refreshed, hence we see the same result even though URL is > different. Also the second menu is partly visible which does nothing > (See: http://i.imgur.com/Xd0f4XW.png). > > - One weird error message is "Empty string passed to > getElementById()." thrown by jquery.mobile.1.4.0. Commenting Line 45 > on testDetails.xml solves the problem 2. Another solution is using an > older version of jquery.mobile (no later than 1.2.1 works). Any idea > how this can be solved? > Just a quick question to work on it. Why do we have jquery.mobile? Currently it seems we do not have a mobile theme. Can we make the design responsive so that it does not include jquery.mobile when we are using desktop browsers? > Thanks, > > > [1] http://public.kitware.com/pipermail/cdash/2014-August/001492.html > > Best regards, > Volkan GEZER > volkangezer at gmail.com