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
b6be2b4a0c86cfdd3d30c0a73d97620b936d5f17
Umbraco-CMS
/
src
/
Umbraco.Infrastructure
/
Scheduling
History
Shannon
f84a93ae20
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
2020-09-02 18:10:29 +10:00
..
BackgroundTaskRunner.cs
Fix wrong xml doc comment
2020-07-09 11:06:38 +02:00
HealthCheckNotifier.cs
Merge conflicts resolved
2020-08-06 12:59:21 +02:00
LogScrubber.cs
Merge conflicts resolved
2020-08-06 12:59:21 +02:00
ScheduledPublishing.cs
Merge conflicts resolved
2020-08-06 12:59:21 +02:00
SchedulerComponent.cs
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
2020-09-02 18:10:29 +10:00
SchedulerComposer.cs
…