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

Cherrypicks from 1.8 #1637

Merged
merged 11 commits into from
Sep 20, 2024
Merged

Cherrypicks from 1.8 #1637

merged 11 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Dockerfile: fix casing warning

    This fixes the warning:
    
    FromAsCasing: 'as' and 'FROM' keywords' casing do not match
    
    emitted by recent Docker releases.
    pjonsson authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4a1185d View commit details
    Browse the repository at this point in the history
  2. Dockerfile: fix key value warning

    This fixes the warning:
    
    LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
    
    emitted by recent Docker releases.
    
    And while changing this, bring all the ENV
    lines into a single layer, which saves
    some space in the resulting image.
    pjonsson authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9e1337b View commit details
    Browse the repository at this point in the history
  3. Configure Dependabot for Docker image

    This will cause Dependabot to make
    pull requests for the Dockerfile
    when there are new releases of GDAL.
    pjonsson authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    df6a769 View commit details
    Browse the repository at this point in the history
  4. CI: set permissions for docpreview

    This is part of the documentation for the action:
    
    https://github.com/readthedocs/actions/tree/v1/preview
    pjonsson authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    79bd340 View commit details
    Browse the repository at this point in the history
  5. CI: only doc preview pull requests

    The documentation at
    
    https://github.com/readthedocs/actions/tree/v1/preview
    
    uses this. According to
    
    https://stackoverflow.com/questions/74957218/what-is-the-difference-between-pull-request-and-pull-request-target-event-in-git
    
    there is something with permissions of tokens
    that differ between pull_request and pull_request_target,
    so switch to what the action documentation
    suggests.
    pjonsson authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cf7b610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d557f1 View commit details
    Browse the repository at this point in the history
  7. Bump osgeo/gdal from ubuntu-full-3.9.0 to ubuntu-full-3.9.2 in /docker (

    #1629)
    
    Bumps [osgeo/gdal](https://github.com/OSGeo/gdal) from ubuntu-full-3.9.0 to ubuntu-full-3.9.2.
    - [Release notes](https://github.com/OSGeo/gdal/releases)
    - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
    - [Commits](OSGeo/gdal@v3.9.0...v3.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: osgeo/gdal
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c311453 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ce3e44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75fbbba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d432d1f View commit details
    Browse the repository at this point in the history
  11. Don't error in dataset add if product.id is None (#1630)

    * don't assume product.id exists when adding a dataset
    
    * don't assume assume product.id exists  when adding dataset
    
    * update whats_new
    
    ---------
    
    Co-authored-by: Ariana Barzinpour <[email protected]>
    2 people authored and SpacemanPaul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f8154ef View commit details
    Browse the repository at this point in the history