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 postgres schema to the search_path on database connection #12634

Merged
merged 8 commits into from
Sep 11, 2020

Commits on Aug 29, 2020

  1. Add postgres schema to the search_path on database connection

    Rather than rely on the user running the gitea server and db setting the
    schema search_path correctly - if gitea is run with a schema we should
    simply set the search_path to have that schema first in the path.
    
    Fix go-gitea#12505
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    1e75afc View commit details
    Browse the repository at this point in the history
  2. restore migration set-schema

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    18e7245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b1c54 View commit details
    Browse the repository at this point in the history
  4. restore migration set-schema

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    19b64a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    c3412ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f25d602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce08131 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

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