| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY ↵ | Dan Engelbrecht | 2024-10-10 | 1 | -2/+1 |
| | | | | | | (#191)" (#193) This reverts commit e809931618b443809e9740edb70a62d0cab01f87. | ||||
| * | remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY (#191) | Stefan Boberg | 2024-10-08 | 1 | -1/+2 |
| | | | | | | | * remove temporary workaround involving _LIBCPP_DISABLE_AVAILABILITY * temp disable signing on Mac this change should be revisited once we have resumed regular service wrt MacOS runners | ||||
| * | Replicate releases on new release creation (#150) | Joakim Lindqvist | 2024-09-10 | 1 | -0/+2 |
| | | | | | | | | | | * Ignore changes to the mirror_releases script * Only trigger release mirroring when new releases are made * Added a minimum release number to workaround issues with certain older releases * Lowered number of releases that are replicated | ||||
| * | 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 | -9/+14 |
| | | | | | | | - 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 | ||||
| * | added action to mirror repo to github.com (#17) | Stefan Boberg | 2024-03-21 | 1 | -1/+4 |
| | | |||||
| * | 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 | -5/+5 |
| | | | | | we use `zen` tags to discriminate now instead | ||||
| * | Enabled signing on windows agents again (#12) | Joakim Lindqvist | 2024-03-20 | 1 | -2/+2 |
| | | | | * Enabled signing on windows agents again | ||||
| * | make sure zenserver reacts and exist on SIGTERM signal (#8) | Dan Engelbrecht | 2024-03-15 | 1 | -6/+7 |
| | | | | | | * make sure zenserver reacts and exist on SIGTERM signal * add zen tag to all runners * temp disable mac codesigning | ||||
| * | updates to signing | Stefan Boberg | 2024-03-13 | 1 | -2/+2 |
| | | | | | | macOS signs executables again Windows releases do not (neither does validate) | ||||
| * | workflow tweaks | Stefan Boberg | 2024-03-12 | 1 | -5/+5 |
| | | |||||
| * | workflow fixes (#1) | Stefan Boberg | 2024-03-12 | 1 | -16/+14 |
| | | | | | | * update validate action for enterprise github * updated runner setup options * updated release workflow for enterprise github | ||||
| * | also update validate to avoid code sign problems | Stefan Boberg | 2024-03-05 | 1 | -1/+2 |
| | | |||||
| * | windows executable signing (#566) | Dan Engelbrecht | 2023-12-15 | 1 | -1/+2 |
| | | | | Windows executables are now signed with official cert when creating a release | ||||
| * | 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 | -11/+10 |
| | | | | | | | | | | * 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 | ||||
| * | narrowed scope of clang-format action | Stefan Boberg | 2023-06-09 | 1 | -2/+1 |
| | | | | | also removed some unnecessary entries from .gitignore | ||||
| * | Increased timeout to 25 min for Windows validation | Stefan Boberg | 2023-05-31 | 1 | -1/+1 |
| | | |||||
| * | 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) | ||||
| * | extend timeout for linux validation on ci | Dan Engelbrecht | 2023-05-10 | 1 | -1/+1 |
| | | |||||
| * | junit test reporting (#239) | Dan Engelbrecht | 2023-02-23 | 1 | -24/+24 |
| | | | | | - Feature: `--junit` switch to `xmake test` to generate junit style reports of tests. - Feature: CI build on GitHub now uploads junit test reports as artifact to the check for PR validation and mainline validation | ||||
| * | 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 | -5/+5 |
| | | |||||
| * | update action cancel old build to 0.11.0 (#186)v0.1.9-pre1 | Dan Engelbrecht | 2022-11-08 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Build script cleanup (#150)v0.1.4-pre23v0.1.4-pre20 | Dan Engelbrecht | 2022-08-25 | 1 | -48/+46 |
| | | | | | | * 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 | -70/+70 |
| | | | | | * 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 | -68/+68 |
| | | |||||
| * | add macos builds (#133) | Dan Engelbrecht | 2022-06-24 | 1 | -2/+72 |
| | | | | | | | | * 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 | -0/+6 |
| | | |||||
| * | release spellingv0.1.1 | Dan Engelbrecht | 2022-06-02 | 1 | -4/+4 |
| | | |||||
| * | only bundle on release config | Dan Engelbrecht | 2022-06-02 | 1 | -4/+4 |
| | | |||||
| * | fix bundle upload path | Dan Engelbrecht | 2022-06-02 | 1 | -6/+6 |
| | | |||||
| * | trigger validation build on push to main | Dan Engelbrecht | 2022-06-02 | 1 | -0/+2 |
| | | |||||
| * | enable windows bundle in validate | Dan Engelbrecht | 2022-06-02 | 1 | -13/+13 |
| | | |||||
| * | make sure cancel old builds runs first | Dan Engelbrecht | 2022-06-02 | 1 | -0/+3 |
| | | |||||
| * | remove windows bundle | Dan Engelbrecht | 2022-06-02 | 1 | -13/+24 |
| | | | | | cancel previous validate for same branch (not main) | ||||
| * | go back to skipping windows bundle on release | Dan Engelbrecht | 2022-06-02 | 1 | -5/+7 |
| | | |||||
| * | clear build folder with Powershell - temp disable validate | Dan Engelbrecht | 2022-06-02 | 1 | -1/+1 |
| | | |||||
| * | fix brackets | Dan Engelbrecht | 2022-06-02 | 1 | -4/+4 |
| | | |||||
| * | use tagging as trigger for creating release | Dan Engelbrecht | 2022-06-02 | 1 | -0/+152 |