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

Release v3.0.7 #63

Merged
merged 42 commits into from
Dec 2, 2022
Merged

Release v3.0.7 #63

merged 42 commits into from
Dec 2, 2022

Commits on Mar 2, 2021

  1. Merge pull request #3 from MagerValp/master

    Fix pagination in _get_data.
    Steve authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3b9ecdf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. resolves the bug in issue #25 by removing id_override, replacing data…

    … with params, and adding specific input parameters.
    bryanheinz committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    0797af7 View commit details
    Browse the repository at this point in the history
  2. required changes to resolve the bug in issue #25. migrated from updat…

    …ing the url in _get_data to a local _params variable that is updated with the input params var.
    bryanheinz committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    308b0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c89d8f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

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

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    2d050db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c4ec6 View commit details
    Browse the repository at this point in the history
  3. Merge 'return_one' into dev - Potentially code breaking changes

    - Return single items without wrapping in list
    - Fix calls that return a single item.
    - Resolves issue #26
    bryanheinz committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f3c929c View commit details
    Browse the repository at this point in the history
  4. updated CHANGELOG

    bryanheinz committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5b13660 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ff463c View commit details
    Browse the repository at this point in the history
  6. added docstring

    bryanheinz committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0270283 View commit details
    Browse the repository at this point in the history
  7. updated CHANGELOG

    bryanheinz committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a626f30 View commit details
    Browse the repository at this point in the history
  8. Resolves Issue 38 (#1)

    * Resolves issue #38
    * Resolves issue #24
    
    - Updated update_device input to accept both name and device_name input (breaking change)
    - Data is now updated with the inputs
    - Added validation that data has input
    - Updated the README with update_device's new inputs
    bryanheinz authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5a93e46 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    ed525f8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    joncrain authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c6ec676 View commit details
    Browse the repository at this point in the history
  3. v3.0.7

    joncrain authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7b6ad8c View commit details
    Browse the repository at this point in the history
  4. adding _get_xml connection

    joncrain authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b9caf13 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge pull request #41 from joncrain/issue-40

    - Adding download option to profile
    - Adding _get_xml connection
    bryanheinz authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    55cf523 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    bryanheinz committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1307d77 View commit details
    Browse the repository at this point in the history
  3. update README

    bryanheinz committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    48b0be7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9ef08b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42 from bryanheinz/unstable

    - Closes issue #24
    - Closes issue #38
    - Closes issue #25
    - Closes issue #26
    bryanheinz authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    e255030 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

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

Commits on May 30, 2022

  1. Merging dev branch (#46)

    * Use request params instead of url string in SimpleMDM._get_data()
    
    * Fix Devices.delete_device()
    
    * Add methods for enabling/disabling remote desktop
    
    * Add /devices request rate limiting
    
    * Add profile and user listing
    
    * Add retry on 5xx errors to GET requests
    MagerValp authored May 30, 2022
    Configuration menu
    Copy the full SHA
    427ad43 View commit details
    Browse the repository at this point in the history
  2. Updates gitignore and changelog (#47)

    - Added ignoring egg files
    - Updated changelog
    bryanheinz authored May 30, 2022
    Configuration menu
    Copy the full SHA
    16b3d2a View commit details
    Browse the repository at this point in the history
  3. A little clean up, some fixen, and a few tests. (#48)

    - Cleaned up my bad merge on Devices.get_device() and adds some help docs
    - Closes the session on deinit that the Connection class now opens
    - Resolves issue #45 by preserving input parameters instead of overwriting them
    - Added setup.cfg and pyproject.toml files for packaging new releases
    - Added a few basic tests
    - Updates the changelog and gitignore files
    bryanheinz authored May 30, 2022
    Configuration menu
    Copy the full SHA
    9212037 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Add script support

    MagerValp committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    45b008f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb05df View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    19db08e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    MagerValp committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    992e0bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from MagerValp/scripts

    Add script support
    MagerValp authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4e1c9fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c7b1be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d7559 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    MagerValp committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d822ce6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #59 from MagerValp/fixpagination

    Fix handling of req_params for pagination
    MagerValp authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    45d2c6c View commit details
    Browse the repository at this point in the history
  8. Add Sample Projects

    Adding some samples projects for issue #28
    MagerValp authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    029a7aa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #60 from macadmins/MagerValp-readme-patch-1

    Add Sample Projects
    MagerValp authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2c5f33d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    c771c71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from MagerValp/sleepfix

    Use monotonic time for rate limit and fix sleep time calc
    MagerValp authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7df0c86 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    MagerValp authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d2a1a67 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge pull request #62 from SteveKueng/master

    Syncing up history with SteveKueng
    MagerValp authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5a4a973 View commit details
    Browse the repository at this point in the history