Commit Graph

4426 Commits

Author SHA1 Message Date
f9287cddd1 Add run-retry action to workaround integtest gcovr issue (#7507)
* Add `run-retry` composite action to workaround `integtest` `gcovr` issue

* Update ChangeLog

* Add comment explaining retry
2024-09-12 10:20:53 +01:00
3bb5ce12ae Make APPLE_CODESIGN_ID env var optional for CE CI (#7506)
* Remove CI requirement for `APPLE_CODESIGN_ID` for CE CI

* Update ChangeLog
2024-09-12 09:05:32 +01:00
85bacccfcc Add link to community reboot discussion on README.md 2024-09-12 09:05:20 +01:00
06d8787d56 Remove static link of libportal from Debian Trixie CI (#7505)
* Remove static link to libportal now that Debian 13 has 0.8.0

* Update ChangeLog

* Update ChangeLog
2024-09-11 21:06:51 +01:00
5914c7c8a5 Make package filenames consistent with previous versions (#7503)
* Return Linux version codename if no version ID

* Use underscores and put version at start

* Use `-` instead of `.` for version

* Use more consistent arch names in filenames

* Update ChangeLog
2024-09-11 18:19:20 +01:00
c9eebe0d1a Add 'Similar Projects' to README.md 2024-09-10 21:16:29 +01:00
7a281dc161 Merge branch 'master' of github.com:symless/synergy 2024-09-10 13:12:56 +01:00
83825c6723 Make tip clearer about build guide in README 2024-09-10 13:12:38 +01:00
ead79147d7 Update BUILD.md with new wiki page URL 2024-09-10 12:49:23 +01:00
6aa2b5096c Reorganize code quality badge in README.md 2024-09-10 12:05:43 +01:00
b7d8007223 Match OpenSSL SPDX license exception text
https://spdx.org/licenses/openvpn-openssl-exception.html
2024-09-10 12:02:15 +01:00
708126e40c Use more conventional LICENSE_EXCEPTION filename 2024-09-10 11:52:08 +01:00
fc0545e575 Remove 'how to apply' from LICENSE file 2024-09-10 11:45:42 +01:00
3d36cc56ea Fixed badge links in README.md 2024-09-10 11:40:35 +01:00
4e70c138f6 Fixed link to OpenSSL exception in README.md 2024-09-10 11:39:09 +01:00
297ead9494 Add license special exception for OpenSSL 2024-09-10 11:35:54 +01:00
640a52ee97 Add header links in README.md for easier nav 2024-09-10 10:43:43 +01:00
9f0de896cd Simplify Wayland support detail on README.md 2024-09-10 10:40:50 +01:00
d4fa14e493 Update build instructions on README.md (#7501)
* Update build instructions on README.md

* Add missing `_` char

* Remove space to make associated lines clearer

* Add 'Synergy' next to version number

* Add badges
2024-09-10 10:39:12 +01:00
d44fb598ca Re-creating LICENSE so that GitHub can recognize it (#7502)
* Delete LICENSE

* Re-creating LICENSE so that GitHub can recognize it
2024-09-10 10:25:33 +01:00
5f7a73993e Update README.md to reflect v1.16 release 2024-09-09 19:17:49 +01:00
ac239b6f24 Bump version to 1.16.1-beta 2024-09-09 19:07:05 +01:00
837bd3704b Option to static link libportal ahead of 0.8.x distribution (#7498)
* Dirty dirty hack so that beta testers can try Wayland on server ahead of libportal 0.8.x distribution

* Install deps for subprojects that are added with --meson-no-system

* Use `RuntimeError`

* Remove `packagefiles` from `.gitignore`

* Add ignored packagefiles

* Improve comment

* Update ChangeLog
2024-09-09 17:12:20 +01:00
74c0deed3f Move some EI server log messages to higher log levels (#7497) 2024-09-09 13:33:57 +01:00
adeb7aa009 Cache vcpkg local app dir to restore built OpenSSL (#7496)
* Cache `${{ env.LOCALAPPDATA }}/vcpkg`

* Update ChangeLog
2024-09-09 13:08:35 +01:00
95dc894b84 Use 16-CPU CI runner for FreeBSD (#7495)
* Use 16 core runner for FreeBSD

* Upgrade of Ubuntu version for runs-on

* Update ChangeLog

* Build with `-j16` on FreeBSD
2024-09-09 12:19:12 +01:00
8beeaf4276 Add warnings for missing Wayland libs and features (#7492)
* Add warnings for libei and libportal

* Add warning about experimental Wayland support

* Update ChangeLog

* Move GUI res files to root res dir

* Fixed crazy qrc shenanigans

* Move Wayland warning logic, add tests, improve core retry

* Also install py modules with pip since meson can be in venv

* Throw error when no libei

* Add warnings when no libportal

* Allow failure then success to show related to Wayland (for switching modes)

* Fixed formatting

* Fixed includes

* Simplify warning message

* Add log hint

* Show warning when error already shown

* Only check for Wayland if X or libei

* Add error message when quitting dur to remote desktop error

* Improve consistency of portal log lines
2024-09-09 11:18:17 +01:00
59280bb124 Add roadmap to README.md 2024-09-08 09:22:30 +01:00
c8f102883a Add 'unanswered' tag to new issues 2024-09-06 21:20:03 +01:00
735fb0e8c4 Add --config-toml arg for TOML config file (#7489)
* Add CLI11 lib

* Use newer arg parser for to add --config-toml arg

* Fix bug where coco doesn't run in elevated console

* Improve macro names

* Fixed incorrect macro name

* Improve coverage for TOML config load

* Allow legacy args and use toml config arg in launch.json

* Update ChangeLog

* Fail coverage workflow on integ test fail

* Remove line break
2024-09-06 21:03:19 +01:00
df1ab6ef09 Only wait for elevated process to end when arg is set (#7488)
* Only wait for elevated script to exit when required

* Add missing space and only create lock file if wait enabled

* Update ChangeLog

* Fixed case for wait_for_exit
2024-09-06 16:06:10 +01:00
1c71b4f0f3 Fixed typo in issue template related to discussion 2024-09-06 14:56:38 +01:00
3458545ae4 Merge branch 'master' of github.com:symless/synergy 2024-09-06 14:55:31 +01:00
683635566d Reframe answer related to discussions on issue templates 2024-09-06 14:55:29 +01:00
c2dd232564 Move issue check logic to GitHub script (#7486)
* Fixed new line strip regex

* Move issue check logic to GitHub script

* Fixed variable name issueBody
2024-09-06 14:49:13 +01:00
6b3b65be35 Strip out newlines in issue comment (not markdown) 2024-09-06 14:20:40 +01:00
0fe0532355 Use ISSUE_NUMBER env var for check support workflow 2024-09-06 14:17:31 +01:00
3963e77cd2 Fixed typo in COMMENT_BODY env var 2024-09-06 14:13:36 +01:00
b74eb9bfb4 Strip spaces from comment body for better formatting 2024-09-06 14:13:13 +01:00
e23722c07a Move issue body and number to env key in root of job 2024-09-06 14:03:51 +01:00
f0a5a9ce99 Match workflow name for cache key in issue-check-support 2024-09-06 14:01:11 +01:00
0c7f87fb2f Use unique cache key for issue check support 2024-09-06 14:00:39 +01:00
7208c7e901 Add missing init-python on issue check venv action 2024-09-06 13:58:52 +01:00
c49614940e Remove run_cmd sudo wrapper for other platforms 2024-09-06 13:54:05 +01:00
c30fbf9002 Use .venv dir for as Python venv and cache (#7485)
* Use .venv as Python venv dir

* Update refs to Python venv dir and use action to cache and setup

* Add missing shell: bash

* Source for Python deps

* Exclude .venv from lint

* Update ChangeLog

* Add cache-key arg for init-python

* Add missing "

* Use workflow specific Python cache names

* Fixed cache key for Linux

* Use bash if to make output clearer in case of skipping.

* Clearer debug output

* Add check for cache key

* Add missing shell

* Add SonarCloud and Valgrind venv cache

* Fixed typo
2024-09-06 13:50:59 +01:00
e7a6cc932e Restore missing with: in SonarCloud workflow 2024-09-06 13:49:01 +01:00
52b4786860 Move issue checker to Python script (#7484)
* Remove unnecessary submodules recursion

* Move issue checker to Python script

* Add workflow dispatch to test issue support workflow
2024-09-06 12:21:57 +01:00
2ad15cf3dc For support ticket related issue: Remove GITHUB_OUTPUT redirect and further improve matching 2024-09-06 11:12:09 +01:00
05ca97a202 Improve matching for support ticket related issue 2024-09-06 11:09:24 +01:00
de3b308677 Fixed workflow to check new issues if tech support needed 2024-09-06 11:02:55 +01:00