-
Notifications
You must be signed in to change notification settings - Fork 133
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
Upgrade dependencies for Django 3.x upgrade #2230
Commits on Apr 19, 2022
-
Upgrade dependencies for Django 3.x upgrade
Also converted to using pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 358d95d - Browse repository at this point
Copy the full SHA 358d95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b9185 - Browse repository at this point
Copy the full SHA f0b9185View commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5506bc - Browse repository at this point
Copy the full SHA d5506bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6ea56 - Browse repository at this point
Copy the full SHA 4f6ea56View commit details -
Disable SPSS export in the event of an ImportError exception.
savReaderWriter needs to be updated to handle collections Iterable correctly.
Configuration menu - View commit details
-
Copy full SHA for c17da0c - Browse repository at this point
Copy the full SHA c17da0cView commit details -
django.utils.decorators.available_attrs() - This function returns fun…
…ctools.WRAPPER_ASSIGNMENTS Removed in Django 3.0
Configuration menu - View commit details
-
Copy full SHA for d6fd696 - Browse repository at this point
Copy the full SHA d6fd696View commit details -
Disable SPSS export in the event of an ImportError exception.
savReaderWriter needs to be updated to handle collections Iterable correctly.
Configuration menu - View commit details
-
Copy full SHA for 914f571 - Browse repository at this point
Copy the full SHA 914f571View commit details
Commits on Apr 24, 2022
-
Merge branch 'master' into django-3-upgrade-base
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2436bf4 - Browse repository at this point
Copy the full SHA 2436bf4View commit details -
Upgrade dependencies for Django 3.x upgrade
Also converted to using pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 49dea8c - Browse repository at this point
Copy the full SHA 49dea8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed5113 - Browse repository at this point
Copy the full SHA fed5113View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba64380 - Browse repository at this point
Copy the full SHA ba64380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610c836 - Browse repository at this point
Copy the full SHA 610c836View commit details -
Disable SPSS export in the event of an ImportError exception.
savReaderWriter needs to be updated to handle collections Iterable correctly.
Configuration menu - View commit details
-
Copy full SHA for 3576885 - Browse repository at this point
Copy the full SHA 3576885View commit details -
django.utils.decorators.available_attrs() - This function returns fun…
…ctools.WRAPPER_ASSIGNMENTS Removed in Django 3.0
Configuration menu - View commit details
-
Copy full SHA for 4884d9d - Browse repository at this point
Copy the full SHA 4884d9dView commit details -
Disable SPSS export in the event of an ImportError exception.
savReaderWriter needs to be updated to handle collections Iterable correctly.
Configuration menu - View commit details
-
Copy full SHA for 4b0333e - Browse repository at this point
Copy the full SHA 4b0333eView commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a8b83b9 - Browse repository at this point
Copy the full SHA a8b83b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04ebe9 - Browse repository at this point
Copy the full SHA d04ebe9View commit details -
Merge branch 'django-3-upgrade-base' of github.com:onaio/onadata into…
… django-3-upgrade-base Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3db7e19 - Browse repository at this point
Copy the full SHA 3db7e19View commit details -
Remove deprecated django.db.backends.postgresql_psycopg2
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0aa473b - Browse repository at this point
Copy the full SHA 0aa473bView commit details -
Fix dataview query_iterator bug
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf42e8e - Browse repository at this point
Copy the full SHA cf42e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef1f01 - Browse repository at this point
Copy the full SHA cef1f01View commit details -
Remove deprecated django.contrib.postgres.fields.JSONField
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02dd9c9 - Browse repository at this point
Copy the full SHA 02dd9c9View commit details -
Remove deprecated python_2_unicode_compatible decorator
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deefb2d - Browse repository at this point
Copy the full SHA deefb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5969f - Browse repository at this point
Copy the full SHA aa5969fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 562a507 - Browse repository at this point
Copy the full SHA 562a507View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea08db0 - Browse repository at this point
Copy the full SHA ea08db0View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad3fe9c - Browse repository at this point
Copy the full SHA ad3fe9cView commit details -
Merge branch 'django-3-upgrade-base' of github.com:onaio/onadata into…
… django-3-upgrade-base
Configuration menu - View commit details
-
Copy full SHA for 9dc886c - Browse repository at this point
Copy the full SHA 9dc886cView commit details -
Transition to using the squashed migration
- Remove old migration files - Remove `replaces` attribute on the Squashed migration file
Configuration menu - View commit details
-
Copy full SHA for a96f8a2 - Browse repository at this point
Copy the full SHA a96f8a2View commit details -
Update migrations files to depend on the squashed migration
- Generate migration file for the logger application to switch the JSON Field type
Configuration menu - View commit details
-
Copy full SHA for 0ff25ea - Browse repository at this point
Copy the full SHA 0ff25eaView commit details -
Restore old logger application migration files
The migration files are still necessary for old deployments and would need to be deleted after we've confirmed that all old deployments have run the new migration to keep the Migration history clean and consistent - Update migration dependencies to point back to logger 0001_initial
Configuration menu - View commit details
-
Copy full SHA for 5430b46 - Browse repository at this point
Copy the full SHA 5430b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for e756f4c - Browse repository at this point
Copy the full SHA e756f4cView commit details -
Avoids multiple leaf node conflicts on existing databases
Configuration menu - View commit details
-
Copy full SHA for 1d4090d - Browse repository at this point
Copy the full SHA 1d4090dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ee2b3 - Browse repository at this point
Copy the full SHA c8ee2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b7557 - Browse repository at this point
Copy the full SHA 31b7557View commit details -
Merge pull request #2232 from onaio/fix-ci-tests-failures
Fix migration issue on existing installations
Configuration menu - View commit details
-
Copy full SHA for da3c3b3 - Browse repository at this point
Copy the full SHA da3c3b3View commit details -
Alter media_all_received col to use BooleanField
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a0e6d9 - Browse repository at this point
Copy the full SHA 6a0e6d9View commit details -
Update the test to expect an ID string instead of an integer; When the row is queried on the database it seems the returned response is now a string type instead of it being an integer
Configuration menu - View commit details
-
Copy full SHA for c4f2c9f - Browse repository at this point
Copy the full SHA c4f2c9fView commit details -
Fix cursor.fetchall() returning stringofied dicts
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e62a8fa - Browse repository at this point
Copy the full SHA e62a8faView commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 238335a - Browse repository at this point
Copy the full SHA 238335aView commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3bae6a - Browse repository at this point
Copy the full SHA f3bae6aView commit details -
Update apps/api & apps/main modules
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 934c414 - Browse repository at this point
Copy the full SHA 934c414View commit details -
Add tblib dependency to pickle tracebacks
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db12a0f - Browse repository at this point
Copy the full SHA db12a0fView commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd6f831 - Browse repository at this point
Copy the full SHA dd6f831View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18cc28c - Browse repository at this point
Copy the full SHA 18cc28cView commit details
Commits on Apr 27, 2022
-
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8eaf91 - Browse repository at this point
Copy the full SHA a8eaf91View commit details -
update CI python version to 3.9
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e73e2a - Browse repository at this point
Copy the full SHA 9e73e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d754b - Browse repository at this point
Copy the full SHA c3d754bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c852876 - Browse repository at this point
Copy the full SHA c852876View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8df483 - Browse repository at this point
Copy the full SHA a8df483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9587635 - Browse repository at this point
Copy the full SHA 9587635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752fdb3 - Browse repository at this point
Copy the full SHA 752fdb3View commit details
Commits on Apr 28, 2022
-
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f11a51 - Browse repository at this point
Copy the full SHA 8f11a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e3d89 - Browse repository at this point
Copy the full SHA 23e3d89View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d3f363 - Browse repository at this point
Copy the full SHA 1d3f363View commit details -
Upgrade to django 3 on ses & s3 requirements
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69621ca - Browse repository at this point
Copy the full SHA 69621caView commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93102a4 - Browse repository at this point
Copy the full SHA 93102a4View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 323bb63 - Browse repository at this point
Copy the full SHA 323bb63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c741170 - Browse repository at this point
Copy the full SHA c741170View commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a9314b - Browse repository at this point
Copy the full SHA 9a9314bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879240d - Browse repository at this point
Copy the full SHA 879240dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4bc19 - Browse repository at this point
Copy the full SHA 1f4bc19View commit details -
Configuration menu - View commit details
-
Copy full SHA for e025903 - Browse repository at this point
Copy the full SHA e025903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0280f - Browse repository at this point
Copy the full SHA 6b0280fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f960e - Browse repository at this point
Copy the full SHA 30f960eView commit details -
Fix generate_qrcode: Rename format to image_format
Addresses pylint: redefined-builtin / Redefining built-in 'format'
Configuration menu - View commit details
-
Copy full SHA for 10e7261 - Browse repository at this point
Copy the full SHA 10e7261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6239e30 - Browse repository at this point
Copy the full SHA 6239e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2996b71 - Browse repository at this point
Copy the full SHA 2996b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6cdd80 - Browse repository at this point
Copy the full SHA b6cdd80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3162a37 - Browse repository at this point
Copy the full SHA 3162a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578d110 - Browse repository at this point
Copy the full SHA 578d110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8add763 - Browse repository at this point
Copy the full SHA 8add763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68926e7 - Browse repository at this point
Copy the full SHA 68926e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e11628 - Browse repository at this point
Copy the full SHA 6e11628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae9c95 - Browse repository at this point
Copy the full SHA 6ae9c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87130f7 - Browse repository at this point
Copy the full SHA 87130f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b22805 - Browse repository at this point
Copy the full SHA 7b22805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6727768 - Browse repository at this point
Copy the full SHA 6727768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1120ec4 - Browse repository at this point
Copy the full SHA 1120ec4View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c61312 - Browse repository at this point
Copy the full SHA 8c61312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640bc52 - Browse repository at this point
Copy the full SHA 640bc52View commit details
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50baa77 - Browse repository at this point
Copy the full SHA 50baa77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf0ac4 - Browse repository at this point
Copy the full SHA 4bf0ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a2ff5 - Browse repository at this point
Copy the full SHA 08a2ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65f088 - Browse repository at this point
Copy the full SHA b65f088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce81f7 - Browse repository at this point
Copy the full SHA 2ce81f7View commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 010c503 - Browse repository at this point
Copy the full SHA 010c503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec3ea1 - Browse repository at this point
Copy the full SHA 2ec3ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a519c20 - Browse repository at this point
Copy the full SHA a519c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fbfac - Browse repository at this point
Copy the full SHA 41fbfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7b1c7 - Browse repository at this point
Copy the full SHA 0b7b1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9c41a - Browse repository at this point
Copy the full SHA bd9c41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb4e70 - Browse repository at this point
Copy the full SHA 2eb4e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4e075 - Browse repository at this point
Copy the full SHA 0a4e075View commit details -
Configuration menu - View commit details
-
Copy full SHA for c558ced - Browse repository at this point
Copy the full SHA c558cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039ab1a - Browse repository at this point
Copy the full SHA 039ab1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011bd69 - Browse repository at this point
Copy the full SHA 011bd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122b72f - Browse repository at this point
Copy the full SHA 122b72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f1d3b - Browse repository at this point
Copy the full SHA 20f1d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d22c6b - Browse repository at this point
Copy the full SHA 2d22c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbe267 - Browse repository at this point
Copy the full SHA ebbe267View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cc0d5 - Browse repository at this point
Copy the full SHA a8cc0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4268a0 - Browse repository at this point
Copy the full SHA a4268a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebde8e2 - Browse repository at this point
Copy the full SHA ebde8e2View commit details -
fix: 'ExportBuilder' object has no attribute 'dd'
dd has been renamed to data_dictionary
Configuration menu - View commit details
-
Copy full SHA for b654103 - Browse repository at this point
Copy the full SHA b654103View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb277bc - Browse repository at this point
Copy the full SHA eb277bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a471fee - Browse repository at this point
Copy the full SHA a471feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc0e66 - Browse repository at this point
Copy the full SHA 5fc0e66View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60bb1fe - Browse repository at this point
Copy the full SHA 60bb1feView commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcff196 - Browse repository at this point
Copy the full SHA fcff196View commit details -
Use create_survey_element_from_(json|dict) where necessary
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5dc8de - Browse repository at this point
Copy the full SHA b5dc8deView commit details -
Build onadata ECR image with python 3.9
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51f6a9c - Browse repository at this point
Copy the full SHA 51f6a9cView commit details -
Use python3-dev apt dependency
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7959c5f - Browse repository at this point
Copy the full SHA 7959c5fView commit details -
Instal pyyaml in docker builds
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47d335d - Browse repository at this point
Copy the full SHA 47d335dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4faaef - Browse repository at this point
Copy the full SHA a4faaefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e12885 - Browse repository at this point
Copy the full SHA 2e12885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e5a66 - Browse repository at this point
Copy the full SHA 52e5a66View commit details -
Use defusedxml for parsing xml in osm module
defusedxml is considered more secure
Configuration menu - View commit details
-
Copy full SHA for 9ac1b14 - Browse repository at this point
Copy the full SHA 9ac1b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a40b3 - Browse repository at this point
Copy the full SHA 68a40b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d096758 - Browse repository at this point
Copy the full SHA d096758View commit details -
Configuration menu - View commit details
-
Copy full SHA for d14cfa7 - Browse repository at this point
Copy the full SHA d14cfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a5ba1 - Browse repository at this point
Copy the full SHA 12a5ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8110c4 - Browse repository at this point
Copy the full SHA a8110c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af578e - Browse repository at this point
Copy the full SHA 5af578eView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for df87d54 - Browse repository at this point
Copy the full SHA df87d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce53e2 - Browse repository at this point
Copy the full SHA bce53e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3124819 - Browse repository at this point
Copy the full SHA 3124819View commit details -
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d75de96 - Browse repository at this point
Copy the full SHA d75de96View commit details -
Configuration menu - View commit details
-
Copy full SHA for fadc3d3 - Browse repository at this point
Copy the full SHA fadc3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43464c9 - Browse repository at this point
Copy the full SHA 43464c9View commit details -
Deprecation: staticfiles has been renamed to static
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9075e79 - Browse repository at this point
Copy the full SHA 9075e79View commit details -
Fix: �[200~UnboundLocalError: local variable response_obj referenced …
…before assignment
Configuration menu - View commit details
-
Copy full SHA for c780e1e - Browse repository at this point
Copy the full SHA c780e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7233a4 - Browse repository at this point
Copy the full SHA d7233a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61da20e - Browse repository at this point
Copy the full SHA 61da20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcf980 - Browse repository at this point
Copy the full SHA dbcf980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8264a1a - Browse repository at this point
Copy the full SHA 8264a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c2a03 - Browse repository at this point
Copy the full SHA e3c2a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1832370 - Browse repository at this point
Copy the full SHA 1832370View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ac782 - Browse repository at this point
Copy the full SHA b6ac782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736a497 - Browse repository at this point
Copy the full SHA 736a497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee49f3 - Browse repository at this point
Copy the full SHA 6ee49f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda1994 - Browse repository at this point
Copy the full SHA dda1994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34396c3 - Browse repository at this point
Copy the full SHA 34396c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c4a1b - Browse repository at this point
Copy the full SHA 35c4a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59cece - Browse repository at this point
Copy the full SHA a59ceceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bef078 - Browse repository at this point
Copy the full SHA 0bef078View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51a7de5 - Browse repository at this point
Copy the full SHA 51a7de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 660f962 - Browse repository at this point
Copy the full SHA 660f962View commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f76fab4 - Browse repository at this point
Copy the full SHA f76fab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4af3d9 - Browse repository at this point
Copy the full SHA b4af3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 891fc51 - Browse repository at this point
Copy the full SHA 891fc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a7793 - Browse repository at this point
Copy the full SHA 60a7793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7094b - Browse repository at this point
Copy the full SHA 9b7094bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e9b66 - Browse repository at this point
Copy the full SHA 55e9b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4121813 - Browse repository at this point
Copy the full SHA 4121813View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c7ba1 - Browse repository at this point
Copy the full SHA c1c7ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cfa6a - Browse repository at this point
Copy the full SHA 25cfa6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eed0184 - Browse repository at this point
Copy the full SHA eed0184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f48aed - Browse repository at this point
Copy the full SHA 9f48aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7aa703 - Browse repository at this point
Copy the full SHA e7aa703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea1e04 - Browse repository at this point
Copy the full SHA 6ea1e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8738fa3 - Browse repository at this point
Copy the full SHA 8738fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f983aa4 - Browse repository at this point
Copy the full SHA f983aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fb5a0 - Browse repository at this point
Copy the full SHA a8fb5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4780e46 - Browse repository at this point
Copy the full SHA 4780e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8835c1b - Browse repository at this point
Copy the full SHA 8835c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dba4ea - Browse repository at this point
Copy the full SHA 7dba4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fcd1b4 - Browse repository at this point
Copy the full SHA 2fcd1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1423333 - Browse repository at this point
Copy the full SHA 1423333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2504e59 - Browse repository at this point
Copy the full SHA 2504e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9b1ea - Browse repository at this point
Copy the full SHA ad9b1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a936f5 - Browse repository at this point
Copy the full SHA 1a936f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be367f - Browse repository at this point
Copy the full SHA 6be367fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c71c5 - Browse repository at this point
Copy the full SHA e2c71c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0f60c - Browse repository at this point
Copy the full SHA ac0f60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c56e9e - Browse repository at this point
Copy the full SHA 7c56e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83be5f1 - Browse repository at this point
Copy the full SHA 83be5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb83775 - Browse repository at this point
Copy the full SHA cb83775View commit details -
Refactor create_attachments_zipfile()
Use with statements when opening files.
Configuration menu - View commit details
-
Copy full SHA for 1f04916 - Browse repository at this point
Copy the full SHA 1f04916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca8fe1 - Browse repository at this point
Copy the full SHA 7ca8fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aaccba - Browse repository at this point
Copy the full SHA 6aaccbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7faae - Browse repository at this point
Copy the full SHA 0a7faaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f956848 - Browse repository at this point
Copy the full SHA f956848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ba38c - Browse repository at this point
Copy the full SHA 11ba38cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff759b - Browse repository at this point
Copy the full SHA 9ff759bView commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b59e5de - Browse repository at this point
Copy the full SHA b59e5deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3fbf7f - Browse repository at this point
Copy the full SHA a3fbf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 090feb6 - Browse repository at this point
Copy the full SHA 090feb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009b5cc - Browse repository at this point
Copy the full SHA 009b5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e81c196 - Browse repository at this point
Copy the full SHA e81c196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dff8cb - Browse repository at this point
Copy the full SHA 0dff8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d269018 - Browse repository at this point
Copy the full SHA d269018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf040f - Browse repository at this point
Copy the full SHA 0cf040fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd3390 - Browse repository at this point
Copy the full SHA cbd3390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 941d291 - Browse repository at this point
Copy the full SHA 941d291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990e8a4 - Browse repository at this point
Copy the full SHA 990e8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f40551 - Browse repository at this point
Copy the full SHA 1f40551View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87a51b - Browse repository at this point
Copy the full SHA c87a51bView commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ffa281 - Browse repository at this point
Copy the full SHA 3ffa281View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d9186 - Browse repository at this point
Copy the full SHA b0d9186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed6b01 - Browse repository at this point
Copy the full SHA 5ed6b01View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 793769b - Browse repository at this point
Copy the full SHA 793769bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dbbeca - Browse repository at this point
Copy the full SHA 1dbbecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c06267 - Browse repository at this point
Copy the full SHA 9c06267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a40a1 - Browse repository at this point
Copy the full SHA 22a40a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6093b - Browse repository at this point
Copy the full SHA 4e6093bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f6882 - Browse repository at this point
Copy the full SHA e7f6882View commit details -
logger_tools.py: Fix add DuplicateUUIDError exception for handling in…
… publishing a form.
Configuration menu - View commit details
-
Copy full SHA for 4a2fa71 - Browse repository at this point
Copy the full SHA 4a2fa71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee8df8 - Browse repository at this point
Copy the full SHA 3ee8df8View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 76829bc - Browse repository at this point
Copy the full SHA 76829bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for efdc717 - Browse repository at this point
Copy the full SHA efdc717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b54914 - Browse repository at this point
Copy the full SHA 8b54914View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5445c54 - Browse repository at this point
Copy the full SHA 5445c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985f146 - Browse repository at this point
Copy the full SHA 985f146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc459c - Browse repository at this point
Copy the full SHA 6bc459cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25424c0 - Browse repository at this point
Copy the full SHA 25424c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d314c - Browse repository at this point
Copy the full SHA f9d314cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7884b7 - Browse repository at this point
Copy the full SHA b7884b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f414cce - Browse repository at this point
Copy the full SHA f414cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc11cd - Browse repository at this point
Copy the full SHA 6fc11cdView commit details -
Update
from_db_value
function signature- Use OAuth2 credentials instead of regular credentials class
Configuration menu - View commit details
-
Copy full SHA for 524a576 - Browse repository at this point
Copy the full SHA 524a576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f01f78 - Browse repository at this point
Copy the full SHA 4f01f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0543c - Browse repository at this point
Copy the full SHA 4b0543cView commit details -
Configuration menu - View commit details
-
Copy full SHA for de25395 - Browse repository at this point
Copy the full SHA de25395View commit details -
Implement authorization URL best practices
- Format files Read more: https://developers.google.com/identity/protocols/oauth2/web-server#creatingclient
Configuration menu - View commit details
-
Copy full SHA for 18d3a0c - Browse repository at this point
Copy the full SHA 18d3a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3583dd - Browse repository at this point
Copy the full SHA a3583ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8ffb4 - Browse repository at this point
Copy the full SHA 3f8ffb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0927a - Browse repository at this point
Copy the full SHA 6a0927aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74304b - Browse repository at this point
Copy the full SHA c74304bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ba766 - Browse repository at this point
Copy the full SHA 18ba766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c2d1c - Browse repository at this point
Copy the full SHA 97c2d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d7c01 - Browse repository at this point
Copy the full SHA c6d7c01View commit details
Commits on May 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c056ee0 - Browse repository at this point
Copy the full SHA c056ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89503b1 - Browse repository at this point
Copy the full SHA 89503b1View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cdc204 - Browse repository at this point
Copy the full SHA 1cdc204View commit details -
Merge pull request #2237 from onaio/allow-geojson-file-uploads
Allow geojson file uploads
Configuration menu - View commit details
-
Copy full SHA for c868d6f - Browse repository at this point
Copy the full SHA c868d6fView commit details
Commits on May 18, 2022
-
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0339ebc - Browse repository at this point
Copy the full SHA 0339ebcView commit details -
Move test deps to tests_require
Signed-off-by: Kipchirchir Sigei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac21106 - Browse repository at this point
Copy the full SHA ac21106View commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 75fae72 - Browse repository at this point
Copy the full SHA 75fae72View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb0fcb - Browse repository at this point
Copy the full SHA fdb0fcbView commit details