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

Add new module sqitch to manage changes in databases #20809

Closed
wants to merge 32 commits into from

Commits on Sep 14, 2018

  1. Add new module sqitch to manage changes in databases

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ccec4e2 View commit details
    Browse the repository at this point in the history
  2. Fix too long lines

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    01b979e View commit details
    Browse the repository at this point in the history
  3. Fix trailing spaces

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    5975e13 View commit details
    Browse the repository at this point in the history
  4. GPLv3 header added

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    24e25a5 View commit details
    Browse the repository at this point in the history
  5. Add integration tests

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6dcc218 View commit details
    Browse the repository at this point in the history
  6. Adjust to sanity tests

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a64e164 View commit details
    Browse the repository at this point in the history
  7. Remove unexpected spaces

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    df884be View commit details
    Browse the repository at this point in the history
  8. Run tests on RedHat

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a53b96c View commit details
    Browse the repository at this point in the history
  9. Omit RHEL, Ubuntu 14.04 and OpenSUSE during tests

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    58832b7 View commit details
    Browse the repository at this point in the history
  10. Raise version_added

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    c9fb3b4 View commit details
    Browse the repository at this point in the history
  11. Exclude Suse family from tests, instead of OpenSuse distribution

    Dawid Wolski authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    eec4065 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b884a9b View commit details
    Browse the repository at this point in the history
  13. Move docs choices to the proper parameter

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    701378a View commit details
    Browse the repository at this point in the history
  14. Add support for check_mode

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a0ee964 View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary docs, fix typo, update the year in header

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    917ae46 View commit details
    Browse the repository at this point in the history
  16. Raise version_added to 2.8

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    869e43f View commit details
    Browse the repository at this point in the history
  17. Fix check mode, tests for check mode

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a3a0b31 View commit details
    Browse the repository at this point in the history
  18. Install sqitch on Redhat using cpanm ansible module

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a9098c8 View commit details
    Browse the repository at this point in the history
  19. Provide cpanmetadb sqitch package name

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    24a6d7e View commit details
    Browse the repository at this point in the history
  20. Install cpanminus using dnf

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b392486 View commit details
    Browse the repository at this point in the history
  21. Use package module instead of dnf

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7dd642a View commit details
    Browse the repository at this point in the history
  22. Install cpanminus on CentOS 6 the old way

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    1361f09 View commit details
    Browse the repository at this point in the history
  23. Not needed alias removed

    merito authored and Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b05a029 View commit details
    Browse the repository at this point in the history
  24. Separate setup and tests, use self-hosted cpanminus

    Use variable for temporary files location.
    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    557e20c View commit details
    Browse the repository at this point in the history
  25. Add missing quotes

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b2026c6 View commit details
    Browse the repository at this point in the history
  26. Include vars from vars directory

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    c0137ce View commit details
    Browse the repository at this point in the history
  27. Move vars from vars to default directory

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    0323be2 View commit details
    Browse the repository at this point in the history
  28. Remove local variable, use the common one

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    73d82cd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8227e4c View commit details
    Browse the repository at this point in the history
  30. Fix indentation

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    509a627 View commit details
    Browse the repository at this point in the history
  31. Quotes on item

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a295543 View commit details
    Browse the repository at this point in the history
  32. Set type to path for working_directory option

    Dawid Wolski committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ae6ab6b View commit details
    Browse the repository at this point in the history