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

Upgrade dependencies for Django 3.x upgrade #2230

Merged
merged 240 commits into from
May 20, 2022
Merged

Commits on Apr 19, 2022

  1. Upgrade dependencies for Django 3.x upgrade

    Also converted to using pyproject.toml
    ukanga committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    358d95d View commit details
    Browse the repository at this point in the history
  2. Update basestring references

    ukanga committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f0b9185 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    d5506bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f6ea56 View commit details
    Browse the repository at this point in the history
  3. Disable SPSS export in the event of an ImportError exception.

    savReaderWriter needs to be updated to handle collections Iterable correctly.
    ukanga committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c17da0c View commit details
    Browse the repository at this point in the history
  4. django.utils.decorators.available_attrs() - This function returns fun…

    …ctools.WRAPPER_ASSIGNMENTS
    
    Removed in Django 3.0
    ukanga committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d6fd696 View commit details
    Browse the repository at this point in the history
  5. Disable SPSS export in the event of an ImportError exception.

    savReaderWriter needs to be updated to handle collections Iterable correctly.
    ukanga committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    914f571 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Merge branch 'master' into django-3-upgrade-base

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    2436bf4 View commit details
    Browse the repository at this point in the history
  2. Upgrade dependencies for Django 3.x upgrade

    Also converted to using pyproject.toml
    ukanga committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    49dea8c View commit details
    Browse the repository at this point in the history
  3. Update basestring references

    ukanga committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fed5113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba64380 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610c836 View commit details
    Browse the repository at this point in the history
  6. Disable SPSS export in the event of an ImportError exception.

    savReaderWriter needs to be updated to handle collections Iterable correctly.
    ukanga committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3576885 View commit details
    Browse the repository at this point in the history
  7. django.utils.decorators.available_attrs() - This function returns fun…

    …ctools.WRAPPER_ASSIGNMENTS
    
    Removed in Django 3.0
    ukanga committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4884d9d View commit details
    Browse the repository at this point in the history
  8. Disable SPSS export in the event of an ImportError exception.

    savReaderWriter needs to be updated to handle collections Iterable correctly.
    ukanga committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    4b0333e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update requirements/base.pip

    ukanga committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a8b83b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04ebe9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'django-3-upgrade-base' of github.com:onaio/onadata into…

    … django-3-upgrade-base
    
    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3db7e19 View commit details
    Browse the repository at this point in the history
  4. Remove deprecated django.db.backends.postgresql_psycopg2

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0aa473b View commit details
    Browse the repository at this point in the history
  5. Fix dataview query_iterator bug

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    cf42e8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cef1f01 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated django.contrib.postgres.fields.JSONField

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    02dd9c9 View commit details
    Browse the repository at this point in the history
  8. Remove deprecated python_2_unicode_compatible decorator

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    deefb2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa5969f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    562a507 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea08db0 View commit details
    Browse the repository at this point in the history
  12. Add DEFAULT_AUTO_FIELD

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ad3fe9c View commit details
    Browse the repository at this point in the history
  13. Merge branch 'django-3-upgrade-base' of github.com:onaio/onadata into…

    … django-3-upgrade-base
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9dc886c View commit details
    Browse the repository at this point in the history
  14. Transition to using the squashed migration

    - Remove old migration files
    - Remove `replaces` attribute on the Squashed migration file
    DavisRayM committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a96f8a2 View commit details
    Browse the repository at this point in the history
  15. Update migrations files to depend on the squashed migration

    - Generate migration file for the logger application to switch the JSON
      Field type
    DavisRayM committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0ff25ea View commit details
    Browse the repository at this point in the history
  16. 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
    DavisRayM committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5430b46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e756f4c View commit details
    Browse the repository at this point in the history
  18. Add back replaces attribute

    Avoids multiple leaf node conflicts on existing databases
    DavisRayM committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1d4090d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c8ee2b3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    31b7557 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #2232 from onaio/fix-ci-tests-failures

    Fix migration issue on existing installations
    DavisRayM authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    da3c3b3 View commit details
    Browse the repository at this point in the history
  22. Alter media_all_received col to use BooleanField

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    6a0e6d9 View commit details
    Browse the repository at this point in the history
  23. Fix failing query_data test

    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
    DavisRayM committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c4f2c9f View commit details
    Browse the repository at this point in the history
  24. Fix cursor.fetchall() returning stringofied dicts

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e62a8fa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    238335a View commit details
    Browse the repository at this point in the history
  2. Fix regressions

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f3bae6a View commit details
    Browse the repository at this point in the history
  3. Update apps/api & apps/main modules

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    934c414 View commit details
    Browse the repository at this point in the history
  4. Add tblib dependency to pickle tracebacks

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    db12a0f View commit details
    Browse the repository at this point in the history
  5. Json load cursor dicts

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dd6f831 View commit details
    Browse the repository at this point in the history
  6. Handle non existent exports

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    18cc28c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. use setup-python@v3 on CI

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a8eaf91 View commit details
    Browse the repository at this point in the history
  2. update CI python version to 3.9

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9e73e2a View commit details
    Browse the repository at this point in the history
  3. jsonfield in CI not required

    ukanga committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c3d754b View commit details
    Browse the repository at this point in the history
  4. Skip savReaderWriter tests

    ukanga committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c852876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8df483 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9587635 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    ukanga committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    752fdb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Add lxml apt deps to CI

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8f11a51 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    23e3d89 View commit details
    Browse the repository at this point in the history
  3. Fix deformed f-strings

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1d3f363 View commit details
    Browse the repository at this point in the history
  4. Upgrade to django 3 on ses & s3 requirements

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    69621ca View commit details
    Browse the repository at this point in the history
  5. covert survey to json string

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    93102a4 View commit details
    Browse the repository at this point in the history
  6. covert survey to json string

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    323bb63 View commit details
    Browse the repository at this point in the history
  7. Update OSM XML, order changed.

    ukanga committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c741170 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    879240d View commit details
    Browse the repository at this point in the history
  3. Cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1f4bc19 View commit details
    Browse the repository at this point in the history
  4. Fix f-string syntax

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    e025903 View commit details
    Browse the repository at this point in the history
  5. Fix project caching clearing

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6b0280f View commit details
    Browse the repository at this point in the history
  6. Fix test check string

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    30f960e View commit details
    Browse the repository at this point in the history
  7. Fix generate_qrcode: Rename format to image_format

    Addresses pylint: redefined-builtin / Redefining built-in 'format'
    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    10e7261 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6239e30 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2996b71 View commit details
    Browse the repository at this point in the history
  10. Skip SPSS tests

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b6cdd80 View commit details
    Browse the repository at this point in the history
  11. briefcase_viewset.py: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    3162a37 View commit details
    Browse the repository at this point in the history
  12. renderers.py: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    578d110 View commit details
    Browse the repository at this point in the history
  13. filters.py: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8add763 View commit details
    Browse the repository at this point in the history
  14. batch: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    68926e7 View commit details
    Browse the repository at this point in the history
  15. batch: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6e11628 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6ae9c95 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    87130f7 View commit details
    Browse the repository at this point in the history
  18. cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    7b22805 View commit details
    Browse the repository at this point in the history
  19. cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6727768 View commit details
    Browse the repository at this point in the history
  20. Fix xform_tags_add imports

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    1120ec4 View commit details
    Browse the repository at this point in the history
  21. Update deformed f-strings

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8c61312 View commit details
    Browse the repository at this point in the history
  22. batch: cleanup

    ukanga committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    640bc52 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. batch: cleanup

    ukanga committed May 1, 2022
    Configuration menu
    Copy the full SHA
    50baa77 View commit details
    Browse the repository at this point in the history
  2. batch: cleanup

    ukanga committed May 1, 2022
    Configuration menu
    Copy the full SHA
    4bf0ac4 View commit details
    Browse the repository at this point in the history
  3. batch: cleanup

    ukanga committed May 1, 2022
    Configuration menu
    Copy the full SHA
    08a2ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65f088 View commit details
    Browse the repository at this point in the history
  5. batch: cleanup

    ukanga committed May 1, 2022
    Configuration menu
    Copy the full SHA
    2ce81f7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    010c503 View commit details
    Browse the repository at this point in the history
  2. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2ec3ea1 View commit details
    Browse the repository at this point in the history
  3. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a519c20 View commit details
    Browse the repository at this point in the history
  4. Fix missing f-string format

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    41fbfac View commit details
    Browse the repository at this point in the history
  5. flake8 fixes

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0b7b1c7 View commit details
    Browse the repository at this point in the history
  6. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    bd9c41a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eb4e70 View commit details
    Browse the repository at this point in the history
  8. assertEquals is deprecated

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0a4e075 View commit details
    Browse the repository at this point in the history
  9. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c558ced View commit details
    Browse the repository at this point in the history
  10. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    039ab1a View commit details
    Browse the repository at this point in the history
  11. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    011bd69 View commit details
    Browse the repository at this point in the history
  12. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    122b72f View commit details
    Browse the repository at this point in the history
  13. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    20f1d3b View commit details
    Browse the repository at this point in the history
  14. Fixes

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2d22c6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ebbe267 View commit details
    Browse the repository at this point in the history
  16. batch: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a8cc0d5 View commit details
    Browse the repository at this point in the history
  17. export_builder.py: cleanup

    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a4268a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ebde8e2 View commit details
    Browse the repository at this point in the history
  19. fix: 'ExportBuilder' object has no attribute 'dd'

    dd has been renamed to data_dictionary
    ukanga committed May 2, 2022
    Configuration menu
    Copy the full SHA
    b654103 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. batch: cleanup

    ukanga committed May 3, 2022
    Configuration menu
    Copy the full SHA
    eb277bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a471fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc0e66 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    60bb1fe View commit details
    Browse the repository at this point in the history
  2. Handle stringified dicts

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 4, 2022
    Configuration menu
    Copy the full SHA
    fcff196 View commit details
    Browse the repository at this point in the history
  3. Use create_survey_element_from_(json|dict) where necessary

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b5dc8de View commit details
    Browse the repository at this point in the history
  4. Build onadata ECR image with python 3.9

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 4, 2022
    Configuration menu
    Copy the full SHA
    51f6a9c View commit details
    Browse the repository at this point in the history
  5. Use python3-dev apt dependency

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7959c5f View commit details
    Browse the repository at this point in the history
  6. Instal pyyaml in docker builds

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 4, 2022
    Configuration menu
    Copy the full SHA
    47d335d View commit details
    Browse the repository at this point in the history
  7. main.views: cleanup

    ukanga committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a4faaef View commit details
    Browse the repository at this point in the history
  8. main.views: cleanup fixes

    ukanga committed May 4, 2022
    Configuration menu
    Copy the full SHA
    2e12885 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52e5a66 View commit details
    Browse the repository at this point in the history
  10. Use defusedxml for parsing xml in osm module

    defusedxml is considered more secure
    ukanga committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9ac1b14 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68a40b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d096758 View commit details
    Browse the repository at this point in the history
  13. batch: cleanup

    ukanga committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d14cfa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12a5ba1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8110c4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5af578e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. batch: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    df87d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce53e2 View commit details
    Browse the repository at this point in the history
  3. batch: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3124819 View commit details
    Browse the repository at this point in the history
  4. Dependecies cleanup

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d75de96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fadc3d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43464c9 View commit details
    Browse the repository at this point in the history
  7. Deprecation: staticfiles has been renamed to static

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9075e79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c780e1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7233a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61da20e View commit details
    Browse the repository at this point in the history
  11. stats_serializer.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    dbcf980 View commit details
    Browse the repository at this point in the history
  12. Fix flake8 issues.

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8264a1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3c2a03 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1832370 View commit details
    Browse the repository at this point in the history
  15. import_briefcase.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b6ac782 View commit details
    Browse the repository at this point in the history
  16. xform_viewset.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    736a497 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ee49f3 View commit details
    Browse the repository at this point in the history
  18. import.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    dda1994 View commit details
    Browse the repository at this point in the history
  19. logger/views.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    34396c3 View commit details
    Browse the repository at this point in the history
  20. exceptions.py: cleanup

    ukanga committed May 5, 2022
    Configuration menu
    Copy the full SHA
    35c4a1b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a59cece View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0bef078 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    51a7de5 View commit details
    Browse the repository at this point in the history
  2. admin.py: cleanup

    ukanga committed May 6, 2022
    Configuration menu
    Copy the full SHA
    660f962 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. viewer/views.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    f76fab4 View commit details
    Browse the repository at this point in the history
  2. restore_backup.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b4af3d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891fc51 View commit details
    Browse the repository at this point in the history
  4. parsed_instance.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    60a7793 View commit details
    Browse the repository at this point in the history
  5. xform_serializer.p: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    9b7094b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e9b66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4121813 View commit details
    Browse the repository at this point in the history
  8. chart_tools.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    c1c7ba1 View commit details
    Browse the repository at this point in the history
  9. signals.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    25cfa6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eed0184 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f48aed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e7aa703 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6ea1e04 View commit details
    Browse the repository at this point in the history
  14. main/urls.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8738fa3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f983aa4 View commit details
    Browse the repository at this point in the history
  16. xform_viewset.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a8fb5a0 View commit details
    Browse the repository at this point in the history
  17. labels_mixin.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    4780e46 View commit details
    Browse the repository at this point in the history
  18. tools.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8835c1b View commit details
    Browse the repository at this point in the history
  19. move_media_to_s3.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    7dba4ea View commit details
    Browse the repository at this point in the history
  20. filters.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    2fcd1b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1423333 View commit details
    Browse the repository at this point in the history
  22. osmdata.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    2504e59 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ad9b1ea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1a936f5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6be367f View commit details
    Browse the repository at this point in the history
  26. batch: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    e2c71c5 View commit details
    Browse the repository at this point in the history
  27. user_auth.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    ac0f60c View commit details
    Browse the repository at this point in the history
  28. main.views: cleanup fixes

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    7c56e9e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    83be5f1 View commit details
    Browse the repository at this point in the history
  30. batch: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    cb83775 View commit details
    Browse the repository at this point in the history
  31. Refactor create_attachments_zipfile()

    Use with statements when opening files.
    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    1f04916 View commit details
    Browse the repository at this point in the history
  32. twilio.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    7ca8fe1 View commit details
    Browse the repository at this point in the history
  33. telerivet.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    6aaccba View commit details
    Browse the repository at this point in the history
  34. smssync.py: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    0a7faae View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f956848 View commit details
    Browse the repository at this point in the history
  36. batch: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    11ba38c View commit details
    Browse the repository at this point in the history
  37. batch: cleanup

    ukanga committed May 7, 2022
    Configuration menu
    Copy the full SHA
    9ff759b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. project_cleanup.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    b59e5de View commit details
    Browse the repository at this point in the history
  2. factory.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    a3fbf7f View commit details
    Browse the repository at this point in the history
  3. share_xform.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    090feb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    009b5cc View commit details
    Browse the repository at this point in the history
  5. import_forms.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    e81c196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dff8cb View commit details
    Browse the repository at this point in the history
  7. share_project.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    d269018 View commit details
    Browse the repository at this point in the history
  8. merged_xform.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    0cf040f View commit details
    Browse the repository at this point in the history
  9. clone_xform.py: cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    cbd3390 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    941d291 View commit details
    Browse the repository at this point in the history
  11. Duplicate command.

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    990e8a4 View commit details
    Browse the repository at this point in the history
  12. __init__.py cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    1f40551 View commit details
    Browse the repository at this point in the history
  13. __init__.py cleanup

    ukanga committed May 8, 2022
    Configuration menu
    Copy the full SHA
    c87a51b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    3ffa281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d9186 View commit details
    Browse the repository at this point in the history
  3. restservice: cleanup

    ukanga committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5ed6b01 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Check if xform.json is a dict

    ukanga committed May 11, 2022
    Configuration menu
    Copy the full SHA
    793769b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbbeca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c06267 View commit details
    Browse the repository at this point in the history
  4. sms_support: cleanup

    ukanga committed May 11, 2022
    Configuration menu
    Copy the full SHA
    22a40a1 View commit details
    Browse the repository at this point in the history
  5. logger_tools.py: cleanup

    ukanga committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4e6093b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f6882 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a2fa71 View commit details
    Browse the repository at this point in the history
  8. apps/logger blackify

    ukanga committed May 11, 2022
    Configuration menu
    Copy the full SHA
    3ee8df8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. logger: cleanup

    ukanga committed May 12, 2022
    Configuration menu
    Copy the full SHA
    76829bc View commit details
    Browse the repository at this point in the history
  2. logger: cleanup

    ukanga committed May 12, 2022
    Configuration menu
    Copy the full SHA
    efdc717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b54914 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    5445c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985f146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc459c View commit details
    Browse the repository at this point in the history
  4. Add google-auth requirement

    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    25424c0 View commit details
    Browse the repository at this point in the history
  5. Add CredentialsField class

    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f9d314c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7884b7 View commit details
    Browse the repository at this point in the history
  7. Remove local directory path

    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f414cce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fc11cd View commit details
    Browse the repository at this point in the history
  9. Update from_db_value function signature

    - Use OAuth2 credentials instead of regular credentials class
    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    524a576 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f01f78 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b0543c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de25395 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18d3a0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3583dd View commit details
    Browse the repository at this point in the history
  15. Code cleanup

    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3f8ffb4 View commit details
    Browse the repository at this point in the history
  16. Format code

    DavisRayM committed May 13, 2022
    Configuration menu
    Copy the full SHA
    6a0927a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c74304b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    18ba766 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    97c2d1c View commit details
    Browse the repository at this point in the history
  20. Google: cleanup

    ukanga committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c6d7c01 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. cleanup

    ukanga committed May 14, 2022
    Configuration menu
    Copy the full SHA
    c056ee0 View commit details
    Browse the repository at this point in the history
  2. cleanup

    ukanga committed May 14, 2022
    Configuration menu
    Copy the full SHA
    89503b1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Allow geojson file uploads

    FrankApiyo committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1cdc204 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2237 from onaio/allow-geojson-file-uploads

    Allow geojson file uploads
    FrankApiyo authored May 17, 2022
    Configuration menu
    Copy the full SHA
    c868d6f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Bump version to 3.0.0

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 18, 2022
    Configuration menu
    Copy the full SHA
    0339ebc View commit details
    Browse the repository at this point in the history
  2. Move test deps to tests_require

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei committed May 18, 2022
    Configuration menu
    Copy the full SHA
    ac21106 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    75fae72 View commit details
    Browse the repository at this point in the history
  2. Set version in __init__.py

    ukanga committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fdb0fcb View commit details
    Browse the repository at this point in the history