Skip to content

Commit

Permalink
Merge ProjectBoard/master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed May 13, 2024
2 parents a241021 + e0b6f3a commit ae4289d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ initialize-release
setUpChangeProvider

self changeProvider projectId: self boardProvider projectId.
self changeProvider api getWebhookChanges: self changeProvider webhookId.
"self changeProvider api getWebhookChanges: self changeProvider webhookId."
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"removeColumn:" : "lo 8/1/2022 14:09",
"rerenderColumns" : "lo 7/31/2022 16:42",
"resizeColumnArea" : "jh 8/3/2022 01:07",
"setUpChangeProvider" : "mcr 8/4/2022 01:24",
"setUpChangeProvider" : "Haru 5/13/2024 14:46",
"setupColumns" : "jh 8/3/2022 00:48",
"sidebar" : "mcr 8/1/2022 00:44",
"sidebar:" : "mcr 8/1/2022 00:44",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
general changes
manageChanges

| changes |
"| changes |
self semaphore isSignaled
ifTrue: [self semaphore wait].
Expand All @@ -11,4 +11,4 @@ manageChanges
changes
do: [:change | self parseChange: (change parseAsJson)].
self semaphore signal.
self semaphore signal."
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"columnEdited:" : "tk 7/30/2022 22:02",
"columnMoved:" : "tk 7/30/2022 22:02",
"initialize" : "jh 7/10/2022 13:36",
"manageChanges" : "lo 8/1/2022 14:25",
"manageChanges" : "Haru 5/13/2024 14:46",
"parseChange:" : "lo 8/1/2022 14:26",
"projectId" : "lo 7/8/2022 13:46",
"projectId:" : "lo 7/8/2022 13:46",
Expand Down

0 comments on commit ae4289d

Please sign in to comment.