Skip to content

Commit 5a556d6

Browse files
committed
docs: update some comment and documentation to Hove
1 parent e49622e commit 5a556d6

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

scripts/build_navitia.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# - to have git and sudo installed
1616
# - to have cloned the sources repository
1717
#
18-
# git clone https://github.com/CanalTP/navitia
18+
# git clone https://github.com/hove-io/navitia
1919
#
2020
# - and to be in the cloned repository:
2121
# cd navitia

scripts/ubuntu_bionic_disco_dev_env_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ echo "**********************************************"
166166
echo ""
167167
echo ""
168168
echo "1. clone navitia"
169-
echo "$ git clone https://github.com/CanalTP/navitia.git"
169+
echo "$ git clone https://github.com/hove-io/navitia.git"
170170
echo ""
171171
echo "for convenience reason, some submodule links are in ssh (easier to push)"
172172
echo "it is thus mandatory for the user to have a github access"

source/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 2.8)
22

3-
# The Kraken project (kisio Digital corp.)
3+
# The Kraken project (Hove corp.)
44
# https://www.navitia.io/
55
# ___
66
# .-' `'.

source/ed/connectors/fusio_parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ www.navitia.io
3232
#include "gtfs_parser.h"
3333

3434
/**
35-
* Read CanalTP custom transportation files
35+
* Read Hove custom transportation files
3636
*
3737
* The format is based on GTFS but additional data have been added
3838
*

source/jormungandr/jormungandr/authentication.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def get_user(token, abort_if_no_token=True):
253253
if abort_if_no_token:
254254
flask_restful.abort(
255255
401,
256-
message='no token. You can get one at http://www.navitia.io or contact your support if you’re using the opensource version of Navitia https://github.com/CanalTP/navitia',
256+
message='no token. You can get one at http://www.navitia.io or contact your support if you’re using the opensource version of Navitia https://github.com/hove-io/navitia',
257257
)
258258
else:
259259
return None

source/jormungandr/jormungandr/interfaces/v1/serializer/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def as_getter(self, serializer_field_name, serializer_cls):
351351

352352
id = LiteralField("beta_endpoint", schema_type=str, display_none=True)
353353
message = LiteralField(
354-
'This service is under construction. You can help through github.com/CanalTP/navitia',
354+
'This service is under construction. You can help through github.com/hove-io/navitia',
355355
schema_type=str,
356356
display_none=True,
357357
)

source/navitia_version.py.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright (c) 2001-2014, Canal TP and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2001-2022, Hove and/or its affiliates. All rights reserved.
22
#
33
# This file is part of Navitia,
44
# the software to build cool stuff with public transport.
55
#
66
# Hope you'll enjoy and contribute to this project,
7-
# powered by Canal TP (www.canaltp.fr).
7+
# powered by Hove (www.hove.com).
88
# Help us simplify mobility and open public transport:
99
# a non ending quest to the responsive locomotion way of traveling!
1010
#

source/navitiacommon/testscommon/docker_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_db_cnx(self):
221221
def PostgisDocker():
222222
return DockerWrapper(
223223
image_name='postgis:2.1',
224-
dockerfile_path='github.com/CanalTP/docker-postgis.git',
224+
dockerfile_path='github.com/hove-io/docker-postgis.git',
225225
dbname='postgres',
226226
dbuser='docker',
227227
dbpassword='docker',

source/scripts/check_retrocompat.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
branch_to=$1 # Branch to merge to
44
pull_request_num=$2 # Github PR number
5-
pull_request_slug=$3 # Git respo destination (eg. Canaltp/navitia)
5+
pull_request_slug=$3 # Git respo destination (eg. hove-io/navitia)
66
buildbotctp_token=$4 # Github token
77
github_api_endpoint="https://api.github.com/repos"
88
warning_msg="## Warning \n You've modified files that potentially affect the model. \

source/scripts/disruption/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ PYTHONPATH="navitia_source_dir/source/chaos-proto" python2.7 disruptor.py -b pya
173173

174174
Disruptions **with file**
175175

176-
Example of file (`impact.json <https://github.com/canaltp/navitia/blob/dev/source/scripts/disruption/impacts.json>`).<br>
176+
Example of file (`impact.json <https://github.com/hove-io/navitia/blob/dev/source/scripts/disruption/impacts.json>`).<br>
177177
You have to add real ID object. Values on the example file are indicative.
178178

179179
```

source/tests/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# How do you run Navitia's tests suite:
33

44
## Requirements
5-
* You have already setup your environment and built Navitia following the [installation documentation](https://github.com/canaltp/navitia/blob/dev/install.rst).
5+
* You have already setup your environment and built Navitia following the [installation documentation](https://github.com/hove-io/navitia/blob/dev/install.rst).
66

77
## How to run the tests
88

source/tests/utils_test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ inline transit_realtime::TripUpdate make_trip_update_message(
127127
trip_update.SetExtension(kirin::headsign, headsign);
128128
}
129129
// start_date is used to disambiguate trips that are very late, cf:
130-
// https://github.com/CanalTP/chaos-proto/blob/master/gtfs-realtime.proto#L459
130+
// https://github.com/hove-io/chaos-proto/blob/master/gtfs-realtime.proto#L459
131131
trip->set_start_date(start_date);
132132
auto st_update = trip_update.mutable_stop_time_update();
133133

source/time_tables/tests/route_schedules_test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ BOOST_FIXTURE_TEST_CASE(test_get_all_route_stop_times_with_time, route_schedule_
351351
}
352352

353353
/*
354-
* Test with a dataset close to https://github.com/CanalTP/navitia/issues/1161
354+
* Test with a dataset close to https://github.com/hove-io/navitia/issues/1161
355355
*
356356
* The dataset in LOCAL TIME (france) is:
357357
*
@@ -438,7 +438,7 @@ BOOST_FIXTURE_TEST_CASE(test_get_all_route_stop_times_with_different_vp_and_hour
438438
// S2 23:40 00:00 00:20
439439
// S3 23:50 00:10 00:30
440440
//
441-
// Detail in associated PR https://github.com/CanalTP/navitia/pull/1304
441+
// Detail in associated PR https://github.com/hove-io/navitia/pull/1304
442442
BOOST_AUTO_TEST_CASE(test_route_schedule_with_different_vp_over_midnight) {
443443
navitia::type::Calendar* c1;
444444

source/tyr/migrations/versions/606a3dad91d1_add_config_toml_column.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def upgrade():
1818
op.add_column('autocomplete_parameter', sa.Column('config_toml', sa.Text(), nullable=True))
1919
# config_toml must contain the configuration of osm2mimir which looks like :
20-
# https://github.com/CanalTP/mimirsbrunn/pull/436/files#diff-e90069baea048406777c4cc75d75c1c655ad2729ffec59108a1f30f2517f7d28
20+
# https://github.com/hove-io/mimirsbrunn/pull/436/files#diff-e90069baea048406777c4cc75d75c1c655ad2729ffec59108a1f30f2517f7d28
2121
# Create config_toml from old params
2222
connection = op.get_bind()
2323

source/tyr/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Tyr is split into 3 different services:
5252

5353
### Example with Honcho
5454

55-
In Kisio production environments, Tyr is installed as a service via debian packages, but to configure it on dev environment Honcho can be used.
55+
In Hove production environments, Tyr is installed as a service via debian packages, but to configure it on dev environment Honcho can be used.
5656

5757
Honcho is handy to start all the different services.
5858

0 commit comments

Comments
 (0)