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

Remote pack #125

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Remote pack #125

wants to merge 15 commits into from

Commits on Feb 14, 2017

  1. utility method to pull remote data into a local

    directory for testing formpack reports
    dorey committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    b0c6459 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. * moved from_json_definition class methods out

      to the methods that use them because they are not
      reused very much, and hide the transformation that
      goes into building the Fields, Sections, and Versions
    * added a `src` parameter to many of the fields / sections
      to facilitate debugging the content that was used
      to create the python objects in the form `version.Version`
    * added a `pull.py` script to expose options to the CLI
    * `select_one_external` is now the preferred alias throughout
      the code (underscores instead of spaces)
    * added comment about xform_tools.normalize_data_type (obsolete)
      with `replace_aliases`, which is run on the content
      before the version is initialized.
    dorey committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    073f505 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

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

Commits on Mar 10, 2017

  1. removing extra README

    dorey committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    0412959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f5517 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. with a cli argument "--run-module=importable_module"

    with a method "run" that receives the formpack object
    dorey committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    75b0f82 View commit details
    Browse the repository at this point in the history
  2. * indent json files on save

    * strip "content" field from asset.json (redundant
      with versions json stored separately)
    * use `date_deployed` rather than `date` (for now)
    dorey committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    4f1789b View commit details
    Browse the repository at this point in the history
  3. * allow submissions to be stored in FormPack object.

    * at first, this will be used in just tests; eventually
      it could be a way to store the submissions that fed
      to the formpack via generators.
    dorey committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    d6543ed View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

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

Commits on Mar 16, 2017

  1. * moved and renamed "LabelStruct" into a module

      translated_item
    * passing TranslatedItem() object instead of dict
      when fields and sections are created
    * added assertions which, when uncommented, should
      not fail (but don't want to risk AssertionErrors
      in production)
    dorey committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    c8ef353 View commit details
    Browse the repository at this point in the history
  2. * an OrderedDict can also be used to initialize a

      TranslatedItem
    dorey committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    ff42d04 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

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

Commits on May 17, 2017

  1. removing unused attribute on FormPack

    (pack.submissions will be used in future tests)
    dorey committed May 17, 2017
    Configuration menu
    Copy the full SHA
    0b6648b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25677b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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