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

Update Caktus fork to current dimagi level #1

Open
wants to merge 333 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 5, 2021

  1. handle None response

    This happens if the connection times out
    snopoke committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f98ce7c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. add messaging-events to API

    czue committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ed92aa3 View commit details
    Browse the repository at this point in the history
  2. add checkpointing

    czue committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    1c26998 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request #179 from dimagi/cz/messaging-events

    add ability to export messaging events
    czue authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a3fbb7e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    32de2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433daef View commit details
    Browse the repository at this point in the history
  3. remove print statement

    czue committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1a2ba09 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. extract variable to constant

    czue committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    9908562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ee572 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #180 from dimagi/cz/sms-error

    workaround for incorrect "export is stuck" message when no total count available
    czue authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    888f144 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

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

Commits on Jun 1, 2021

  1. Change to _bin

    Charl1996 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6bbaa7c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    a643443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7f65a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. remove '@' from password

    snopoke committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    64a226e View commit details
    Browse the repository at this point in the history
  2. less verbose output

    snopoke committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    da7ee4d View commit details
    Browse the repository at this point in the history
  3. change param name

    Since sqlalchemy v1.4 this fails with the error message:
    
        TypeError: warned() got multiple values for argument 'fn'
    snopoke committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c6c2d58 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Merge pull request #185 from dimagi/sk/fix-mssql-build

    fix mssql build
    snopoke authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0dfbc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c01a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215c1db View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Merge pull request #186 from dimagi/sk/error-detail

    more verbose error logging if debug enabled
    snopoke authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2f1f679 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 17, 2021

  1. Merge pull request #184 from dimagi/sk/messaging-events-new

    update date filtering params for messaging-event
    snopoke authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    89e087e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from dimagi/cs/SC-1315-mysql-collation-issue

    Change mysql collation and charset from utf8 -> utf8mb4
    Charl1996 authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d0d21b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    f78bfa4 View commit details
    Browse the repository at this point in the history
  2. extract vars

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8b50bda View commit details
    Browse the repository at this point in the history
  3. reformat if

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c9696b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d6a223 View commit details
    Browse the repository at this point in the history
  5. update tests

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    d476afc View commit details
    Browse the repository at this point in the history
  6. update tests

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9cbfbf4 View commit details
    Browse the repository at this point in the history
  7. move comment

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3997721 View commit details
    Browse the repository at this point in the history
  8. fix typo

    snopoke committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    189865f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #187 from dimagi/sk/fix-key-error

    fix key error if `meta.total_count` is not present
    snopoke authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5b6030c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. auto-id documentation test

    snopoke committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    89cb6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f3695 View commit details
    Browse the repository at this point in the history
  3. add ref to PR

    snopoke committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a8b49f7 View commit details
    Browse the repository at this point in the history
  4. test value or root expression

    snopoke committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e48e3c8 View commit details
    Browse the repository at this point in the history
  5. update excel query

    snopoke committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    eb4c43a View commit details
    Browse the repository at this point in the history
  6. update cli

    snopoke committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ba850bc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. prevent access to non-root referenced fields

    This works around the special case where we have replaced the doc
    with the root doc. In this case any field reference that is not
    'root based' should be ignored.
    snopoke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8ac159f View commit details
    Browse the repository at this point in the history
  2. typo

    snopoke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    dfb8f4c View commit details
    Browse the repository at this point in the history
  3. update excel query test

    snopoke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c3994cb View commit details
    Browse the repository at this point in the history
  4. refactor tests

    snopoke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    4d194d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    567ac70 View commit details
    Browse the repository at this point in the history
  6. fix tests

    snopoke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    3aa9794 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #189 from dimagi/sk/value-or-root

    Ability to emit the root document if the desired sub-document does not exist
    snopoke authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a06e219 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Merge pull request #190 from dimagi/sk/jsonpath-ng

    switch to jsonpath-ng
    snopoke authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0538bad View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 7, 2021

  1. fix tests

    snopoke committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    35157a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from dimagi/sk/date-last-activity

    use 'date_last_activity' for filtering / ordering of messaging data
    snopoke authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6043909 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    3db9c72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #192 from dimagi/sk/uniqe

    add unique function for removing duplicate values when exporting lists
    snopoke authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ca29be5 View commit details
    Browse the repository at this point in the history
  3. update docs with 'unique'

    snopoke committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    509324d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    f66aea7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from dimagi/sk/username-password-prompt

    prompt for username & password before they are needed
    snopoke authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    d43db47 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    fd1b18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a5fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Make room for patches on 1.6.x

    Co-authored-by: Daniel Miller <[email protected]>
    bderenzi and millerdev authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0192cdf View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update HQ credentials

    skodde committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    df78dcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from dimagi/mp/travis_update-hq-credentials

    Update HQ credentials
    skodde authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e310361 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    1059b5b View commit details
    Browse the repository at this point in the history
  2. Fix Travis badge

    kaapstorm committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a7f2837 View commit details
    Browse the repository at this point in the history
  3. Ensure Python 3

    kaapstorm committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a9c9414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d8f097 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #194 from dimagi/bdr/requirements-fix

    FIX: Alembic 1.7.x is breaking migrations
    proteusvacuum authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    35fa15b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db0af66 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Merge pull request #197 from dimagi/fr/update-mssql-docker

    Change location of mssql docker image
    snopoke authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    362820d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c813186 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #198 from dimagi/nh/readme

    Update README.md
    kaapstorm authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    dcc0f79 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

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

Commits on Nov 10, 2021

  1. Merge pull request #200 from dimagi/proteusvacuum-patch-1

    Update readme with pinned version of alembic
    proteusvacuum authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    641922e View commit details
    Browse the repository at this point in the history
  2. yapfify setup.py

    proteusvacuum committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a77856a View commit details
    Browse the repository at this point in the history
  3. clean up imports

    proteusvacuum committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6b66b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f6da1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ccdac9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0fb2d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #201 from dimagi/fr/setuptools

    Add optional dependencies
    proteusvacuum authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    536e597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c63150 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    86a3254 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #202 from dimagi/cs/make-det-text-type-compatible

    Add DATA_TYPE_TEXT to DATA_TYPES_TO_SQLALCHEMY_TYPES
    Charl1996 authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    333cb56 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Fix import for Alembic>=1.7

    kaapstorm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    16fa85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf9ed2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #203 from dimagi/nh/alembic

    Fix import for Alembic>=1.7
    kaapstorm authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c5604a2 View commit details
    Browse the repository at this point in the history
  4. Update classifiers

    kaapstorm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d2bef02 View commit details
    Browse the repository at this point in the history
  5. isort

    kaapstorm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    14d4885 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a87de8 View commit details
    Browse the repository at this point in the history
  7. Add missing import

    kaapstorm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e814ed1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #204 from dimagi/nh/cleanup

    Clean up
    kaapstorm authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    8d2dc6b View commit details
    Browse the repository at this point in the history
  9. Drop csv342

    csv342 backports Python 3's csv to Python 2. We don't need it any more.
    kaapstorm committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    fd15691 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #206 from dimagi/nh/drop_csv342

    Drop csv342
    kaapstorm authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9f36ea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    a33c442 View commit details
    Browse the repository at this point in the history
  2. yapf commcare_export

    kaapstorm committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d0f5f06 View commit details
    Browse the repository at this point in the history
  3. yapf tests

    kaapstorm committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    84191db View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    9d0eaf8 View commit details
    Browse the repository at this point in the history
  2. Fix f-string

    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    fad65e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #207 from dimagi/nh/yapf

    Use YAPF instead of Black
    kaapstorm authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    317b5d4 View commit details
    Browse the repository at this point in the history
  4. Move types from docstrings into type hints

    Ken Knowles used typing back in 2013, and added type hints to
    docstrings. Pull those docs out, and use real type hints instead, so
    they can be parsed and more useful.
    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    b13556b View commit details
    Browse the repository at this point in the history
  5. Add mypy config

    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    9aba7f1 View commit details
    Browse the repository at this point in the history
  6. Fix types

    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    bcd3def View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23a83b2 View commit details
    Browse the repository at this point in the history
  8. Drop unnecessary __init__()

    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    389298b View commit details
    Browse the repository at this point in the history
  9. Drop duplicate __repr__()

    kaapstorm committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    db4797b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3a410b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    066db8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #210 from dimagi/nh/tweaks

    A few small issues
    kaapstorm authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    09932c0 View commit details
    Browse the repository at this point in the history
  3. Drop unnecessary comments

    kaapstorm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d236d66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7ce646 View commit details
    Browse the repository at this point in the history
  5. We don't need to reflect all the tables.

    We can check the table instead of the connection metadata.
    `sqlalchemy.Table(..., autoload_with=self.connection)` gives us the
    metadata we need.
    kaapstorm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    be3faf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cfef23 View commit details
    Browse the repository at this point in the history
  7. We don't need to refresh columns

    We only ever use `columns[column]`. We are iterating `row_dict` where
    `column` is a key. We cannot encounter the same key twice. So we don't
    need to store the new column state in `columns[column]`; we'll never
    use it.
    kaapstorm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5be52c3 View commit details
    Browse the repository at this point in the history
  8. Clean up a little

    kaapstorm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    93db21b View commit details
    Browse the repository at this point in the history
  9. Nits

    kaapstorm committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    401d76b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request #211 from dimagi/nh/types

    Move types from docstrings into type hints
    kaapstorm authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    763f8fd View commit details
    Browse the repository at this point in the history
  2. Add missing types

    kaapstorm committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    bd93a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a0dcb View commit details
    Browse the repository at this point in the history
  4. Spelling, while we're here.

    kaapstorm committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8a722d8 View commit details
    Browse the repository at this point in the history
  5. Move comment to docstring

    kaapstorm committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1da8522 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Rename table -> table_spec

    kaapstorm committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    69c6f9f View commit details
    Browse the repository at this point in the history
  2. Just get the table once

    kaapstorm committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    376d5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c693ff2 View commit details
    Browse the repository at this point in the history
  4. Update tests

    kaapstorm committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    ee3da16 View commit details
    Browse the repository at this point in the history
  5. "CommCare HQ"

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

Commits on Apr 28, 2022

  1. Merge pull request #214 from dimagi/nh/spelling

    "CommCare HQ"
    kaapstorm authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    30b153e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge pull request #212 from dimagi/nh/reflect

    We don't need to reflect all the tables
    kaapstorm authored May 2, 2022
    Configuration menu
    Copy the full SHA
    18a3257 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from dimagi/nh/missed_two

    Add missing types
    kaapstorm authored May 2, 2022
    Configuration menu
    Copy the full SHA
    23d8702 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Update README.md

    esoergel authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ebfbf13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #215 from dimagi/esoergel-patch-2

    Clarify that we're talking about query formats
    esoergel authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f877d71 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 10, 2023

  1. Fix test

    kaapstorm committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ff7fc44 View commit details
    Browse the repository at this point in the history
  2. OCD

    kaapstorm committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    46c5aca View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Merge pull request #217 from dimagi/nh/value_list

    Preserve values of duplicate filter names
    kaapstorm authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    a6b2b79 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. USH-1425: Replace travis CI config with GitHub actions

    * Add .github/workflows/test.yml
      * Use python version 3.7 to 3.10
      * python 3.6 is not supported by the docker anymore
    * Remove .travis.yml
    MartinRiese committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9a2cfb6 View commit details
    Browse the repository at this point in the history
  2. Fix sqlalchemy version

    * Python 3.7 and up are supported by sqlalchemy version 2.
      But our code is not compatible with that version
    MartinRiese committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0f8825e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 17, 2023

  1. Use setup-python action v4

    Co-authored-by: Simon Kelly <[email protected]>
    MartinRiese and snopoke authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c3815d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7139f94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #218 from dimagi/riese/github_actions

    Add test.yml in .github/workflows
    MartinRiese authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f41d4bb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    eff86d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from dimagi/sk/mssql-use-datetime2

    Use DATETIME2 for datetime objects in MSSQL
    snopoke authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    075bd1e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add UCR support

    Charl1996 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    382c95e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    96b90fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from dimagi/sk/version-fix

    convert git version to a PEP440 compatible version
    snopoke authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    be3df04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28038fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4684b51 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0c22b4c View commit details
    Browse the repository at this point in the history
  2. Add cursor PaginationMode

    Charl1996 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4f8e5e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    869c2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f00383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631d173 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a717e16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e85a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    c147a94 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cs/SC-3091-add-checkpoint-support' of github.com:dimagi…

    …/commcare-export into cs/SC-3091-add-checkpoint-support
    Charl1996 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4fa3dd2 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Charl1996 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    34b49d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge pull request #223 from dimagi/cs/SC-3091-add-checkpoint-support

    Add checkpoint support for datasources
    Charl1996 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e6a5925 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Small refactor

    SmittieC committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b498fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a814d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0963b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32d003 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Let backoff handle the retry

    SmittieC committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    388a507 View commit details
    Browse the repository at this point in the history
  2. Check something

    SmittieC committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ea25a86 View commit details
    Browse the repository at this point in the history
  3. Add return value

    SmittieC committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8645d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e75422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21108bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dd1ae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge pull request #225 from dimagi/cs/improve_retries

    Respect the Retry-After header
    SmittieC authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4a811e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    74b6431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d1620 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #226 from dimagi/cs/fix_for_datasources/default_pa…

    …ge_size
    
    Fix for datasource's paginator page_size
    SmittieC authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    584e480 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    6bd5ddb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #227 from dimagi/cs/small_update

    Update payload with params rather than the other way around
    SmittieC authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    de5ec15 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    3efba7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from dimagi/ap/update-readme

    Update readme with working example of using Commcare API
    AmitPhulera authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a6eb8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. specify backoff version

    jingcheng16 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    75338fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from dimagi/jc/backoff-version

    specify backoff version
    jingcheng16 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    583a5de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    7cd1fd9 View commit details
    Browse the repository at this point in the history
  2. adds more info for 401 error

    mkangia committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0e34ba5 View commit details
    Browse the repository at this point in the history
  3. lowercase text

    Co-authored-by: Zandre Engelbrecht <[email protected]>
    mkangia and zandre-eng authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    224334a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ceeb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d78c81d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    6f82386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c07b24 View commit details
    Browse the repository at this point in the history
  3. fixes venv command

    mkangia committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fbd9a4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #231 from dimagi/mk/update-readme

    Expands on python & virtualenv installation steps
    mkangia authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    94d75b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fixes spacing

    mkangia committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0fc2bec View commit details
    Browse the repository at this point in the history
  2. adds tests

    mkangia committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b8954cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ee10f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bd6edd View commit details
    Browse the repository at this point in the history
  5. refactor: naming

    mkangia committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a218320 View commit details
    Browse the repository at this point in the history
  6. refactor: minor doc change

    mkangia committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dd9fec9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. upgrades coverallsapp

    mkangia committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7c1d36e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. avoids using internal naming

    mkangia committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5d99505 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from dimagi/mk/skip-stacktrace

    Show detailed exception only when needed
    mkangia authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    45f3c55 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    b09d372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e02e91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafecec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5ba12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb3d975 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    b0f1e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b134d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff0e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec54ac3 View commit details
    Browse the repository at this point in the history
  5. Fix table formatting

    kaapstorm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b105c0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68880da View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. "CommCare HQ"

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e337ade View commit details
    Browse the repository at this point in the history
  2. Fix raw string

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    18fec75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b59bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fdfbaa View commit details
    Browse the repository at this point in the history
  5. Update versions in setup.py

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f4bb30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84fe33b View commit details
    Browse the repository at this point in the history
  7. setuptools not required

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3974ae6 View commit details
    Browse the repository at this point in the history
  8. Fix column width

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e78dddb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dff0651 View commit details
    Browse the repository at this point in the history
  10. Quote version numbers

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f7bc3f5 View commit details
    Browse the repository at this point in the history
  11. Drop comment

    kaapstorm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a2f0bf6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    531df4b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge pull request #235 from dimagi/nh/readme

    Neaten up README.md a little
    kaapstorm authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6f7a0c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from dimagi/nh/err_msg_row_size

    Provide a helpful error message on "Row size too large"
    kaapstorm authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    803ec6d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add pyinstaller .spec file

    Charl1996 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1d63cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb641e4 View commit details
    Browse the repository at this point in the history
  3. Add github workflow action

    Charl1996 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    da90bef View commit details
    Browse the repository at this point in the history
  4. Update readme

    Charl1996 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    860b048 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95d3e92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65b2bcb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add argument to test

    Charl1996 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    263c69e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add logger names

    Charl1996 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a75ec28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf6338 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

  1. Merge pull request #236 from dimagi/cs/SC-3351-compile-det-exe-linux

    Cs/sc 3351 compile det exe linux
    Charl1996 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a679618 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    6af14f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from dimagi/cs/SC-3373-det-log-file

    Cs/sc 3373 det log file
    Charl1996 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f48e7a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

  1. Create sample Linux script

    Charl1996 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    551eaee View commit details
    Browse the repository at this point in the history
  2. Add example bat file

    Charl1996 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8f15f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259f511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4fcf3f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

  1. Merge pull request #240 from dimagi/cs/SC-3551-sample-scheduling-script

    Add sample schedule script and update README on how to schedule runs
    Charl1996 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    131f774 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from dimagi/mk/improve-det-errors

    Improve DET errors
    mkangia authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f850111 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Generate windows exe

    Charl1996 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1803e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2a7d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb49f90 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Charl1996 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2c936d4 View commit details
    Browse the repository at this point in the history
  5. Fix README

    Charl1996 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6fcbfdd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge pull request #241 from dimagi/cs/SC-3532-windows-exe

    Generate windows exe and do away with docker pyinstaller image
    Charl1996 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    82dde86 View commit details
    Browse the repository at this point in the history