Allison Karlitskaya
d3758c3fef
Makefile: use XZ_OPT=-0 for make vm
...
...and targets which depend on it, like `make check`.
This shaves some seconds off of image building.
2024-06-04 16:58:23 +02:00
Allison Karlitskaya
9eed955a2b
Makefile: run xgettext on typescript sources
...
We currently only extract translations from .js and .jsx files. Make
sure we also include .ts and .tsx.
2024-05-31 09:49:00 +02:00
Cockpit Project
0b4e5c4cf4
Makefile: Update Cockpit lib to fe9a48e7962a5a423dc39e7853059318
...
Closes #883
2024-05-30 09:40:37 +02:00
Cockpit Project
e934252206
Makefile: Update Cockpit lib to 6bf8d112f5fe7cae9614cb5a1c586e33
...
Closes #876
2024-05-23 07:00:15 +02:00
Cockpit Project
2555f4c88f
Makefile: Update Cockpit lib to 2e968f9835a7d18132df1d6c0bda5715
...
Closes #871
2024-05-16 09:09:09 +02:00
Cockpit Project
9d30e34679
Makefile: Update Cockpit lib to 1c93d4b696843ecd3438dcc0ec020979
...
Closes #867
2024-05-10 09:24:23 +02:00
Cockpit Project
8e038d801e
Makefile: Update Cockpit lib to 46fe9f5ff45aff4e807dd24340466b69
...
Closes #865
2024-05-09 07:02:31 +02:00
Cockpit Project
0a89f01fff
Makefile: Update Cockpit lib to 03d7067e47bd6bea6dde7025bfd52ce0
...
Closes #859
2024-05-02 17:47:39 +02:00
Martin Pitt
dfca8ebe76
test: Drop testing on CentOS 8 Stream
...
C8S is going to be EOL in a month [1], and we are not going to do a RHEL
8 update at this point any more.
Keep testing on rhel-8-10 though, as we do want to keep the code working
for the beiboot scenario or backports.
[1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
2024-04-29 09:11:58 +02:00
Cockpit Project
483945486f
Makefile: Update Cockpit lib to 9d30e976afe210c159b00a4b1a4c7249
...
Closes #845
2024-04-25 08:55:40 +02:00
Cockpit Project
1edf5a70f6
Makefile: Update Cockpit lib to 5516784bc7aba7c6fb02d19c57afc4de
...
Closes #840
2024-04-18 11:58:52 +02:00
Cockpit Project
391301e19a
Makefile: Update Cockpit lib to 3ec539a4e0f78dab6ef77f88aa717d4d
...
Closes #835
2024-04-11 10:51:11 +02:00
Cockpit Project
1e4ef630b8
Makefile: Update Cockpit lib to 4c4356e4ddbd9e716b5f364a5c4fed74
...
Closes #831
2024-04-04 08:30:25 +02:00
Cockpit Project
ef66b4c697
Makefile: Update Cockpit lib to f2cc9e1a360e69dc55b8f9f26f367eb4
...
Closes #827
2024-03-28 09:51:14 +01:00
Cockpit Project
fed47aff89
Makefile: Update Cockpit lib to 5ff98a2117e2815f7560e31d67bb1be6
...
Closes #819
2024-03-21 06:24:37 +01:00
Cockpit Project
8ce48d52c9
Makefile: Update Cockpit lib to 4f224656598382176c010352bdb28911
...
Closes #811
2024-03-14 06:14:35 +01:00
Cockpit Project
8607984b41
Makefile: Update Cockpit lib to 50fc1b962eeefefc9926ece8e4891477
...
Closes #806
2024-03-07 05:54:47 +01:00
Cockpit Project
4cdfc7396f
Makefile: Update Cockpit lib to a39755f742308052110e4c0de3732338
...
Closes #803
2024-02-29 06:43:45 +01:00
Cockpit Project
159979ac04
Makefile: Update Cockpit lib to d8c2edc8a2e611f4b65285434bad0f08
...
Closes #799
2024-02-22 09:12:49 +01:00
Cockpit Project
2ac690907b
Makefile: Update Cockpit lib to 2aebbbf2cc0302f21287bd278f5a3161
...
Closes #793
2024-02-15 09:44:42 +01:00
Cockpit Project
8bdaa90430
Makefile: Update Cockpit lib to d2a0a971cde5af5353691ee030620be0
...
Closes #789
2024-02-08 04:54:23 +01:00
Martin Pitt
15be883595
Move eslint/stylelint to static-code tests
...
stylelint 16 causes a deadlock/crash in esbuild [1]. There's no movement
on that issue, and we want stylelint 16 to be able to support the
Browser Baseline 2023.
Follow 1a28b31828 and
move the linters into test/static-code. This also starts to lint files
which are outside of esbuild's realm, such as documentation and
examples.
[1] https://github.com/evanw/esbuild/issues/3542
2024-02-07 20:27:15 +01:00
Martin Pitt
5d2840449a
Use Cockpit's shared static code checks
...
These will soon take over ESLint and stylelint, plus they also cover
ruff and other goodies for the Python part. This supersedes the explicit
ruff call.
This is already being used by cockpit-{podman,machines,navigator} etc.
2024-02-07 17:57:56 +01:00
Cockpit Project
9acbd4f157
Makefile: Update Cockpit lib to bc12d5e116b56ebc5509fde7191a2ac5
...
Closes #784
2024-02-07 15:54:12 +01:00
Cockpit Project
8739b660ec
Makefile: Update Cockpit lib to fca64d4b989ceadabbfda311b971a414
...
Closes #777
2024-02-01 06:14:15 +01:00
Cockpit Project
52402605e6
Makefile: Update Cockpit lib to 190e121e99afbd7f4cfe7850f7d9028e
...
Closes #773
2024-01-25 10:33:36 +01:00
Allison Karlitskaya
ff488f37ae
Makefile: have xgettext extract translator comments
2024-01-24 10:16:35 +01:00
Cockpit Project
dcea555d07
Makefile: Update Cockpit lib to e2f3e9eb7c3635e7ac3ddf751c6bb3ff
...
Closes #767
2024-01-18 09:20:21 +01:00
Cockpit Project
903218ba18
Makefile: Update Cockpit lib to 8fb879870c889ba7da202cc7b077006a
...
Closes #766
2024-01-11 08:09:59 +01:00
Cockpit Project
348bcbcdfc
Makefile: Update Cockpit lib to cf2485d79da7fb9be262eaa4ca5ef91e
...
Closes #764
2024-01-04 07:33:58 +01:00
Cockpit Project
441c699e08
Makefile: Update Cockpit lib to 5a872683db3d00a27064d24ab7e1011b
...
Closes #757
2023-12-21 03:48:06 +01:00
Cockpit Project
535bcb5e45
Makefile: Update Cockpit lib to d39a2fba817c2df32cdc7094661f28f2
...
Closes #753
2023-12-14 06:09:25 +01:00
Cockpit Project
46ad3e5895
Makefile: Update Cockpit lib to 05fc2d8f0670c3d53375b52065ace5f3
...
Closes #748
2023-12-07 06:50:19 +01:00
Cockpit Project
85158720cd
Makefile: Update Cockpit lib to de7ab98dc9aee629f5108c697d6dfffc
...
Closes #745
2023-11-30 07:08:53 +01:00
Cockpit Project
9c8a2b2231
Makefile: Update Cockpit lib to 82952585929e8ecec53d9debf1f14b0c
...
Closes #743
2023-11-23 07:26:22 +01:00
Cockpit Project
c91cfe9f57
Makefile: Update Cockpit lib to 9da922928c1b1ea8489e12ba5ba6ecfd
...
Closes #738
2023-11-16 07:29:19 +01:00
Cockpit Project
439fc281aa
Makefile: Update Cockpit lib to 5ec1a3ad4c1b544c9935b680333b07d5
...
Closes #737
2023-11-09 05:24:30 +01:00
Cockpit Project
3a09ad6591
Makefile: Update Cockpit lib to 228c5e4cef8d2c6b22123542b4931f97
...
Closes #734
2023-11-02 05:36:37 +01:00
Cockpit Project
704eb3d779
Makefile: Update Cockpit lib to 118d89a84afdccda8d799579b68fee28
...
Closes #731
2023-10-26 06:41:00 +02:00
Cockpit Project
872700ea41
Makefile: Update Cockpit lib to 5ac51ecd0d5c4739d0478bee88efb8fb
...
Closes #729
2023-10-19 06:34:23 +02:00
Cockpit Project
63e294e1ac
Makefile: Update Cockpit lib to 953a6eeb9be2b6cd1c5c95fce7c0db19
...
Closes #724
2023-10-12 06:32:07 +02:00
dependabot[bot]
d0c9c62cb3
build(deps): bump the patternfly group with 4 updates
...
Bumps the patternfly group with 4 updates: [@patternfly/patternfly](https://github.com/patternfly/patternfly ), [@patternfly/react-core](https://github.com/patternfly/patternfly-react ), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) and @patternfly/react-styles.
Updates `@patternfly/patternfly` from 5.0.4 to 5.1.0
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js )
- [Commits](https://github.com/patternfly/patternfly/compare/patch-v5.0.4...v5.1.0 )
Updates `@patternfly/react-core` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.1...@patternfly/react-core@5.1.1 )
Updates `@patternfly/react-icons` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.0.1...@patternfly/react-icons@5.1.1 )
Updates `@patternfly/react-styles` from 5.0.1 to 5.1.1
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
- dependency-name: "@patternfly/react-styles"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: patternfly
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 13:08:45 +02:00
Cockpit Project
755a62219d
Makefile: Update Cockpit lib to da4d19f5740b71616e5cecb74d270c42
...
Closes #717
2023-10-05 05:16:18 +02:00
Cockpit Project
9db8c8cba8
Makefile: Update Cockpit lib to 03d004dc95b75ab9fc92176a04cd9c19
...
Closes #714
2023-09-28 12:05:09 +02:00
Cockpit Project
b4b27bb0e0
Makefile: Update Cockpit lib to ce07ea7372c63cefdb81954044e4477d
...
Closes #706
2023-09-21 06:16:45 +02:00
dependabot[bot]
e65de63f7c
build(deps-dev): bump gettext-parser from 2.0.0 to 7.0.1
...
Bumps [gettext-parser](https://github.com/smhg/gettext-parser ) from 2.0.0 to 7.0.1.
- [Release notes](https://github.com/smhg/gettext-parser/releases )
- [Changelog](https://github.com/smhg/gettext-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smhg/gettext-parser/compare/v2.0.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: gettext-parser
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 14:24:24 +02:00
Cockpit Project
dfff5fc364
Makefile: Update Cockpit lib to 9c73bec7e1dc2395a00aa0c510fd7210
...
Closes #697
2023-09-14 07:00:05 +02:00
Cockpit Project
5fe2c95658
Makefile: Update Cockpit lib to 280d74e6fb6efd0f46224f273caf2854
...
Closes #695
2023-09-07 06:37:33 +02:00
Cockpit Project
d339fe5a3c
Makefile: Update Cockpit lib to 9a2a4d94269561ad6fce5501eece6d84
...
Closes #692
2023-08-31 08:25:58 +02:00
Martin Pitt
9544f57220
fmf: Plumb through $TEST_* variables for unexpected messages
...
This will allow us to control the value from test plans, in particular
for disabling at least some unexpected message checks for reverse
dependency testing. We don't want to disable unexpected messages
in general for fmf, as we are looking for exactly these in e.g.
selinux-policy reverse dependency tests.
Move from `su` to `runtest`, as with the former it's impossible to plumb
through variables with non-trivial characters, as they cannot be quoted.
Taken from c38692fa4c
2023-08-28 08:53:51 +02:00