Skip to content

Commit 523bdbd

Browse files
committed
Fix references to GitHub org
1 parent e8a09e1 commit 523bdbd

File tree

202 files changed

+220
-220
lines changed

Some content is hidden

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

202 files changed

+220
-220
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7474
## [1.1.2] - 2018-01-19
7575
### Fixed
7676
- Fixing `$VBOARD_WP_PUBLIC_HOST` injection in `vboard-front/run_http_server.sh`
77-
- Upgraded some Maven dependencies to get rid of vulnerable ones - cf. https://github.com/voyages-sncf-technologies/vboard/issues/17
78-
- Fixing bug that prevents to add a new pin - cf. https://github.com/voyages-sncf-technologies/vboard/issues/1
77+
- Upgraded some Maven dependencies to get rid of vulnerable ones - cf. https://github.com/sncf-connect-tech/vboard/issues/17
78+
- Fixing bug that prevents to add a new pin - cf. https://github.com/sncf-connect-tech/vboard/issues/1
7979
- Fixing typos and issues #24 #25 #26: enabling ELS dynamic scripting + duplicate entries in `docker-compose` YAMLs + missing `ng-model` in `vboardPin.html`
80-
- Fixing pins image upload - cf. https://github.com/voyages-sncf-technologies/vboard/issues/32
80+
- Fixing pins image upload - cf. https://github.com/sncf-connect-tech/vboard/issues/32
8181

8282
## [1.1.1] - 2018-01-12
8383
### Fixed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ There are many ways you can help us in this project:
3030
- tell us when you face **bugs** by creating a [bug report issue](#reporting-a-bug)
3131
- **contribute some code** to the project, by making a [pull request](#code)
3232

33-
Overall, don't hesitate to get in touch with us throught this project [issues](https://github.com/voyages-sncf-technologies/vboard/issues) for any request,
33+
Overall, don't hesitate to get in touch with us throught this project [issues](https://github.com/sncf-connect-tech/vboard/issues) for any request,
3434
even for simple questions.
3535

36-
We use [GitHub projects](https://github.com/voyages-sncf-technologies/vboard/projects/1) as a simple workflow to triage the issues.
36+
We use [GitHub projects](https://github.com/sncf-connect-tech/vboard/projects/1) as a simple workflow to triage the issues.
3737

3838
# Suggesting new features
3939

40-
First off, make sure it hasn't been suggested yet by making a quick [issues search](https://github.com/voyages-sncf-technologies/vboard/issues).
40+
First off, make sure it hasn't been suggested yet by making a quick [issues search](https://github.com/sncf-connect-tech/vboard/issues).
4141

4242
If not, simply open an issue including the following information:
4343
- a short description of what you have in mind
@@ -52,7 +52,7 @@ If not, simply open an issue including the following information:
5252

5353
# Reporting a bug
5454

55-
First off, make sure it hasn't been reported before by making a quick [issues search](https://github.com/voyages-sncf-technologies/vboard/issues).
55+
First off, make sure it hasn't been reported before by making a quick [issues search](https://github.com/sncf-connect-tech/vboard/issues).
5656

5757
If not, please open an issue including the following information:
5858
- the current version of V.Board you are using
@@ -63,7 +63,7 @@ If not, please open an issue including the following information:
6363

6464
# Code
6565

66-
For newcomers, we maintin a list of [good first issues](https://github.com/voyages-sncf-technologies/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
66+
For newcomers, we maintin a list of [good first issues](https://github.com/sncf-connect-tech/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
6767
including bug fixes and minor improvments,
6868
to get you started with the code.
6969

@@ -96,14 +96,14 @@ Moreover, we use Docker to have a convenient way to deploy the full app or launc
9696
It may suffice if you don't want to install NodeJS for example, but will not be very handy to use to develop the Java backend iteratively.
9797

9898
Please check the `README.md` of each component for more information:
99-
- [vboard-ws](https://github.com/voyages-sncf-technologies/vboard/tree/master/vboard-ws)
100-
- [vboard-front](https://github.com/voyages-sncf-technologies/vboard/tree/master/vboard-front)
99+
- [vboard-ws](https://github.com/sncf-connect-tech/vboard/tree/master/vboard-ws)
100+
- [vboard-front](https://github.com/sncf-connect-tech/vboard/tree/master/vboard-front)
101101

102102
## pre-commit hooks
103103

104104
In order to execute a number of checks before each commit, this project uses `git` [pre-commit](http://pre-commit.com) hooks.
105105
They are listed in the [.pre-commit-config.yaml](.pre-commit-config.yaml) configuration file
106-
and are executed by [Travis CI](https://travis-ci.com/voyages-sncf-technologies/vboard).
106+
and are executed by [Travis CI](https://travis-ci.com/sncf-connect-tech/vboard).
107107
No PR will be merged unless they the hooks pass.
108108

109109
As much as possible, please try to install them on your development machine.
@@ -128,7 +128,7 @@ There is no tool configured on the backend side to enforce any code style, but p
128128

129129
## Continuous integration
130130

131-
[Travis CI](https://travis-ci.com/voyages-sncf-technologies/vboard) is configured on this project to build both the backend & frontend components,
131+
[Travis CI](https://travis-ci.com/sncf-connect-tech/vboard) is configured on this project to build both the backend & frontend components,
132132
on each each commit or pull request, and warn on build / code style / test failures.
133133

134134
## Code reviews
@@ -145,7 +145,7 @@ Code reviewers should follow those guidelines:
145145

146146
1. Update version in `vboard-ws/pom.xml` & `vboard-front/package.json`
147147
2. Update `CHANGELOG.md`
148-
3. Create a new release & tag on [GitHub](https://github.com/voyages-sncf-technologies/vboard/releases)
148+
3. Create a new release & tag on [GitHub](https://github.com/sncf-connect-tech/vboard/releases)
149149

150150
## Release on Docker hub
151151
```

LICENSE-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This file is part of the vboard distribution.
2-
(https://github.com/voyages-sncf-technologies/vboard)
2+
(https://github.com/sncf-connect-tech/vboard)
33
Copyright (c) 2017 VSCT.
44

55
vboard is free software: you can redistribute it and/or modify

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
22
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
3-
-> come look at our [good first issues](https://github.com/voyages-sncf-technologies/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
3+
-> come look at our [good first issues](https://github.com/sncf-connect-tech/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
44

5-
[![Build, test and publish](https://github.com/voyages-sncf-technologies/vboard/workflows/Build,%20test%20and%20publish/badge.svg)](https://github.com/voyages-sncf-technologies/vboard/actions?query=branch%3Amaster)
5+
[![Build, test and publish](https://github.com/sncf-connect-tech/vboard/workflows/Build,%20test%20and%20publish/badge.svg)](https://github.com/sncf-connect-tech/vboard/actions?query=branch%3Amaster)
66
[![](https://img.shields.io/docker/pulls/vboard/vboard-batchs.svg)](https://hub.docker.com/r/vboard)
77
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
88

9-
Dependency analysis: [![Known npm Vulnerabilities](https://snyk.io/test/github/voyages-sncf-technologies/vboard/badge.svg?targetFile=vboard-front%2Fpackage.json)](https://snyk.io/test/github/voyages-sncf-technologies/vboard?targetFile=vboard-front%2Fpackage.json) (npm) <!--[![Known Maven Vulnerabilities](https://snyk.io/test/github/voyages-sncf-technologies/vboard/badge.svg?targetFile=vboard-ws%2Fpom.xml)](https://snyk.io/test/github/voyages-sncf-technologies/vboard?targetFile=vboard-ws%2Fpom.xml) (Maven)-->
9+
Dependency analysis: [![Known npm Vulnerabilities](https://snyk.io/test/github/sncf-connect-tech/vboard/badge.svg?targetFile=vboard-front%2Fpackage.json)](https://snyk.io/test/github/sncf-connect-tech/vboard?targetFile=vboard-front%2Fpackage.json) (npm) <!--[![Known Maven Vulnerabilities](https://snyk.io/test/github/sncf-connect-tech/vboard/badge.svg?targetFile=vboard-ws%2Fpom.xml)](https://snyk.io/test/github/sncf-connect-tech/vboard?targetFile=vboard-ws%2Fpom.xml) (Maven)-->
1010

1111

1212
V.Board is an information sharing app. It allows users to share "pins", that is byte-size pieces of information: an URL, a picture and a short description.
@@ -83,7 +83,7 @@ It is shared between the `ws` and `front` services: `ws` writes in it and `front
8383
There are 3 supported mode of authentication, that are activated in this order:
8484

8585
- through a [Keycloak instance](https://www.keycloak.org), if the environment variables `$KCK_ENABLED`, `$KCK_PUBLIC_HOST` & `$KCK_REALM_KEY` are defined,
86-
_cf_. [KeycloakEnabledInEnv.java](https://github.com/voyages-sncf-technologies/vboard/blob/master/vboard-ws/src/main/java/com/vsct/vboard/config/KeycloakEnabledInEnv.java)
86+
_cf_. [KeycloakEnabledInEnv.java](https://github.com/sncf-connect-tech/vboard/blob/master/vboard-ws/src/main/java/com/vsct/vboard/config/KeycloakEnabledInEnv.java)
8787
- through [AWS Cognito](https://aws.amazon.com/fr/cognito/), with a `X-AMZN-OIDC-DATA` HTTP header containing a JWT token,
8888
if the environment variable `$AWS_COGNITO_ENABLED` is defined
8989
- anonymous mode

vboard-front/bundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the vboard distribution.
3-
* (https://github.com/voyages-sncf-technologies/vboard)
3+
* (https://github.com/sncf-connect-tech/vboard)
44
* Copyright (c) 2017 VSCT.
55
*
66
* vboard is free software: you can redistribute it and/or modify

vboard-front/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the vboard distribution.
3-
* (https://github.com/voyages-sncf-technologies/vboard)
3+
* (https://github.com/sncf-connect-tech/vboard)
44
* Copyright (c) 2017 VSCT.
55
*
66
* vboard is free software: you can redistribute it and/or modify

vboard-front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"engineStrict": true,
4343
"repository": {
4444
"type": "git",
45-
"url": "[email protected]:voyages-sncf-technologies/vboard.git"
45+
"url": "[email protected]:sncf-connect-tech/vboard.git"
4646
},
4747
"scripts": {
4848
"build": "pleeease-compile && node bundler.js",

vboard-front/src/main/common/app/scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the vboard distribution.
3-
* (https://github.com/voyages-sncf-technologies/vboard)
3+
* (https://github.com/sncf-connect-tech/vboard)
44
* Copyright (c) 2017 VSCT.
55
*
66
* vboard is free software: you can redistribute it and/or modify

vboard-front/src/main/common/app/scripts/events/onDocumentBottomReached.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the vboard distribution.
3-
* (https://github.com/voyages-sncf-technologies/vboard)
3+
* (https://github.com/sncf-connect-tech/vboard)
44
* Copyright (c) 2017 VSCT.
55
*
66
* vboard is free software: you can redistribute it and/or modify

vboard-front/src/main/common/app/scripts/ressources/imgWithFallback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the vboard distribution.
3-
* (https://github.com/voyages-sncf-technologies/vboard)
3+
* (https://github.com/sncf-connect-tech/vboard)
44
* Copyright (c) 2017 VSCT.
55
*
66
* vboard is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)