Commit graph Nulah.PowerShell/src/ModuleCore/Git
Author SHA1 Message Date
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