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

Remove SysV init support #51716

Merged
merged 18 commits into from
May 27, 2020
Merged

Remove SysV init support #51716

merged 18 commits into from
May 27, 2020

Commits on Jan 30, 2020

  1. Remove SysV init support

    With the removal of support for older OSes, we no longer have any
    supported systems which use SysV init. This commit removes support for
    that legacy init system.
    
    relates elastic#51480
    rjernst committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c271020 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. remove dead includes

    rjernst committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    1932654 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    657699f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    1be516b View commit details
    Browse the repository at this point in the history
  2. spotless

    rjernst committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    044df81 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Do not daemonize when testing error output in packaging tests

    The packaging tests start elasticsearch in various ways. All of these
    currently expect it is started asynchronously, yet some tests expect it
    will fail to start and want to check the error output. This commit adds
    a daemonize flag to the utility methods to start elasticsearch for such
    cases, so that when the start method returns, all the error output
    should already be available since the process will have exited.
    
    relates elastic#51716
    rjernst committed May 19, 2020
    Configuration menu
    Copy the full SHA
    f28457c View commit details
    Browse the repository at this point in the history
  2. checkstyle

    rjernst committed May 19, 2020
    Configuration menu
    Copy the full SHA
    d95f2a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a2b44 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. spotless

    rjernst committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a0c1178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f38b8e View commit details
    Browse the repository at this point in the history
  3. remove old use of update-rc

    rjernst committed May 20, 2020
    Configuration menu
    Copy the full SHA
    aff0f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb6c68 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    51dd574 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    09eaef6 View commit details
    Browse the repository at this point in the history
  2. checkstyle

    rjernst committed May 27, 2020
    Configuration menu
    Copy the full SHA
    9ab8a1e View commit details
    Browse the repository at this point in the history
  3. add back removed file

    rjernst committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4f7dd9e View commit details
    Browse the repository at this point in the history
  4. remove chkconfig use

    rjernst committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c2ee121 View commit details
    Browse the repository at this point in the history
  5. guard...

    rjernst committed May 27, 2020
    Configuration menu
    Copy the full SHA
    d152534 View commit details
    Browse the repository at this point in the history