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

Production update #357

Merged
merged 56 commits into from
Jun 4, 2024
Merged

Production update #357

merged 56 commits into from
Jun 4, 2024

Commits on Apr 12, 2024

  1. Bump black from 22.6.0 to 24.3.0

    Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.6.0...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f4b80f0 View commit details
    Browse the repository at this point in the history
  2. Bump idna from 3.2 to 3.7

    Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.2...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2c3d535 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8979957 View commit details
    Browse the repository at this point in the history
  2. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b0b58d6 View commit details
    Browse the repository at this point in the history
  3. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cd63af0 View commit details
    Browse the repository at this point in the history
  4. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4562cb2 View commit details
    Browse the repository at this point in the history
  5. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    da189e5 View commit details
    Browse the repository at this point in the history
  6. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8acb2ea View commit details
    Browse the repository at this point in the history
  7. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ff96f71 View commit details
    Browse the repository at this point in the history
  8. Format

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7fc02c3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #346 from City-of-Turku/dependabot/pip/black-24.3.0

    Bump black from 22.6.0 to 24.3.0
    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    09afd7e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #347 from City-of-Turku/dependabot/pip/idna-3.7

    Bump idna from 3.2 to 3.7
    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    33b308a View commit details
    Browse the repository at this point in the history
  11. Add API documentation

    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4784e4e View commit details
    Browse the repository at this point in the history
  12. Parametrize and validate input value in search query

    Parametrize the input value in the search query to enhance security by
    separating user input from the SQL query.
    Special characters in query input often raised syntax error in tsquery.
    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1f6cd79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57f3873 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33af966 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    004675b View commit details
    Browse the repository at this point in the history
  16. Fix service search results order

    Fix a bug in `services_qs` ordering in search api and add tests for it.
    juuso-j committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e23b7ba View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Accept dot and apostrophe in search validation

    Accept dot and apostrophe in search validation. Do not strip apostrophes from search query to enable searching for words with apostrophes.
    juuso-j committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4146554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1145aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7fa11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7df0e8c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Assert response status code

    juuso-j committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8b8b5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c98fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b443db View commit details
    Browse the repository at this point in the history
  4. Add --force option

    juuso-j committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    923d2f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5207277 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e0a5d1 View commit details
    Browse the repository at this point in the history
  2. Add tests and fixtures

    juuso-j committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3337254 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #348 from City-of-Turku/feature/search-add-helsink…

    …i-changes
    
    Feature/search add helsinki changes
    juuso-j committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0031550 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #349 from City-of-Turku/feature/eco-counter-ensure…

    …-data-on-initial-import
    
    Feature/eco counter ensure data on initial import
    juuso-j committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b5b68e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    a254ca0 View commit details
    Browse the repository at this point in the history
  2. Add parking garage importer

    juuso-j committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ebd1e06 View commit details
    Browse the repository at this point in the history
  3. Add ParkingGarage data type

    Allows uploading a new source data file for this data type
    juuso-j committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f579b7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aec0a02 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c6b8309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37103a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d912edb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #350 from City-of-Turku/feature/environment-data-r…

    …ewrite-api-with-django-filterset
    
    Feature/environment data rewrite api with django filterset
    juuso-j committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f4334b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #351 from City-of-Turku/feature/import-traffic-sit…

    …uations-handle-multiple-release-time-formats
    
    Feature/import traffic situations handle multiple release time formats
    juuso-j committed May 3, 2024
    Configuration menu
    Copy the full SHA
    41270cd View commit details
    Browse the repository at this point in the history
  6. Mock get_full_csv_file_name

    juuso-j committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b5cc7d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e08853c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Bump sqlparse from 0.4.4 to 0.5.0

    Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0.
    - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
    - [Commits](andialbrecht/sqlparse@0.4.4...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: sqlparse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7924924 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request #352 from City-of-Turku/feature/import-parking-gar…

    …ages
    
    Feature/import parking garages
    juuso-j committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bb8975f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    ac68000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bc7da View commit details
    Browse the repository at this point in the history
  3. Fix faulty assertion

    juuso-j committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bb47ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6e4429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35443cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fa7c66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    100336e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ecf9bb View commit details
    Browse the repository at this point in the history
  9. Fix geometry assertion

    juuso-j committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9d1ef09 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #355 from City-of-Turku/feature/import-parking-mac…

    …hines-from-wfs
    
    Feature/import parking machines from wfs
    juuso-j committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5058a82 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #353 from City-of-Turku/dependabot/pip/sqlparse-0.5.0

    Bump sqlparse from 0.4.4 to 0.5.0
    juuso-j committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0e269f4 View commit details
    Browse the repository at this point in the history