Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
a74b6ec8
Commit
a74b6ec8
authored
Aug 17, 2018
by
Florent Chehab
Browse files
Plantuml support in CI and slight changes
parent
d57c17a4
Pipeline
#26254
failed with stages
in 24 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a74b6ec8
stages
:
-
test
-
syntaxe
-
doc
-
deploy
testing
:
stage
:
test
image
:
python:3.6.5-jessie
...
...
@@ -19,7 +25,7 @@ testing:
-
docker
flake8
:
stage
:
test
stage
:
syntaxe
image
:
python:3.6.5-jessie
script
:
-
pip install flake8
...
...
@@ -28,12 +34,16 @@ flake8:
-
docker
pages
:
stage
:
deploy
stage
:
doc
image
:
floawfloaw/plantuml
dependencies
:
-
testing
script
:
-
mkdir .public
-
mv htmlcov/ .public/coverage
-
cd docs/UML
-
make all
-
cd ../../
-
mv docs/ .public/docs
-
mv .public public
artifacts
:
...
...
docs/UML/.gitignore
0 → 100644
View file @
a74b6ec8
generated
\ No newline at end of file
docs/UML/AbstractModules.pu
View file @
a74b6ec8
@
startuml
indi_func
@
startuml
package
AbstractModels
#
lightgrey
{
...
...
docs/UML/
UML
.pu
→
docs/UML/
Architecture
.pu
View file @
a74b6ec8
@startuml Architecture
!include core.pu
@startuml
!include Core.pu
!include UniversityModules.pu
!include CountryModules.pu
!include AbstractModules.pu
!include
i
ndi
_f
unc.pu
!include
I
ndi
F
unc
tions
.pu
@enduml
docs/UML/
c
ore.pu
→
docs/UML/
C
ore.pu
View file @
a74b6ec8
@
startuml
package
Core
{
' note as notePackageCore
...
...
@@ -89,4 +91,6 @@ note on link #white
note
left
of
UsefullLinks
:
It
will
be
a
dynamic
page
\
n
on
the
website
}
' End of Core block
\ No newline at end of file
' End of Core block
@enduml
\ No newline at end of file
docs/UML/CountryModules.pu
View file @
a74b6ec8
@
startuml
CountryModule
@
startuml
package
CountryModule
{
abstract
class
PhotoCopyCountry
as
"Photo"
#
red
...
...
docs/UML/
i
ndi
_f
unc.pu
→
docs/UML/
I
ndi
F
unc
tions
.pu
View file @
a74b6ec8
@
startuml
indi_func
@
startuml
package
IndividualizedFunctionalities
#
lightblue
{
...
...
docs/UML/Makefile
0 → 100644
View file @
a74b6ec8
TARGET
=
\
generated/Architecture.svg
\
generated/Core.svg
\
generated/UniversityModules.svg
generated/CountryModules.svg
\
generated/AbstractModules.svg
\
generated/IndiFunctions.svg
\
all
:
$(TARGET)
generated/%.svg
:
%.pu
mkdir
-p
generated/
plantuml
-tsvg
-o
$(
abspath
generated/
)
$<
.PHONY
:
clean
clean
:
rm
-rf
generated/
docs/UML/UniversityModules.pu
View file @
a74b6ec8
@
startuml
Architecture
@
startuml
skinparam
defaultFontName
Inconsolata
...
...
docs/_sidebar.md
View file @
a74b6ec8
...
...
@@ -3,6 +3,7 @@
*
[
Présentation
](
/
)
*
[
Installation
](
installation.md
)
*
[
Chargement des données
](
load.md
)
*
[
Architecture
](
architecture.md
)
*
[
API
](
API.md
)
*
[
À propos de cette documentation
](
this_doc.md
)
*
[
Contributions
](
contributions.md
)
\ No newline at end of file
docs/architecture.md
0 → 100644
View file @
a74b6ec8
Architecture
===============================
Présentation de l'architecture du backend.
Vue complète :

Vue plus précise :





\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment