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

Add MobileCommons Connector #896

Merged
merged 51 commits into from
Oct 25, 2023
Merged

Add MobileCommons Connector #896

merged 51 commits into from
Oct 25, 2023

Commits on Aug 11, 2022

  1. mobilecommons class

    cmdelrio committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    49468f6 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    cmdelrio committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bcaafa5 View commit details
    Browse the repository at this point in the history
  3. get broadcasts

    cmdelrio committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7433771 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix get broadcast request

    cmdelrio committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8ec4625 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Add mc_get_request method

    cmdelrio committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e48f628 View commit details
    Browse the repository at this point in the history
  2. Add annotation

    cmdelrio committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6574c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    33a395f View commit details
    Browse the repository at this point in the history
  2. A few more methods

    Need to figure out page_count issue
    cmdelrio committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f92a1c6 View commit details
    Browse the repository at this point in the history
  3. small fix

    cmdelrio committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1c363a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    7454d6a View commit details
    Browse the repository at this point in the history
  2. Add in page_count again

    Not all get responses include num param, but do include page_count. wft
    cmdelrio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b9dbb1b View commit details
    Browse the repository at this point in the history
  3. Fix logging numbers

    cmdelrio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e0ab6f5 View commit details
    Browse the repository at this point in the history
  4. Add create_profile

    cmdelrio committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4853b19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7913d8f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Start tests

    cmdelrio committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9b65a93 View commit details
    Browse the repository at this point in the history
  2. Add some tests

    cmdelrio committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    db6c3a2 View commit details
    Browse the repository at this point in the history
  3. Continue testing

    cmdelrio committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    20528e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update test_mobilecommons.py

    cmdelrio committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    64e64b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3c44c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    9798e57 View commit details
    Browse the repository at this point in the history
  2. fix test data

    cmdelrio committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d10ecfe View commit details
    Browse the repository at this point in the history
  3. fix documentation typo

    cmdelrio committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    839db6d View commit details
    Browse the repository at this point in the history
  4. Add several tests

    cmdelrio committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f510040 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update mobilecommons.py

    cmdelrio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a563306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e029b View commit details
    Browse the repository at this point in the history
  3. debug unit testing

    cmdelrio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7e2872c View commit details
    Browse the repository at this point in the history
  4. better commenting and logic

    cmdelrio committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d720fa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Documentation

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5d3fea0 View commit details
    Browse the repository at this point in the history
  2. Add MC to init file

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    493e117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad250f View commit details
    Browse the repository at this point in the history
  4. Revert "Merge branch 'main' into cormac-mobilecommons-connector"

    This reverts commit cad250f, reversing
    changes made to 493e117.
    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8190052 View commit details
    Browse the repository at this point in the history
  5. Revert "Add MC to init file"

    This reverts commit 493e117.
    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8f87ec2 View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Add MC to init file""

    This reverts commit 8f87ec2.
    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9e1d6d5 View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "Merge branch 'main' into cormac-mobilecommons-connect…

    …or""
    
    This reverts commit 8190052.
    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    18b0732 View commit details
    Browse the repository at this point in the history
  8. Fix init destruction

    cmdelrio authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e6cbe2c View commit details
    Browse the repository at this point in the history
  9. fix init yet again

    cmdelrio authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d572a91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2034f48 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'cormac-mobilecommons-connector' of https://github.com/m…

    …ove-coop/parsons into cormac-mobilecommons-connector
    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a058912 View commit details
    Browse the repository at this point in the history
  12. Lint

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    81dd8f5 View commit details
    Browse the repository at this point in the history
  13. Lint tests

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    785157b View commit details
    Browse the repository at this point in the history
  14. break up long responses

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    012b159 View commit details
    Browse the repository at this point in the history
  15. Fix more linting issues

    cmdelrio committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6d224a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Hopefully last linting issue

    cmdelrio committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5aab418 View commit details
    Browse the repository at this point in the history
  2. DGJKSNCHIVBN

    cmdelrio committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    415eaee View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 17, 2023

  1. Documentation fixes

    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    075432b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cormac-mobilecommons-connector' of https://github.com/m…

    …ove-coop/parsons into cormac-mobilecommons-connector
    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3b012ba View commit details
    Browse the repository at this point in the history
  3. Remove note to self

    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    aa87a80 View commit details
    Browse the repository at this point in the history
  4. date format

    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6b098ba View commit details
    Browse the repository at this point in the history
  5. remove random notes

    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    908e7b4 View commit details
    Browse the repository at this point in the history
  6. Update test_mobilecommons.py

    cmdelrio committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b727e1a View commit details
    Browse the repository at this point in the history