Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/test-results-analyzer-plugin
  Commit: e3a159612bf3b87e6f43c70f061d2161c91f486a
      
https://github.com/jenkinsci/test-results-analyzer-plugin/commit/e3a159612bf3b87e6f43c70f061d2161c91f486a
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

  Changed paths:
    M src/main/webapp/js/testresult.js

  Log Message:
  -----------
  [JENKINS-72358] Replace Prototype.js `$(var)` with `var`

https://issues.jenkins.io/browse/JENKINS-72358 reports a JavaScript error
when the plus sign is clicked to expand the test results analyzer tree.

https://www.jenkins.io/blog/2023/05/12/removing-prototype-from-jenkins/
recommends replacing `$(variable)` with `variable`.  That's what I did in
3 cases in this change.

I've confirmed that the JavaScript message that was displayed with the
released version of the plugin is not displayed with these changes.


  Commit: 99feabbd6716a0cde82f501ab0a391d91f6fce06
      
https://github.com/jenkinsci/test-results-analyzer-plugin/commit/99feabbd6716a0cde82f501ab0a391d91f6fce06
  Author: Bruno Verachten <gount...@gmail.com>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

  Changed paths:
    M src/main/webapp/js/testresult.js

  Log Message:
  -----------
  Merge pull request #101 from MarkEWaite/replace-prototype-js

[JENKINS-72358] Replace Prototype.js `$(var)` with `var`


Compare: 
https://github.com/jenkinsci/test-results-analyzer-plugin/compare/470ad72a9d6b...99feabbd6716

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/test-results-analyzer-plugin/push/refs/heads/master/470ad7-99feab%40github.com.

Reply via email to