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

Updates to ActionKit, Braintree, and S3 connectors #754

Merged
merged 23 commits into from
Oct 14, 2022

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    c75d3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa5763 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

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

Commits on Apr 5, 2022

  1. Merge pull request #9 from MoveOnOrg/alex-support-dict-param

    Update setup_google_application_credentials to support dict parameter
    technicalex authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8584408 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Update authorization library for Google Sheets to support account del…

    …egation
    
    The oauth2client library is deprecated, and gspread will drop most information from the oauth2client authorization.  Switch to the actively maintained google-auth library and add an argument for a delegated account name.
    sjwmoveon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    2e2047d View commit details
    Browse the repository at this point in the history
  2. Typo fix

    sjwmoveon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ad77645 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from MoveOnOrg/gsheets

    Update authorization library for Google Sheets to support account del…
    sjwmoveon authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    5633286 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge pull request #11 from MoveOnOrg/gsheets

    Update authorization library for Google Sheets to support account delegation
    sjwmoveon authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    29cf819 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    1d292b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from MoveOnOrg/sjwmoveon-patch-1

    Don't auto-grab session token if it's not passed in
    sjwmoveon authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    9e493c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Add new general object search methods to ActionKit

    The new method paginated_get expands get_events to work for any type of object, and get_events has been updated to refer to paginated_get.
    In addition, a new method, paginated_get_custom_limit, allows for truncating the data based on the value of a field, rather than a fixed set of results.  For example, this would allow you to return all users created within the last day. (Some fields which permit ordering may not permit filtering, which is why this can't be accomplished with a simple filter.)
    
    Tests have also been written for the new methods.
    
    Names of methods and arguments are not final and could use some work; suggestions welcome.
    sjwmoveon committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7e3f053 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Remove unused import

    sjwmoveon committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    04bd69d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add subscription search to Braintree

    Modeled on transaction search.  Test data obtained by editing the subscription gateway to print the search response (https://github.com/braintree/braintree_python/blob/fc98c738f9e74736a7d1e82cfb4e37f6e493c3c4/braintree/subscription_gateway.py#L59).
    sjwmoveon committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    99cb2f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6ca72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a8525 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Merge pull request #19 from MoveOnOrg/braintree_subs

    Add subscription search to Braintree
    sjwmoveon authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    24ea3cb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #20 from MoveOnOrg/ak_search

    Add new general object search methods to ActionKit
    sjwmoveon authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5d4e07c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    698697c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from MoveOnOrg/moveon_update

    Update from upstream branch
    crayolakat authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c705352 View commit details
    Browse the repository at this point in the history
  3. Add os import

    crayolakat committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ca35938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63fe054 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    crayolakat committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4b9de69 View commit details
    Browse the repository at this point in the history