From justin_vasquez at brown.edu Thu Aug 16 17:04:22 2018 From: justin_vasquez at brown.edu (Vasquez, Justin) Date: Thu, 16 Aug 2018 17:04:22 -0400 Subject: [CDash] Build groups email preferences not remaining filled Message-ID: Hi, I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if I go to my project and navigate to Settings -> Groups -> Current BuildGroups, there are three tabs for Nightly, Continuous, and Experimental builds. When I click any of the email preferences (normal, summary, or no email) and save the changes, the buttons do not remain filled in when I refresh the page. This does not occur for the other button types which are check boxes nor for the text entry boxes. I queried the mysql database and can confirm that the email preferences are being set correctly. I would like the option to see what the current value of the email settings is just as I can see whether or not if "email committers" is checked off. Is there a way to edit the .php files to allow the email preferences buttons to remain filled? -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Fri Aug 17 10:07:23 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Fri, 17 Aug 2018 10:07:23 -0400 Subject: [CDash] Build groups email preferences not remaining filled In-Reply-To: References: Message-ID: On Thu, Aug 16, 2018 at 5:04 PM, Vasquez, Justin wrote: > Hi, > > I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if > I go to my project and navigate to Settings -> Groups -> Current > BuildGroups, there are three tabs for Nightly, Continuous, and Experimental > builds. When I click any of the email preferences (normal, summary, or no > email) and save the changes, the buttons do not remain filled in when I > refresh the page. This does not occur for the other button types which are > check boxes nor for the text entry boxes. I queried the mysql database and > can confirm that the email preferences are being set correctly. I would > like the option to see what the current value of the email settings is just > as I can see whether or not if "email committers" is checked off. Is there > a way to edit the .php files to allow the email preferences buttons to > remain filled? > This was a bug with the UI. The settings for the buildgroup were getting updated correctly, but the UI failed to show what the email setting was for each buildgroup. Here's the commit where this was fixed: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65 If you're using a git checkout, you can do: git cherry-pick 5ab9fb4d node_modules/.bin/gulp If you extract a zip/tarball to install CDash, you can download this commit as a patch here: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65.diff Then use the patch command to apply it and run gulp as above. HTH! Let us know if it doesn't work for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 13:12:33 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 13:12:33 -0400 Subject: [CDash] brief CDash outage Message-ID: We will be upgrading the system that cdash.org runs on at 2:30pm EDT today (a little over an hour from now). We expect the system to be down for 15-30 minutes (or less). I'll reply to this message when the upgrade is complete. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 15:04:45 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 15:04:45 -0400 Subject: [CDash] brief CDash outage In-Reply-To: References: Message-ID: This is complete. As always, please let us know if you notice anything that doesn't seem right. On Tue, Aug 21, 2018 at 1:12 PM, Zack Galbreath wrote: > We will be upgrading the system that cdash.org runs on at 2:30pm EDT > today (a little over an hour from now). We expect the system to be down > for 15-30 minutes (or less). > > I'll reply to this message when the upgrade is complete. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From justin_vasquez at brown.edu Thu Aug 16 21:04:22 2018 From: justin_vasquez at brown.edu (Vasquez, Justin) Date: Thu, 16 Aug 2018 17:04:22 -0400 Subject: [CDash] Build groups email preferences not remaining filled Message-ID: Hi, I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if I go to my project and navigate to Settings -> Groups -> Current BuildGroups, there are three tabs for Nightly, Continuous, and Experimental builds. When I click any of the email preferences (normal, summary, or no email) and save the changes, the buttons do not remain filled in when I refresh the page. This does not occur for the other button types which are check boxes nor for the text entry boxes. I queried the mysql database and can confirm that the email preferences are being set correctly. I would like the option to see what the current value of the email settings is just as I can see whether or not if "email committers" is checked off. Is there a way to edit the .php files to allow the email preferences buttons to remain filled? -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Fri Aug 17 14:07:23 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Fri, 17 Aug 2018 10:07:23 -0400 Subject: [CDash] Build groups email preferences not remaining filled In-Reply-To: References: Message-ID: On Thu, Aug 16, 2018 at 5:04 PM, Vasquez, Justin wrote: > Hi, > > I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if > I go to my project and navigate to Settings -> Groups -> Current > BuildGroups, there are three tabs for Nightly, Continuous, and Experimental > builds. When I click any of the email preferences (normal, summary, or no > email) and save the changes, the buttons do not remain filled in when I > refresh the page. This does not occur for the other button types which are > check boxes nor for the text entry boxes. I queried the mysql database and > can confirm that the email preferences are being set correctly. I would > like the option to see what the current value of the email settings is just > as I can see whether or not if "email committers" is checked off. Is there > a way to edit the .php files to allow the email preferences buttons to > remain filled? > This was a bug with the UI. The settings for the buildgroup were getting updated correctly, but the UI failed to show what the email setting was for each buildgroup. Here's the commit where this was fixed: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65 If you're using a git checkout, you can do: git cherry-pick 5ab9fb4d node_modules/.bin/gulp If you extract a zip/tarball to install CDash, you can download this commit as a patch here: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65.diff Then use the patch command to apply it and run gulp as above. HTH! Let us know if it doesn't work for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 17:12:33 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 13:12:33 -0400 Subject: [CDash] brief CDash outage Message-ID: We will be upgrading the system that cdash.org runs on at 2:30pm EDT today (a little over an hour from now). We expect the system to be down for 15-30 minutes (or less). I'll reply to this message when the upgrade is complete. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 19:04:45 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 15:04:45 -0400 Subject: [CDash] brief CDash outage In-Reply-To: References: Message-ID: This is complete. As always, please let us know if you notice anything that doesn't seem right. On Tue, Aug 21, 2018 at 1:12 PM, Zack Galbreath wrote: > We will be upgrading the system that cdash.org runs on at 2:30pm EDT > today (a little over an hour from now). We expect the system to be down > for 15-30 minutes (or less). > > I'll reply to this message when the upgrade is complete. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From justin_vasquez at brown.edu Thu Aug 16 21:04:22 2018 From: justin_vasquez at brown.edu (Vasquez, Justin) Date: Thu, 16 Aug 2018 17:04:22 -0400 Subject: [CDash] Build groups email preferences not remaining filled Message-ID: Hi, I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if I go to my project and navigate to Settings -> Groups -> Current BuildGroups, there are three tabs for Nightly, Continuous, and Experimental builds. When I click any of the email preferences (normal, summary, or no email) and save the changes, the buttons do not remain filled in when I refresh the page. This does not occur for the other button types which are check boxes nor for the text entry boxes. I queried the mysql database and can confirm that the email preferences are being set correctly. I would like the option to see what the current value of the email settings is just as I can see whether or not if "email committers" is checked off. Is there a way to edit the .php files to allow the email preferences buttons to remain filled? -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Fri Aug 17 14:07:23 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Fri, 17 Aug 2018 10:07:23 -0400 Subject: [CDash] Build groups email preferences not remaining filled In-Reply-To: References: Message-ID: On Thu, Aug 16, 2018 at 5:04 PM, Vasquez, Justin wrote: > Hi, > > I'm using CDash 2.4.0 to test my builds nightly. On my CDash web page, if > I go to my project and navigate to Settings -> Groups -> Current > BuildGroups, there are three tabs for Nightly, Continuous, and Experimental > builds. When I click any of the email preferences (normal, summary, or no > email) and save the changes, the buttons do not remain filled in when I > refresh the page. This does not occur for the other button types which are > check boxes nor for the text entry boxes. I queried the mysql database and > can confirm that the email preferences are being set correctly. I would > like the option to see what the current value of the email settings is just > as I can see whether or not if "email committers" is checked off. Is there > a way to edit the .php files to allow the email preferences buttons to > remain filled? > This was a bug with the UI. The settings for the buildgroup were getting updated correctly, but the UI failed to show what the email setting was for each buildgroup. Here's the commit where this was fixed: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65 If you're using a git checkout, you can do: git cherry-pick 5ab9fb4d node_modules/.bin/gulp If you extract a zip/tarball to install CDash, you can download this commit as a patch here: https://github.com/Kitware/CDash/commit/5ab9fb4de94e74a54c8b5a98b62b4d5cb0553a65.diff Then use the patch command to apply it and run gulp as above. HTH! Let us know if it doesn't work for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 17:12:33 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 13:12:33 -0400 Subject: [CDash] brief CDash outage Message-ID: We will be upgrading the system that cdash.org runs on at 2:30pm EDT today (a little over an hour from now). We expect the system to be down for 15-30 minutes (or less). I'll reply to this message when the upgrade is complete. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Tue Aug 21 19:04:45 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 15:04:45 -0400 Subject: [CDash] brief CDash outage In-Reply-To: References: Message-ID: This is complete. As always, please let us know if you notice anything that doesn't seem right. On Tue, Aug 21, 2018 at 1:12 PM, Zack Galbreath wrote: > We will be upgrading the system that cdash.org runs on at 2:30pm EDT > today (a little over an hour from now). We expect the system to be down > for 15-30 minutes (or less). > > I'll reply to this message when the upgrade is complete. > -------------- next part -------------- An HTML attachment was scrubbed... URL: