Bug #29362
run seeds in initialization if templates have changed
Pull request:
Found in Releases:
Description
currently seeds only run when one of the seeds has changed, we should also include the templates in the calculated hashs and reseed them if they have changed.
Related issues
Associated revisions
History
#1
Updated by Tomer Brisker 12 months ago
- Related to Feature #28519: Allow storing if db:seed is required within the DB. added
#2
Updated by Tomer Brisker 12 months ago
- Target version changed from 2.0.0 to 2.0.1
doesn't have to be in 2.0.0 since seeds will run anyways now. but should be fixed soon.
#3
Updated by The Foreman Bot 10 months ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7610 added
#4
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.1.0 added
#5
Updated by Tomer Brisker 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 7e1aebd56f7b95bacea565e3e86391eddaafefc4.
#6
Updated by Tomer Brisker 9 months ago
- Fixed in Releases 2.0.1 added
Fixes #29362 - Include templates in seed hash calculation
Otherwise, changes to default templates will not trigger a seeding on
startup if no other seeds have changed.