Commit graph Nulah.PowerShell/src/ModuleCore
Author SHA1 Message Date
fc3fe217e4 chore: Add comments to public methods
- rename GetRepo to GetDirectoryForRegisteredRepo so it's actually doing what it says
2026-09-05 13:42:05 +10:00
cf782211aa fix(git-tests): Create per-test specific databases 2026-09-05 12:57:54 +10:00
cb01efd323 feat(git-manager): Update InternalFreshInstance to take a database name 2026-09-05 12:43:57 +10:00
e1bd84c05e refactor: Remove missed byte order marks 2026-09-05 12:26:34 +10:00
3b1a4c7050 refactor: Remove byte order mark 2026-09-05 12:07:52 +10:00
1491a26a3e chore(build-props): Bump version number to 0.0.1 2026-09-04 10:33:11 +10:00
52944936ed docs(git-provider): Document Get-GitRepoRegistration
- update comments for related classes and methods
2026-08-26 14:34:18 +10:00
46eeb0cb1e feat(git-provider): Update debug output when registering
- output when no name is given
- update message when current location is confirmed to be a git repo
2026-08-26 14:16:48 +10:00
8d64b1aa9e fix(git-provider): Return after successful registration removal 2026-08-26 13:30:18 +10:00
a666a49db0 feat(git-provider): Implement RemoveGitRepoCommand 2026-08-25 11:18:03 +10:00
cf446fc5dc refactor(git-provider): move IsGitRepo to GitManager, refactor NewGitRepoCommand 2026-08-25 08:41:29 +10:00
c48549117f chore(git-provider): Trim output when getting current branch 2026-08-24 17:35:53 +10:00
164df4ecf4 chore(git-provider): Code style 2026-08-24 16:46:35 +10:00
cf336da271 feat(git-provider): Load previous registrations, add debug hook
- add way to redirect debug output
- remove unique constraint on Location
2026-08-24 16:45:42 +10:00
633b35f7e9 feat(git-provider): Initial git registration storage in database
- update PostBuild.ps1 to not delete data directory created during debug
- move sqlite-net-pcl to ModuleCore
2026-08-24 16:02:51 +10:00
caa65ca7c3 feat(git-provider): Initial DatabaseManager 2026-08-24 14:48:48 +10:00
93717b4e43 chore(git-provider): Code style 2026-08-24 14:25:53 +10:00
54d5dd25b9 refactor(git-provider): Rename GitReg to GitRegistration
- rename private GitRegistration to InternalGitRegistration
2026-08-24 10:17:08 +10:00
39022e4186 feat(git-provider): Display current branch when listing registered repos
- change setters to init when parsing git folders
- change Console.WriteLine to Debug.WriteLine in GitManager constructor
2026-08-24 10:12:35 +10:00
740d35d3e7 feat(git-provider): Initial Show-GitRepo implementation 2026-08-23 09:53:33 +10:00
af5c9e43b6 feat(git-provider): Initial Get-GitRepo implementation 2026-08-23 09:25:45 +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
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
3547e32b6e tests(calendar): Add calendar render tests (#3)
- 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