| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reinstate symbol upload for linux | Dan Engelbrecht | 2025-06-19 | 1 | -5/+2 |
| | | |||||
| * | symbol gen hack-fix for linux (#442)v5.6.13-pre2 | Dan Engelbrecht | 2025-06-18 | 1 | -2/+5 |
| | | |||||
| * | Fixed release mirror on new release (#243) | Joakim Lindqvist | 2024-11-28 | 1 | -5/+5 |
| | | | | | | By removing the minimal version we set (as this is exclusive meaning it would not replicate the current release). As such we cant guarantee that the replication takes the current release so we replicate a few releases. Also fixed the display name of the step when manually running the release mirroring. | ||||
| * | upload linux mac exe to sentry (#196) | Dan Engelbrecht | 2024-10-16 | 1 | -6/+10 |
| | | | | | * upload mac/linux executables to sentry using `debug-files bundle-sources` on all platforms * update sentry-cli to latest on windows | ||||
| * | Running the public github release mirroring as part of creating the release ↵ | Joakim Lindqvist | 2024-09-16 | 1 | -0/+23 |
| | | | | | | | | (#158) * Running the public github release mirroring as part of creating the release This because workflows does not trigger events when created using the built in GITHUB_TOKEN so the release we create does not trigger the release replication workflow. | ||||
| * | bump vcpkg and xmake to latest (#40) | Dan Engelbrecht | 2024-04-24 | 1 | -2/+2 |
| | | | | - Improvement: Bumped xmake to 2.9.1 and vcpkg version to 2024.03.25 | ||||
| * | add a limit to the number of times we attempt to finalize (#22) | Dan Engelbrecht | 2024-03-25 | 1 | -1/+1 |
| | | | | | | | - Improvement: Add limit to the number of times we attempt to finalize and exported oplog - Improvement: Switch to large thread pool when executing oplog export/import - Improvement: Clean up reporting of missing attachments in oplog export/import - Improvement: Remove double-reporting of abort reason for oplog export/import | ||||
| * | locking action-cond to 1.1.1 | Dan Engelbrecht | 2024-03-21 | 1 | -1/+1 |
| | | |||||
| * | use [email protected] to avoid node20 problems | Stefan Boberg | 2024-03-21 | 1 | -2/+2 |
| | | |||||
| * | re-enable macos signing (#15) | Dan Engelbrecht | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | remove hv tags on actions since they are no longer useful | Stefan Boberg | 2024-03-20 | 1 | -4/+4 |
| | | | | | we use `zen` tags to discriminate now instead | ||||
| * | Enabled signing on windows agents again (#12) | Joakim Lindqvist | 2024-03-20 | 1 | -2/+1 |
| | | | | * Enabled signing on windows agents again | ||||
| * | make sure zenserver reacts and exist on SIGTERM signal (#8) | Dan Engelbrecht | 2024-03-15 | 1 | -5/+6 |
| | | | | | | * make sure zenserver reacts and exist on SIGTERM signal * add zen tag to all runners * temp disable mac codesigning | ||||
| * | remove vcpkg integrate install from windows setup | Stefan Boberg | 2024-03-15 | 1 | -1/+0 |
| | | |||||
| * | updated runs-on for release workflow | Dan Engelbrecht | 2024-03-14 | 1 | -4/+5 |
| | | |||||
| * | updates to signing | Stefan Boberg | 2024-03-13 | 1 | -1/+2 |
| | | | | | | macOS signs executables again Windows releases do not (neither does validate) | ||||
| * | workflow tweaks | Stefan Boberg | 2024-03-12 | 1 | -4/+4 |
| | | |||||
| * | workflow fixes (#1) | Stefan Boberg | 2024-03-12 | 1 | -9/+8 |
| | | | | | | * update validate action for enterprise github * updated runner setup options * updated release workflow for enterprise github | ||||
| * | disable official signing of windows executables (#667) | Dan Engelbrecht | 2024-03-05 | 1 | -1/+2 |
| | | |||||
| * | add signing identity when creating release (windows) | Dan Engelbrecht | 2023-12-15 | 1 | -1/+1 |
| | | |||||
| * | embed html frontend content as binary compiled data (#559) | Dan Engelbrecht | 2023-11-23 | 1 | -1/+1 |
| | | | | | | | - Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) - Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive - Improvement: MacOS now does ad-hoc code signing by default when issuing `xmake bundle`, signing with proper cert is done on CI builds | ||||
| * | bump xmake CI version to 2.8.2 (#514) | Dan Engelbrecht | 2023-11-07 | 1 | -9/+6 |
| | | | | | * bump xmake CI version to 2.8.2 * show test times in log | ||||
| * | revive UE toolchain build (#343) | Dan Engelbrecht | 2023-08-22 | 1 | -16/+9 |
| | | | | | | | | | | * add comment about 7z usage in xmake bundle * add ue-libcxx lib/headers and licence + tps * update get_ue_toolchain.sh to use embedded libc++ and decouple from p4 * clearer output when falling back to zip from 7z * update ci scripts to use ue toolchain on linux * updated linux build README.md * changelog | ||||
| * | update vcpkg dependencies (#356) | Dan Engelbrecht | 2023-08-11 | 1 | -6/+6 |
| | | | | | | | * bump vcpkg version * fmt lib 10 fixes * xmake dependencies (with linux workarounds) * changelog | ||||
| * | add exe to release sentry-cli upload-dif step | Stefan Boberg | 2023-05-31 | 1 | -3/+3 |
| | | |||||
| * | bumped xmake and vcpkg versions | Stefan Boberg | 2023-05-26 | 1 | -6/+6 |
| | | | | | | xmake is now 2.7.9 (was 2.6.4) vcpkg is now 2023.04.15 (was 2022.08.15) | ||||
| * | bump timeout for create-release to 25 min (linux/mac) | Dan Engelbrecht | 2023-05-26 | 1 | -2/+2 |
| | | |||||
| * | bump timeout for create-release to 25 min | Dan Engelbrecht | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | steps.read_version.outputs.contents -> steps.read_version.outputs.content | Dan Engelbrecht | 2023-04-21 | 1 | -5/+5 |
| | | |||||
| * | try fixing version/changelog reading | Dan Engelbrecht | 2023-04-21 | 1 | -2/+2 |
| | | |||||
| * | switch to juliangruber/read-file-action to avoid deprecated api usage (#252) | Dan Engelbrecht | 2023-04-21 | 1 | -2/+2 |
| | | | | * switch andstor/file-reader-action for juliangruber/read-file-action in create_release.yml | ||||
| * | actions/[email protected] -> actions/checkout@v3 | Dan Engelbrecht | 2022-11-14 | 1 | -4/+4 |
| | | |||||
| * | update github actions versions to avoid node js warnings | Dan Engelbrecht | 2022-11-14 | 1 | -4/+4 |
| | | |||||
| * | create release in Sentry and set version string in executable (#162) | Dan Engelbrecht | 2022-09-12 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * create release in Sentry and set version string in executable * changelog * 0.1.6-pre0 * sentr-cli install dir * 0.1.6-pre1 * include org and project when creating Sentry release * 0.1.6-pre2 * move org and project options * 0.1.6-pre3 * need to first to "new", then finalize * 0.1.6-pre4 * read version before creating release * 0.1.6-pre5 | ||||
| * | Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149) | Dan Engelbrecht | 2022-08-26 | 1 | -18/+18 |
| | | | | | | | * use "\\?\" prefix for windows paths * fix path delimiters * disable vcpkg caching * Workaround for spdlog not being able to create directories prefixed with `\\?\` | ||||
| * | redefine vcpkg cache naming | Dan Engelbrecht | 2022-08-26 | 1 | -3/+3 |
| | | |||||
| * | Upload symbol information to Sentry when creating release (#148) | Dan Engelbrecht | 2022-08-26 | 1 | -0/+30 |
| | | | | * enable sentry upload | ||||
| * | Build script cleanup (#150)v0.1.4-pre23v0.1.4-pre20 | Dan Engelbrecht | 2022-08-25 | 1 | -3/+21 |
| | | | | | | * always do 'config' to avoid user input problems in CI * always bundle on validate release, remove separate build release * bump vcpkg cache | ||||
| * | re-enable MacOS build (#144)v0.1.4-pre19v0.1.4-pre14v0.1.4-pre13v0.1.4-pre11 | Dan Engelbrecht | 2022-08-22 | 1 | -51/+51 |
| | | | | | * re-enable MacOS build * bump vcpkg version | ||||
| * | bump vcpkg version to 2022.08.15 (#146) | Dan Engelbrecht | 2022-08-19 | 1 | -3/+3 |
| | | |||||
| * | disable macos github agent | Dan Engelbrecht | 2022-06-27 | 1 | -51/+51 |
| | | |||||
| * | add macos builds (#133) | Dan Engelbrecht | 2022-06-24 | 1 | -10/+66 |
| | | | | | | | | * add macos builds * bump timeout to 15 minutes and add timeout to create-release flow * strip -pre suffix from version when running config * fix pre-release check * bump version | ||||
| * | merged from main | Stefan Boberg | 2022-06-16 | 1 | -10/+10 |
| | | |||||
| * | move envv0.1.2-pre1 | Dan Engelbrecht | 2022-06-02 | 1 | -1/+2 |
| | | |||||
| * | pick up version number from env variable set by github | Dan Engelbrecht | 2022-06-02 | 1 | -0/+2 |
| | | |||||
| * | move release job to in-house linux agent | Dan Engelbrecht | 2022-06-02 | 1 | -3/+1 |
| | | |||||
| * | read part of changelog allowing us to keep history | Dan Engelbrecht | 2022-06-02 | 1 | -2/+6 |
| | | |||||
| * | re-enable windows bundle | Dan Engelbrecht | 2022-06-02 | 1 | -17/+17 |
| | | |||||
| * | go back to skipping windows bundle on release | Dan Engelbrecht | 2022-06-02 | 1 | -17/+17 |
| | | |||||
| * | show path | Dan Engelbrecht | 2022-06-02 | 1 | -0/+2 |
| | | |||||