Commit graph

19 commits

Author SHA1 Message Date
a0e29619a4 chore(git-provider): Move commands to command folder 2026-08-23 09:04:38 +10:00
2b3c7d0153 feat(git-provider): Remove concept of directory registrations and keep it simple 2026-08-21 16:53:54 +10:00
30e103f021 tests(git-provider): Add duplicated repo registration test 2026-08-21 16:53:54 +10:00
cf2660b6b2 tests(git-provider): Add fact tests for empty name registrations 2026-08-10 16:01:15 +10:00
09236e826a tests(git-provider): Add basic registration tests
- make ModuleCore internals visible to ModuleTests
2026-08-10 15:50:24 +10:00
b9f856e716 feat(git-provider): First pass of creating directories from New-GitRepo command
- move GitManager to ModuleCore
- refactor SetGitRepoCommand to own file
2026-08-10 14:54:15 +10:00
1363f6ce02 chore(git-provider): explore setting the location based on a child fragment match 2026-08-07 16:49:30 +10:00
dedea9213b refactor(git-provider): Basic manager class implementation and dummy Set-GitRepo command 2026-08-07 14:58:16 +10:00
6193d30029 feat(git-provider): add Sqlite to PowershellModule
- add CopyLocalLockFileAssemblies to PowershellModule.csproj
- add postbuild script to copy Sqlite files and remove unneeded files in debug output
- add sqlite-net-pcl 1.11.285
2026-08-07 11:05:14 +10:00
830ae2c560 feat(git-provider): add inital implementation for New-GitRepo 2026-08-07 08:51:54 +10:00
1b09d15937 feat(git-provider): More placeholder overrides for future use 2026-08-06 15:31:17 +10:00
05d6eece99 chore(powershell-harness): refactor command code, add git provider to runspace, output command results to console 2026-08-06 14:50:09 +10:00
e6665a588b feat(git-provider): Add basic GitRepo provider 2026-08-06 14:44:24 +10:00
6ae34b3c83 chore(custom-host): Add way to manage PromptForChoice 2026-08-06 14:44:03 +10:00
d1ec31c6e9 chore: add placeholder content when generating module manifest 2026-08-06 14:42:56 +10:00
3547e32b6e tests(calendar): Add calendar render tests (#3) 0.0.0-initial
- updates calendar to support overriding the current day when rendering
- supports current culture when rendering
- renames Calendar to CalendarGenerator
2026-08-05 06:15:53 +00:00
ecb0a20cbb feat: add Cake build to produce powershell module (#2)
- Add Cake build project
- Change to CPM
- Package bumps for security bumps
- Reorganise solution structure to group harness projects
2026-07-31 02:15:16 +00:00
274d279732 feat: Add Get-Calendar command and Debug harnesses
- add Get-Calendar command
- add initial debug harness for local debug
2026-07-19 00:32:32 +00:00
468f3c64ce chore: initial commit 2026-07-16 11:02:53 +10:00