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/1.14.0 #140

Merged
merged 40 commits into from
Jul 18, 2023
Merged

Release/1.14.0 #140

merged 40 commits into from
Jul 18, 2023

Commits on Aug 4, 2022

  1. Issues/91 (#92)

    * added citation creation tests and functionality to subscriber and downloader
    
    * added verbose option to create_citation_file command, previously hard coded
    
    * updated changelog (whoops) and fixed regression test:
    1. Issue where the citation file now downloaded affected the counts
    2. Issue where the logic for determining if a file modified time was changing or not was picking up the new citation file which _always_ gets rewritten to update the 'last accessed' date.
    
    * updated request to include exec_info in warning; fixed issue with params not being a dictionary caused errors
    
    * changed a warning to debug for citation file. fixed test issues
    
    * Enable debug logging during regression tests and set max parallel workflows to 2
    
    * added output to pytest
    
    * fixed test to only look for downlaoded data files not citation file due to 'random' cmr errors when creating a citation.
    
    * added mock testing and retry on 503
    
    * added 503 fixes
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    mike-gangl and Frank Greguska authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9793d67 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Aug 23, 2022

  1. Misc fixes (#101)

    * added ".tiff" to default extensions to address #100
    
    * removed 'warning' message on not downloading all data to close #99
    
    * updated help documentation for start/end times to close #79
    mike-gangl authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f8783bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5694b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9680163 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    15aba90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f6b11 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Update python-app.yml

    mike-gangl authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    7333948 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. updated poetry version

    Version matches build/test versions.
    mike-gangl committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    583121c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Issues/98 (#107)

    * added token get,delete, refresh and list operations
    
    * Revert "added token get,delete, refresh and list operations"
    
    This reverts commit 15aba90.
    
    * added  EDL (not cmr-token) based get, list,delete, refresh token
    
    * updated token regression tests
    
    * updates and tests for subscriber moving to EDL.
    
    * marked tests as regression test
    
    * Update subscriber/podaac_data_downloader.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_data_subscriber.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * added exec info to errors, cleaned up some log statements
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    mike-gangl and frankinspace authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3f9d050 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Issues/109 (#111)

    * Develop (#103)
    
    * Issues/91 (#92)
    
    * added citation creation tests and functionality to subscriber and downloader
    
    * added verbose option to create_citation_file command, previously hard coded
    
    * updated changelog (whoops) and fixed regression test:
    1. Issue where the citation file now downloaded affected the counts
    2. Issue where the logic for determining if a file modified time was changing or not was picking up the new citation file which _always_ gets rewritten to update the 'last accessed' date.
    
    * updated request to include exec_info in warning; fixed issue with params not being a dictionary caused errors
    
    * changed a warning to debug for citation file. fixed test issues
    
    * Enable debug logging during regression tests and set max parallel workflows to 2
    
    * added output to pytest
    
    * fixed test to only look for downlaoded data files not citation file due to 'random' cmr errors when creating a citation.
    
    * added mock testing and retry on 503
    
    * added 503 fixes
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    
    * fixed issues where token was not proagated to CMR queries (#95)
    
    * Misc fixes (#101)
    
    * added ".tiff" to default extensions to address #100
    
    * removed 'warning' message on not downloading all data to close #99
    
    * updated help documentation for start/end times to close #79
    
    * added version update, updates to CHANGELOG
    
    * added token get,delete, refresh and list operations
    
    * Revert "added token get,delete, refresh and list operations"
    
    This reverts commit 15aba90.
    
    * Update python-app.yml
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    
    * updated poetry version 
    
    Version matches build/test versions.
    
    * Update README.md
    
    * Update podaac_data_downloader.py
    
    Fixing for issues 109 - adding capability to download by granule-name
    
    * Update Downloader.md
    
    Fixed the help file
    
    * added changelog entries, regressiont ests
    
    * added poetry lock cleanup
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    Co-authored-by: sureshshsv <45676320+sureshshsv@users.noreply.github.com>
    Co-authored-by: sureshshsv <suresh.vannan@jpl.nasa.gov>
    5 people authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    27b475a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a402d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a7ae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c8fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Extension regex (#121)

    * extend -e option to handle regular expressions (#115)
    
    * Develop into Main (1.12.0) (#114)
    
    * Issues/91 (#92)
    
    * added citation creation tests and functionality to subscriber and downloader
    
    * added verbose option to create_citation_file command, previously hard coded
    
    * updated changelog (whoops) and fixed regression test:
    1. Issue where the citation file now downloaded affected the counts
    2. Issue where the logic for determining if a file modified time was changing or not was picking up the new citation file which _always_ gets rewritten to update the 'last accessed' date.
    
    * updated request to include exec_info in warning; fixed issue with params not being a dictionary caused errors
    
    * changed a warning to debug for citation file. fixed test issues
    
    * Enable debug logging during regression tests and set max parallel workflows to 2
    
    * added output to pytest
    
    * fixed test to only look for downlaoded data files not citation file due to 'random' cmr errors when creating a citation.
    
    * added mock testing and retry on 503
    
    * added 503 fixes
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    
    * fixed issues where token was not proagated to CMR queries (#95)
    
    * Misc fixes (#101)
    
    * added ".tiff" to default extensions to address #100
    
    * removed 'warning' message on not downloading all data to close #99
    
    * updated help documentation for start/end times to close #79
    
    * added version update, updates to CHANGELOG
    
    * added token get,delete, refresh and list operations
    
    * Revert "added token get,delete, refresh and list operations"
    
    This reverts commit 15aba90.
    
    * Update python-app.yml
    
    * updated poetry version 
    
    Version matches build/test versions.
    
    * Issues/98 (#107)
    
    * added token get,delete, refresh and list operations
    
    * Revert "added token get,delete, refresh and list operations"
    
    This reverts commit 15aba90.
    
    * added  EDL (not cmr-token) based get, list,delete, refresh token
    
    * updated token regression tests
    
    * updates and tests for subscriber moving to EDL.
    
    * marked tests as regression test
    
    * Update subscriber/podaac_data_downloader.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_data_subscriber.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Update subscriber/podaac_access.py
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * added exec info to errors, cleaned up some log statements
    
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    
    * Issues/109 (#111)
    
    * Develop (#103)
    
    * Issues/91 (#92)
    
    * added citation creation tests and functionality to subscriber and downloader
    
    * added verbose option to create_citation_file command, previously hard coded
    
    * updated changelog (whoops) and fixed regression test:
    1. Issue where the citation file now downloaded affected the counts
    2. Issue where the logic for determining if a file modified time was changing or not was picking up the new citation file which _always_ gets rewritten to update the 'last accessed' date.
    
    * updated request to include exec_info in warning; fixed issue with params not being a dictionary caused errors
    
    * changed a warning to debug for citation file. fixed test issues
    
    * Enable debug logging during regression tests and set max parallel workflows to 2
    
    * added output to pytest
    
    * fixed test to only look for downlaoded data files not citation file due to 'random' cmr errors when creating a citation.
    
    * added mock testing and retry on 503
    
    * added 503 fixes
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    
    * fixed issues where token was not proagated to CMR queries (#95)
    
    * Misc fixes (#101)
    
    * added ".tiff" to default extensions to address #100
    
    * removed 'warning' message on not downloading all data to close #99
    
    * updated help documentation for start/end times to close #79
    
    * added version update, updates to CHANGELOG
    
    * added token get,delete, refresh and list operations
    
    * Revert "added token get,delete, refresh and list operations"
    
    This reverts commit 15aba90.
    
    * Update python-app.yml
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    
    * updated poetry version 
    
    Version matches build/test versions.
    
    * Update README.md
    
    * Update podaac_data_downloader.py
    
    Fixing for issues 109 - adding capability to download by granule-name
    
    * Update Downloader.md
    
    Fixed the help file
    
    * added changelog entries, regressiont ests
    
    * added poetry lock cleanup
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    Co-authored-by: sureshshsv <45676320+sureshshsv@users.noreply.github.com>
    Co-authored-by: sureshshsv <suresh.vannan@jpl.nasa.gov>
    
    * added README information and updates (#113)
    
    * fixed pymock issues... again
    
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    Co-authored-by: sureshshsv <45676320+sureshshsv@users.noreply.github.com>
    Co-authored-by: sureshshsv <suresh.vannan@jpl.nasa.gov>
    
    * extend -e option to handle regular expressions
    
    formerly, -e could not handle PTM_\d+ extensions without the user explicitly
    calling all of them.
    
    ---------
    
    Co-authored-by: mike-gangl <59702631+mike-gangl@users.noreply.github.com>
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    Co-authored-by: sureshshsv <45676320+sureshshsv@users.noreply.github.com>
    Co-authored-by: sureshshsv <suresh.vannan@jpl.nasa.gov>
    
    * added dcoumentation and tests for regex
    
    * converted defaults to regexes, added gtiff test
    
    ---------
    
    Co-authored-by: Peter Mao <peter.mao@gmail.com>
    Co-authored-by: Frank Greguska <Francis.Greguska@jpl.nasa.gov>
    Co-authored-by: Frank Greguska <89428916+frankinspace@users.noreply.github.com>
    Co-authored-by: sureshshsv <45676320+sureshshsv@users.noreply.github.com>
    Co-authored-by: sureshshsv <suresh.vannan@jpl.nasa.gov>
    6 people authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ad50178 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. closes 118. retries was never hit because range is not end inclusive. (

    …#119)
    
    * closes 118. retries was never hit ebcause range is not end inclusive.
    
    * updated test to catch now-thrown exception
    mike-gangl authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0e37c14 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. added --dry-run option, docs, and test cases (#124)

    * added --dry-run option, docs, and test cases
    
    * Update subscriber/podaac_data_downloader.py
    
    Added more elegant way of download limit application
    
    Co-authored-by: Stepheny Perez <skorper@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Stepheny Perez <skorper@users.noreply.github.com>
    mike-gangl and skorper authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0b9dd56 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Issues/70 (#117)

    * added code for updating version
    
    * added chagnelog
    
    * moved version check into __main__ instead of on import of the module
    
    * added sorting of releases from github to find latest release.
    
    * added authenticated (option) access to github API to rpevent rate limiting
    
    * separate out auth/token regression tests
    mike-gangl authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cc2e97b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Issues/127 (#128)

    * added token sensitivity filter to remove tokens from CMR queries
    
    * added changelog updates
    mike-gangl authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c8ed86e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    342aa47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133f217 View commit details
    Browse the repository at this point in the history
  3. updated regression test

    mike-gangl committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5d93610 View commit details
    Browse the repository at this point in the history
  4. updated ubuntu versions

    mike-gangl committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    fb91a77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    628fa0d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    1622cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d861d95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73516f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    8313e1a View commit details
    Browse the repository at this point in the history
  2. Update subscriber/podaac_data_downloader.py

    Co-authored-by: Stepheny Perez <skorper@users.noreply.github.com>
    jjmcnelis and skorper authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    41b8904 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    jjmcnelis authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7639b4d View commit details
    Browse the repository at this point in the history
  4. Update Downloader.md

    jjmcnelis authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3220c55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2948bb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7fca8d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request #138 from jjmcnelis/main

    provide support for granule wildcard patterns in data downloader
    jjmcnelis authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f707b9a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. bump version

    skorper committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7991df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. /version 1.14.0-alpha.0

    skorper committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2ebe5aa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

Commits on Jul 17, 2023

  1. Update toml with version bump

    skorper committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f2df79d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. bump version to 1.14.0

    skorper committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5daf6e7 View commit details
    Browse the repository at this point in the history