Kovid Goyal
1d37ef84ce
Run CodeQL analysis for different languages in parallel
2025-09-16 07:11:13 +05:30
dependabot[bot]
04a8a60a87
Bump the actions group with 4 updates
...
Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-python](https://github.com/actions/setup-python ), [actions/setup-go](https://github.com/actions/setup-go ) and [actions/cache](https://github.com/actions/cache ).
Updates `actions/checkout` from 3 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v5 )
Updates `actions/setup-python` from 4 to 6
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v6 )
Updates `actions/setup-go` from 3 to 6
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v6 )
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/cache
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-15 06:26:51 +00:00
Kovid Goyal
edfda1e7af
Remove deprecated option from CodeQL setup
2025-04-20 15:51:29 +05:30
Kovid Goyal
9cea3fbcb8
Enable CodeQL for Go
2025-04-20 15:44:36 +05:30
Kovid Goyal
afe5877e6a
Fix indentation in codeql yml file
2025-04-14 10:21:10 +05:30
Kovid Goyal
5382fa8692
Bump version of CodeQL actions
...
Version 2 is deprecated.
Fixes #8537
Fixes #8536
2025-04-14 08:09:31 +05:30
Galantsev, Dmitrii
4a8824c10e
Fix bad code block formatting in docs
...
I noticed that
<https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.text_fg_override_threshold >
said ':code:` ratio`' instead of being formatted as code. I assume
that's because of a space after `.
Fixed 2 cases where I found the issue.
Added a simple code block check to CI.
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
2025-03-30 17:48:12 -05:00
Kovid Goyal
9e1601a9b5
Nicer way to include grapheme test data in Go tests
2025-03-27 03:20:27 +05:30
Kovid Goyal
e76daa3736
Fix failing go vet in CI
2025-03-27 02:51:26 +05:30
Kovid Goyal
f02245af79
Also run gofmt on kittens subdir in CI
2025-03-23 20:26:10 +05:30
Kovid Goyal
c32e7ce7ab
Remove git credentials after checkout
2025-02-24 12:00:58 +05:30
Kovid Goyal
744145f392
Add cairo and pixman as deps on Linux
...
Needed to render COLRv1 fonts. Which are needed because bitmap emoji
fonts dont render well at large font sizes such as can be used with
multicell chars.
2025-02-03 11:06:38 +05:30
Kovid Goyal
cad319a3c7
Bump minimum python version to 3.10
...
3.9 is EOL in a few months and I am tired of typing Optional
2025-01-07 12:07:01 +05:30
Kovid Goyal
8b8c7ccfa0
Update before install
2024-12-12 10:40:49 +05:30
Kovid Goyal
3964e9e9ef
Run bencmark on macOS as well
2024-11-28 22:25:52 +05:30
Kovid Goyal
524fb0a9c9
Run benchmark script in Linux CI
2024-11-28 21:56:21 +05:30
Kovid Goyal
143705f2a7
Specify filter explicitly when extracting tarfiles in ci script
2024-11-24 21:53:33 +05:30
Kovid Goyal
63df210707
Add a test for ./dev.sh to CI
2024-09-29 21:44:35 +05:30
Kovid Goyal
68b6db4b61
Bump minimum python version to 3.9
...
3.8 is almost EOL will be in a month or so
2024-07-27 00:07:17 +05:30
Kovid Goyal
28a5bfe379
Make NERD font available in CI
2024-07-02 19:42:31 +05:30
Kovid Goyal
2cb823d3f0
Install needed fonts in CI
2024-06-24 07:54:16 +05:30
Kovid Goyal
1669e099dc
Needed for typing.NotRequired
2024-06-24 07:54:12 +05:30
Kovid Goyal
bd88d2f734
Install systemd headers in CI
2024-05-16 18:48:19 +05:30
Kovid Goyal
98624d614e
Dont use deprecated ruff invocation syntax
2024-05-14 20:37:25 +05:30
Kovid Goyal
8183e9d3ef
Fix CI build failure on macOS
...
Also update simde to version 0.8. Accidental was using it to debug
issues with building against simde, but now that it's done, keep it.
2024-04-30 09:48:51 +05:30
Kovid Goyal
adda3249f5
Lets see if sanitize works
2024-03-21 21:00:58 +05:30
Kovid Goyal
f5570c38dd
Turn off sanitizers in CI as they are segfaulting
...
Trying to debug this in CI is too much work. Hopefully whatever
update in the CI env that is causing these will eventually be fixed.
2024-03-14 18:37:19 +05:30
Kovid Goyal
1712a317d5
...
2024-03-14 16:38:19 +05:30
Kovid Goyal
7821ae39ab
Also need gdb to get coredumps in CI
2024-03-14 16:09:51 +05:30
Kovid Goyal
af0d570725
Install systemd-coredump on CI so we can see coredumps
2024-03-14 15:18:33 +05:30
Kovid Goyal
cb5a2cce53
...
2024-02-25 09:57:37 +05:30
Kovid Goyal
2b9c646c5b
Build dSYM bundles on CI
2024-02-25 09:57:37 +05:30
Kovid Goyal
e5b27d066c
Output macOS crash reports on CI with nicer formatting
2024-02-25 09:57:37 +05:30
Kovid Goyal
d0621cb82a
Better ipd crash report printing
2024-02-25 09:57:37 +05:30
Kovid Goyal
c6c0d0ed60
Sleep for a minute in the hope that macOS crash log will become available
2024-02-25 09:57:37 +05:30
Kovid Goyal
6f74d1b0c1
...
2024-02-25 09:57:36 +05:30
Kovid Goyal
5eb852532f
Use coredumpctl on Linux CI
2024-02-25 09:57:36 +05:30
Kovid Goyal
43e0281ab5
No ulimit on Linux CI
2024-02-25 09:57:36 +05:30
Kovid Goyal
0a158f3577
More attempts at finding a core dump on macOS
2024-02-25 09:57:36 +05:30
Kovid Goyal
f105bc5f4e
...
2024-02-25 09:57:36 +05:30
Kovid Goyal
ceac074dad
Try to print the Apple crash report on test run failure
2024-02-25 09:57:36 +05:30
Kovid Goyal
c6f4c93d0a
Nicer exit code diagnostic
2024-02-25 09:57:30 +05:30
Kovid Goyal
48c0b30671
Install simde on CI
2024-02-25 09:57:28 +05:30
Kovid Goyal
d006ba504f
Use a separate cache for the job that builds static kittens
2023-08-16 14:09:51 +05:30
Kovid Goyal
ebbb8e4a09
The github setup-go action now supports caching out of the box
2023-08-16 12:02:32 +05:30
Kovid Goyal
0ba5f20902
CI: See if we can cache golang build artifacts
2023-08-11 09:17:05 +05:30
Kovid Goyal
3687694d0d
Make building of static kittens the last step in CI
...
It is the least likely to fail and also the longest to execute
2023-08-11 08:48:19 +05:30
Kovid Goyal
f2a6100f1f
Replace more references to librsync
2023-07-30 19:49:42 +05:30
Kovid Goyal
39bd1a2d57
...
2023-07-27 16:53:33 +05:30
Kovid Goyal
5a7abd6214
CodeQL does not work for Go code
2023-02-14 11:15:44 +05:30
pagedown
dcddaf33e0
...
2023-02-11 20:43:42 +08:00
pagedown
d1e54a1d3b
CI: Bump versions of the deprecated github actions to the latest
2023-02-11 20:33:29 +08:00
pagedown
3c7df680cf
Get go version from go.mod
...
No need to update multiple places when bumping the go version.
2023-02-11 20:33:08 +08:00
Kovid Goyal
27ae9104ac
Bump required Go version to 1.20
...
This allows us to use the stdlib for ECDH crypto used by remote control.
Fixes #5976
2023-02-03 09:32:56 +05:30
Kovid Goyal
f15d27bb62
Use ruff on CI
2023-01-09 15:55:45 +05:30
Kovid Goyal
77a3916f6f
We need go >= 1.19
2023-01-05 19:41:42 +05:30
Kovid Goyal
c03af4d294
Build static binaries on CI
2022-11-15 15:07:33 +05:30
Kovid Goyal
d60ecfa8a6
Install go 1.18 for codeql build
2022-11-14 20:35:41 +05:30
Kovid Goyal
2e07f90baf
...
2022-11-14 15:42:07 +05:30
Kovid Goyal
d6f42a11d7
Run go vet on CI
2022-11-14 15:42:00 +05:30
Kovid Goyal
d0e133885c
Install Go 1.18 on CI
2022-11-14 15:42:00 +05:30
Kovid Goyal
fb482e28f6
...
2022-11-14 15:41:53 +05:30
Kovid Goyal
387333492b
Generate color names and table for Go
...
Also exclude generated files from gofmt checking
2022-11-14 15:41:53 +05:30
Kovid Goyal
f90753c69b
Use whatever version of go is available on CI
2022-11-14 15:41:46 +05:30
Kovid Goyal
c85af36116
Simplify cleanup and ignoring of generated go files
2022-11-14 15:41:45 +05:30
Kovid Goyal
1429be3a19
Run gofmt via python, easier to debug
2022-11-14 15:41:44 +05:30
Kovid Goyal
2ea3fa36d2
...
2022-11-14 15:41:44 +05:30
Kovid Goyal
2fd013b593
Add source code linting for go to CI
2022-11-14 15:41:44 +05:30
Kovid Goyal
3a21605b05
...
2022-11-14 15:41:44 +05:30
Kovid Goyal
cea9ff30dc
Add the go dependency to CI and Brewfile
2022-11-14 15:41:44 +05:30
Kovid Goyal
dea3df66f8
system python appears broken on macos-latest image
...
The pip scripts install directory is not on PATH
2022-11-03 13:05:03 +05:30
Kovid Goyal
ec80a1532c
Try to make mypy happy with the contortions needed for importlib.resources
2022-11-03 12:41:13 +05:30
Alex
5c82f4beca
build: harden ci.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-23 22:14:57 +02:00
Alex
13539bd8c6
build: harden codeql-analysis.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-23 22:14:16 +02:00
Kovid Goyal
2bb42e67d7
We have to build docs to test building of package now
2022-08-19 13:51:35 +05:30
Kovid Goyal
b4d9a22df8
Install the same version of OpenSSL as used by python on brew based CI
2022-08-10 12:21:01 +05:30
Kovid Goyal
d4168e3b80
Dont add openssl to the brewfile
...
We only need to install it on CI because the python on CI doesnt come
from brew. Normal brewfile based installation will install openssl as a
dependency of python
2022-08-10 12:02:43 +05:30
Kovid Goyal
b0666c9180
test.py now needs kitty built
2022-07-13 20:00:54 +05:30
Kovid Goyal
57d3d09679
DRYer
2022-07-13 19:49:40 +05:30
Kovid Goyal
7b91447d89
Use a full chekcout in CI when building docs
...
The :commit: docs role requires it
2022-06-04 08:00:00 +05:30
Kovid Goyal
581c388838
...
2022-05-29 15:02:37 +05:30
Kovid Goyal
7a63ea6480
Drop python 3.7 from CI
2022-05-29 14:54:51 +05:30
Kovid Goyal
a4f1caeb4e
Missed a couple of actions invocations
2022-04-01 07:31:10 +05:30
Kovid Goyal
45de091ee6
Use versioned actions as master for setup-python is currently broken
2022-04-01 07:19:41 +05:30
Kovid Goyal
5064b5c2b1
Apparently posh on CI is utterly broken
2022-03-03 21:24:43 +05:30
Kovid Goyal
e73525d0a2
Start work on testing the bootstrap script
2022-03-03 21:24:43 +05:30
pagedown
693fc0f0c7
CI: Disable codeql auto install python dependencies
2022-02-23 21:28:29 +08:00
Kovid Goyal
f62acab715
Install fish on macOS CI
2022-02-23 18:07:06 +05:30
pagedown
8ca92e0536
Disable fish integration on CI since the version is outdated and broken
2022-02-23 19:58:09 +08:00
Kovid Goyal
261057396c
Fix zsh integration test on CI
...
Also, add various other robustness improvements to the test
2022-02-21 21:17:41 +05:30
Kovid Goyal
081d6a3f16
Install various shells ON CI so we can test with them
2022-02-21 18:00:23 +05:30
pagedown
8ebd514251
Update Brewfile format
2022-02-09 21:35:22 +08:00
pagedown
a22f37b919
Refactor: More f-string for tools
2022-01-29 20:14:36 +08:00
Kovid Goyal
e914f0df8e
Make FAIL_WARN a boolean
2022-01-23 10:12:11 +05:30
Kovid Goyal
89a93af1d5
GitHub says checkouting out HEAD^2 for merge commits is no longer needed for CodeQL
2021-12-01 20:20:58 +05:30
Kovid Goyal
f0e8ab8f31
Drop support for python 3.6
...
It is being EOLed next month (https://www.python.org/dev/peps/pep-0494/ )
which is when I expect the next kitty release as well
2021-11-18 22:44:41 +05:30
Kovid Goyal
a95a1f1158
Specify languages for CodeQL
2021-10-21 19:43:52 +05:30
Kovid Goyal
fbc8a1cdcb
Remove workaround for older pillow in macOS CI
2021-09-17 13:57:09 +05:30
Kovid Goyal
f0fab80f5b
Start work on rsync support for file transfers
2021-09-17 13:41:45 +05:30
Kovid Goyal
ced03c5d99
More work on file transmission
2021-08-30 09:00:38 +05:30