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 section about clearing the sessions store during OMERO.web upgrade #2312

Merged
merged 14 commits into from
Jul 7, 2023

Commits on May 4, 2023

  1. Add section about clearing the sessions stored during OMERO.web upgrade

    Motivated by some of the changes introduced in OMERO.web 5.18.0. It is
    expected the same issues will arise when switching to Django 4.2 and
    this could happen anytime if the session serialization format is modified.
    
    A new paragraph about common issues when OMERO.server fails to start is
    also added to the troubleshooting section and this PR should create a
    link that can be reference from UPGRADING.md in the source code repo.
    sbesson committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7a9e9ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497fe69 View commit details
    Browse the repository at this point in the history
  3. Use program markup

    sbesson committed May 4, 2023
    Configuration menu
    Copy the full SHA
    598dd2a View commit details
    Browse the repository at this point in the history
  4. Fix typos

    sbesson committed May 4, 2023
    Configuration menu
    Copy the full SHA
    57f3279 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1feb79a View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: jean-marie burel <j.burel@dundee.ac.uk>
    sbesson and jburel authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9d8d6ba View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 10, 2023

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

Commits on Jul 3, 2023

  1. Add Redis link

    sbesson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a41f980 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Reorder the section about clearing sections

    Clarify the two main supported session backends and their configuration
    Provide the example for the default configuration in both case
    Add final sentence about additional backend configuration
    sbesson committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    61fff2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ea308 View commit details
    Browse the repository at this point in the history
  3. session data -> sessions

    sbesson committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4ed1c0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf32f1 View commit details
    Browse the repository at this point in the history
  5. More session data renaming

    sbesson committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2e85248 View commit details
    Browse the repository at this point in the history