Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aviv/python-devicecloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: digidotcom/python-devicecloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 5 contributors

Commits on Jan 12, 2021

  1. streams: add geojson type

    Because the new location data point is wrapped as GEOJSON object
    and this type has not been supported by devicecloud, add the new
    type STREAM_TYPE_GEOJSON to read and parse GEOJSON object.
    
    DAL-4493
    Zhiyu Wang Zhiyu Wang
    Zhiyu Wang authored and Zhiyu Wang committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    65c703f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request #53 in PYTHON/python-devicecloud from feature/zwan…

    …g/DAL-4493-dal_test-add-geojson-type-support-in-devicecloud-package to master
    
    * commit '65c703f17446edea0c7febb24c917474e13af74c':
      streams: add geojson type
    Zhiyu Wang Zhiyu Wang
    Zhiyu Wang authored and Zhiyu Wang committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c96ace5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. release: Add GEOJSON data format support

    Increase the version number by one because a new release is needed
    to be used by dal_test.
    
    DAL-4611
    Zhiyu Wang Zhiyu Wang
    Zhiyu Wang authored and Zhiyu Wang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6141cd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 in PYTHON/python-devicecloud from release/DAL-…

    …4611-build-devicecloud-with-new-version-and-upload-to-pypi to master
    
    * commit '6141cd8b033516ad559e7d03365308a7574b6dcf':
      release: Add GEOJSON data format support
    Zhiyu Wang Zhiyu Wang
    Zhiyu Wang authored and Zhiyu Wang committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    25101f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. updated requirements.txt to the latest release version packages.

    Bumped up the version to 0.5.9.
    Anubhav Gupta
    Anubhav Gupta committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8d2c72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402bff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d060f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261af6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7f488a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Mar 4, 2024

  1. loosen all package versions in requirements.txt

    Updated version to 0.5.10
    Anubhav Gupta
    Anubhav Gupta committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c5e1db3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request digidotcom#25 from digidotcom/loosen_requirements

    loosen all package versions in requirements.txt
    brandonmoser authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4940d6f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    668af9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request digidotcom#27 from digidotcom/rmoral/add_api_keys_…

    …support
    
    Add support for authentication using API keys
    brandonmoser authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    976ffcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    348e7bc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Merge pull request digidotcom#28 from digidotcom/rmoral/version_0.5.10

    Update changelog for version 0.5.10 and clean up README
    brandonmoser authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    2d42597 View commit details
    Browse the repository at this point in the history
Loading