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 an endpoint to restart Grist with a new config #1016

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Commits on Jun 8, 2024

  1. FlexServer: add new admin restart endpoint

    This adds an endpoint for the admin user to be able to signal to a
    controlling process to restart the server. This is intended for
    `docker-runner.mjs`.
    jordigh committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    92a3480 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. supervisor: new file

    This is a new entrypoint, mostly intended for Docker, so we have one
    simple process controlling the main Grist process. The purpose of this
    is to be able to make Grist easily restartable with a new environment.
    jordigh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eafd7ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d47d798 View commit details
    Browse the repository at this point in the history