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
Cockpit Project
139d73a03b
Makefile: Update Cockpit lib to 47bc4c586a15da553223a0a87f5a09ce
...
Closes #690
2023-08-24 06:41:24 +02:00
Cockpit Project
2f641b6af6
Makefile: Update Cockpit lib to 2838422bbada17686c77e5f3be0fb604
...
Closes #689
2023-08-17 09:46:36 +02:00
Cockpit Project
468cf21f4f
Makefile: Update Cockpit lib to 4133eb93dc20f00db996d1fefdd5fcbf
...
Closes #688
2023-08-10 09:36:55 +02:00
Cockpit Project
b0ffbac6c1
Makefile: Update Cockpit lib to d7126448b1e74e59f75157389225289d
...
Closes #685
2023-08-03 05:54:27 +02:00
Martin Pitt
826c1e29ce
Revert "build: add support for /pybridge scenario"
...
We don't need this any more, the pybridge landed in all planned
distributions.
Do keep the more explicit and correct handling of `$TEST_BROWSER` in
test/run, though.
This reverts commit 03d02f398a .
2023-08-01 21:38:38 +02:00
Cockpit Project
cfb3a18f44
Makefile: Update Cockpit lib to 97bd80971984cf6ce2b4faba1cad79fc
...
Closes #681
2023-07-27 06:11:12 +02:00
Tomas Matus
3b14e61390
build.js: support flags
...
Adds flags to build.js to use rsync, disable linting and use watch mode.
2023-07-26 13:38:51 +02:00
Cockpit Project
36fc246711
Makefile: Update Cockpit lib to 4693a536e3262d3254d848daed251ef3
...
Closes #676
2023-07-20 06:58:40 +02:00
Cockpit Project
ee9ab10aeb
Makefile: Update Cockpit lib to 1336ce350d88d385870ba56405136df7
...
Closes #673
2023-07-13 06:34:29 +02:00
Cockpit Project
88625acc33
Makefile: Update Cockpit lib to 6e0e545679bad03beb29c5526e2f4fe5
...
Closes #671
2023-07-06 05:34:45 +02:00
Cockpit Project
27ad7ce5a7
Makefile: Update Cockpit lib to 3d2d07cb751b141b6bd6ee9a3d423081
...
Closes #669
2023-06-29 05:52:07 +02:00
Cockpit Project
ddd7763d62
Makefile: Update Cockpit lib to 393f9888a5727cbb06bcb70175e82064
...
Closes #667
2023-06-22 07:03:38 +02:00
Cockpit Project
11fc725902
Makefile: Update Cockpit lib to 536834c40ad3e2390a52fb87583f0730
...
Closes #665
2023-06-15 08:24:04 +02:00
Cockpit Project
1eb8b05dfa
Makefile: Update Cockpit lib to efcf647c8580388d907af512c6c4727c
...
Closes #663
2023-06-08 10:00:15 +02:00
Cockpit Project
c1910ea39c
Makefile: Update Cockpit lib to 06aba4d08e6017abed05a3cc3e3bbb49276bc0d1
...
Closes #660
2023-06-01 10:22:48 +02:00
Allison Karlitskaya
2215aa3bf8
Makefile: bump our test/common dependency
...
... and make use of the new pywrap feature from our test.
Use the same eslint and stylelint plugin configuration as the cockpit
main repo.
Co-authored-by: Katerina Koukiou <kkoukiou@redhat.com>
2023-05-26 17:34:51 +02:00
Cockpit Project
4c405168a8
Makefile: Update Cockpit lib to 3ca979d542a4d6cf865f2132e0bdf1b0
...
Closes #656
2023-05-25 06:33:17 +02:00
Cockpit Project
092cefab3b
package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles
...
Bump Cockpit commit to pick up the necessary adjustments for latest PF,
and adjust test for the new "-v5" namespace prefix.
Closes #654
2023-05-22 09:58:44 +02:00
Cockpit Project
26e4c3e5dd
Makefile: Update Cockpit lib to 355c0aa59e3991243e10a61183e62ea1
...
Closes #653
2023-05-18 22:07:20 +02:00
Cockpit Project
fbc0a542f7
Makefile: Update Cockpit lib to 68980cd34568a52bc0e2000d79ff0dd8
...
Closes #651
2023-05-17 05:59:35 +02:00
Cockpit Project
b3e97c711c
Makefile: Update Cockpit lib to da5abbb4245b0455cc8b610efe01e684
...
Closes #649
2023-05-11 06:42:00 +02:00
Cockpit Project
b2bdaac5b2
Makefile: Update Cockpit lib to 947f1753867e3924b9617aaace936225
...
Update to PF5 and the new cockpit lib API.
Closes #646
2023-05-04 15:24:01 +02:00
Martin Pitt
6ab10901a4
Makefile: Fix watch dependencies
...
Unbreak `make watch` from a clean tree by ensuring that node_modules/
and pkg/lib exist.
2023-05-04 15:24:01 +02:00
Cockpit Project
4bc3de6d5d
Makefile: Update Cockpit lib to 269bf89276c679a03befc8a04244addd
...
Closes #645
2023-04-27 05:02:43 +02:00
Subho
1c30b49d3d
Move from webpack to esbuild bundler
2023-04-12 10:23:20 +02:00
Martin Pitt
8817969d16
packaging: Declare bundled NPM dependencies in spec file
...
See https://bugzilla.redhat.com/show_bug.cgi?id=2180520
Turn the pattern make rule into an explicit one, as pattern rules don't
support dependencies. We only need it for our single spec file anyway.
2023-04-05 10:17:28 +02:00
Martin Pitt
75b3170765
Bump Cockpit API to 288.1 + esbuild plugin updates
...
Preparation for moving to esbuild.
2023-03-28 10:25:54 +02:00
Allison Karlitskaya
e32368e56a
build: use pip wheel to get cockpit wheel
...
Now that we have pip in the tasks container, this is a lot easier, and
it will allow us to drop the make-wheel script from the cockpit project.
2023-03-20 11:08:02 +01:00
Martin Pitt
5fa7ae7f9c
Run npm install with --ignore-scripts
...
https://github.com/cockpit-project/bots/blob/main/npm does that as well.
We don't expect/depend on scripts, and this closes at least one major
attack vector of `npm install` against developer machines.
2023-03-14 09:47:29 +01:00
Martin Pitt
cd6b2afc15
Generalize bundler language/variable names
...
These changes are not specific to webpack, but apply to other bundlers
as well.
2023-02-20 10:01:02 +01:00
Martin Pitt
4990d6a103
build: Move to a webpack module
...
Cockpit recently changed to an ESM build system [1]. Bump
COCKPIT_REPO_COMMIT to that and follow suit.
This does not work with old node.js 10 any more which is still the
default in RHEL 8. Install the newer version 16 instead.
[1] https://github.com/cockpit-project/cockpit/pull/18366
2023-02-20 10:01:02 +01:00
Jelle van der Waa
1f4e0fac24
Makefile: bump REPO_COMMIT to include RSYNC_DEVEL support
2023-02-14 15:37:39 +01:00
shawly
681366e990
Add dark-theme-support
...
Fixes #610
2023-02-13 07:45:49 +01:00
Allison Karlitskaya
03d02f398a
build: add support for /pybridge scenario
...
Build the Python bridge from the cockpit project and install it into the
VM so we can run tests against it.
2023-02-01 17:40:48 +01:00
Martin Pitt
57d7c73d6e
Install into /usr/local/ by default
...
/usr is package manager territory, and not even writable on OSTree based
systems such as Fedora CoreOS or RHEL Edge. This has been common and
good practice in autotools for decades.
You can still override this with `make install PREFIX=...`. Use that in
the RPM spec file.
2022-09-14 09:53:10 +02:00
Martin Pitt
433975df39
Bump Cockpit API to 273
2022-07-21 08:31:27 +02:00
Martin Pitt
0772f2c615
Makefile: Stop disting git-utils.sh twice
...
It is already contained in COCKPIT_REPO_FILES.
Also fix a typo.
2022-06-30 09:49:07 +02:00
Martin Pitt
9c7a341fe7
Makefile: Some noise cleanup
...
- Generalize NODE_MODULES_TEST comment to apply for both direct
`npm install` and git checkouts.
- Drop obsolete touch commands from dist tarfile build.
- Consistently use NODE_MODULES_TEST constant.
- Better sorting of .PHONY, and add missing prepare-check.
This reduces the diff to cockpit-podman.
2022-06-30 09:49:07 +02:00
Martin Pitt
ebe52bcdb7
build: use translation tools from pkg/lib
...
Use the html2po and manifest2po tools that we already check out from
cockpit repo pkg/lib.
These tools switched to a new argument parser library (`argparse`) in
cockpit-project/cockpit#16271 , so add it to our package.json and drop
`stdio`.
Drop our old copies.
I checked the result of building `po/starter-kit.pot` before and after
the change, and aside from the timestamp, it's identical.
Cherry-picked from cockpit-podman commit bf53f801b17ba6.
2022-06-30 09:49:07 +02:00