This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
917c89cde7825ea92bbcc0f1535b7fd00e7b0754
Umbraco-CMS
/
src
/
Umbraco.Core
/
Sync
History
Shannon
eba3c82a86
Changes startup logic, no more "Boot" method, the component just handles events
2021-05-24 12:51:40 -07:00
..
ApplicationUrlHelper.cs
Improve performance and reduce memory use and reduce array allocations by reusing char[] (
#9166
)
2021-01-22 12:02:25 +10:00
DatabaseServerMessenger.cs
Changes startup logic, no more "Boot" method, the component just handles events
2021-05-24 12:51:40 -07:00
DatabaseServerMessengerOptions.cs
Removes the callbacks from DatabaseServerMessenger, moves logic for cold boot into the components responsible for what needs to happen in cold boot. This is still not ideal but we are stuck with backwards compat. In netcore the initialization will be fixed up (if not already). Ensure examine rebuilds don't occur until the first http request is done instead of on a timer which could be problematic with cold boots.
2021-04-26 18:07:23 +10:00
DatabaseServerRegistrar.cs
Fix casing of 'URL' (
#9080
)
2020-10-05 20:48:38 +02:00
DatabaseServerRegistrarOptions.cs
…
IServerAddress.cs
…
IServerMessenger.cs
…
IServerRegistrar.cs
Fix casing of 'URL' (
#9080
)
2020-10-05 20:48:38 +02:00
ISyncBootStateAccessor.cs
Removes Booting event, backports lazy changes for PublishedSnapshotService from v9.
2021-05-24 12:32:57 -07:00
MessageType.cs
…
NonRuntimeLevelBootStateAccessor.cs
Removes the callbacks from DatabaseServerMessenger, moves logic for cold boot into the components responsible for what needs to happen in cold boot. This is still not ideal but we are stuck with backwards compat. In netcore the initialization will be fixed up (if not already). Ensure examine rebuilds don't occur until the first http request is done instead of on a timer which could be problematic with cold boots.
2021-04-26 18:07:23 +10:00
RefreshInstruction.cs
…
RefreshInstructionEnvelope.cs
…
RefreshMethodType.cs
…
ServerMessengerBase.cs
Improve speed and reduce allocations by implementing logger overloads to avoid params [] allocation (
#8917
)
2021-02-22 08:22:49 +10:00
ServerRole.cs
…
SingleServerRegistrar.cs
…
SyncBootState.cs
Removes the callbacks from DatabaseServerMessenger, moves logic for cold boot into the components responsible for what needs to happen in cold boot. This is still not ideal but we are stuck with backwards compat. In netcore the initialization will be fixed up (if not already). Ensure examine rebuilds don't occur until the first http request is done instead of on a timer which could be problematic with cold boots.
2021-04-26 18:07:23 +10:00