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

RollupStart endpoint should return OK if job already started #41502

Merged

Commits on Apr 24, 2019

  1. Make RollupStart idempotent

    If a job is started or indexing, RollupStart should always return
    a success (200 OK) response since the job is, in fact, started
    
    This also removes some no-longer-needed serialization version checking
    on stop job (only needed for 6.x and 7.x)
    polyfractal committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    f5ceaa4 View commit details
    Browse the repository at this point in the history
  2. Add breaking changes docs

    polyfractal committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    b4e6bd5 View commit details
    Browse the repository at this point in the history
  3. fix docs

    polyfractal committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    a14da86 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

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

Commits on May 31, 2019

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