Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4e205ba1 10/04/2023 07:06 AM Ewoud Kohl van Wijngaarden

Fixes #36723 - Remove Fedora/Red Hat Atomic related code

As far as I can see this has been EOL for a few years now. Red Hat
Atomic went EOL in 2021.

48173f49 08/29/2023 01:56 PM Nofar Alfassi

Fixes #36663 - Add permission to modify LookupValue resource

This is necessary when using gql to allow non-admin users
to modify lookup-key values.

31b23dd7 08/10/2023 11:35 AM Ewoud Kohl van Wijngaarden

Fixes #36659 - Drop CentOS 8 mirror

The CentOS 8 mirror is for CentOS Linux 8, but that's EOL and removed
from the mirrors.

29e1c27b 06/08/2023 11:48 AM Mike Rochefort

Fixes #36189 - Add AlmaLinux UEFI provisioning support

In pxegrub2_chainload.erb various paths are tried, but the
/EFI/almalinux/grubx64.efi path is missing. This causes the server
to refuse to boot.

To make it easier to use the AlmaLinux installation medium is added.

02dd9831 06/01/2023 07:40 AM Shimon Shtein

Fixes #36395 - move value setting to seed

7f924234 01/10/2023 10:41 AM Adam Ruzicka

Fixes #35866 - Make RSS notification expire after 1 month

96e99cd0 10/19/2022 01:13 PM Leos Stejskal

Fixes #35528 - Remove i386 from host architectures (#9424)

94f42e32 08/10/2022 11:35 AM Matěj Mudra

Fixes #35151 - Add CentOS Stream 9 installation medium (#9346)

38d2bf3c 07/12/2022 02:12 PM Ewoud Kohl van Wijngaarden

Fixes #35182 - Add Rocky Linux UEFI provisioning support

In pxegrub2_chainload.erb various paths are tried, but the
/EFI/rocky/grubx64.efi path is missing. This causes the server to refuse
to boot.

To make it easier to use the Rocky Linux installation medium is added.

d8be09ae 06/09/2022 12:00 PM Nofar Alfassi

Fixes #34948 - drop missing owner notification

bd88345f 03/04/2022 11:47 AM Leos Stejskal

Fixes #34513 - Undefined method 'format_errors' when db:seed fail

a459f514 01/31/2022 01:10 PM Adam Ruzicka

Fixes #34351 - Allow Site manager role to be extended from plugins

98514209 11/15/2021 01:00 PM Tomer Brisker

Fixes #33909 - Drop data migrations before Foreman 2.0

All data migrations only modify data on upgrades. On new installs they
are not required. Since we do not generally support upgrading multiple
releases, we can clean up old data migrations. This commit cleans up all...

813b605d 09/15/2021 07:58 AM Tomer Brisker

Fixes #33387 - Remove view_tasks permission

This permission was present since the permission model was implemented
in acfbc45886c4 but wasn't really used anywhere. Foreman tasks uses a
different `view_foreman_tasks` permission.

a69a9d4c 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31129 - drop Host classes API

Extracted in: https://github.com/theforeman/foreman_puppet_enc/pull/103

340fefd5 07/19/2021 10:39 AM Ondřej Ezr

Fixes #30170 - drop smart class param permissions

Extraction details in https://github.com/theforeman/foreman_puppet_enc/pull/27
Forgotten Site Manager permissions in https://github.com/theforeman/foreman_puppet_enc/pull/95

f9c84758 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31061 - drop Environment permissions

Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/47
Adding to default role in: https://github.com/theforeman/foreman_puppet_enc/pull/77

9919a2d3 07/19/2021 10:39 AM Shira Maximov

Fixes #31106 - drop config groups permissions

ba5d9e22 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31131 - drop Puppetclass permissions

Drop permissions to access Puppetclass resources.
Drop permissions to access information about puppetclasses on Host/Hostgroup.

Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/53
Permissions added to default role in https://github.com/theforeman/foreman_puppet_enc/pull/77.

85df2015 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31056 - drop SmartProxy Puppet feature

Drops testing with puppet feature, Puppet Proxy status.
Puppet proxy multiple update on host.

Extracted in: https://github.com/theforeman/foreman_puppet_enc/pull/70

81512f75 06/16/2021 08:16 AM Tomer Brisker

Fixes #30387 - Remove `view_bookmarks` permission

Users should always be able to see public bookmarks and their own
bookmarks, a permission is not needed for this case.

c2e5e4a3 05/27/2021 12:30 PM Dominik Matoulek

Fixes #32141 - Adding notif. about finish of rendering report (#8537)

Everyone uses a report templates for render important stuff from foreman
instance. Right know, the templates can take long time to render it and
when you don't want to send a report by email, you have to have open...

055489b7 05/20/2021 06:29 PM Lukas Zapletal

Fixes #27604 - added Fedora|Redhat CoreOS and IM

bf56104d 04/19/2021 02:18 PM Leos Stejskal

Fixes #31743 - Template macro install_packages (#8298)

For package installation on supported OS families: Red Hat, Debian & Suse.
In host registration users can now install packages
by setting the `host_packages` parameter.

Also if a snippet `host_init_config_post` is defined, it gets added to the registration script.

6a06b63c 01/20/2021 11:24 AM Lukas Zapletal

Fixes #31571 - CentOS Stream installation media

146c1a76 11/01/2020 12:32 PM Leos Stejskal

Fixes #31020 - Global Registration & REX setup parameter (#8104)

New Host parameter 'host_registration_remote_execution',
seeded with default value set to 'true'.
New parameter :setup_remote_execution for Global registration endpoint,
allowing users to enable/disable REX setup when registering host.

31b0d198 10/12/2020 03:45 PM Leos Stejskal

Fixes #30917 - Add Smart proxy feature 'Registration' (#8024)

2110556a 10/05/2020 06:20 PM Leos Stejskal

Fixes #30771 - Complete global registration flow (#8018)

The registration workflow implemented by a pair of new API endpoints.
The first endpoint allows user to get the Global Registration Template (GRT),
which contains generic instructions for any new machine. User must specify...

27c0232d 08/03/2020 11:27 AM Ondřej Ezr

Fixes #30159 - drop Statistics backend

2f2e9266 07/18/2020 09:06 PM Dominik Matoulek

Fixes #29993 - Drop Puppetrun

75d69c35 07/12/2020 12:17 PM Ondřej Ezr

Fixes #30098 - Drop trends permissions

f41cb5b9 05/31/2020 11:50 AM Lukas Zapletal

Fixes #28116 - introduce CentOS mirror (8.x) inst. media

709cdf4f 05/12/2020 02:23 PM yifat makias

Fixes #29327 - Add actions to mail notification API

fe4676d0 04/27/2020 10:17 AM Ondřej Ezr

Fixes #29433 - seeding with scope

4070717d 03/31/2020 11:27 AM Timo Goebel

fixes #29432 - add flatcar os support

65aecc5d 03/20/2020 08:59 AM Chris Smith

Fixes #27067 - Patch for External IPAM plugin implementation

6f0e3072 03/18/2020 03:21 PM Michael Moll

Fixes #29349 - Fix Layout/SpaceInsideArrayLiteralBrackets cop

6fc15d46 03/12/2020 02:00 PM Shira Maximov

Fixes #28568 - Drop smart variable permissions

668c091b 03/04/2020 09:30 AM Ian Ballou

Fixes #28927 - Forget host status (#7419)

44e19b35 02/28/2020 01:14 PM Michael Moll

Fixes #19792 - Fix Layout/SpaceInsideBlockBraces cop

6a5903a4 01/17/2020 04:34 PM Dominik Matoulek

Fixes #28405 - Missing permissions to Table Preferences

dcdc1951 01/14/2020 08:48 AM yifat makias

Fixes #28548 - added virtual machine command for compute resource

cb2cb36a 01/08/2020 10:24 AM Michael Moll

Fixes #28561 - Configure and fix Layout/AlignArguments cop

d5dc07f3 12/26/2019 04:11 PM Michael Moll

Fixes #28576 - Fix Style/RedundantBegin cop

f3350559 11/19/2019 05:07 PM Tomer Brisker

Fixes #24838 - Use integer representation for boolean on sqlite

We don't really need to migrate boolean fields as sqlite isn't supported
production database and is only used for running build tasks.

6e822b4f 09/16/2019 12:05 PM Tomer Brisker

Fixes #27854 - Don't fail seed on invalid templates (#7041)

In case any non-default template is invalid, assigning it to the default
taxonomy will fail and block the seeding from continuing. This commit
catches such failures and prints a message informing the user what...

4083b039 09/12/2019 10:50 AM Oleh Fedorenko

Fixes #19731 - V2 API ping call

1245c202 09/09/2019 01:20 PM Lukas Zapletal

Fixes #27442 - deprecation mysql warning

bfa789fc 09/02/2019 03:12 PM Tomer Brisker

Fixes #24805 - Clean up remaining taxonomy enabled checks

Also removes related methods that have been deprecated since 1.21.

652dae5f 07/19/2019 07:10 AM Tomer Brisker

Fixes #27333 - remove view_react permission

f2ee562e 07/09/2019 08:44 AM Marek Hulán

Fixes #27249 - flip the comma cop

1c8d8083 05/23/2019 11:08 AM Marek Hulán

Fixes #26859 - revert the changed seed order

7e54b586 05/16/2019 10:41 AM Gilad Lekner

Fixes #26753 - react-router foundation #3 - Bookmarks

c37c7e81 05/14/2019 10:44 AM Bernhard Suttner

Fixes #26738 - seed admin locale + timezone (#6736)

b58d736e 04/28/2019 01:12 PM Lukas Zapletal

Fixes #23765 - bcrypt hash password instead sha1

ab69af43 04/12/2019 08:35 AM Lukas Zapletal

Revert "Fixes #19731 - V2 API ping call"

This reverts commit f6de8e1da99ffb667f2c04d78ed4e6696e828c18.

Breaks Katello, too close to branching 1.22

f6de8e1d 04/11/2019 12:52 PM Oleh Fedorenko

Fixes #19731 - V2 API ping call

f94c7962 03/19/2019 03:26 PM Tomer Brisker

Fixes #26344 - Skip nested associations during taxonomy seed (#6587)

Nested associations can't be assigned using `${association}=`.
This causes seed to fail if there are any puppetclasses in the DB and
taxonomies were disabled during upgrade from 1.20 to 1.21.

d1e191e1 03/18/2019 01:30 PM Tomer Brisker

Fixes #26260 - Mass assign discovered hosts to seeded taxonomies (#6546)

Otherwise, assignment triggers callbacks and audits for each discobered
host, leading to very long seed time when upgrading with many discovered
hosts and taxonomies disabled.
Also, don't audit template assignments.

08e367ae 02/25/2019 06:36 AM Tomer Brisker

Fixes #26085 - Set default taxonomy setting to seeded taxonomies

61f8bec0 02/05/2019 08:25 AM Tomer Brisker

Fixes #25950 - Don't try to assign seeded taxonomies to reports

Reports have one taxonomy via host, no need to assign them when
seeding default taxonomies.

fb58938e 12/19/2018 03:31 PM Justin Sherrill

Fixes #25730 - only assign many to many associations

for taxonomies during db seed

ddfc231f 12/18/2018 02:42 PM Tomer Brisker

Fixes #24801 - Always seed default taxonomies

This is needed so we can enforce enabling taxonomies. If this seed is
run on an existing system, all existing objects will be associated to
the default taxonomy. For systems that already have taxonomies this
seed will remain a noop.

2f2b888c 10/15/2018 12:22 PM Aditi Puntambekar

Fixes #22052 - Added help text in Templates tab

3eb9105e 10/07/2018 06:34 PM Michael Moll

Refs #25123 - Fix Layout/EmptyLinesAroundBlockBody cop

70aaaa22 10/07/2018 12:58 PM Tomer Brisker

Fixes #24800 - Notify deprecation of taxonomy, login settings

d689adb5 10/05/2018 02:51 PM Tomáš Strachota

Fixes #25123 - template requirements and seeding with import

- Changes seeding mechanism for provisioning and report templates. It
uses template importing now.
- Template import allows checking for presence of templates in certain
versions. Metadata can contain section `require:` with list of...

2db78de0 10/03/2018 09:09 AM Ondřej Pražák

Fixes #24259 - Add canned admin role

89eaa0b6 09/25/2018 07:43 AM Kamil Szubrycht

Fixes #24294 - add snapshot tests for templates

91de0279 09/19/2018 04:02 PM Marek Hulán

Sync templates

c521c6e5 09/12/2018 10:19 PM Timo Goebel

fixes #1459 - ipxe provisioning support

861d87b9 08/24/2018 09:10 AM Lukas Zapletal

Fixes #24622 - UEFI HTTP boot loader options

d5e56972 08/07/2018 06:30 AM Michael Moll

Refs #10521 - fix Rubocop issue (#5925)

dc603185 07/31/2018 07:40 AM Marek Hulán

fixes #10521 - reporting templates

d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

86ac65a9 06/05/2018 07:09 AM Stephen Benjamin

fixes #23178 - seeded location should be in seeded org

When creating a host in the seeded org and seeded loc, host saves and
then organization becomes invalid: "Locations expecting locations used
by hosts or inherited (check mismatches report)."

3c74ef59 05/30/2018 10:49 AM Ondřej Pražák

Fixes #23736 - Add RancherOS templates into seeds

20b2ec5b 04/05/2018 11:56 AM Michael Moll

Fixes #22331 - Fix Rails/Presence cop

ac15d3d4 04/04/2018 01:59 PM Michael Moll

Fixes #23077 - Fix Style/TrailingCommaInArrayLiteral cop

3bd6f09c 04/03/2018 10:08 PM Stephen Benjamin

Sync community templates

Syncing the templates now so nightly keeps working after we remove all
the templates from Katello. Katello needs the new redhat_register
snippet.

0ace99ee 04/03/2018 12:34 PM Enzo Hamelin

Fixes #15634 - RancherOS support

New OS support.

64b74981 03/26/2018 11:46 AM Sean O'Keeffe

Fixes #23002 - seed Installation Media with taxonomies

We currently do the same thing with Templates,
lets also do it for Installation Media.

67b925e9 03/20/2018 11:05 AM Dominik Hlavac Duran

Fixes #15286 - New API for auth sources (#4865)

6dd1e517 03/19/2018 02:58 PM Stephen Benjamin

refs #22857 - remove separate kickstart for RHEL

376473f5 02/12/2018 02:36 PM Tomer Brisker

Fixes #22050 - Create built-in audit viewer role

3576f8fb 12/16/2017 01:42 PM Marek Hulán

Fixes #21343 - support multiple orgs supported for non-admin users

  • Fixes #21343 - support multiple orgs supported for non-admins

This adds a full support for taxonomies in API for non-admin users. It
fixes the issue with dirty associations module that only track _ids...

8c2262ac 11/29/2017 12:20 PM Daniel Lobato Garcia

Fixes #18292 - Make notifications from an RSS feed (#4240)

This adds a task to connect to an RSS feed, by default the one from our
community blog. The idea is to make this run every night with 'cron' on
every Foreman installation to keep people updated about changes, and...

0f118fd7 11/22/2017 08:49 AM Daniel Lobato Garcia

Fixes #21669 - Use $major on CentOS media, $version deprecated

As we can see, CentOS fixed their repos so that
http://mirror.centos.org/centos/7 returns the latest version we need for
vmlinuz, etc..
For a long time they only offered these files under specific version...

7d8b5c2e 10/24/2017 09:35 AM Timo Goebel

fixes #21394 - user login with access token api

e6b0f4fa 10/12/2017 11:47 AM Justin Sherrill

Fixes #12216 - support http proxies for compute resources

857a5d14 10/11/2017 08:52 AM Daniel Lobato Garcia

templates - sync from community-templates

d03c67d3 09/20/2017 02:46 AM Marek Hulán

Fixes #21010 - add higher granularity and reorder seeds

ce76bd81 09/15/2017 11:52 AM Tomer Brisker

Fixes #20470 - Audit role filter changes

f646ff56 09/08/2017 04:19 AM Daniel Lobato Garcia

Fixes #19730 - Add vendor to provisioning templates

Before unlocking a provisioning template, a warning is shown on the
screen. This warning should contain the vendor that provided the
template (normally Foreman or Katello).

78ae4884 09/04/2017 07:34 AM Marek Hulán

Fixes #20737 - add default description to roles

ee4aa64c 08/28/2017 06:27 AM Marek Hulán

Fixes #20736 - improve bookmark permissions

223613b5 08/20/2017 09:59 AM Amir Fefer

Fixes #20416 - fix UI under email preferences

47f0bc24 08/08/2017 04:18 AM Marek Hulán

Fixes #20483 - seed all permission for core roles

f079f90a 07/25/2017 09:43 AM Marek Hulán

Fixes #20384 - seed resources before admin exists

For seed scripts that executes before internal admin exist we need to
ignore creation permission check on resources that includes Authorizable
concern.