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

Web server and bdv/xml file support #4

Merged
merged 15 commits into from
Dec 7, 2016

Commits on Oct 5, 2015

  1. Configuration menu
    Copy the full SHA
    624432b View commit details
    Browse the repository at this point in the history
  2. Remove EXPERIMENTAL constant

    hkmoon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    6f47dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f065e10 View commit details
    Browse the repository at this point in the history
  4. Remove the redirect handler

    hkmoon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    400264d View commit details
    Browse the repository at this point in the history
  5. Remove superuser role

    hkmoon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    981dc0d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Remove the all the credential information

    All the important information are required to have in the initial run with /manager context enabled.
    SSL certificate and jetty user property files are located under current_working_folder/etc.
    Whenever users want to update the critical information, they can modify them directly.
    hkmoon committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    6cceb43 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Remove unnecessary imports

    hkmoon committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    9807778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b236c8c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Fix the activation bug

    It should have given the dataset name instead of the category name.
    hkmoon committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    f3f9551 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Replace -mp option by -m

    If -m option present, it enables manager context.
    hkmoon committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    3fdcd64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418ae05 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Move addition of IndexPageHandler to the end of the handler addition

    In order to avoid the overridden other context handlers
    hkmoon committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    45162e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc6298 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Add .bdv / .xml file handlers

    hkmoon committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    1c33a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4d2ee View commit details
    Browse the repository at this point in the history