creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
@@ -1,3 +1,7 @@
// <copyright file="IConfigurableScheduledTask.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IScheduledTask.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="IScheduledTaskWorker.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
using System.Collections.Generic;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="ITaskManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="ITaskTrigger.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using Microsoft.Extensions.Logging;
@@ -1,3 +1,7 @@
// <copyright file="ScheduledTaskHelpers.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="TaskCompletionEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace MediaBrowser.Model.Tasks
@@ -1,3 +1,7 @@
// <copyright file="TaskCompletionStatus.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="TaskInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
using System.Collections.Generic;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="TaskOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="TaskResult.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="TaskState.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="TaskTriggerInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
@@ -1,3 +1,7 @@
// <copyright file="TaskTriggerInfoType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Tasks
{
/// <summary>