Commit graph

  • 49482c3e1d feat(action): try use output variables feature/forgejo-runner-and-actions Scott 2026-09-08 17:26:38 +10:00
  • 17e9c79cee feat(action): whoops forgot to comment out a git stage I hadn't wrote Scott 2026-09-08 17:22:35 +10:00
  • 1095382fac feat(action): try updating environment variable across steps Scott 2026-09-08 17:21:57 +10:00
  • 06a687dadc feat(action): environment variable test Scott 2026-09-08 17:17:55 +10:00
  • 56f895d53d feat(action): use correct self-hosted label Scott 2026-09-08 17:12:30 +10:00
  • 9dbc7c41ea feat(action): test self hosted action Scott 2026-09-08 17:11:57 +10:00
  • db5f6371b5 feat(action): yeah nah how about we actually make it run on dotnet and see what breaks Scott 2026-09-08 16:59:50 +10:00
  • c8860ea0c0 feat(action): break everything by splitting it into stages Scott 2026-09-08 16:53:05 +10:00
  • db111a68fb feat(actions): uwu id has special naming conventions resulting in useless output errors uwu Scott 2026-09-08 16:49:55 +10:00
  • 1231224367 feat(action): change name to id to see if the output changes Scott 2026-09-08 16:47:21 +10:00
  • 22bb1d235a feat(action): let's try updating the action Scott 2026-09-08 16:46:04 +10:00
  • 9573da25df feat(action): we've verified the file exists from the output of the last step so lets make a predictable error by string to use it next Scott 2026-09-08 16:41:44 +10:00
  • 8ab7863163 feat(actions): how about the next directory that exists Scott 2026-09-08 16:39:55 +10:00
  • 59e1f6b189 feat(action): how about you tell me what's in that directory that exists dickhead Scott 2026-09-08 16:38:27 +10:00
  • 69c7cfa899 feat(action): Just show me something fucking useful after checkout Scott 2026-09-08 16:32:54 +10:00
  • 0778f67928 feat(action): idk maybe it needs an absolute path? Scott 2026-09-08 16:26:19 +10:00
  • 9131865d86 feat(action): idk let's try make it find the action in the now cloned repo this way Scott 2026-09-08 16:21:45 +10:00
  • b6727c7c9d feat(action): Readd github-server-url because I forgot I need the fucking thing because I set up a subdomain to try and get this fucker to work Scott 2026-09-08 16:19:52 +10:00
  • b7d81bb1ae feat(action): Remove github-server-url because the implementation of actions/checkout is only for GitHub and it strips everything except the top level domain fuck shit like this fuck GitHub Scott 2026-09-08 16:18:46 +10:00
  • 44c1b4deb3 feat(action): How about a trailing slash so you use the full url? Will that help you you fucking c Scott 2026-09-08 15:37:47 +10:00
  • 2b28500707 feat(action): Lets try a full url for github-server-url Scott 2026-09-08 15:33:50 +10:00
  • 1549a0b0c5 feat(action): Move subfolder to github-server-url I guess? Scott 2026-09-08 15:32:38 +10:00
  • eae85bc42f feat(action): Try prefixing the repository with a subdomain Scott 2026-09-08 15:30:27 +10:00
  • b28e40da64 feat(action): Use actions/checkout@v7, add repository and ref inputs Scott 2026-09-08 15:28:39 +10:00
  • 89c52eaade feat(action): Guess I'll use docker for the uses? Scott 2026-09-08 15:19:20 +10:00
  • a4c7572c89 feat(action): Remove code.forgejo from uses Scott 2026-09-08 15:13:29 +10:00
  • f6ae48c9ab feat(action): Use absolute action path for forgejo lol! Scott 2026-09-08 11:14:55 +10:00
  • 5cfbcc41d5 feat(action): Apparently it might need a checkout action? Scott 2026-09-08 11:11:36 +10:00
  • 04983e4b93 feat(action): How about absolute with a username? Scott 2026-09-08 11:08:37 +10:00
  • b3b920d778 feat(action): How about not relative lol Scott 2026-09-08 11:08:10 +10:00
  • 68722c3a32 feat(action): Don't use absolute maybe relative from the repo? Scott 2026-09-08 11:07:48 +10:00
  • 7a70bfd878 feat(action): Use absolute action url Scott 2026-09-08 10:59:51 +10:00
  • 31e1f45431 feat(action): Remove incorrect with Scott 2026-09-08 10:56:40 +10:00
  • 803159a4c6 feat(action): Try use repository? Scott 2026-09-08 10:55:58 +10:00
  • 9028ebf434 feat(action): Try relative ref Scott 2026-09-08 10:50:31 +10:00
  • f595ed517b feat(action): Try testing with branch ref Scott 2026-09-08 10:48:26 +10:00
  • 3330728b5a fix(action): Remove relative directory and comment out test job Scott 2026-09-08 10:35:59 +10:00
  • 8384d2f68f feat(action): Try test composite local action Scott 2026-09-08 10:28:47 +10:00
  • 8dd6f94bde feat(action): Test dotnet runner Scott 2026-09-08 10:12:07 +10:00
  • 130fb229da feat(action): Add demo action Scott 2026-09-08 09:47:17 +10:00
  • 8be2d2542a chore(local-runner): Add compose for local runner testing Scott 2026-09-08 09:46:56 +10:00
  • 5c09b7c5a8 feat: Add GitRepoRegistration cmdlets (#5) dev 0.0.1-dev Scott 2026-09-06 09:33:35 +10:00
  • 2d123cd31a chore: Reference issue for TODO Scott 2026-09-06 09:14:37 +10:00
  • de29720047 refactor(git-provider): Move ParsedGitFolderDetails to own file Scott 2026-09-06 09:07:44 +10:00
  • 1804dd6e12 refactor(git-provider): Rename GitManager to GitRepoRegistrationManager Scott 2026-09-06 09:07:06 +10:00
  • cece927b3f chore: Add known ticket issues to TODOs Scott 2026-09-06 08:47:16 +10:00
  • adb3efc217 tests(git-provider): Add try .. finally to tests Scott 2026-09-06 08:38:28 +10:00
  • fc3fe217e4 chore: Add comments to public methods Scott 2026-09-05 13:27:16 +10:00
  • ba07e1618a chore: Fix line endings for verified test outputs Scott 2026-09-05 13:02:05 +10:00
  • cf782211aa fix(git-tests): Create per-test specific databases Scott 2026-09-05 12:57:54 +10:00
  • cb01efd323 feat(git-manager): Update InternalFreshInstance to take a database name Scott 2026-09-05 12:43:57 +10:00
  • e1bd84c05e refactor: Remove missed byte order marks Scott 2026-09-05 12:26:34 +10:00
  • 3b1a4c7050 refactor: Remove byte order mark Scott 2026-09-05 12:07:52 +10:00
  • 1a8bdec589 feat(build): Create helpers and TagCommit step Scott 2026-09-04 17:40:51 +10:00
  • 69e0f824de feat(build): Stamp version onto bundle archive 0.0.1-pre-release+69e0f824 Scott 2026-09-04 13:39:55 +10:00
  • fa0531f2c5 refactor(build): move BuildContext to file, add BuildSuffix and CommitHash configuration options Scott 2026-09-04 10:46:34 +10:00
  • 1491a26a3e chore(build-props): Bump version number to 0.0.1 Scott 2026-09-04 10:33:11 +10:00
  • 479c433765 build(git-provider): Split bundle archive creation into separate task, update default task chain Scott 2026-09-04 09:49:01 +10:00
  • a399b29df3 build(git-provider): Create bundle zip for module Scott 2026-09-04 09:29:15 +10:00
  • 5cfc4819fe build(git-provider): Generate initial import script Scott 2026-09-03 22:08:48 +10:00
  • 9665ed1ae3 build(git-provider): Bundle up minimal required module files Scott 2026-09-03 21:47:28 +10:00
  • 270d545e56 build(git-provider): Add GitRepoRegistration commands to build Scott 2026-09-03 20:42:20 +10:00
  • 5448fa3f9e docs(git-provider): Change info box to be normal-markdown instead of Obsidian-markdown Scott 2026-09-02 14:10:44 +10:00
  • 78974c732c docs(git-provider): Update general section to outline case-sensitivity Scott 2026-09-02 11:30:15 +10:00
  • e2caa604c5 docs(git-provider): Small documentation updates to verb usage and default behaviour for New-GitRepoRegistration Scott 2026-09-02 11:19:00 +10:00
  • c8717df44a docs(git-provider): Document Remove-GitRepoRegistration Scott 2026-09-02 11:18:36 +10:00
  • b91a868a54 feat(git-provider): Update Remove-GitRepoRegistration to work from any directory when -Name is given Scott 2026-09-02 11:18:26 +10:00
  • 6550da8c99 docs(git-provider): Update Show-GitRepoRegistration Scott 2026-08-26 17:26:51 +10:00
  • 0fbb0775c1 docs(git-provider): Document Show-GitRepoRegistration Scott 2026-08-26 17:18:34 +10:00
  • d53e5b2fe4 feat(git-provider): Change alias of NoStack to NoPushLocation Scott 2026-08-26 17:17:47 +10:00
  • 52944936ed docs(git-provider): Document Get-GitRepoRegistration Scott 2026-08-26 14:34:18 +10:00
  • 5e0e4ad2be docs(git-provider): Document New-GitRepoRegistration Scott 2026-08-26 14:17:06 +10:00
  • 46eeb0cb1e feat(git-provider): Update debug output when registering Scott 2026-08-26 14:16:48 +10:00
  • 8d64b1aa9e fix(git-provider): Return after successful registration removal Scott 2026-08-26 13:30:18 +10:00
  • 7c6a47bfcb docs(git-provider): Add initial git command documentation Scott 2026-08-26 13:16:20 +10:00
  • 5528a756f9 refactor(git-provider): Rename noun to GitRepoRegistration Scott 2026-08-25 17:16:06 +10:00
  • 5f04ed4262 feat(git-provider): Set OutputType for GetGitRepoCommand Scott 2026-08-25 14:54:31 +10:00
  • e49b322ec0 chore(git-provider): Rename class to match file name Scott 2026-08-25 13:41:20 +10:00
  • 50752c0699 chore: Remove unneeded files Scott 2026-08-25 13:40:14 +10:00
  • 9eb58698fa chore(git-provider): Code style Scott 2026-08-25 13:37:47 +10:00
  • 27117ce64b refactor(git-provider): remove SetGitRepoCommand Scott 2026-08-25 11:18:52 +10:00
  • a666a49db0 feat(git-provider): Implement RemoveGitRepoCommand Scott 2026-08-25 11:18:03 +10:00
  • cf446fc5dc refactor(git-provider): move IsGitRepo to GitManager, refactor NewGitRepoCommand Scott 2026-08-25 08:41:29 +10:00
  • c48549117f chore(git-provider): Trim output when getting current branch Scott 2026-08-24 17:35:53 +10:00
  • 7b59b90572 chore(git-provider): Use -C when checking if current directory is a git repo Scott 2026-08-24 17:10:20 +10:00
  • 164df4ecf4 chore(git-provider): Code style Scott 2026-08-24 16:46:35 +10:00
  • cf336da271 feat(git-provider): Load previous registrations, add debug hook Scott 2026-08-24 16:45:42 +10:00
  • 633b35f7e9 feat(git-provider): Initial git registration storage in database Scott 2026-08-24 16:02:51 +10:00
  • caa65ca7c3 feat(git-provider): Initial DatabaseManager Scott 2026-08-24 14:48:48 +10:00
  • 93717b4e43 chore(git-provider): Code style Scott 2026-08-24 14:24:10 +10:00
  • 54d5dd25b9 refactor(git-provider): Rename GitReg to GitRegistration Scott 2026-08-24 10:17:08 +10:00
  • 39022e4186 feat(git-provider): Display current branch when listing registered repos Scott 2026-08-24 10:09:58 +10:00
  • 52f7260bf4 chore(git-provider): Remove output from command constructors, change informational output to use WriteDebug Scott 2026-08-24 10:02:10 +10:00
  • 48ad65e86c refactor(git-provider): Centralise *-GitRepo noun name Scott 2026-08-23 09:58:16 +10:00
  • 740d35d3e7 feat(git-provider): Initial Show-GitRepo implementation Scott 2026-08-23 09:53:33 +10:00
  • af5c9e43b6 feat(git-provider): Initial Get-GitRepo implementation Scott 2026-08-23 09:25:45 +10:00
  • a0e29619a4 chore(git-provider): Move commands to command folder Scott 2026-08-23 09:04:38 +10:00
  • 2b3c7d0153 feat(git-provider): Remove concept of directory registrations and keep it simple Scott 2026-08-21 16:53:40 +10:00
  • 30e103f021 tests(git-provider): Add duplicated repo registration test Scott 2026-08-21 16:31:22 +10:00
  • cf2660b6b2 tests(git-provider): Add fact tests for empty name registrations Scott 2026-08-10 16:01:15 +10:00