Commit graph

679 commits

Author SHA1 Message Date
Cristopfer Luis Viana da Silva
a55c3d5b6f Merge branch 'main' of https://github.com/cockpit-project/starter-kit 2024-02-08 08:18:12 -03:00
dependabot[bot]
93ba03c847 build(deps-dev): bump the stylelint group with 4 updates
Bumps the stylelint group with 4 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty).


Updates `stylelint` from 15.11.0 to 16.2.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.2.1)

Updates `stylelint-config-standard` from 34.0.0 to 36.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/34.0.0...36.0.0)

Updates `stylelint-config-standard-scss` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v11.1.0...v13.0.0)

Updates `stylelint-formatter-pretty` from 3.2.1 to 4.0.0
- [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases)
- [Commits](https://github.com/mrcgrtz/stylelint-formatter-pretty/compare/v3.2.1...v4.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 09:10:31 +01:00
Martin Pitt
09c6e956ac stylelintrc: Drop rules not known in stylelint 16 2024-02-08 09:10:31 +01:00
Martin Pitt
a0f5432f4e Drop remaining vestiges of $LINT
This got removed in commit 15be883595.
2024-02-08 09:10:31 +01:00
Cockpit Project
8bdaa90430 Makefile: Update Cockpit lib to d2a0a971cde5af5353691ee030620be0
Closes #789
2024-02-08 04:54:23 +01:00
Martin Pitt
cb6a2b84ca fmf: Fix saving of artifacts
These need to be copied into `$TMT_TEST_DATA`. We already did this in
derived projects like cockpit-podman, but forgot it here.
2024-02-07 20:27:15 +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
dependabot[bot]
8256d6f18f build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 19:09:43 +01:00
Jelle van der Waa
bf4889042a github: allow dependeabot to update github workflow actions
Github usually updates their actions once a while and then warns about a
node env getting deprecated in runs. Which is not super easily spotted
by a developer until it's too late, so let's like npm let dependabot
handle updating.
2024-02-07 19:00:16 +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
Martin Pitt
ad0a653f82 build.js: Fix escape characters
Spotted by ESLint when calling it on build.js itself (which the esbuild
integration didn't).
2024-02-07 17:57:56 +01:00
Martin Pitt
39014f29e8 flake8: Add config
Use our standard "max line length 118" config from other projects.
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
Cristopfer Luis
b620c545fc
Merge pull request #15 from ocristopfer/ocristopfer-patch-2
Update README.md
2024-02-06 16:18:25 -03:00
Cristopfer Luis
e765cf6da7
Update README.md 2024-02-06 16:18:12 -03:00
Cristopfer Luis
886c9c5935
Merge pull request #14 from ocristopfer/ocristopfer-patch-1
Update README.md
2024-02-06 16:16:32 -03:00
Cristopfer Luis
2f004ad679
Update README.md 2024-02-06 16:16:05 -03:00
Cristopfer Luis
e95c6f07d6
Merge pull request #13 from cockpit-project/main
build(deps): bump the patternfly group with 3 updates
2024-02-06 10:28:41 -03:00
Cristopfer Luis
bd69b15a59
Merge pull request #12 from ocristopfer/tests
fix: teste
2024-02-06 10:28:27 -03:00
Cristopfer Luis Viana da Silva
a04e3276fc fix: teste 2024-02-06 13:05:47 +00:00
Cristopfer Luis Viana da Silva
3dad43cb1a fix: tests 2024-02-06 13:03:15 +00:00
dependabot[bot]
0b93fd600e build(deps): bump the patternfly group with 3 updates
Bumps the patternfly group with 3 updates: [@patternfly/react-core](https://github.com/patternfly/patternfly-react), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) and @patternfly/react-styles.


Updates `@patternfly/react-core` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.2...@patternfly/react-core@5.2.0)

Updates `@patternfly/react-icons` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.2...@patternfly/react-icons@5.2.0)

Updates `@patternfly/react-styles` from 5.1.2 to 5.2.0

---
updated-dependencies:
- 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>
2024-02-06 07:49:51 +01:00
Cristopfer Luis
646250c972
Merge pull request #11 from ocristopfer/packt_it
packit
2024-02-06 01:19:57 -03:00
Cristopfer Luis
1ed7d0d7a1 packit 2024-02-06 01:01:43 -03:00
Cristopfer Luis
e2324b4395
Merge pull request #10 from ocristopfer/teste_rpm
fix: test rpm
2024-02-05 21:11:16 -03:00
Cristopfer Luis Viana da Silva
41affbf563 fix: packit file 2024-02-05 21:09:59 -03:00
Cristopfer Luis Viana da Silva
73df33e319 fix: test rpm 2024-02-05 21:05:33 -03:00
Cristopfer Luis Viana da Silva
5c8891fce4 fix: packit 2024-02-05 20:57:42 -03:00
Cristopfer Luis
e5dab15951
Merge pull request #9 from ocristopfer/rpm_release
Rpm release
2024-02-05 19:19:15 -03:00
Cristopfer Luis Viana da Silva
7ba42a0a17 fix: release order 2024-02-05 19:18:35 -03:00
Cristopfer Luis Viana da Silva
914900f509 teste: apt 2024-02-05 22:01:40 +00:00
Cristopfer Luis Viana da Silva
775ad730b9 test: rpm release 2024-02-05 21:58:29 +00:00
Cristopfer Luis Viana da Silva
e84838fa53 fix: rpm spec 2024-02-05 21:45:17 +00:00
Cristopfer Luis
565cab9968
Merge pull request #8 from ocristopfer/deb_release
Deb release
2024-02-05 18:32:49 -03:00
Cristopfer Luis Viana da Silva
f5d4ccad99 fix: upload actions 2024-02-05 18:25:32 -03:00
Cristopfer Luis Viana da Silva
2622bcf54e fix: deb file 2024-02-05 18:22:11 -03:00
Cristopfer Luis Viana da Silva
458bbe82b3 fix release 2024-02-05 18:19:19 -03:00
Cristopfer Luis Viana da Silva
f9a0b4d00b fix: test copy deb 2024-02-05 18:16:08 -03:00
Cristopfer Luis
5d423faa2b
Merge pull request #7 from ocristopfer/fix_deb
fix: end of line deb control
2024-02-05 18:03:43 -03:00
Cristopfer Luis Viana da Silva
4746eced25 fix: end of line deb control 2024-02-05 21:03:11 +00:00
Cristopfer Luis Viana da Silva
288e4c27a6 fix: release yml 2024-02-05 17:41:56 -03:00
Cristopfer Luis Viana da Silva
222102649e fix: release yml 2024-02-05 16:15:16 -03:00
Cristopfer Luis Viana da Silva
b7596c3bb8 fix: release yml 2024-02-05 16:12:10 -03:00
Cristopfer Luis
4eb46e6948
Merge pull request #6 from ocristopfer/hide_card_funcionality
Hide card funcionality
2024-02-05 16:10:37 -03:00
Cristopfer Luis Viana da Silva
7f3cb61940 fix: card hide funcionality 2024-02-05 16:09:56 -03:00
Cristopfer Luis Viana da Silva
941147b1de feat: start hide card funcionality 2024-02-05 15:04:38 -03:00
Cristopfer Luis
6cc1d077be
Merge pull request #5 from cockpit-project/main
pyproject: adjust to new ruff settings layout
2024-02-05 14:21:36 -03:00
Cristopfer Luis Viana da Silva
e2232cb167 fix: release 2024-02-05 16:52:01 +00:00
Cristopfer Luis Viana da Silva
8af7374b29 fix: release 2024-02-05 16:50:50 +00:00
Cristopfer Luis
d72e64d9d1
Merge pull request #4 from ocristopfer/make
fix: make
2024-02-05 13:48:40 -03:00