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

renewed attempt at dockerization #92

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

renewed attempt at dockerization #92

wants to merge 6 commits into from

Commits on Dec 18, 2022

  1. reformat

    dylanwh committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    5b3e208 View commit details
    Browse the repository at this point in the history
  2. this changes makes api_field_* variables lazy

    api_field_types and api_field_names rely on values from the
    Bugzilla->fields definition. This in turn requires checking the schema
    of the bugs table at run time. That means trying to access these when a
    database is not configured, or before schema migrations have happened is
    an error.
    
    This changes those variables to hold functions (sub refs) that are
    comptued when called. The help performance not degrade, we make use of
    the Bugzilla::request_cache to only re-compute this once per request.
    dylanwh committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    9cc1949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0135fb View commit details
    Browse the repository at this point in the history
  4. fix missing MYMETA.json file

    dylanwh committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    b6a038d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54f100b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a00fcd3 View commit details
    Browse the repository at this point in the history