Benjamin Carleski
|
fd3ef48367
|
Use dependency injection for config classes
|
2020-01-21 17:25:03 -08:00 |
|
Bjarke Berg
|
c7f60d8312
|
AB3986 - Wrapped System.Web.Hosting.IRegisteredObject in the AspNetHostingEnvironment. Updated Maindom to use our own new interface and the wrapper and moved to infrastructure. Removed the Umbraco.Core project now that it was empty.
|
2020-01-08 09:01:58 +01:00 |
|
Bjarke Berg
|
58f9b48e16
|
Merge branch 'netcore/dev' into netcore/feature/AB3677-remove-current-from-core
# Conflicts:
# src/Umbraco.Abstractions/UriExtensions.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs
# src/Umbraco.Web/PropertyEditors/FileUploadPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/UserPickerPropertyEditor.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
|
2020-01-07 09:46:42 +01:00 |
|
Bjarke Berg
|
44a36227f9
|
Merge pull request #7356 from umbraco/netcore/feature/AB4227-move-files-to-infrastructure
Netcore/feature/ab4227 move files to infrastructure
|
2020-01-06 14:59:17 +01:00 |
|
Niels Swimberghe
|
e578ca1b0f
|
Add KeepAlive settings to resolve #7116 (#7164)
|
2019-12-20 08:14:42 +01:00 |
|
Bjarke Berg
|
dfeb97caa4
|
AB3677 - Moved usages of Current (Core) to Current (Web)
|
2019-12-19 15:53:50 +01:00 |
|
Shannon
|
3f78331145
|
Adds lots of notes, fixes tests to ensure we catch OperationCanceledException where necessary, adds logging to tests, fixes a boolean op
|
2019-12-05 23:26:49 +11:00 |
|
Shannon
|
6f9062c0cf
|
fixes test (cherry picked)
|
2019-12-05 19:19:09 +11:00 |
|
Shannon
|
8218467e04
|
Merge branch 'v8/dev' into v8/bugfix/6546-MainDom-Cleanup
# Conflicts:
# src/Umbraco.Core/MainDom.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
|
2019-12-04 16:09:22 +11:00 |
|
Bjarke Berg
|
683c0da468
|
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
|
2019-11-13 11:56:32 +01:00 |
|
Bjarke Berg
|
0fcf8325e3
|
Changed SystemDirectories from static to instance, Added interface in abstractions and create a static property on current.
|
2019-11-12 15:25:21 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Shannon
|
c682bbcaf1
|
Adds notes and better logging to PublishedSnapshotService, fixes log output from HealthCheckNotifier, changes initial delay time of scheduled task to be longer.
|
2019-10-31 15:45:57 +11:00 |
|
Shannon
|
f513ed5476
|
Changes call transition from StopInitial to StopImmediate instead of terminate to ensure that all cancelation tokens are canceled and cleared
|
2019-10-24 14:35:30 +11:00 |
|
Shannon
|
52b0edf1f5
|
For backgroundtaskrunner, run shutdown on a threadpool thread to not block the shutdown of other IRegisteredObjects
|
2019-10-24 14:24:01 +11:00 |
|
Shannon
|
31ddc1d935
|
Changes BackgroundTaskRunner to shutdown faster and to ensures that any latched tasks are canceled even with Stop(immediate == false) is executed.
|
2019-10-23 14:17:30 +11:00 |
|
Shannon
|
b5f29f2390
|
Ensure the EventWaitHandle is cleaned up, MainDom and BackgroundTaskRunner was not using HostingEnvironment.Stop correctly, ensures no exception is thrown when setting task result on a background task, ensure multiple terminations don't occur, ensure terminations are done if shutdown fails.
|
2019-10-18 11:57:44 +11:00 |
|
Shannon
|
5cfdfd6e9c
|
Moves temp file cleanup to a background task
|
2019-09-18 22:03:31 +10:00 |
|
Shannon
|
3603090421
|
Fixes race condition in PublishedSnapshotService and more...
|
2019-07-17 22:51:14 +10:00 |
|
Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Stephan
|
186e8fc58b
|
Introduce IUmbracoContextFactory
|
2019-02-14 12:11:06 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|
Stephan
|
e636f12459
|
Fix leak in BackgroundTaskRunner
|
2019-02-04 13:39:32 +01:00 |
|
Shannon
|
f28c60ced3
|
Removes all irrelevant logging settings from umbraco settings
|
2019-01-31 01:11:15 +11:00 |
|
Shannon
|
1c8b4412e3
|
Removes scheduled tasks
|
2019-01-31 00:57:10 +11:00 |
|
Chris Houston
|
193e24afd2
|
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
|
2019-01-27 11:16:00 +01:00 |
|
Chris Houston
|
0b6ba5aa52
|
Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
|
2019-01-26 16:52:19 +01:00 |
|
Stephan
|
c840895f90
|
Deal with more fixme
|
2019-01-22 09:49:35 +01:00 |
|
Stephan
|
1bd5127bcf
|
Actually run HealthCheck notifier
|
2019-01-15 17:27:18 +01:00 |
|
Stephan
|
9ef8e9afc1
|
Cleanup task runner
|
2019-01-09 10:05:10 +01:00 |
|
Stephan
|
349f48aa2d
|
Refactor task runner maindom hooks
|
2019-01-08 20:49:21 +01:00 |
|
Stephan
|
19ae9f5dee
|
Refactor configuration for DI
|
2019-01-07 19:40:07 +01:00 |
|
Stephan
|
84f6239c98
|
Components Initialize and Terminate
|
2019-01-07 09:46:11 +01:00 |
|
Stephan
|
5670c6354e
|
Introduce ComponentComposer to simplify registration of components
|
2019-01-05 15:49:10 +01:00 |
|
Stephan
|
97272e6220
|
Bugfix
|
2019-01-04 09:55:09 +01:00 |
|
Stephan
|
1bd4cba9ac
|
Fix component constructors
|
2019-01-04 08:36:38 +01:00 |
|
Stephan
|
816ed84a2f
|
Refactor components
|
2019-01-03 21:00:28 +01:00 |
|
Stephan
|
bb9846a6ca
|
Merge branch origin/temp8 into temp8-di2690
|
2018-12-21 10:58:38 +01:00 |
|
Stephan
|
56c82d120b
|
Bugfix keepalive route issue
|
2018-12-20 13:30:19 +01:00 |
|
Tristan Thompson
|
2a61d0d988
|
Remove/Replace ping.aspx
Remove ping.aspx
Add KeepAliveController to receive ping requests
Update KeepAlive.cs to call new MVC route rather than ping.aspx
|
2018-12-19 16:13:23 +01:00 |
|
Stephan
|
adced099be
|
Move UmbracoConfig singleton to Current
|
2018-12-12 23:31:16 +01:00 |
|
Stephan
|
49a0b68b28
|
IContainer is IRegister+IFactory
|
2018-11-28 11:05:41 +01:00 |
|
Stephan
|
c23c7749b4
|
Composition fixes
|
2018-11-27 14:04:08 +01:00 |
|
Stephan
|
6ffc340725
|
Merge branch temp8 into temp8-di2690
|
2018-11-23 14:58:08 +01:00 |
|
Stephan
|
6cb20c1d79
|
Deal with events and contexts in scheduled publishing
|
2018-11-13 11:51:25 +01:00 |
|
Shannon
|
6e63cc8c19
|
Fixes ScheduledPublishing since nothing was actually happening because the IEnumerable wasn't being resolved since the method does a yield return. Adds logging.
|
2018-11-13 16:16:52 +11:00 |
|
Stephan
|
5381eec6a4
|
fix+cleanup publishing with variants
|
2018-11-09 09:35:11 +01:00 |
|
Warren Buckley
|
1ef487b7da
|
Removing last of log entries that do string concat or interpolation & updates to use MessageTemplate format instead
|
2018-11-06 10:25:35 +00:00 |
|
Stephan
|
66d931490e
|
Merge branch temp8 into temp8-di2690
|
2018-10-08 19:22:20 +02:00 |
|
Shannon
|
0c5cf5256b
|
manual merge pass #2
|
2018-10-02 12:57:19 +02:00 |
|