Skip to content

Commit 4d73ce7

Browse files
committed
Merge remote-tracking branch 'upstream/dev-2.x' into fix-skipped-removal
2 parents 0aa8374 + b1314cd commit 4d73ce7

File tree

472 files changed

+19147
-9398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+19147
-9398
lines changed

.github/workflows/cibuild.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ jobs:
5151
5252
- name: Send coverage data to codecov.io
5353
if: github.repository_owner == 'opentripplanner'
54-
uses: codecov/codecov-action@v3.1.1
54+
uses: codecov/codecov-action@v4
5555
with:
5656
files: target/site/jacoco/jacoco.xml
57+
token: ${{ secrets.CODECOV_TOKEN }}
58+
verbose: true
5759

5860
- name: Deploy to Github Package Registry
5961
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev-1.x' || github.ref == 'refs/heads/dev-2.x')
@@ -75,7 +77,7 @@ jobs:
7577
# on windows there are frequent failures caused by page files being too small
7678
# https://github.com/actions/virtual-environments/issues/785
7779
- name: Configure Windows Pagefile
78-
uses: al-cheb/configure-pagefile-action@v1.3
80+
uses: al-cheb/configure-pagefile-action@v1.4
7981
- name: Run tests
8082
run: mvn --batch-mode test -P prettierSkip
8183

@@ -87,7 +89,7 @@ jobs:
8789
LOCAL_BRANCH: local-pages
8890
REMOTE_BRANCH: main
8991
TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
90-
MASTER_BRANCH_VERSION: 2.4.0
92+
MASTER_BRANCH_VERSION: 2.5.0
9193

9294
steps:
9395

.github/workflows/performance-test.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
jfr-delay: "35s"
3333
profile: core
3434

35-
# disabled due to https://github.com/opentripplanner/OpenTripPlanner/issues/5702
36-
#- location: skanetrafiken
37-
# iterations: 1
38-
# jfr-delay: "50s"
39-
# profile: core
35+
- location: skanetrafiken
36+
iterations: 1
37+
jfr-delay: "50s"
38+
profile: core
4039

4140
# extended locations that are run only after merging to dev-2.x
4241

@@ -76,7 +75,7 @@ jobs:
7675

7776
- name: Set up Maven
7877
if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'
79-
uses: stCarolas/setup-maven@v.4.5
78+
uses: stCarolas/setup-maven@v5
8079
with:
8180
maven-version: 3.8.2
8281

@@ -103,7 +102,7 @@ jobs:
103102
104103
- name: Archive travel results file
105104
if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'
106-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
107106
with:
108107
name: ${{ matrix.location }}-travelSearch-results.csv
109108
path: test/performance/${{ matrix.location }}/travelSearch-results.csv

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Overview
22

33
[![Join the chat at https://gitter.im/opentripplanner/OpenTripPLanner](https://badges.gitter.im/opentripplanner/OpenTripPlanner.svg)](https://gitter.im/opentripplanner/OpenTripPlanner)
4+
[![Matrix](https://img.shields.io/matrix/opentripplanner%3Amatrix.org?label=Matrix%20chat&?cacheSeconds=172800)](https://matrix.to/#/#opentripplanner_OpenTripPlanner:gitter.im)
45
[![codecov](https://codecov.io/gh/opentripplanner/OpenTripPlanner/branch/dev-2.x/graph/badge.svg?token=ak4PbIKgZ1)](https://codecov.io/gh/opentripplanner/OpenTripPlanner)
6+
[![Commit activity](https://img.shields.io/github/commit-activity/y/opentripplanner/OpenTripPlanner)](https://github.com/opentripplanner/OpenTripPlanner/graphs/contributors)
57
[![Docker Pulls](https://img.shields.io/docker/pulls/opentripplanner/opentripplanner)](https://hub.docker.com/r/opentripplanner/opentripplanner)
68

79
OpenTripPlanner (OTP) is an open source multi-modal trip planner, focusing on travel by scheduled
@@ -14,7 +16,7 @@ GTFS and OpenStreetMap). It applies real-time updates and alerts with immediate
1416
clients, finding itineraries that account for disruptions and service changes.
1517

1618
Note that this branch contains **OpenTripPlanner 2**, the second major version of OTP, which has
17-
been under development since 2018. The latest version of OTP is v2.4.0, released in September 2023.
19+
been under development since 2018. The latest version of OTP is v2.5.0, released in March 2024.
1820

1921
If you do not want to use this version, please switch to the final 1.x release
2022
tag `v1.5.0` or the `dev-1.x` branch.
@@ -58,18 +60,9 @@ the world.
5860

5961
## Getting in touch
6062

61-
The fastest way to get help is to use our [Gitter chat room](https://gitter.im/opentripplanner/OpenTripPlanner)
62-
where most of the core developers are. You can also send questions and comments to the
63-
[mailing list](http://groups.google.com/group/opentripplanner-users).
64-
65-
Changes and extensions to OTP are debated in issues on [GitHub](https://github.com/opentripplanner/OpenTripPlanner/issues)
66-
and in the [Gitter chat room](https://gitter.im/opentripplanner/OpenTripPlanner). More general
67-
questions and announcements of interest to non-developer OTP users should be directed to
68-
the [opentripplanner-users](https://groups.google.com/forum/#!forum/opentripplanner-users) list.
69-
Other details of [project governance](http://docs.opentripplanner.org/en/dev-2.x/Governance/) can be
70-
found in the main documentation.
63+
The fastest way to get help is to use our [Gitter chat room](https://gitter.im/opentripplanner/OpenTripPlanner) where most of the core developers are. Bug reports may be filed via the Github [issue tracker](https://github.com/openplans/OpenTripPlanner/issues). The OpenTripPlanner [mailing list](http://groups.google.com/group/opentripplanner-users) is used almost exclusively for project announcements. The mailing list and issue tracker are not intended for support questions or discussions. Please use the chat for this purpose. Other details of [project governance](http://docs.opentripplanner.org/en/dev-2.x/Governance/) can be found in the main documentation.
7164

7265
## OTP Ecosystem
7366

74-
- [awesome-transit](https://github.com/CUTR-at-USF/awesome-transit) Community list of transit APIs,
67+
- [awesome-transit](https://github.com/MobilityData/awesome-transit) Community list of transit APIs,
7568
apps, datasets, research, and software.

0 commit comments

Comments
 (0)