Skip to content

Commit c0a300c

Browse files
author
Girondel Etienne
committed
🔧 Fix GitHub org
1 parent cd9a16f commit c0a300c

File tree

81 files changed

+108
-108
lines changed

Some content is hidden

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

81 files changed

+108
-108
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
2-
Le changelog du backend est ici: [hesperides/CHANGELOG.md](https://github.com/voyages-sncf-technologies/hesperides/blob/master/CHANGELOG.md)
2+
Le changelog du backend est ici: [hesperides/CHANGELOG.md](https://github.com/sncf-connect-tech/hesperides/blob/master/CHANGELOG.md)
33

44
Tous les changements notables sur ce projet sont documentés dans ce fichier.
55
Le format est basé sur [Keep a Changelog](http://keepachangelog.com).
@@ -377,7 +377,7 @@ git fetch --tags upstream && gitchangelog && git add CHANGELOG.md
377377

378378
- Sticky default input value in change_module_version modal (#291) [Lucas Cimon]
379379

380-
Will close https://github.com/voyages-sncf-technologies/hesperides/issues/747
380+
Will close https://github.com/sncf-connect-tech/hesperides/issues/747
381381

382382
- Do not use RTL to display left diff values, closes #289 (#290) [Etienne Girondel]
383383

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ Il y a plein de façons d'aider le projet :
2525
- suggérerez de **nouvelles fonctionnalités** ou des améliorations
2626
- [**contribuez au code**](#contribuer-au-code) en corrigeant des bugs ou en ajoutant des fonctionnalités via des _pull requests_
2727

28-
Pour tout ça, le meilleure manière d'entrer en contact avec nous est via le système d'[issues](https://github.com/voyages-sncf-technologies/hesperides/issues) de GitHub,
28+
Pour tout ça, le meilleure manière d'entrer en contact avec nous est via le système d'[issues](https://github.com/sncf-connect-tech/hesperides/issues) de GitHub,
2929
même simplement si vous avez des questions.
3030

3131
# Documentation technique
32-
Elle est située dans le dossier [tech_docs/](https://github.com/voyages-sncf-technologies/hesperides-gui/tree/master/tech_docs)
32+
Elle est située dans le dossier [tech_docs/](https://github.com/sncf-connect-tech/hesperides-gui/tree/master/tech_docs)
3333
et détaille la structure du code ainsi que les conventions employées pour le CSS et les tests par exemple.
3434

3535
# Contribuer au code
36-
Pour les nouveaux venus, nous maintenons une liste de [tâches faciles](https://github.com/voyages-sncf-technologies/hesperides/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
36+
Pour les nouveaux venus, nous maintenons une liste de [tâches faciles](https://github.com/sncf-connect-tech/hesperides/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
3737
incluant des corrections de bugs ou des émaliorations simples, pour vous permettre de débuter doucement avec le code.
3838

3939
Globalement voici comment procéder pour contribuer au code :
40-
1. Assurez-vous qu'il existe une [issue](https://github.com/voyages-sncf-technologies/hesperides/issues) détaillant la modification que vous voulez effectuer, bug ou fonctionnalité.
40+
1. Assurez-vous qu'il existe une [issue](https://github.com/sncf-connect-tech/hesperides/issues) détaillant la modification que vous voulez effectuer, bug ou fonctionnalité.
4141
Idéalement, indiquez dans cette _issue_ que vous commencez à travailler dessus.
4242
2. Créez un [fork de ce repo](https://help.github.com/articles/fork-a-repo/) et installez votre [environnement de développement](#environnement-de-developpement).
4343
3. Codez !
@@ -58,7 +58,7 @@ Et voilà !
5858
Vous aurez besoin d'une version récente de NodeJS et de `npm`.
5959

6060
De plus, nous utilisons Docker pour _packager_ et déployer l'application.
61-
Vous en aurez besoin pour lancer le [_backend_](https://github.com/voyages-sncf-technologies/hesperides) :
61+
Vous en aurez besoin pour lancer le [_backend_](https://github.com/sncf-connect-tech/hesperides) :
6262

6363
docker run --rm -p 8080:8080 -e API_ENDPOINT=... -e SPRING_PROFILES_ACTIVE=noldap,fake_mongo hesperides/hesperides
6464

@@ -70,7 +70,7 @@ Afin d'effectuer certaines validations automatisées à chaque commit,
7070
ce projet emploie des _hooks_ `git` de `pre-commit`, via [l'outil Python du même nom](http://pre-commit.com).
7171

7272
Les _hooks_ configurés sont listés dans le fichier de configuration [.pre-commit-config.yaml](.pre-commit-config.yaml),
73-
et sont exécutés via [Travis CI](https://travis-ci.com/voyages-sncf-technologies/vboard).
73+
et sont exécutés via [Travis CI](https://travis-ci.com/sncf-connect-tech/vboard).
7474
Aucune PR ne sera mergée si ces _hooks_ remontent des erreurs.
7575

7676
Dans la mesure du possible, installez ces _hooks_ sur votre poste de développement.
@@ -91,7 +91,7 @@ Si besoin, vous pouvez lancer manuellement les _hooks_ :
9191

9292

9393
## Intégration continue
94-
[Travis CI](https://travis-ci.com/voyages-sncf-technologies/hesperides-gui) est configuré via le fichier `.travis.yml` pour exécuter les validations suivantes sur chaque _pull request_:
94+
[Travis CI](https://travis-ci.com/sncf-connect-tech/hesperides-gui) est configuré via le fichier `.travis.yml` pour exécuter les validations suivantes sur chaque _pull request_:
9595
- analyse statique du code avec `eslint`
9696
- exécutions de tous les _hooks_ de `pre-commit`
9797
- tests unitaires avec Karma

HACKTOBERFEST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Hacktoberfest
22
This year, the Hesperides project takes part to [Hacktoberfest](https://hacktoberfest.digitalocean.com)!
33

4-
We have labeled some of our issues with [#Hacktoberfest](https://github.com/voyages-sncf-technologies/hesperides-gui/labels/Hacktoberfest)
4+
We have labeled some of our issues with [#Hacktoberfest](https://github.com/sncf-connect-tech/hesperides-gui/labels/Hacktoberfest)
55
to make it easier for you to contribute :)
66

77
Now, Hesperides is a large project, with a lot of "business logic" you probably do not want to learn before your first contribution.
88
It's also maintained by French developpers 🥖 🧀.
9-
But we will commit to write detailed descriptions in our [#Hacktoberfest](https://github.com/voyages-sncf-technologies/hesperides-gui/labels/Hacktoberfest) issues,
9+
But we will commit to write detailed descriptions in our [#Hacktoberfest](https://github.com/sncf-connect-tech/hesperides-gui/labels/Hacktoberfest) issues,
1010
and the next sections will summarize the steps to let you quickly hack with the code.
1111

1212
## Start the backend API with Docker
@@ -54,7 +54,7 @@ curl --fail -u user:password http://localhost:8080/rest/applications -H 'Content
5454
## Start the AngularJS frontend
5555
Should be as simple as:
5656

57-
git clone https://github.com/voyages-sncf-technologies/hesperides-gui
57+
git clone https://github.com/sncf-connect-tech/hesperides-gui
5858
npm install
5959
npm start
6060

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Lint, test and publish](https://github.com/voyages-sncf-technologies/hesperides-gui/workflows/Lint,%20test%20and%20publish/badge.svg)](https://github.com/voyages-sncf-technologies/hesperides-gui/actions?query=branch%3Amaster)
1+
[![Lint, test and publish](https://github.com/sncf-connect-tech/hesperides-gui/workflows/Lint,%20test%20and%20publish/badge.svg)](https://github.com/sncf-connect-tech/hesperides-gui/actions?query=branch%3Amaster)
22

33
[![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
4-
[![](https://img.shields.io/github/issues/voyages-sncf-technologies/hesperides-gui.svg)](https://github.com/voyages-sncf-technologies/hesperides-gui/issues)
5-
[![](https://img.shields.io/github/contributors/voyages-sncf-technologies/hesperides-gui.svg)](https://img.shields.io/github/contributors/voyages-sncf-technologies/hesperides-gui.svg)
4+
[![](https://img.shields.io/github/issues/sncf-connect-tech/hesperides-gui.svg)](https://github.com/sncf-connect-tech/hesperides-gui/issues)
5+
[![](https://img.shields.io/github/contributors/sncf-connect-tech/hesperides-gui.svg)](https://img.shields.io/github/contributors/sncf-connect-tech/hesperides-gui.svg)
66
[![](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
77

88
Hesperides frontend
@@ -11,7 +11,7 @@ Hesperides frontend
1111
Hesperides is an open source tool generating configuration files from a given template with [mustaches](https://mustache.github.io)
1212
and the properties it stores per environment.
1313

14-
The backend lives in this repo: <https://github.com/voyages-sncf-technologies/hesperides>.
14+
The backend lives in this repo: <https://github.com/sncf-connect-tech/hesperides>.
1515

1616
**Development status**: this project is currently maintained by [e-Voyageurs SNCF](https://fr.wikipedia.org/wiki/E.Voyageurs_SNCF).
1717

@@ -30,13 +30,13 @@ Documentation
3030
=============
3131

3232
The user manual is contained in the `docs/` directory,
33-
and available online here: <https://voyages-sncf-technologies.github.io/hesperides-gui/>
33+
and available online here: <https://sncf-connect-tech.github.io/hesperides-gui/>
3434

3535
Technical documentation can be found in `CONTRIBUTING.md` and the `tech_docs/` directory.
3636

3737
Changelog
3838
---------
39-
All the last features & fixes are listed there: [CHANGELOG.md](https://github.com/voyages-sncf-technologies/hesperides-gui/blob/master/CHANGELOG.md).
39+
All the last features & fixes are listed there: [CHANGELOG.md](https://github.com/sncf-connect-tech/hesperides-gui/blob/master/CHANGELOG.md).
4040

4141
Build
4242
=====

docs/best_practices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h4 class="callout-title">Change language instantly</h4>
106106
<h2 class="section-title">Ecosystem</h2>
107107
<div id="ecosystem-cli" class="section-block">
108108
<h3 class="block-title">Command Line Interface</h3>
109-
<p><a href="https://github.com/voyages-sncf-technologies/hesperides-cli">hesperides-cli</a> is written in Python,
109+
<p><a href="https://github.com/sncf-connect-tech/hesperides-cli">hesperides-cli</a> is written in Python,
110110
comes up with a few usage examples as a Docker entrypoint or in a Gitlab CD/CI pipeline,
111111
and is as easy to install as:</p>
112112
<pre><code class="language-shell">pip install hesperides-cli</code></pre>
@@ -171,7 +171,7 @@ <h3 class="block-title">Command Line Interface</h3>
171171
</div><!--//section-block-->
172172
<div id="ecosystem-jenkins-pipelines" class="section-block">
173173
<h3 class="block-title">Jenkins pipelines</h3>
174-
<p>If you need to instrument Hesperides from Jenkins pipelines, a <a href="https://jenkins.io/doc/book/pipeline/shared-libraries/">Groovy shared libray</a> is available for you on Github: <a href="https://github.com/voyages-sncf-technologies/hesperides-jenkins-lib">voyages-sncf-technologies/hesperides-jenkins-lib</a>.</p><img class="img-responsive" src="assets/images/hesperides-jenkins-lib-logo.png" alt="Logo hesperides-jenkins-lib">
174+
<p>If you need to instrument Hesperides from Jenkins pipelines, a <a href="https://jenkins.io/doc/book/pipeline/shared-libraries/">Groovy shared libray</a> is available for you on Github: <a href="https://github.com/sncf-connect-tech/hesperides-jenkins-lib">sncf-connect-tech/hesperides-jenkins-lib</a>.</p><img class="img-responsive" src="assets/images/hesperides-jenkins-lib-logo.png" alt="Logo hesperides-jenkins-lib">
175175
<p>Here is an example of <code>Jenkinsfile</code> that uses it:</p>
176176
<pre><code class="language-groovy">API_ROOT_URL = 'https://hesperides.mycompany.com'
177177

docs/contributing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ <h2 class="section-title">Overview</h2>
5656
<div class="section-block">
5757
<p>Hesperides consists of two parts :</p>
5858
<ul>
59-
<li>a backend module developed in Java (repo git <a href="https://github.com/voyages-sncf-technologies/hesperides">hesperides</a>")
59+
<li>a backend module developed in Java (repo git <a href="https://github.com/sncf-connect-tech/hesperides">hesperides</a>")
6060
</li>
61-
<li>a frontend module developed in Angular JS (repo git <a href="https://github.com/voyages-sncf-technologies/hesperides-gui">hesperides-gui</a>)
61+
<li>a frontend module developed in Angular JS (repo git <a href="https://github.com/sncf-connect-tech/hesperides-gui">hesperides-gui</a>)
6262
</li>
6363
</ul>
6464
<p>
65-
The architecture is detailed here: <a href="https://github.com/voyages-sncf-technologies/hesperides/tree/master/documentation/architecture">documentation/architecture on GitHub</a>.
65+
The architecture is detailed here: <a href="https://github.com/sncf-connect-tech/hesperides/tree/master/documentation/architecture">documentation/architecture on GitHub</a>.
6666
</p>
67-
<p>For more recent instructions, in French, on how to contribute: <a href="https://github.com/voyages-sncf-technologies/hesperides/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a>.
67+
<p>For more recent instructions, in French, on how to contribute: <a href="https://github.com/sncf-connect-tech/hesperides/blob/master/CONTRIBUTING.md">CONTRIBUTING.md</a>.
6868
</div>
6969
</section><!--//doc-section-->
7070
<section id="model-valuation-section" class="doc-section">

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 class="title">Contributing</h3>
7070
<div class="item-inner">
7171
<div class="icon-holder"></div><!--//icon-holder-->
7272
<h3 class="title">Changelog</h3>
73-
<p class="intro">Everything there is to know about new things</p><a class="link" href="https://github.com/voyages-sncf-technologies/hesperides/blob/master/CHANGELOG.md"></a>
73+
<p class="intro">Everything there is to know about new things</p><a class="link" href="https://github.com/sncf-connect-tech/hesperides/blob/master/CHANGELOG.md"></a>
7474
</div><!--//item-inner-->
7575
</div><!--//item-->
7676
<div class="item item-pink item-2 col-md-4 col-sm-6 col-xs-6">

docs/start.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ <h3 class="block-title">Docker Hub images</h3>
136136
<h3 class="block-title">Docker image build</h3>
137137
<p>Building &amp; running the Docker image from the sources</p>
138138
<p><b>Backend:</b></p>
139-
<pre><code class="language-git">git pull https://github.com/voyages-sncf-technologies/hesperides
139+
<pre><code class="language-git">git pull https://github.com/sncf-connect-tech/hesperides
140140
docker build -t hesperides .
141141
docker run --rm -e SPRING_PROFILES_ACTIVE=noldap,fake_mongo hesperides</code></pre>
142142
<p>It can also be launched along a Mongo instance using <code>docker-compose</code>:</p>
143143
<pre><code class="language-git">docker-compose -f docker/docker-compose.yml -f docker/docker-compose-mongo.yml up -d</code></pre>
144144
<p><b>Frontend:</b></p>
145-
<pre><code class="language-git">git pull https://github.com/voyages-sncf-technologies/hesperides-gui
145+
<pre><code class="language-git">git pull https://github.com/sncf-connect-tech/hesperides-gui
146146
docker build -t hesperides-gui .
147147
docker run --rm -it -p 80:80 -e API_ENDPOINT=... hesperides-gui</code></pre>
148148
<p><code>$API_ENDPOINT</code> must be an URL to access the backend, like <code>http://localhost:8080</code></p>
@@ -154,8 +154,8 @@ <h3 class="block-title">Deploying on Heroku</h3>
154154
<p>An <a href="https://devcenter.heroku.com/articles/build-docker-images-heroku-yml"><code>heroku.yml</code> configuration file</a> is provided in each repository as a starting point.</p>
155155
<p>You will need to create 2 apps:</p>
156156
<ul>
157-
<li><b>hesperides</b>: the <em>frontend</em>, corresponding to the <a href="https://github.com/voyages-sncf-technologies/hesperides-gui">hesperides-gui</a> repository</li>
158-
<li><b>hesperides-back</b>: the <em>backend</em>, corresponding to the <a href="https://github.com/voyages-sncf-technologies/hesperides">hesperides</a> repository</li>
157+
<li><b>hesperides</b>: the <em>frontend</em>, corresponding to the <a href="https://github.com/sncf-connect-tech/hesperides-gui">hesperides-gui</a> repository</li>
158+
<li><b>hesperides-back</b>: the <em>backend</em>, corresponding to the <a href="https://github.com/sncf-connect-tech/hesperides">hesperides</a> repository</li>
159159
</ul>
160160
<p>There is a reason behind this choice of Heroku apps naming:
161161
we wanted to have the <em>frontend</em> answering on the URL <a href="https://hesperides.herokuapp.com">https://hesperides.herokuapp.com</a>.</p>
@@ -181,7 +181,7 @@ <h3 class="block-title">Deploying on Heroku</h3>
181181
</div><!--//section-block-->
182182
<div id="configuring-ldap" class="section-block">
183183
<h3 class="block-title">Configuring LDAP</h3>
184-
<p>You can either use the <code>noldap</code> Spring profile, that defines some <a href="https://github.com/voyages-sncf-technologies/hesperides/blob/master/core/presentation/src/main/java/org/hesperides/core/presentation/security/LocalWebSecurityConfig.java#L37">dummy in-memory users</a>, or use the <code>ldap</code> Spring profile and configure the following environment variables:</p>
184+
<p>You can either use the <code>noldap</code> Spring profile, that defines some <a href="https://github.com/sncf-connect-tech/hesperides/blob/master/core/presentation/src/main/java/org/hesperides/core/presentation/security/LocalWebSecurityConfig.java#L37">dummy in-memory users</a>, or use the <code>ldap</code> Spring profile and configure the following environment variables:</p>
185185
<ul>
186186
<li><code>$LDAP_URL</code>: required, example value: <code>ldaps://ldap.example.com:636</code></li>
187187
<li><code>$LDAP_DOMAIN</code>: optional</li>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "hesperides-gui",
33
"version": "4.3.0",
44
"description": "Hesperides GUI",
5-
"homepage": "https://github.com/voyages-sncf-technologies/hesperides-gui",
5+
"homepage": "https://github.com/sncf-connect-tech/hesperides-gui",
66
"repository": {
77
"type": "git",
8-
"url": "[email protected]:voyages-sncf-technologies/hesperides-gui.git"
8+
"url": "[email protected]:sncf-connect-tech/hesperides-gui.git"
99
},
1010
"license": "GPL",
1111
"private": true,

src/app/application/application.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 Hesperides distribution.
3-
* (https://github.com/voyages-sncf-technologies/hesperides)
3+
* (https://github.com/sncf-connect-tech/hesperides)
44
* Copyright (c) 2016 VSCT.
55
*
66
* Hesperides is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)