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

Add date to menu #933

Closed
wants to merge 36 commits into from
Closed

Add date to menu #933

wants to merge 36 commits into from

Commits on Nov 8, 2024

  1. Disable strict checking that TLS certificates are well formed

    This restores compatibility with the iBoss TLS interception certificate
    that the Met Office is using. There is an upstream ticket open to get
    this certificate well formed, after which we can remove this line.
    
    Fixes #903
    jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fa75d84 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fd032a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #906 from MetOffice/typo

    Fix typo in comment
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    18b29ac View commit details
    Browse the repository at this point in the history
  4. Changes made to force the centroid of model grids to have its latitud…

    …e in the range -180 deg to 180 deg.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fb90e3b View commit details
    Browse the repository at this point in the history
  5. Changes made to ensure consistency between selected longitude and lat…

    …itude point and the corrected longitude co-ordinate.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0d79985 View commit details
    Browse the repository at this point in the history
  6. Added test to check that the selected gridpoint is still considered w…

    …ithin the domain after the longitude convention has been applied. Also, boundary_margin has been updated to 1 in all relevant tests as this should be the minimum value. This change only affects tests and is not used as a CSET input.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b541dc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e231cf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf78fe1 View commit details
    Browse the repository at this point in the history
  9. Corrections made to test_regrid_to_single_point_west to properly test…

    … the longitude rotation of the grid from the west.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2d2b753 View commit details
    Browse the repository at this point in the history
  10. Corrections made to test_regrid_to_single_point_west to properly test…

    … the longitude rotation of the grid from the east.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    57f69ab View commit details
    Browse the repository at this point in the history
  11. Tests added on _longitude_fix_callback to check for co-ordinate names…

    … not in the standard list.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    30ff8e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    356a75d View commit details
    Browse the repository at this point in the history
  13. Tests under _longitude_fix_callback modified to be removing co-ordina…

    …tes rather than replacing them.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    db8f46f View commit details
    Browse the repository at this point in the history
  14. Updated tests on _longitude_fix_callback to correctly test missing co…

    …-ordinate names.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    84ec15d View commit details
    Browse the repository at this point in the history
  15. Information added to doc-string about selection of longitude and lati…

    …tude point in regrid_to_single_point.
    JKPShonk authored and jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9c5000c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a321b9d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dce2122 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    500c910 View commit details
    Browse the repository at this point in the history
  19. Exclude __main__.py from coverage measurement

    It can't be measured outside of an editable install, and doesn't
    contain any logic.
    jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    03e38c2 View commit details
    Browse the repository at this point in the history
  20. Remove default conda channels before resolving lock files

    This avoids potential issues with licencing on the defaults channels.
    jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    096295a View commit details
    Browse the repository at this point in the history
  21. Sort conda lock files

    This makes reviewing the changes in conda lock files easier, as
    packages will no longer move around.
    
    Fixes #864
    jfrost-mo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5bd1962 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    82d7b53 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #886 from MetOffice/github_actions_conda_forge

    Explicitly use conda-forge conda channel for updating conda and resolving lock files
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c217558 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #880 from MetOffice/exclude_main_from_coverage

    Exclude __main__.py from test coverage measurement
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d7b5f7 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #882 from MetOffice/remove_http_status_check

    Remove HTTP status check as urlopen already does it
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6e06a22 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #881 from MetOffice/test_templating_variables

    Test templating variables into recipe parser
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e9736f8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #883 from MetOffice/test_recipe_listing

    Test recipe listing and detailing functions
    jfrost-mo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3ae9c2c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    b197fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31581d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #927 from MetOffice/pre-commit-ff621afa

    [CI] Update pre-commit hooks
    jfrost-mo authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1ac3ab4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #929 from MetOffice/conda-lock-3e079c32

    [CI] Update conda lock files
    jfrost-mo authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d76fd3c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix

    jwarner8 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a9ca86f View commit details
    Browse the repository at this point in the history
  2. Changes made in response to review -- doc-strings on tests improved; …

    …comments added; np.mean function replaced with np.median.
    JKPShonk committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5871f88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #931 from MetOffice/fix_typesig

    Fix type signature
    jwarner8 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    306b412 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #896 from MetOffice/879_longitude_convention_issues

    Changes to fix longitude convention to be in the range -180 degrees to 180 degrees where possible
    JKPShonk authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f926b41 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #904 from MetOffice/903_tls_certificate_strict_che…

    …cking
    
    Disable strict checking that TLS certificates are well formed
    jfrost-mo authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bf035cc View commit details
    Browse the repository at this point in the history