Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9c71460
Inject IModuleContext into method instead of constructor
thomhurst Jun 4, 2023
ff12936
Missed files
thomhurst Jun 4, 2023
7c48cca
GitVersion
thomhurst Jun 4, 2023
dc17dcc
Tidy usings
thomhurst Jun 4, 2023
36fad99
IDisposable ModuleLogger.cs
thomhurst Jun 4, 2023
49a37bc
try finally
thomhurst Jun 4, 2023
e64ee3c
FullSemVer
thomhurst Jun 4, 2023
538db0c
Log Output False
thomhurst Jun 4, 2023
4dc191d
_isDisposed
thomhurst Jun 4, 2023
006b1bf
Re-work contexts
thomhurst Jun 8, 2023
b11bc8b
Use IModuleContextCreator
thomhurst Jun 8, 2023
c35b621
Fix dependency issue
thomhurst Jun 8, 2023
d9b3641
UploadPackages
thomhurst Jun 8, 2023
2180c0e
Parallel.ForEachAsync
thomhurst Jun 8, 2023
6b27b31
CommandException.cs - GetOutput
thomhurst Jun 8, 2023
bd13b5d
Remove redundant arguments
thomhurst Jun 8, 2023
2d16444
Remove GitVersion
thomhurst Jun 8, 2023
1844b1f
Rework Git module
thomhurst Jun 8, 2023
f3c8f05
DefaultBranchName
thomhurst Jun 8, 2023
98b4066
StaticGitInformation
thomhurst Jun 8, 2023
da7557f
+semver: patch
thomhurst Jun 8, 2023
0ba1c95
Nullable
thomhurst Jun 8, 2023
6b2f084
LogInput _ LogOutput false
thomhurst Jun 8, 2023
7730cd6
Fix nullable
thomhurst Jun 8, 2023
d43c8cc
Assembly contains ModularPipelines loading
thomhurst Jun 8, 2023
b4d2c8d
Tweak name
thomhurst Jun 8, 2023
6f5508d
Lots more stuff
thomhurst Jun 27, 2023
d9402a4
Fix analyzers and merge some separate projects into main
thomhurst Jun 28, 2023
ce68aa0
Merge branch 'main' into feature/initial-2
thomhurst Jun 28, 2023
d38eb03
Try GitVersion v6
thomhurst Jun 28, 2023
8008e42
Merge branch 'main' into feature/initial-2
thomhurst Jun 28, 2023
809a9dd
CommitsSinceVersionSource
thomhurst Jun 28, 2023
72f0053
CodeActionValidationMode = CodeActionValidationMode.Seman…
thomhurst Jun 28, 2023
ebae1bd
NormalizeLineEndings
thomhurst Jun 28, 2023
c68406d
NormalizeLineEndings
thomhurst Jun 28, 2023
52bba6d
.Within(TimeSpan.FromMilliseconds(100)
thomhurst Jun 28, 2023
ac19259
.Within(10).Percent
thomhurst Jun 28, 2023
7b29014
NormalizeLineEndings
thomhurst Jun 28, 2023
58ad6f0
Undo normalize
thomhurst Jun 28, 2023
42030e9
Fix tolerance
thomhurst Jun 28, 2023
7fe16e4
Ignore test
thomhurst Jun 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/.idea.ModularPipelines/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/.idea.ModularPipelines/.idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/.idea.Pipeline.NET/.idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/.idea.Pipeline.NET/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.Pipeline.NET/.idea/projectSettingsUpdater.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions .idea/.idea.Pipeline.NET/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
</Project>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading