Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Rex Dri
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rex Dri
Rex Dri
Commits
a74b6ec8
Commit
a74b6ec8
authored
Aug 17, 2018
by
Florent Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
11 changed files
with
60 additions
and
10 deletions
+60
-10
.gitlab-ci.yml
.gitlab-ci.yml
+12
-2
docs/UML/.gitignore
docs/UML/.gitignore
+1
-0
docs/UML/AbstractModules.pu
docs/UML/AbstractModules.pu
+1
-1
docs/UML/Architecture.pu
docs/UML/Architecture.pu
+4
-3
docs/UML/Core.pu
docs/UML/Core.pu
+5
-1
docs/UML/CountryModules.pu
docs/UML/CountryModules.pu
+1
-1
docs/UML/IndiFunctions.pu
docs/UML/IndiFunctions.pu
+1
-1
docs/UML/Makefile
docs/UML/Makefile
+19
-0
docs/UML/UniversityModules.pu
docs/UML/UniversityModules.pu
+1
-1
docs/_sidebar.md
docs/_sidebar.md
+1
-0
docs/architecture.md
docs/architecture.md
+14
-0
No files found.
.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
indi_func
.pu
!include
IndiFunctions
.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/
indi_func
.pu
→
docs/UML/
IndiFunctions
.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