Skip to content

Commit

Permalink
docs: update some comment and documentation to Hove
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Apr 20, 2022
1 parent e49622e commit 5a556d6
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion scripts/build_navitia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# - to have git and sudo installed
# - to have cloned the sources repository
#
# git clone https://github.com/CanalTP/navitia
# git clone https://github.com/hove-io/navitia
#
# - and to be in the cloned repository:
# cd navitia
Expand Down
2 changes: 1 addition & 1 deletion scripts/ubuntu_bionic_disco_dev_env_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ echo "**********************************************"
echo ""
echo ""
echo "1. clone navitia"
echo "$ git clone https://github.com/CanalTP/navitia.git"
echo "$ git clone https://github.com/hove-io/navitia.git"
echo ""
echo "for convenience reason, some submodule links are in ssh (easier to push)"
echo "it is thus mandatory for the user to have a github access"
Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)

# The Kraken project (kisio Digital corp.)
# The Kraken project (Hove corp.)
# https://www.navitia.io/
# ___
# .-' `'.
Expand Down
2 changes: 1 addition & 1 deletion source/ed/connectors/fusio_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ www.navitia.io
#include "gtfs_parser.h"

/**
* Read CanalTP custom transportation files
* Read Hove custom transportation files
*
* The format is based on GTFS but additional data have been added
*
Expand Down
2 changes: 1 addition & 1 deletion source/jormungandr/jormungandr/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def get_user(token, abort_if_no_token=True):
if abort_if_no_token:
flask_restful.abort(
401,
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',
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',
)
else:
return None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def as_getter(self, serializer_field_name, serializer_cls):

id = LiteralField("beta_endpoint", schema_type=str, display_none=True)
message = LiteralField(
'This service is under construction. You can help through github.com/CanalTP/navitia',
'This service is under construction. You can help through github.com/hove-io/navitia',
schema_type=str,
display_none=True,
)
Expand Down
4 changes: 2 additions & 2 deletions source/navitia_version.py.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (c) 2001-2014, Canal TP and/or its affiliates. All rights reserved.
# Copyright (c) 2001-2022, Hove and/or its affiliates. All rights reserved.
#
# This file is part of Navitia,
# the software to build cool stuff with public transport.
#
# Hope you'll enjoy and contribute to this project,
# powered by Canal TP (www.canaltp.fr).
# powered by Hove (www.hove.com).
# Help us simplify mobility and open public transport:
# a non ending quest to the responsive locomotion way of traveling!
#
Expand Down
2 changes: 1 addition & 1 deletion source/navitiacommon/testscommon/docker_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_db_cnx(self):
def PostgisDocker():
return DockerWrapper(
image_name='postgis:2.1',
dockerfile_path='github.com/CanalTP/docker-postgis.git',
dockerfile_path='github.com/hove-io/docker-postgis.git',
dbname='postgres',
dbuser='docker',
dbpassword='docker',
Expand Down
2 changes: 1 addition & 1 deletion source/scripts/check_retrocompat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

branch_to=$1 # Branch to merge to
pull_request_num=$2 # Github PR number
pull_request_slug=$3 # Git respo destination (eg. Canaltp/navitia)
pull_request_slug=$3 # Git respo destination (eg. hove-io/navitia)
buildbotctp_token=$4 # Github token
github_api_endpoint="https://api.github.com/repos"
warning_msg="## Warning \n You've modified files that potentially affect the model. \
Expand Down
2 changes: 1 addition & 1 deletion source/scripts/disruption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ PYTHONPATH="navitia_source_dir/source/chaos-proto" python2.7 disruptor.py -b pya

Disruptions **with file**

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

```
Expand Down
2 changes: 1 addition & 1 deletion source/tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# How do you run Navitia's tests suite:

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

## How to run the tests

Expand Down
2 changes: 1 addition & 1 deletion source/tests/utils_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ inline transit_realtime::TripUpdate make_trip_update_message(
trip_update.SetExtension(kirin::headsign, headsign);
}
// start_date is used to disambiguate trips that are very late, cf:
// https://github.com/CanalTP/chaos-proto/blob/master/gtfs-realtime.proto#L459
// https://github.com/hove-io/chaos-proto/blob/master/gtfs-realtime.proto#L459
trip->set_start_date(start_date);
auto st_update = trip_update.mutable_stop_time_update();

Expand Down
4 changes: 2 additions & 2 deletions source/time_tables/tests/route_schedules_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ BOOST_FIXTURE_TEST_CASE(test_get_all_route_stop_times_with_time, route_schedule_
}

/*
* Test with a dataset close to https://github.com/CanalTP/navitia/issues/1161
* Test with a dataset close to https://github.com/hove-io/navitia/issues/1161
*
* The dataset in LOCAL TIME (france) is:
*
Expand Down Expand Up @@ -438,7 +438,7 @@ BOOST_FIXTURE_TEST_CASE(test_get_all_route_stop_times_with_different_vp_and_hour
// S2 23:40 00:00 00:20
// S3 23:50 00:10 00:30
//
// Detail in associated PR https://github.com/CanalTP/navitia/pull/1304
// Detail in associated PR https://github.com/hove-io/navitia/pull/1304
BOOST_AUTO_TEST_CASE(test_route_schedule_with_different_vp_over_midnight) {
navitia::type::Calendar* c1;

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

Expand Down
2 changes: 1 addition & 1 deletion source/tyr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Tyr is split into 3 different services:

### Example with Honcho

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

Honcho is handy to start all the different services.

Expand Down

0 comments on commit 5a556d6

Please sign in to comment.