|
|
1a8bdec589
|
feat(build): Create helpers and TagCommit step
- adjust the BaseSourceLocation to be absolute
- refactor getting the PowershellModule version to Helpers.cs
|
2026-09-04 17:40:51 +10:00 |
|
|
|
69e0f824de
|
feat(build): Stamp version onto bundle archive
0.0.1-pre-release+69e0f824
|
2026-09-04 13:39:55 +10:00 |
|
|
|
fa0531f2c5
|
refactor(build): move BuildContext to file, add BuildSuffix and CommitHash configuration options
|
2026-09-04 10:46:34 +10:00 |
|
|
|
1491a26a3e
|
chore(build-props): Bump version number to 0.0.1
|
2026-09-04 10:33:11 +10:00 |
|
|
|
479c433765
|
build(git-provider): Split bundle archive creation into separate task, update default task chain
|
2026-09-04 09:49:01 +10:00 |
|
|
|
a399b29df3
|
build(git-provider): Create bundle zip for module
|
2026-09-04 09:29:15 +10:00 |
|
|
|
5cfc4819fe
|
build(git-provider): Generate initial import script
|
2026-09-03 22:08:48 +10:00 |
|
|
|
9665ed1ae3
|
build(git-provider): Bundle up minimal required module files
|
2026-09-03 21:47:28 +10:00 |
|
|
|
270d545e56
|
build(git-provider): Add GitRepoRegistration commands to build
|
2026-09-03 20:42:20 +10:00 |
|
|
|
5448fa3f9e
|
docs(git-provider): Change info box to be normal-markdown instead of Obsidian-markdown
|
2026-09-02 14:10:44 +10:00 |
|
|
|
78974c732c
|
docs(git-provider): Update general section to outline case-sensitivity
|
2026-09-02 11:30:15 +10:00 |
|
|
|
e2caa604c5
|
docs(git-provider): Small documentation updates to verb usage and default behaviour for New-GitRepoRegistration
|
2026-09-02 11:19:17 +10:00 |
|
|
|
c8717df44a
|
docs(git-provider): Document Remove-GitRepoRegistration
|
2026-09-02 11:18:36 +10:00 |
|
|
|
b91a868a54
|
feat(git-provider): Update Remove-GitRepoRegistration to work from any directory when -Name is given
|
2026-09-02 11:18:26 +10:00 |
|
|
|
6550da8c99
|
docs(git-provider): Update Show-GitRepoRegistration
|
2026-08-26 17:26:51 +10:00 |
|
|
|
0fbb0775c1
|
docs(git-provider): Document Show-GitRepoRegistration
|
2026-08-26 17:18:34 +10:00 |
|
|
|
d53e5b2fe4
|
feat(git-provider): Change alias of NoStack to NoPushLocation
|
2026-08-26 17:17:47 +10:00 |
|
|
|
52944936ed
|
docs(git-provider): Document Get-GitRepoRegistration
- update comments for related classes and methods
|
2026-08-26 14:34:18 +10:00 |
|
|
|
5e0e4ad2be
|
docs(git-provider): Document New-GitRepoRegistration
|
2026-08-26 14:17:06 +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 |
|
|
|
7c6a47bfcb
|
docs(git-provider): Add initial git command documentation
- create solution folder for docs
|
2026-08-26 13:16:20 +10:00 |
|
|
|
5528a756f9
|
refactor(git-provider): Rename noun to GitRepoRegistration
|
2026-08-25 17:16:06 +10:00 |
|
|
|
5f04ed4262
|
feat(git-provider): Set OutputType for GetGitRepoCommand
|
2026-08-25 14:54:31 +10:00 |
|
|
|
e49b322ec0
|
chore(git-provider): Rename class to match file name
|
2026-08-25 13:41:20 +10:00 |
|
|
|
50752c0699
|
chore: Remove unneeded files
|
2026-08-25 13:40:23 +10:00 |
|
|
|
9eb58698fa
|
chore(git-provider): Code style
|
2026-08-25 13:37:47 +10:00 |
|
|
|
27117ce64b
|
refactor(git-provider): remove SetGitRepoCommand
|
2026-08-25 11:19:58 +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 |
|
|
|
7b59b90572
|
chore(git-provider): Use -C when checking if current directory is a git repo
- move WriteDebug to IsGitRepo
- inline variable for SessionState.Path.CurrentLocation.Path
|
2026-08-24 17:10:20 +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 |
|
|
|
52f7260bf4
|
chore(git-provider): Remove output from command constructors, change informational output to use WriteDebug
|
2026-08-24 10:02:10 +10:00 |
|
|
|
48ad65e86c
|
refactor(git-provider): Centralise *-GitRepo noun name
|
2026-08-23 09:58:16 +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 |
|
|
|
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 |
|