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

Allow destroying locally-stored submissions after #391

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

Commits on Oct 19, 2017

  1. Allow destroying locally-stored submissions after

    ...POSTing JSON to an external service.
    
    * WARNING: ADVANCED USERS ONLY. POTENTIAL FOR MAJOR DATA LOSS! *
    
    Should you want to direct ALL submissions to an external endpoint WITHOUT
    storing any user-generated data in KoBoCAT's own Postgres or Mongo databases,
    set the following in your environment:
    
    * ENABLE_DESTRUCTIVE_REST_SERVICE=True
    * FAILED_REST_SERVICE_BLOCKS_SUBMISSION=True
    * FORCE_REST_SERVICE_NAME=destructive_json
    * FORCE_REST_SERVICE_URL=https://your-server/your-JSON-submission-endpoint
    
    Closes #390
    jnm committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    347f3d2 View commit details
    Browse the repository at this point in the history
  2. Improve logging

    jnm committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    b6f5384 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Correct generator vs. comprehension typo

    ...which caused 500 errors after the first submission for each thread
    jnm committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    c315d3d View commit details
    Browse the repository at this point in the history