-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release_2.87.0' into release
- Loading branch information
Showing
651 changed files
with
1,941 additions
and
911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ source/jormungandr/jormungandr/_version.py | |
.cache | ||
*.gcov | ||
.mypy_cache | ||
.pytest_cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
pull_request_rules: | ||
- name: automatic merge when CI passes and 2 reviews | ||
conditions: | ||
- "#approved-reviews-by>=2" | ||
- "#review-requested=0" | ||
- "#changes-requested-reviews-by=0" | ||
- "#commented-reviews-by=0" | ||
- status-success=continuous-integration/travis-ci/pr | ||
- status-success=default | ||
- status-success=codecov/project | ||
- status-success=codecov/patch | ||
- base=dev | ||
- label!=dot_not_merge | ||
- label!=wip | ||
- label!=waiting | ||
- label!=merge_after_release | ||
- author=@coreteam | ||
actions: | ||
merge: | ||
method: merge | ||
strict: smart # To avoid multiple builds at once on the CI | ||
strict_method: rebase # We want Dev rebased onto the PR | ||
- name: delete head branch after merge | ||
conditions: [] | ||
actions: | ||
delete_head_branch: {} | ||
- name: remove outdated reviews | ||
conditions: | ||
- base=master | ||
actions: | ||
dismiss_reviews: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
navitia2 (2.87.0) unstable; urgency=low | ||
|
||
* Jormun: Hide Tags=[] option for /line_reports and /trafic_reports <https://github.com/CanalTP/navitia/pull/2998> | ||
* Jormun: Add type annotation on traveler_profile <https://github.com/CanalTP/navitia/pull/2990> | ||
* Jormun: Remove excess tickets and ticket links inside response <https://github.com/CanalTP/navitia/pull/2982> | ||
* Ed: use fare_zone_id instead of zone_id in fusio_parser <https://github.com/CanalTP/navitia/pull/2994> | ||
* [Kraken] fix count in places_nearby <https://github.com/CanalTP/navitia/pull/2993> | ||
* [Kraken] Update metadatas for /status requests <https://github.com/CanalTP/navitia/pull/2992> | ||
* Jormun: log response from bragi that aren't json <https://github.com/CanalTP/navitia/pull/2971> | ||
* Handle disruption with multiple stop_points in same area / repeated stop_points <https://github.com/CanalTP/navitia/pull/2959> | ||
* [Jormun]: Adding max_nb_crowfly_by_mode in status <https://github.com/CanalTP/navitia/pull/2987> | ||
* [Eitri] Fix cities file type <https://github.com/CanalTP/navitia/pull/2980> | ||
* [Jormungandr] Update comfort criteria <https://github.com/CanalTP/navitia/pull/2988> | ||
* [Jormungandr] use best PT journey for too_many_connections_filter <https://github.com/CanalTP/navitia/pull/2977> | ||
* Artemis and Artemis_idfm as requirements <https://github.com/CanalTP/navitia/pull/2984> | ||
* [Jormun] Adding max_mode_direct_path_duration in /status and /instances <https://github.com/CanalTP/navitia/pull/2968> | ||
* Minor edit - .gitignore update <https://github.com/CanalTP/navitia/pull/2976> | ||
* [Tyr] New endpoints in API v1 <https://github.com/CanalTP/navitia/pull/2951> | ||
* utils: replace in() function by contains() to standardize <https://github.com/CanalTP/navitia/pull/2965> | ||
* jormun: add direction_type parameter for departures/arrivals/stop_schedules/route_schedules Api <https://github.com/CanalTP/navitia/pull/2967> | ||
|
||
-- krishna <[email protected]> Fri, 11 Oct 2019 11:10:25 +0100 | ||
|
||
navitia2 (2.86.0) unstable; urgency=low | ||
|
||
* Osm2ed: do not put transport object from OSM in autocompletion <https://github.com/CanalTP/navitia/pull/2961> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.