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 the Infinite AIPs feature #119

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2018

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

Commits on Jun 6, 2018

  1. Make normalization configurable in infinite AIPS

    When running ``behave``, you can now pass a tag like
    ``--tags=decision.id.not-norm`` or one like
    ``--tags=decision.id.norm-pres`` to control whether normalization is
    performed.
    jrwdunham committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    11b361c View commit details
    Browse the repository at this point in the history
  2. Infinite AIPs: query API for AIP stored

    Previously we were searching in Archival Storage but we want this
    feature to be able to work in an "Indexless" (Elasticsearch-less)
    deploy.
    jrwdunham committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    9dbd276 View commit details
    Browse the repository at this point in the history
  3. Infinite AIPs: example max_check_aip_stored_attempts flag

    - Indicate in comments of Infinite AIPs feature file how to use the
      `-D max_check_aip_stored_attempts=86400` to get behave to wait up to a
      day for an AIP to be created.
    - Fix environment.py so that user-supplied attempt counts are coerced to
      ints and user-supplied wait values are coerced to floats.
    jrwdunham committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    58c90d8 View commit details
    Browse the repository at this point in the history