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

Sync with upstream to tag 2.018.48 #29

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

Commits on Jun 21, 2018

  1. Added 'has_kpi_hooks' boolean field to 'XForm' model and 'mongo_succe…

    …ss' boolean field to 'Instance' model
    noliveleger committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    d038f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2694b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    0e8b298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f83d34 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    e10b8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14da18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ceccc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf66b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Added instance_id in payload of kpi_hook service, renamed uuid to uid…

    … to be consistent with the kpi code
    noliveleger committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6969e3e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 9, 2018

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

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    fc4a6f6 View commit details
    Browse the repository at this point in the history
  2. Updated remongo & sync mongo command to handle is_synced_with_mongo f…

    …ield, added command to update is_synced_with_mongo according to Mongo records
    noliveleger committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4962943 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

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

Commits on Aug 10, 2018

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

Commits on Aug 21, 2018

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

Commits on Aug 30, 2018

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

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    9615617 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kobotoolbox#479 from kobotoolbox/remove-submission…

    …-count-locks
    
    Refactor submission counting without locking
    noliveleger authored Sep 20, 2018
    Configuration menu
    Copy the full SHA
    24ce281 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Remove SPSS label export feature

    which is now provided by formpack via KPI
    jnm committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    f4fb829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f439a21 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

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

Commits on Sep 26, 2018

  1. Merge pull request kobotoolbox#481 from kobotoolbox/480-upstream-pyxform

     Upgrade pyxform to 0.11.5; closes kobotoolbox#480
    noliveleger authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    3dd4778 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    0c0f55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5102a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4038ebd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

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

Commits on Oct 2, 2018

  1. Merge pull request kobotoolbox#482 from kobotoolbox/kpi_rest_services

    Branch to be used with `kpi`.`REST-UI`
    jnm authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    f73476d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Disable automatic export creation in export_list

    Exports can still be generated with the "New Export" button. Closes kobotoolbox#484
    jnm committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    40c67f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Merge pull request kobotoolbox#485 from kobotoolbox/484-no-auto-export

    Disable automatic export creation in `export_list`
    noliveleger authored Oct 9, 2018
    Configuration menu
    Copy the full SHA
    ad21245 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    877e155 View commit details
    Browse the repository at this point in the history
  2. Do not lock any rows until attachments are saved

    Try not to do any locking until as close as possible to the end of the
    transaction. Closes kobotoolbox#490
    jnm committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8370d27 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Merge pull request kobotoolbox#491 from kobotoolbox/490-optimize-subm…

    …ission-count-locking
    
    Do not lock any rows until attachments are saved
    noliveleger authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    504fbb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Add a new media_file_basename column to improve

    performance when a single `auth_user` has may rows in `logger_attachment`. This
    commit lacks a management command to populate the `media_file_basename` column,
    but we'll say that it closes kobotoolbox#495.
    jnm committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    75eb550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kobotoolbox#496 from kobotoolbox/495-media-file-qu…

    …ery-optimization
    
    Add a new `media_file_basename` column to improve
    noliveleger authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    39c0996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93cea58 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Merge pull request kobotoolbox#498 from kobotoolbox/497-remove-fabric…

    …-configuration
    
    Remove Fabric configuration. Closes kobotoolbox#497
    noliveleger authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    31a067e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    ed1b011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4549276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85244d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kobotoolbox#501 from kobotoolbox/500-images-collec…

    …ted-not-found
    
    500 images collected not found - fix
    jnm authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    f48dba1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    43f8e1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request kobotoolbox#503 from kobotoolbox/500-images-not-fo…

    …und-PR-changes
    
    Applied PR#501 suggested changes
    noliveleger authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    b2d8d13 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

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