timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-57021] Clearcase changelog not displaying correctly #4369

Open timja opened 5 years ago

timja commented 5 years ago

The clearcase changelog is no longer correctly displayed.

All comments are concatenated into one line.

Original ( in changelog.xml )

myUserName
My Change Comment
the second line of my comment

 

Jenkins Job - Recent Changes

#1234 ( Apr 10, 2019 ...)

1. myUserName  detail My Change Comment*
the second line of my comment
*

 

html page source

class="changeset-message">1. myUserName on 16/04/2019 13:22:59

My Change Comment*
the second line of my comment 
*

( The display of the actual text is converted - the text contains
amp lt;br>
even here the
is converted ) - edit to see input text

I can't remember when it first happened, could have been the change from http to https

Could also be the configuration of the ReverseProxy 

 


Originally reported by sgjenkins, imported from: Clearcase changelog not displaying correctly
  • assignee: praqma
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 5 years ago

sgjenkins:

Changed from Trivial to minor - its a real pain . A multi line comment can no longer be read and it is really irritating.

timja commented 5 years ago

sgjenkins:

to do with
changeset-message

timja commented 4 years ago

sgjenkins:

This is still a big problem.

The changelog.xml file has:


myUserName
3569235
Added file element "file1.png".
Added file element "file2.png".
Added file element "file3.png".
Added file element "file4.xml".
Added file element "file5.png".
Added file element "fg6.jpg".
Added file element "file10.png".
Added file element "file11.png".
Added file element "file12.png".
...

the Jenkins output in the GUI for Changes ( jenkins/job_name/changes )  has:

29.myUserName detail0003569235
Added file element "file1.png".
Added file element "file2.png".
Added file element "file3.png".
Added file element "file4.png".
Added file element "file5.png".
Added file element "fg6.jpg".
Added file element "file10.png".
Added file element "file11.png".
Added file element "file12.png".

This is unreadable and the changes cannot be seen.
as I mentioned above - might be to do with changeset-message

I will reassign this to DB since the fix for user ID / user Name was, as far as I can tell, in the same area.

timja commented 4 years ago

danielbeck:

If you can set up a test instance, it would be interesting to know if it started in Jenkins 2.146 (i.e. whether it still worked in 2.145).

timja commented 4 years ago

sgjenkins:

Unfortunately this was an issue a long time ago. I cannot say in which version it broke, sometime last year is my guess.
It was assigned to Praqma Support and nothing happened which is why I added more details and showed really how useless the output to the screen is.
Test installations are not easy to create, not allowed.
It looks a simple issue - could have been when everything was changed to using


Why change quotes to " and insert
everywhere and then ignore the html formating.

timja commented 4 years ago

sgjenkins:

I tried a test instance with 2.145 - got a huge load of plugin warnings.
gave up in the end.

timja commented 4 years ago

sgjenkins:

From what I can see, Praqma created the clearacse UCM plugins.
I do not have these installed -
I have Clearcase - version 1.6.3
and Simple Dynamic Clearcase 1.2.2
This is more an display issue.

timja commented 3 years ago

sgjenkins:

since the recent change to

in 2.277.1 this looks even worse.
The Changes page in jenkins is now more blank than ever.

29.
xx1274yy
detail
0003569235
Added file element "file1.png".
Added file element "file2.png".
Added file element "file3.png".
Added file element "file4.png".
Added file element "file5.png".
Added file element "fg6.jpg".
Added file element "file10.png".
Added file element "file11.png".
Added file element "file12.png".

timja commented 3 years ago

danielbeck:

I realize this is annoying, but a UI glitch is not quite "critical".