Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stdevel/satprep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.2
Choose a base ref
...
head repository: stdevel/satprep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 30, 2015

  1. Update README.md

    Updated for most recent toolkit version
    stdevel committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    d01c6b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Release 0.3.3

    - VM snapshots are now created before scheduling downtimes, downtime
    default timeframe changed to 4 hours (see issue #35)
    - vlog behavior altered to be more intelligent (for details see issue
    #36))
    - Implemented function for scheduling downtime for Nagios/Icinga
    hostgroups (see issue #37) [parameters -g / --downtime-hostgroup,
    satprep_prepare_maintenance.py]
    - Some minor fixes
    stdevel committed May 20, 2015
    Configuration menu
    Copy the full SHA
    afea9e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. Preparation for release 0.3.4

    - added satprep_patch_freeze for automatic cloning of affected channels
    and mapping subscribed hosts
    - moved function is_blacklisted into satprep_shared.py
    - enabled satprep for Spacewalk 2.4
    stdevel committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    aae892e View commit details
    Browse the repository at this point in the history
  2. Update satprep_patch_freeze.py

    Fixed typo
    stdevel committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    382c51f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Update satprep_patch_freeze.py

    Fixed issue #7
    stdevel committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    5c46eee View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Several fixes

    Enhanced satprep_patch_freeze.py:
    - enhanced error reporting to also include XMLRPC errors
    - changed „-satprep“ prefix to „.sp“ to shorten names (several RHN
    Satellite releases seem to have problems with that)
    - removed some old rubbish
    Christian Stankowic authored and Christian Stankowic committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    2995a0d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Release 0.3.5

    Fixed several bugs:
    - custom info key values are now escaped to avoid aborts (added shared
    function escape_string; see issue #49)
    - when cloning channels, labels are added to the name (see issue #47)
    - changed name format to „label-date.channel“ when cloning channels to
    avoid using protected names (see issues #46 and #48)
    - fixed a bug to avoid scheduling downtimes for non-monitored hosts
    - fixed a bug where VM snapshots were not created
    - fixed a bug where wrong reboot_required information were inserted
    into patch reports
    - fixed a bug where diff reports could not be created (see issue #44)
    - verification log files are created if non-existent
    - added support for Spacewalk 2.4
    Christian Stankowic authored and Christian Stankowic committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    9e478d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Release 0.3.6

    Fixed various bugs:
    - fixed a bug where monitoring information were incorrect in the PDF
    reports
    - fixed a bug where debug information where printed in satprep_diff.py
    without explicitely enabling it
    - fixed a bug where child channels were not cloned correctly (see issue
    #50)
    
    Also, satprep_snapshot.py will now include patch information by default
    (omitting the -p parameter, see issue #51). Using -p will now exclude
    patch information!
    Christian Stankowic authored and Christian Stankowic committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    cbdbf5d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Ignore hosts without base-channel

    Hosts without valid base-channel will now be ignored by
    satprep_patch_freeze.py (Fixed issue #50)
    Christian Stankowic authored and Christian Stankowic committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    3d61689 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Update satprep_diff.py

    Fixed a bug where the script crashed because of a missing local variable
    stdevel committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    1485ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Update satprep_prepare_maintenance.py

    Fixed a minor bug where prefix were based on ctime instead on mtime
    stdevel authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    4f4fb8e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Update README.md

    stdevel authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    cad6f97 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    stdevel authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    79815f7 View commit details
    Browse the repository at this point in the history
Loading