Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Api
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OKO
Api
Merge requests
!355
TEST-> piloting : now all of the indicators related cruds are tested
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TEST-> piloting : now all of the indicators related cruds are tested
piloting_tables_and_routes
into
dev
Overview
0
Commits
84
Pipelines
0
Changes
5
Merged
CHIADMI Salma
requested to merge
piloting_tables_and_routes
into
dev
6 months ago
Overview
0
Commits
84
Pipelines
0
Changes
5
Expand
Signed-off-by: CHIADMI Salma
salma.chiadmi@metapolis.fr
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
5fd1f13f
84 commits,
6 months ago
5 files
+
949
−
171
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
app/crud/piloting/indicator_crud.py
+
3
−
3
Options
@@ -125,7 +125,7 @@ def get_indicators_by_axe_id(
tracking_frequency
=
indi
.
tracking_frequency
,
comments
=
indi
.
comments
,
calcul_method
=
indi
.
calcul_method
,
actions
=
indi
.
calcul_method
,
actions
=
indi
.
actions
,
visualization
=
indi
.
visualization
,
target
=
indi
.
target
,
target_year
=
indi
.
target_year
,
@@ -201,7 +201,7 @@ def get_indicator_by_id(
tracking_frequency
=
indicator
.
tracking_frequency
,
comments
=
indicator
.
comments
,
calcul_method
=
indicator
.
calcul_method
,
actions
=
indicator
.
calcul_method
,
actions
=
indicator
.
actions
,
visualization
=
indicator
.
visualization
,
target
=
indicator
.
target
,
target_year
=
indicator
.
target_year
,
@@ -251,7 +251,7 @@ def add_new_indicator(
tracking_frequency
=
indicator
.
tracking_frequency
,
comments
=
indicator
.
comments
,
calcul_method
=
indicator
.
calcul_method
,
actions
=
indicator
.
calcul_method
,
actions
=
indicator
.
actions
,
visualization
=
indicator
.
visualization
,
target
=
indicator
.
target
,
target_year
=
indicator
.
target_year
,
Loading