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 8.5.0 #755

Merged
merged 29 commits into from
Jul 16, 2024
Merged

Release 8.5.0 #755

merged 29 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. find place searching on alerts and warnings

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c4c50ae View commit details
    Browse the repository at this point in the history
  2. sonar fix 1

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ff4e7a8 View commit details
    Browse the repository at this point in the history
  3. path var

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b40cb1e View commit details
    Browse the repository at this point in the history
  4. sonar fixes 3

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    acf1fd3 View commit details
    Browse the repository at this point in the history
  5. sonar fixes 4

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d063d15 View commit details
    Browse the repository at this point in the history
  6. code tidy

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9b0fd33 View commit details
    Browse the repository at this point in the history
  7. sonar fixes 5

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a36714b View commit details
    Browse the repository at this point in the history
  8. sonar fixes 6

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    08d26de View commit details
    Browse the repository at this point in the history
  9. sonar fixes 6

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7cab4d2 View commit details
    Browse the repository at this point in the history
  10. add not found location route test

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    043ba74 View commit details
    Browse the repository at this point in the history
  11. add not found location route test

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c1c62b3 View commit details
    Browse the repository at this point in the history
  12. add not found location route test

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1752c4e View commit details
    Browse the repository at this point in the history
  13. tidy up tests

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ff76aef View commit details
    Browse the repository at this point in the history
  14. remove unused query param option

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1f72234 View commit details
    Browse the repository at this point in the history
  15. add test for /england

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2bcece7 View commit details
    Browse the repository at this point in the history
  16. test tidy

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1f587eb View commit details
    Browse the repository at this point in the history
  17. test coverage for failAction

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eba3bfc View commit details
    Browse the repository at this point in the history
  18. FSR-1207 | remove commented out code

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e0142c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b2bb1e2 View commit details
    Browse the repository at this point in the history
  20. Add support for 'roadblock' type in bingResultsParser

    nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7c510be View commit details
    Browse the repository at this point in the history
  21. FSR-1207 | update page title to use place name

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    23a3828 View commit details
    Browse the repository at this point in the history
  22. sonar fix

    Ash authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7d294bd View commit details
    Browse the repository at this point in the history
  23. Bump node-html-parser from 6.1.12 to 6.1.13 (#658)

    Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 6.1.12 to 6.1.13.
    - [Release notes](https://github.com/taoqf/node-fast-html-parser/releases)
    - [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md)
    - [Commits](taoqf/node-html-parser@v6.1.12...v6.1.13)
    
    ---
    updated-dependencies:
    - dependency-name: node-html-parser
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    59fac26 View commit details
    Browse the repository at this point in the history
  24. FSR-1208 | river and sea levels search redirects (#723)

    * FSR-1208 | river and sea levels search redirects
    
    * FSR-1208 | river and sea levels search redirects
    
    * sonar fixes 1
    
    * sonar fixes 2
    
    * sonar fixes 3
    
    * move duplicate functions to lib/utils
    
    * sonar fix
    
    * sonar fixes
    
    * sonar fix undo
    
    * add util funcitons
    
    * remove commented code
    
    * remove locationHandler fn
    
    * Refactor locationRouteHandler in river-and-sea-levels.js
    
    * Refactor locationRouteHandler else clause
    
    * remove comment and use util func
    
    * redirect on non-england locations
    
    * remove uneeded test
    
    * add fakeGetJson to test
    
    * sonar fix
    
    * fix response behaviour
    
    * fix single character search result
    
    * remove flakey test
    
    * refactored tests to be inline with alerts-and-warnings
    
    * test coverage
    
    * typo
    
    * test coverage
    
    * add script encode test
    
    ---------
    
    Co-authored-by: Ash <[email protected]>
    Co-authored-by: nikiwycherley <[email protected]>
    3 people committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7f278b3 View commit details
    Browse the repository at this point in the history
  25. Release 8.5.0 (#744)

    * Bump version number (8.5.0)
    
    * Add release notes (8.5.0)
    
    * Update CFF-8.5.0.md
    
    ---------
    
    Co-authored-by: GitHub Actions <[email protected]>
    Co-authored-by: Lee Gordon <[email protected]>
    3 people committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f2990ed View commit details
    Browse the repository at this point in the history
  26. Revert "Release 8.5.0 (#744)"

    This reverts commit 534a131.
    LeeGordon83 authored and nikiwycherley committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f9976fb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    01e8ed0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    04c48ea View commit details
    Browse the repository at this point in the history
  29. Update CFF-8.5.0.md

    LeeGordon83 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    95700b1 View commit details
    Browse the repository at this point in the history