Skip to content

Commit

Permalink
Add progress bars to post-update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Sep 29, 2024
1 parent ef17f98 commit fbf93a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
migrations
doPostUpdateMigrations
self allInstancesDo: #doPostUpdateMigrations.
self allInstances do: #doPostUpdateMigrations displayingProgress: 'Migrating projects'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
migrations
doPostUpdateMigrations
self mappers do: [:each | each doPostUpdateMigrationsIn: self].
self mappers
do: [:each | each doPostUpdateMigrationsIn: self]
displayingProgress: ('Migrating project {1}' format: {self name printString}).
self doImageHashMigration.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cloneFromUserAndRegister" : "mad 6/12/2024 11:59",
"defaultDirectoryForName:" : "mad 10/22/2023 00:24",
"deriveName:" : "mad 6/12/2024 13:28",
"doPostUpdateMigrations" : "mad 11/21/2023 16:06",
"doPostUpdateMigrations" : "mad 9/29/2024 18:36",
"gitSuffix" : "mad 11/13/2023 12:03",
"handleMovedImageFrom:to:" : "mad 11/28/2023 19:23",
"imageHash" : "mad 11/28/2023 19:18",
Expand Down Expand Up @@ -68,7 +68,7 @@
"currentSymbolicHeadTarget" : "mad 11/30/2023 13:17",
"deriveName:" : "mad 6/12/2024 13:32",
"doImageHashMigration" : "mad 11/29/2023 15:09",
"doPostUpdateMigrations" : "mad 11/29/2023 15:07",
"doPostUpdateMigrations" : "mad 9/29/2024 18:37",
"emptyCommit" : "mad 5/20/2023 21:22",
"fastForwardTo:displayName:" : "mad 4/7/2024 18:11",
"fetch:" : "mad 9/18/2023 16:03",
Expand Down

0 comments on commit fbf93a1

Please sign in to comment.