b1ed97a826
fix(ci): write build log to runner temp and enforce repo cwd
...
Desktop CI / tests (push) Successful in 15s
Desktop Release / release (push) Failing after 2m34s
- run build step from git toplevel directory
- store build.log under %RUNNER_TEMP% to avoid missing dist path
- guard log dump when file is absent
2026-02-15 22:38:27 +03:00
5be8ab9af7
fix(ci): improve release build diagnostics and encoding
...
Desktop CI / tests (push) Successful in 17s
Desktop Release / release (push) Failing after 1m27s
- run build.py with UTF-8 env in release workflow
- capture full build output to dist/build.log and print it on failure
- extend ISCC output decoding in build.py with UTF-16 fallbacks
2026-02-15 22:34:03 +03:00
d1714a86c7
fix(ci): avoid non-zero exit from iscc help probe
...
Desktop CI / tests (push) Failing after 12s
Desktop Release / release (push) Failing after 2m35s
- stop calling iscc /? in Ensure Inno Setup step
- resolve compiler path via Get-Command/Test-Path and finish with exit 0
2026-02-15 22:04:54 +03:00
965d09d47c
feat(installer): add Inno Setup packaging to release
...
- add installer/AnabasisManager.iss for per-user install without admin rights
- extend build.py to produce setup.exe via ISCC
- publish setup.exe and checksums in release workflow
2026-02-15 22:01:47 +03:00
039c1fa38a
merge: dev into master
...
- merge updater improvements, update channels, and ci/release workflow updates
2026-02-15 21:56:28 +03:00
a6cee33cf6
feat: improve updater flow and release channels
...
Desktop Dev Pre-release / prerelease (push) Failing after 2m18s
- added dedicated GUI updater executable and integrated launch path from main app
- added stable/beta update channel selection with persisted settings and checker support
- expanded CI/release validation to include updater and full test discovery
2026-02-15 21:41:18 +03:00
b30437faef
ci(dev): add automated prerelease workflow
...
Desktop Dev Pre-release / prerelease (push) Successful in 1m52s
- publish dev prereleases on each push to dev
- use tag format vX.Y.Z-<short_commit>
- upload versioned zip and checksum assets
2026-02-15 21:34:28 +03:00
cf6d6bcbd0
ci(release): gate by release existence, not tag
...
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Successful in 1m55s
- initialize CONTINUE=true at flow start
- keep stop condition only when release with same tag already exists
2026-02-15 21:11:18 +03:00
61948a51c6
ci(release): detect existing releases via list endpoint
...
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Successful in 15s
- check /releases list by tag_name instead of /releases/tags
- skip git tag push when tag already exists on origin
2026-02-15 21:10:10 +03:00
97c52c5a51
ci(tests): run full suite in Desktop CI
...
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Failing after 1m53s
- switch unittest to discover test_*.py
- include all current test modules in py_compile
2026-02-15 21:02:35 +03:00
862c2c8899
ci(release): run full test suite in workflow
...
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Has started running
- execute unittest discovery for all test_*.py files
- include all current test modules in py_compile check
2026-02-15 21:02:04 +03:00
1013a1ce38
ci(release): fix tag existence check for remote
...
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Has started running
- detect tag by non-empty ls-remote output instead of exit code
2026-02-15 21:00:36 +03:00
f15e71996b
ci(release): skip duplicate Gitea release creation
...
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Successful in 14s
- check tag existence on origin via ls-remote
- stop workflow when release for tag already exists
2026-02-15 20:57:01 +03:00
190e67c931
feat(update): stage 2 sha256 verification for auto-update
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Successful in 16s
2026-02-15 18:42:37 +03:00
2eb4c52b81
ci(release): set release title to Anabasis Manager <version>
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Successful in 2m16s
2026-02-15 17:36:02 +03:00
3d73a504d2
ci(release): use v-prefixed semantic tags
2026-02-15 17:35:37 +03:00
1524271be7
ci(release): write outputs/env as utf8 no bom for powershell
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Successful in 2m5s
2026-02-15 17:31:37 +03:00
561cf43e09
ci(release): handle missing tag exit code in powershell step
Desktop CI / tests (push) Successful in 14s
Desktop Release / release (push) Successful in 24s
2026-02-15 17:30:22 +03:00
e8930f7550
ci(release): switch windows release steps from bash to powershell
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Failing after 1m14s
2026-02-15 17:28:29 +03:00
c8da0f9191
ci(release): use preinstalled Python on self-hosted windows runner
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Failing after 14s
2026-02-15 17:20:42 +03:00
37ce500fd2
ci(release): remove node bootstrap step, require system node
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Failing after 25s
2026-02-15 17:19:24 +03:00
098a84e5bd
ci(release): restore powershell node bootstrap
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Failing after 2m42s
2026-02-15 16:42:08 +03:00
5aa17c1a84
ci(release): avoid powershell policy by using cmd node bootstrap
Desktop CI / tests (push) Successful in 13s
2026-02-15 16:38:40 +03:00
dde14f3714
ci(release): bootstrap node before js-based actions
Desktop CI / tests (push) Successful in 12s
Desktop Release / release (push) Failing after 5s
2026-02-15 16:37:42 +03:00
fa5d4c6993
ci(release): use windows runner label
Desktop CI / tests (push) Successful in 20s
Desktop Release / release (push) Failing after 1m21s
2026-02-15 16:35:21 +03:00
f9e0225243
ci: add Gitea CI and desktop release workflow
Desktop CI / tests (push) Successful in 1m29s
Desktop Release / release (push) Has been cancelled
2026-02-15 15:27:21 +03:00