Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kiwi image editor: Improve #to_xml to decrease the resulting diff #4002

Merged
merged 5 commits into from
Oct 19, 2017

Commits on Oct 16, 2017

  1. [webui] Only replace default package group

    in kiwi editor.
    Because for now we only allow to edit the default package group.
    Writing all package groups always would create a big diff.
    ChrisBr committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    0e7f494 View commit details
    Browse the repository at this point in the history
  2. [webui] Add repositories after the first repository

    to minimize the diff.
    ChrisBr committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    71195a3 View commit details
    Browse the repository at this point in the history
  3. [webui] Parse and use correct indentation for kiwi files

    to minimize the generated diff.
    ChrisBr committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    88d18be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    97542fa View commit details
    Browse the repository at this point in the history
  2. [ci] Add specs for Kiwi::Image#to_xml

    does not alter the xml to decrease the resulting diff.
    ChrisBr committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a12a5be View commit details
    Browse the repository at this point in the history