This project is mirrored from https://github.com/theforeman/foreman.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 05 Feb, 2019 1 commit
  2. 28 Aug, 2018 4 commits
    • Ondrej Prazak's avatar
      Release 1.17.4 · 8e709672
      Ondrej Prazak authored
      8e709672
    • Tomer Brisker's avatar
      Fixes #24697 - Don't remove permissions from default role · 06b10cd0
      Tomer Brisker authored
      The default role may have permissions added by users. They should remain
      without removal. If a seeded permissions needs removal from the default
      role, it should be explicitly removed in a migration.
      Additionally, attempting to remove permissions with filters from a role
      led to a failure due to an incorrect search parameter which has now been
      fixed.
      
      (cherry picked from commit ada7d6ef)
      06b10cd0
    • Tomer Brisker's avatar
      Refs #24640 - Cast omitted default with merge_overrides · bbc346c0
      Tomer Brisker authored
      In case the default value is omitted and the merge_override option is
      selcted, the previous version of this migration didn't cast the default
      leading to a failure when merging overrides.
      Error message was also improved to be clearer and less frightening than
      a stack trace.
      
      (cherry picked from commit 705d8644)
      bbc346c0
    • Tomer Brisker's avatar
      Fixes #24640 - Cast all lookup keys and values (#5956) · 930a83d8
      Tomer Brisker authored
      db/migrate/20170112175131_migrate_template_to_parameters_macros.rb
      caused all LookupKey default values and LookupValue values to be saved
      as strings, because it updated the attributes without calling callbacks,
      causing cast_default_value or cast_value callbacks to be ignored.
      This causes any values not of string type to break.
      
      (cherry picked from commit e719d906)
      930a83d8
  3. 27 Aug, 2018 1 commit
  4. 09 Aug, 2018 2 commits
  5. 07 Aug, 2018 3 commits
  6. 01 Aug, 2018 1 commit
  7. 09 Jul, 2018 2 commits
    • Daniel Lobato Garcia's avatar
      Fixes #23382 - Hashes in arrays are shown properly on ENC · cb627d79
      Daniel Lobato Garcia authored
      When defining smart class parameter values with type YAML and submitted
      in GUI an Ruby error message gets prepended for each array entry.
      
      Defining an YAML-Array like:
      
      ---
      - name: foo
        mount_point: /bar
      - name: john
        mount_point: /doe
      
      is shown on the ENC as:
      
      - !ruby/hash:ActiveSupport::HashWithIndifferentAccess
        name: foo
        mount_point: "/bar"
      - !ruby/hash:ActiveSupport::HashWithIndifferentAccess
        name: john
        mount_point: "/doe"
      
      In order to avoid parsing the whole YAML or monkeypatching
      HashWithIndifferentAccess the easiest workaround is to convert to
      JSON then parse back to YAML
      
      (cherry picked from commit d477552c)
      cb627d79
    • Marek Hulan's avatar
      Fixes #23782 - restore login disabling · f99977a0
      Marek Hulan authored
      (cherry picked from commit 7949aadb)
      f99977a0
  8. 02 Jul, 2018 1 commit
  9. 13 Jun, 2018 1 commit
  10. 31 May, 2018 1 commit
  11. 25 May, 2018 2 commits
  12. 22 May, 2018 1 commit
  13. 18 May, 2018 2 commits
  14. 17 May, 2018 1 commit
  15. 30 Apr, 2018 2 commits
  16. 26 Apr, 2018 2 commits
  17. 24 Apr, 2018 1 commit
  18. 12 Apr, 2018 1 commit
  19. 11 Apr, 2018 3 commits
  20. 10 Apr, 2018 1 commit
  21. 29 Mar, 2018 1 commit
  22. 27 Mar, 2018 2 commits
  23. 25 Mar, 2018 1 commit
  24. 13 Mar, 2018 3 commits