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

Parse config.xml for db parameters, add omero db dump #74

Merged
merged 11 commits into from
Feb 9, 2016

Commits on Nov 27, 2015

  1. Configuration menu
    Copy the full SHA
    1314a2e View commit details
    Browse the repository at this point in the history
  2. Add unit tests for pgdump()

    manics committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    ce5d95a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f33e5ad View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    46133e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f540c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Configuration menu
    Copy the full SHA
    ffde65f View commit details
    Browse the repository at this point in the history
  2. Update db config tests

    manics committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    28b9014 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Don't fail if ConfigXml read_only arg not supported.

    Older versions of OMERO don't support this flag
    manics committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    c8aaa3f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Force re-reading of config.xml

    THe presence/absence of config.xml is recorded at initialisation since importing omero.cli may lead to the creation of an empty config.xml when previosuly there was none. However for a server upgrade we want to re-read the config.xml after it is copied.
    manics committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    de23851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f00b066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3a83a3 View commit details
    Browse the repository at this point in the history