[squeak-dev] The Trunk: MonticelloConfigurations-mt.166.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 6 12:41:30 UTC 2021


Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-mt.166.mcz

==================== Summary ====================

Name: MonticelloConfigurations-mt.166
Author: mt
Time: 6 July 2021, 2:41:28.982497 pm
UUID: 4fcddd57-a563-4394-a3be-89ce77c26d17
Ancestors: MonticelloConfigurations-mt.165

In the update dialog, show the timestamp of the CI badge to better assess the relevance of the badge (i.e. passed, failed, error).

Note that we would have needed this information to notice that our CI builds were disabled from June 6 to July 5. :-)

=============== Diff against MonticelloConfigurations-mt.165 ===============

Item was changed:
  ----- Method: MCMcmUpdater>>updateMessageFor: (in category 'private') -----
  updateMessageFor: previousUpdateLevel
  
+ 	^ ('Update completed.<br><br>Version: {1}<br>Update: {3}<b>{2}</b><br><br>Url: <a href="{4}">{4}</a><br>Map: ''{5}''<br>TravisCI status: <a href="{8}"><img src="{7}" /> {9}</a>{6}' translated format: {
- 	^ ('Update completed.<br><br>Version: {1}<br>Update: {3}<b>{2}</b><br><br>Url: <a href="{4}">{4}</a><br>Map: ''{5}''<br>TravisCI status: <a href="{8}"><img src="{7}" /></a>{6}' translated format: {
  			SystemVersion current version.
  			SystemVersion current highestUpdate.
  			previousUpdateLevel = SystemVersion current highestUpdate
  				ifTrue: ['']
  				ifFalse: [previousUpdateLevel asString, ' -> '].
  			self repository.
  			MCMcmUpdater updateMapName.
  			SystemVersion current description ifEmpty: [''] ifNotEmpty: [:d |
  				'<br><br>', (d copyReplaceAll: String cr with: '<br>')].
  			SystemVersion current ciStatusBadgeUrl.
  			SystemVersion current ciStatusPageUrl.
+ 			SystemVersion current ciStatusTimestamp.			
  				}) asTextFromHtml!



More information about the Squeak-dev mailing list