Skip to content

Commit

Permalink
spell yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
customs-il committed Jul 4, 2024
1 parent 71b2812 commit 4e0a8f4
Show file tree
Hide file tree
Showing 31 changed files with 48 additions and 38 deletions.
2 changes: 1 addition & 1 deletion nuget packages/Planar.Client/Planar.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Common/Planar.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Hook.Test/Planar.Hook.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<Description>Library for writing unit tests for Planar jobs monitor hooks</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Hook/Planar.Hook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<Description>Library for writing monitor hooks for Planar jobs</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Job.Test/Planar.Job.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<Description>Library for writing DotNet unit tests for Planar jobs</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Job/Planar.Job.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.4</Version>
<Version>1.7.5</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<RootNamespace>DatabaseMigrations</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions src/DatabaseMigrations/DatabaseMigrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Hooks/Planar.Hooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/CommonJob/CommonJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
6 changes: 3 additions & 3 deletions src/Jobs/PlanarJob/JobFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: some job name # Name of job [mandatory, only alphanumeri
group: null or group name # Group of job [only alphanumeric, dashes & underscore, 1 to 50 characters]
author: israel israeli (sales) # The author/responsible person of the job [up to 100 characters]
description: some job description # Description of job [only alphanumeric, dashes & underscore, up to 200 characters]
durable: true # Boolean [true/false]. Non durable job will be delete from system if no future triggers defined
durable: true # Boolean [true/false]. The nondurable job will be deleted from the system if there are no future triggers are defined
concurrent: false # Boolean [true/false]. Concurrent job can run multi instance in same time
log retention days: null # How many days the running logs will retain. [1 to 1000, null for system default]

Expand All @@ -24,7 +24,7 @@ simple triggers: # List of simple triggers
misfire behaviour: FireNow # [ FireNow | IgnoreMisfires | NextWithExistingCount | NextWithRemainingCount | NowWithExistingCount | NowWithRemainingCount ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand All @@ -38,7 +38,7 @@ cron triggers: # List of cron triggers
misfire behaviour: DoNothing # [ DoNothing | FireAndProceed | IgnoreMisfires ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/PlanarJob/PlanarJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/PowerShellJob/PowerShellJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
6 changes: 3 additions & 3 deletions src/Jobs/ProcessJob/JobFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: some job name # Name of job [mandatory, only alphanumeri
group: null or group name # Group of job [only alphanumeric, dashes & underscore, 1 to 50 characters]
description: some job description # Description of job [only alphanumeric, dashes & underscore, up to 200 characters]
author: israel israeli (sales) # The author/responsible person of the job [up to 100 characters]
durable: true # Boolean [true/false]. Non durable job will be delete from system if no future triggers defined
durable: true # Boolean [true/false]. The nondurable job will be deleted from the system if there are no future triggers are defined
concurrent: false # Boolean [true/false]. Concurrent job can run multi instance in same time
log retention days: null # How many days the running logs will retain. [1 to 1000, null for system default]

Expand All @@ -30,7 +30,7 @@ simple triggers: # List of simple triggers
misfire behaviour: FireNow # [ FireNow | IgnoreMisfires | NextWithExistingCount | NextWithRemainingCount | NowWithExistingCount | NowWithRemainingCount ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]

Expand All @@ -40,6 +40,6 @@ cron triggers: # List of cron triggers
misfire behaviour: DoNothing # [ DoNothing | FireAndProceed | IgnoreMisfires ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
1 change: 1 addition & 0 deletions src/Jobs/ProcessJob/ProcessJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
6 changes: 3 additions & 3 deletions src/Jobs/RestJob/JobFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: some job name # Name of job [mandatory, only alphanumeri
group: null or group name # Group of job [only alphanumeric, dashes & underscore, 1 to 50 characters]
description: some job description # Description of job [only alphanumeric, dashes & underscore, up to 200 characters]
author: israel israeli (sales) # The author/responsible person of the job [up to 100 characters]
durable: true # Boolean [true/false]. Non durable job will be delete from system if no future triggers defined
durable: true # Boolean [true/false]. The nondurable job will be deleted from the system if there are no future triggers are defined
concurrent: false # Boolean [true/false]. Concurrent job can run multi instance in same time
log retention days: null # How many days the running logs will retain. [1 to 1000, null for system default]

Expand Down Expand Up @@ -53,7 +53,7 @@ simple triggers: # List of simple triggers
misfire behaviour: FireNow # [ FireNow | IgnoreMisfires | NextWithExistingCount | NextWithRemainingCount | NowWithExistingCount | NowWithRemainingCount ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand All @@ -67,7 +67,7 @@ cron triggers: # List of cron triggers
misfire behaviour: DoNothing # [ DoNothing | FireAndProceed | IgnoreMisfires ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/RestJob/RestJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Jobs/SqlJob/JobFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: some job name # Name of job [mandatory, only alphanumeri
group: null or group name # Group of job [only alphanumeric, dashes & underscore, 1 to 50 characters]
description: some job description # Description of job [only alphanumeric, dashes & underscore, up to 200 characters]
author: israel israeli (sales) # The author/responsible person of the job [up to 100 characters]
durable: true # Boolean [true/false]. Non durable job will be delete from system if no future triggers defined
durable: true # Boolean [true/false]. The nondurable job will be deleted from the system if there are no future triggers are defined
concurrent: false # Boolean [true/false]. Concurrent job can run multi instance in same time
log retention days: null # How many days the running logs will retain. [1 to 1000, null for system default]

Expand Down Expand Up @@ -36,7 +36,7 @@ simple triggers: # List of simple triggers
misfire behaviour: FireNow # [ FireNow | IgnoreMisfires | NextWithExistingCount | NextWithRemainingCount | NowWithExistingCount | NowWithRemainingCount ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand All @@ -50,7 +50,7 @@ cron triggers: # List of cron triggers
misfire behaviour: DoNothing # [ DoNothing | FireAndProceed | IgnoreMisfires ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/SqlJob/SqlJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
6 changes: 3 additions & 3 deletions src/Jobs/SqlTableReportJob/JobFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: some job name # Name of job [mandatory, only alphanumeri
group: null or group name # Group of job [only alphanumeric, dashes & underscore, 1 to 50 characters]
description: some job description # Description of job [only alphanumeric, dashes & underscore, up to 200 characters]
author: israel israeli (sales) # The author/responsible person of the job [up to 100 characters]
durable: true # Boolean [true/false]. Non durable job will be delete from system if no future triggers defined
durable: true # Boolean [true/false]. The nondurable job will be deleted from the system if there are no future triggers are defined
concurrent: false # Boolean [true/false]. Concurrent job can run multi instance in same time
log retention days: null # How many days the running logs will retain. [1 to 1000, null for system default]

Expand All @@ -28,7 +28,7 @@ simple triggers: # List of simple triggers
misfire behaviour: FireNow # [ FireNow | IgnoreMisfires | NextWithExistingCount | NextWithRemainingCount | NowWithExistingCount | NowWithRemainingCount ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand All @@ -42,7 +42,7 @@ cron triggers: # List of cron triggers
misfire behaviour: DoNothing # [ DoNothing | FireAndProceed | IgnoreMisfires ]
priority: 1 # Priority [value between 0 to 100]
calendar: null # Calendar name
timeout: 00:30:00 # Execution timeout. If timeout span passed then cancel command is executed [value between 00:01:00 to 1.00:00:00]
timeout: 00:30:00 # Execution timeout. if the timeout span passed then the cancel command is executed [value between 00:01:00 to 1.00:00:00]
retry span: 01:00:00 # The time span between retries [value between 00:00:01 to 1.00:00:00]
max retries: 3 # The maximum amount of retries. Default is 3 [1 to 100]
trigger data: # Key/Value pairs used by job code (merged with job data)
Expand Down
1 change: 1 addition & 0 deletions src/Jobs/SqlTableReportJob/SqlTableReportJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Planar.API.Common/Planar.API.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Planar.API.Common</RootNamespace>
<AssemblyName>Planar.API.Common</AssemblyName>
<Version>1.7.3</Version>
<Version>1.7.5</Version>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Loading

0 comments on commit 4e0a8f4

Please sign in to comment.