Commit Graph

1926 Commits

Author SHA1 Message Date
David Refoua
fe82fbf4f6 Normalize ConEmu task names 2026-06-15 00:31:19 +03:30
David Refoua
31651e944c Escape branch summary actor label 2026-06-14 20:00:24 +03:30
David Refoua
0e8dcb2d16 Docs: replace stale AppVeyor build references with branch-specific GitHub Actions artifact links 2026-06-14 19:57:26 +03:30
David Refoua
92e9e96e07 Fix workflow summary markdown tables 2026-06-14 19:41:22 +03:30
copilot-swe-agent[bot]
b484f2fbc0 Apply remaining changes 2026-06-14 15:50:00 +00:00
David Refoua
e33c42a08d Merge pull request #3091 from cmderdev/copilot/add-links-for-values
Link backticked values in branch workflow summary
2026-06-14 19:11:48 +03:30
copilot-swe-agent[bot]
c61ed85072 fix: link values in branch workflow summary 2026-06-14 15:37:43 +00:00
David Refoua
138cea5f0d Correcting GitHub actions summary output 2026-06-14 15:41:56 +03:30
copilot-swe-agent[bot]
5ee003f321 fix: correct backtick escaping in vendor summary table 2026-06-14 11:47:52 +00:00
David Refoua
c8c8830557 Fix PowerShell here-string parser error in vendor.yml 2026-06-14 15:10:45 +03:30
copilot-swe-agent[bot]
d20d3d65aa Fix PowerShell here-string indentation in vendor.yml
Replace indented here-strings inside if/else blocks with simple
string literals. PowerShell requires the "@" terminator to be at
column 0 in the script; when inside an indented block the YAML
base-indent stripping left 2 leading spaces, causing the parser
error "White space is not allowed before the string terminator".
2026-06-14 11:39:57 +00:00
David Refoua
9ad356ab16 Fix vendor workflow failure when exporting empty GitHub env vars 2026-06-14 14:59:39 +03:30
copilot-swe-agent[bot]
6e4323f191 fix: allow empty values in Set-GHVariable 2026-06-14 11:24:36 +00:00
David Refoua
d41fba6002 Merge pull request #3059 from cmderdev/copilot/improve-vendor-ci-cd-messaging
chore: Auto-merge non-breaking vendor updates with improved messaging
2026-06-14 14:48:33 +03:30
copilot-swe-agent[bot]
c231c38b2d Fix summary to show single message conditionally 2026-06-14 10:55:17 +00:00
copilot-swe-agent[bot]
8329fb8275 docs: replace AppVeyor references with GitHub Actions build artifact links 2026-06-10 08:14:01 +00:00
David Refoua
27e27cae14 conf: restore the clink's "gray text" auto-suggestions display
The [`autosuggest.inline` feature](https://chrisant996.github.io/clink/clink.html#inline-suggestions) was disabled by default from the config in **a breaking change** from https://github.com/chrisant996/clink/releases/tag/v1.9.20 and later
2026-06-03 11:07:08 +03:30
David Refoua
4763821a77 Merge pull request #3079 from cmderdev/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2026-04-15 03:23:59 +03:30
dependabot[bot]
ddaa2f1c4e Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 17:07:56 +00:00
copilot-swe-agent[bot]
58ab7976d2 Extract version parsing to shared function and improve error handling
- Created Get-VersionChangeType function in scripts/utils.ps1 (DRY principle)
- Updated vendor.yml and update.ps1 to use shared function
- Fixed numeric comparison for COUNT_UPDATED (fromJSON for proper numeric eval)
- Improved git operation error handling with proper exit code checking
- Only reset commit if it succeeded but push failed

Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/4511d497-599a-4a80-bc3c-12bd6f2d8191

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 02:38:52 +00:00
David Refoua
09b00758b1 Merge branch 'master' into copilot/improve-vendor-ci-cd-messaging 2026-04-12 05:20:13 +03:30
David Refoua
00a140dac9 Bump peter-evans/create-pull-request from 7 to 8 2026-04-12 05:18:44 +03:30
David Refoua
d3df508d8e Make sure downgrades don't show up as updates
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 05:10:03 +03:30
David Refoua
426d9e6efe Ensure downgrades don't show up as updates
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 05:06:50 +03:30
copilot-swe-agent[bot]
59ef29cbab Use numeric comparison instead of string for COUNT_UPDATED in PR title
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/acafec24-3b0c-4817-9a18-10214c61dbc4

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 01:32:53 +00:00
copilot-swe-agent[bot]
7fdae8ef48 Add concurrency group to prevent race conditions in vendor workflow
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/ddb85bb7-8df8-4cf9-a878-ed669e19a4be

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 01:29:57 +00:00
David Refoua
e4ab8fb2fd Check commitResult
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 04:59:42 +03:30
David Refoua
6924bcb8b5 Log vendor semantic version parsing failure
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 04:57:37 +03:30
David Refoua
d11c5641bd resolve conflicts 2026-04-12 04:51:54 +03:30
dependabot[bot]
75cd20b7ff Bump peter-evans/create-pull-request from 7 to 8
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-12 00:43:41 +00:00
David Refoua
dc7e1c144f Fix GitHub Actions step summary generation issues 2026-04-12 04:13:02 +03:30
copilot-swe-agent[bot]
55251f7cc3 Show actual branch name and separate PR row in repository information
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/7ac9b75c-de48-4c0b-98db-108cc3423c0e

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 00:29:30 +00:00
copilot-swe-agent[bot]
0983e9b763 Add duration tracking to test results and change hashes.txt separator to tab
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/48204621-5da0-4649-9715-ac9df45f1153

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 00:24:53 +00:00
copilot-swe-agent[bot]
cb59bb54b0 Fix variable name casing inconsistency in vendor.yml (Summary -> summary)
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/7c117654-3cc9-428c-846a-01931a2f9b5b

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-12 00:20:53 +00:00
David Refoua
c882ade42d fix multi-line EOF syntax according to GitHub
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:47:52 +03:30
David Refoua
dcbb0e9203 fix: Handle multi-line JSON
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:46:47 +03:30
David Refoua
f3fa589ac3 use double-quote for "`n"
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:45:54 +03:30
David Refoua
32cf8767f5 fix: Derive directories from the array entries
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:44:49 +03:30
David Refoua
03deb9d859 fix: handle links to vendor repo archive URL
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:43:54 +03:30
David Refoua
01d01c6a57 parse entire JSON string at once
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 03:42:33 +03:30
copilot-swe-agent[bot]
25ea725338 Fix Format-FileSize undefined error by sourcing utils.ps1 in artifacts upload step
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/bf167f7e-397b-4635-a7d2-2c2680207e67

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 22:33:42 +00:00
copilot-swe-agent[bot]
cbc7f53cd3 Add workflow_dispatch to enable manual build workflow runs
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/49b3cbe7-8c16-4e18-a4c4-e0587448245e

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 22:27:24 +00:00
copilot-swe-agent[bot]
31e73cce59 Fix vendor package release links and artifact download URLs
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/ff648493-d8fd-4117-9a78-2933758d2280

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 22:16:56 +00:00
copilot-swe-agent[bot]
2de93d1d55 Move Format-FileSize and Get-ArtifactDownloadUrl functions to utils.ps1
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/9334534b-9a07-4053-a214-f394e6e92aaa

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 21:41:27 +00:00
copilot-swe-agent[bot]
aa801c2c17 Make artifact names clickable, use human-readable file sizes, and add rar to compression formats
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/ce43a069-b966-4141-b4e1-3d201bc3ddbf

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 21:35:15 +00:00
copilot-swe-agent[bot]
1418da1c18 Dynamically discover all build artifacts instead of hardcoding filenames
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/8667c9a1-2ae6-4286-bcf4-f58735eb094e

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 21:30:51 +00:00
copilot-swe-agent[bot]
05b24c2173 Wrap buildTime in code formatting backticks while keeping small tag
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/915ff38b-d73d-4ed8-bc2d-1fd1efa26f9b

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 21:03:52 +00:00
copilot-swe-agent[bot]
f69c1db205 Remove separator before artifacts, add sources.json link, and link vendor versions to releases
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/6ed72053-91c6-4e75-8317-ac54af872629

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
2026-04-11 20:52:47 +00:00
David Refoua
2ebb4f2d5b Merge pull request #3077 from cmderdev/master
Update with upstream
2026-04-12 00:15:26 +03:30
David Refoua
165ca3b05b Merge pull request #3076 from cmderdev/master
Update with upstream
2026-04-12 00:12:11 +03:30