forked from kobotoolbox/kobocat
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tomatosoup97
wants to merge
44
commits into
master
Choose a base branch
from
update-upstream-2.018.48
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ss' boolean field to 'Instance' model
…ParsedInstance.save()
… to be consistent with the kpi code
…ield, added command to update is_synced_with_mongo according to Mongo records
… for inactive XForm
…-count-locks Refactor submission counting without locking
which is now provided by formpack via KPI
Upgrade pyxform to 0.11.5; closes kobotoolbox#480
…to kpi_rest_services
Branch to be used with `kpi`.`REST-UI`
Exports can still be generated with the "New Export" button. Closes kobotoolbox#484
Disable automatic export creation in `export_list`
Try not to do any locking until as close as possible to the end of the transaction. Closes kobotoolbox#490
…ission-count-locking Do not lock any rows until attachments are saved
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.
…ery-optimization Add a new `media_file_basename` column to improve
…-configuration Remove Fabric configuration. Closes kobotoolbox#497
…ted-not-found 500 images collected not found - fix
…und-PR-changes Applied PR#501 suggested changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update_is_sync_with_mongo
command to populateis_synced_with_mongo
property of Instance modelupdate_is_sync_with_mongo
command to update new char fieldmedia_file_basename
KPI_INTERNAL_URL
env var is set:KPI_INTERNAL_URL = os.environ.get("KPI_INTERNAL_URL", KPI_URL)
posted_to_kpi
variable toxform
, we need to make sure it gets populated properly