Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a57aac01 04/25/2024 03:15 PM Maria Agaphontzev

Archive all_react_app_exports.js

42e7178b 04/18/2024 02:34 PM Evgeni Golov

include Katello in GHA tests

03bc5bcc 03/12/2024 12:41 PM Evgeni Golov

Fixes #37241 - Use PostgreSQL 13 in tests

30f93cc4 02/29/2024 12:41 PM Maria Agaphontzev

Fixes #37134 - upgrade to node 18 and npm 8

c3170233 02/26/2024 06:31 PM dependabot[bot]

Bump actions/upload-artifact from 3 to 4

  • Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)...

0e0c29b1 02/01/2024 09:23 PM Oleh Fedorenko

Fixes #36849 - Run GHA on Ruby 3.0

7716613e 01/23/2024 12:00 PM dependabot[bot]

Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/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)...

82d11abc 01/03/2024 11:17 AM Ewoud Kohl van Wijngaarden

Fix labeler configuration for v5

This was merged accidentally because it was green, though it was
incompatible. Version 5 restructured the whole configuration file and
can now label based on head or base branch names, even though we
currently don't use this....

a1142ab9 12/19/2023 01:58 PM Evgeni Golov

run external kickstart and grub tests on GHA

70b21442 12/18/2023 11:12 AM dependabot[bot]

Bump actions/labeler from 4 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:...

a3dce620 12/14/2023 07:02 PM Evgeni Golov

Revert "Bump actions/labeler from 4 to 5"

This reverts commit 1553c617c5ac48e1cdadec9a1d28831a5ca4524f.

1553c617 12/14/2023 06:54 PM dependabot[bot]

Bump actions/labeler from 4 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:...

f1fe7a6a 12/14/2023 06:53 PM dependabot[bot]

Bump actions/stale from 8 to 9

Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)...

d48325f9 12/08/2023 03:40 PM Evgeni Golov

cancel other running tests when a new push happens

1c0ecb53 11/30/2023 05:18 PM Evgeni Golov

also execute assets:precompile as part of GHA tests

4283fb48 11/29/2023 06:27 PM Evgeni Golov

execute db:seed as a test

740a46d1 11/29/2023 05:42 PM Evgeni Golov

run integration tests as part of the GHA matrix

38e2c55c 11/27/2023 10:16 AM Evgeni Golov

enable GHA for pushes to develop and stable branches

without this there is never a "base" cache and PRs always start off
without any cached gems, taking longer to execute

b3b6aa38 11/27/2023 10:15 AM Evgeni Golov

move rubocop into foreman.yml

9f8202b7 11/24/2023 02:56 PM Evgeni Golov

configure cancel-in-progress for new foreman workflow

1cfbb451 11/24/2023 01:42 PM Evgeni Golov

parallelize tests on GHA

b26b09f5 11/23/2023 01:22 PM Oleh Fedorenko

Fixes #36913 - Set up GHA with matrix to run test on Ruby 2.7

Co-Authored-by: Ewoud Kohl van Wijngaarden <>
Co-Authored-by: Evgeni Golov <>

8d1f8633 10/31/2023 04:42 PM Evgeni Golov

use the values from matrix.json in JS tests

Co-authored-by: Ewoud Kohl van Wijngaarden <>

a84793da 10/31/2023 04:41 PM Evgeni Golov

use the values from matrix.json in plugin react tests

Co-authored-by: Ewoud Kohl van Wijngaarden <>

a941b8a8 10/30/2023 12:02 PM dependabot[bot]

Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:...

bf8d0dc5 10/26/2023 01:47 PM Eric Helms

Test Github Actions with NodeJS 14

7585e55d 10/17/2023 10:30 AM Evgeni Golov

add a JSON representation of supported ecosystems

this can be used by CI systems to dynamically generate a matrix of
tested combinations

31956e52 09/18/2023 02:36 PM dependabot[bot]

Bump docker/build-push-action from 4 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)...

5cd17c6b 09/11/2023 10:13 AM Ewoud Kohl van Wijngaarden

Use actions/labeler to apply directory labels

Today the legacy PR processor is used to apply directory labels, but it
is the only repository to do so. This uses a common GitHub Action to do
the same thing. Another benefit is that the configuration now lives...

b24cf848 09/11/2023 10:09 AM Evgeni Golov

add stale action to replace prprocessor

e3d88c57 09/11/2023 09:39 AM dependabot[bot]

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)...

e2161596 08/22/2023 12:52 PM Evgeni Golov

test-build container in CI

b657d269 07/20/2023 08:19 AM Maria Agaphontzev

Fixes #36471 - Add eslint rule to alert missing ouia-ids

5e7343ec 06/09/2023 07:52 AM Maria Agaphontzev

Fixes #36439 - remove storybook and update ui docs

cc7af718 11/04/2022 02:46 PM Leos Stejskal

Fixes #35088 - Remove GCE Compute resource code

All code related to GCE compute resource
is now in Foreman Google plugin

https://github.com/theforeman/foreman_google

438335a3 07/11/2022 10:21 AM Ewoud Kohl van Wijngaarden

Fixes #35179 - Use Ruby 2.7 for Rubocop action

All the other actions are running on Ruby 2.7 and we're moving away from
Ruby 2.5.

05353359 06/22/2022 11:15 AM dependabot[bot]

Bump actions/setup-node from 1 to 3

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v3)

---
updated-dependencies:...

5d52c171 06/22/2022 11:14 AM dependabot[bot]

Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)...

341c677a 06/22/2022 09:36 AM naveen

chore: Included githubactions in the dependabot config

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.

Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot...

d1ad37bc 06/21/2022 01:45 PM Eric Helms

Split npm dependency resolution from module installation in React tests

3ce22846 06/15/2022 09:00 AM naveen

chore: Set permissions for GitHub actions

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions...

60539811 10/14/2021 02:59 PM Evgeni Golov

don't add packaging as codeowners for test.rb and development.rb

15b6b3dc 03/15/2021 08:42 AM Tomer Brisker

Trigger js tests on changes to eslint settings

852046dd 01/04/2021 06:33 PM Jeremy Lenz

Fixes #31567 - Add setup-ruby action to workflow

036bbe66 12/17/2020 03:58 PM Ondřej Ezr

Fix js testing - bundler not found

ff60e1a3 12/02/2020 10:03 AM Lukas Zapletal

Refs #30925 - run rubocop in parallel mode

375c2bcc 12/01/2020 07:22 AM Ondřej Ezr

Fixes #30925 - use the organization style gem

Use `theforeman-rubocop` gem to share common RuboCop rules with plugins.
It serves as base for our rubocop styles and rules.

65409945 10/07/2020 02:20 PM Ron Lavi

Fixes #30840 - Add eslint spellcheck

16b80737 09/24/2020 10:28 AM Ron Lavi

Refs #30715 - Set timeout for JS GH actions

6e777e39 09/23/2020 11:48 AM Ron Lavi

Fixes #30715 - Add foreman JS tests github action

49f5af01 08/12/2020 09:46 AM Tomer Brisker

Add single commit check to GH actions

c6347994 07/21/2020 10:28 AM Ron Lavi

Refs #30080 - don't fail-fast react plugins tests

f49b3440 07/14/2020 08:26 PM Ron Lavi

Refs #30080 - gh action to match sub-directories

6ab68ebf 07/10/2020 11:21 AM Jeremy Lenz

Fixes #30356 - remove dependency and use surge directly

88485b86 07/05/2020 02:19 PM Ron Lavi

Refs #30080 - run GH react tests on relevant files

240e4a58 06/29/2020 08:53 AM Ron Lavi

Fixes #30080 - run plugins react tests in action

a9d260c5 06/09/2020 08:05 AM Jeremy Lenz

Fixes #29219 - Deploy Storybook to surge.sh (#7648)

Co-authored-by: Ewoud Kohl van Wijngaarden <>

a8862942 12/04/2019 09:45 AM Ewoud Kohl van Wijngaarden

Revert "Fixes #28380 - Use Github Actions for path based labels"

This reverts commit ac1f16184601bb007d017b32d151783d84c29f22.

It turns out this only works with PRs from the same repository. However,
our workflow is that PRs are always coming from another repository...

ac1f1618 11/29/2019 11:59 AM Ewoud Kohl van Wijngaarden

Fixes #28380 - Use Github Actions for path based labels

Previously we had our own implementation in our PRProcessor but this
allows dropping that code in favor of a generic implementation.

07b5ec54 06/25/2019 07:58 AM Lukas Zapletal

Updated pull request template and review

Co-Authored-By: Ewoud Kohl van Wijngaarden <>

6113554b 05/13/2019 09:49 AM Ewoud Kohl van Wijngaarden

Fix HTML comment in PR template

0e34fb8d 03/24/2019 10:46 AM Ondřej Ezr

Fixes #26408 - improve PR template

779fea6c 07/26/2018 10:14 AM Tomer Brisker

Update PR template

Clarify string instruction, remove "refs #" reference, fix grammer

ccfba169 02/13/2018 05:05 PM Daniel Lobato Garcia

Update PULL_REQUEST_TEMPLATE.md

Formatted as markdown.

f85a89f7 02/09/2018 12:46 PM Lukas Zapletal

Added pull request template

17501e48 11/08/2017 01:22 PM Ewoud Kohl van Wijngaarden

Fixes #21603 - Add code owners

This is an experiment to implement github code owners1. The idea is
that the packaging team will be added to any changes to dependencies.
This should allow us to make the packaging changes needed keeping
nightlies working....