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 #312

Merged
merged 111 commits into from
Sep 15, 2023
Merged

Production update #312

merged 111 commits into from
Sep 15, 2023

Conversation

juuso-j
Copy link

@juuso-j juuso-j commented Sep 15, 2023

Notable changes:

#299 Mobility data importers tests use mock fixtures
#297 Update project settings
#295 Search support for special exclusion rules
#294 Count service units by division
#291 Add support for unit_include with multiple units
#286 Eco-counter filter station by data type
#285 Eco-counter serialize bus data
#280 lam stations importing from new api

Minor changes:

#300 Traffic counter add bicycles to metadata
#296 Unit connections new types and tag field
#293 Fix broken github actions
#290 Bump sqlparse from 0.4.2 to 0.4.4
#289 Bump requests from 2.26.0 to 2.31.0
#288 Bump django from 4.1.7 to 4.1.10
#287 Remove obsolete elasticsearch related code
#284 Fix eco-counter warnings
#283 Remove and replace deprecated distutils.util.strtobool

juuso-j and others added 30 commits June 14, 2023 12:26
…ize-bus-data

Feature/eco counter serialize bus data
…-deprecated-distutils.util.strtobool

Feature/remove and replace deprecated distutils.util.strtobool
…-station-by-data-type

Feature/eco counter filter station by data type
Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.10.
- [Commits](django/django@4.1.7...4.1.10)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.26.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.4.2...0.4.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
juuso-j and others added 20 commits August 9, 2023 08:08
…d-bicycles-to-metadata

traffic counter add bicycles to metadata
Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.10.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…validation-in-pyyaml

Bump pyyaml to >= 5.4
…15.0

Bump pygments from 2.10.0 to 2.15.0
…orted-disable-municipality-filtering

bicycle stands imported disable municipality filtering
…e-tugra-root-certiciate

Dependabot/#35 removal of e tugra root certiciate
…leaks-sensitive-session-information

Bump sentry-sdk to >=1.14.0
…ize-data-from-year-field

Feature/eco counter serialize data from year field
…rter-fails-if-import-state-missing

Telraam to csv importer fails if import state missing
…rter-offsets-timestamps-wrong-if-data-missing

Bugfix/telraam to csv importer offsets timestamps wrong if data missing
@juuso-j juuso-j added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file dependabot labels Sep 15, 2023
@juuso-j juuso-j requested a review from ezkat September 15, 2023 06:23
@juuso-j juuso-j self-assigned this Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage: 81.05% and project coverage change: +0.54% 🎉

Comparison is base (77d6de9) 66.74% compared to head (bcc68d8) 67.28%.
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
+ Coverage   66.74%   67.28%   +0.54%     
==========================================
  Files         220      214       -6     
  Lines       12873    12967      +94     
  Branches     1648     1647       -1     
==========================================
+ Hits         8592     8725     +133     
+ Misses       3907     3883      -24     
+ Partials      374      359      -15     
Files Changed Coverage Δ
mobility_data/importers/lounaistieto_shapefiles.py 0.00% <0.00%> (ø)
setup.py 0.00% <ø> (ø)
smbackend_turku/importers/bicycle_stands.py 0.00% <0.00%> (ø)
services/api.py 54.20% <24.39%> (+1.27%) ⬆️
...obility_data/importers/share_car_parking_places.py 90.90% <33.33%> (ø)
mobility_data/importers/charging_stations.py 87.09% <42.85%> (+0.14%) ⬆️
mobility_data/importers/bike_service_stations.py 88.23% <44.44%> (-2.15%) ⬇️
...obility_data/importers/loading_unloading_places.py 86.11% <50.00%> (ø)
mobility_data/importers/bicycle_stands.py 80.27% <54.54%> (-0.40%) ⬇️
...ty_data/importers/disabled_and_no_staff_parking.py 86.48% <55.55%> (ø)
... and 35 more

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@juuso-j juuso-j merged commit 81881db into master Sep 15, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependabot dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants