Merge commit 'bec2e0be5371e3908db02215a1168faec11c062b' into feature/flaskroutes
commit
8c6b59453f
@ -0,0 +1,16 @@
|
||||
image: alpine
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: echo "Running tests"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script: echo "Building the app"
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,21 @@
|
||||
- - Albret
|
||||
- alb
|
||||
- - Alençon
|
||||
- alb
|
||||
- - Anjou
|
||||
- anj
|
||||
- - Armagnac
|
||||
- arm
|
||||
- - Berry
|
||||
- bry
|
||||
- - Bourbon
|
||||
- brb
|
||||
- - Bourgogne
|
||||
- brg
|
||||
- - Bretagne
|
||||
- bre
|
||||
- - Orléans
|
||||
- orl
|
||||
- - Savoie
|
||||
- sav
|
||||
|
||||
@ -0,0 +1,45 @@
|
||||
- - Alain
|
||||
- al
|
||||
- - Amédée
|
||||
- am
|
||||
- - Arthur
|
||||
- ar
|
||||
- - Bernard
|
||||
- be
|
||||
- - Charles
|
||||
- ch
|
||||
- - Édouard
|
||||
- ed
|
||||
- - François
|
||||
- fr
|
||||
- - Jean
|
||||
- je
|
||||
- - Louis
|
||||
- lo
|
||||
- - Philippe
|
||||
- ph
|
||||
- - Pierre
|
||||
- pi
|
||||
- - René
|
||||
- re
|
||||
- - Anne
|
||||
- ann
|
||||
- - Agnès
|
||||
- agn
|
||||
- - Béatrice
|
||||
- bea
|
||||
- - Blanche
|
||||
- bla
|
||||
- - Bonne
|
||||
- bon
|
||||
- - Catherine
|
||||
- cat
|
||||
- - Françoise
|
||||
- fra
|
||||
- - Jeanne
|
||||
- jea
|
||||
- - Marguerite
|
||||
- mag
|
||||
- - Marie
|
||||
- mar
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"alb": "Alen\u00e7on",
|
||||
"anj": "Anjou",
|
||||
"arm": "Armagnac",
|
||||
"brb": "Bourbon",
|
||||
"bre": "Bretagne",
|
||||
"brg": "Bourgogne",
|
||||
"bry": "Berry",
|
||||
"orl": "Orl\u00e9ans",
|
||||
"sav": "Savoie"
|
||||
}
|
||||
@ -0,0 +1,27 @@
|
||||
{
|
||||
"agn": "Agn\u00e8s",
|
||||
"al": "Alain",
|
||||
"am": "Am\u00e9d\u00e9e",
|
||||
"ann": "Anne",
|
||||
"ar": "Arthur",
|
||||
"be": "Bernard",
|
||||
"bea": "B\u00e9atrice",
|
||||
"bla": "Blanche",
|
||||
"bon": "Bonne",
|
||||
"cat": "Catherine",
|
||||
"ch": "Charles",
|
||||
"ed": "\u00c9douard",
|
||||
"fr": "Fran\u00e7ois",
|
||||
"fra": "Fran\u00e7oise",
|
||||
"je": "Jean",
|
||||
"jea": "Jeanne",
|
||||
"lo": "Louis",
|
||||
"mag": "Marguerite",
|
||||
"mar": "Marie",
|
||||
"ph": "Philippe",
|
||||
"pi": "Pierre",
|
||||
"re": "Ren\u00e9",
|
||||
"isa": "Isabelle",
|
||||
"yol": "Yolande"
|
||||
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue