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

Fix usage of WOODPECKER_DATABASE_DATASOURCE_FILE #3404

Merged
merged 6 commits into from
Feb 26, 2024

Commits on Feb 17, 2024

  1. Read datasource config from file when run in docker

    The location of the sqlite3 database file is defined in a config file.
    The location of the config file is provided to the woodpecker-server in
    an ENV var.
    This is done instead of providing the location directly inside an ENV var, as
    the config file has the least precedence, so it can be overriden in a
    docker-compose.yml file.
    
    Remember: The config file must not have a line break at the end!
    smainz committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c51c680 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    4020b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6a7a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b6aaa4e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
    6543 and anbraten authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f41345b View commit details
    Browse the repository at this point in the history
  3. address lint

    6543 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    893c39a View commit details
    Browse the repository at this point in the history