Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AoU-Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AoU
AoU-Backend
Merge requests
!161
feat: add metadata v2 (de)serializers, MetadataExtractorV2,...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: add metadata v2 (de)serializers, MetadataExtractorV2,...
rodn-403-simpler-pivotal-format-updates
into
master
Overview
6
Commits
20
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Nicolas.Rod
requested to merge
rodn-403-simpler-pivotal-format-updates
into
master
4 years ago
Overview
6
Commits
20
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
feat: [AOU-403] upgrade pivotal metadata format to version 2
https://issues.unige.ch/browse/AOU-403
0
0
Merge request reports
Viewing commit
e3734acf
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e3734acf
fix: use cstruct as structure 'code' in angular-form-data-v2.json
· e3734acf
Nicolas.Rod
authored
4 years ago
AoU-ResourceServerCommon/src/test/resources/angular-form-data-v2.json
+
2
−
2
Options
@@ -79,8 +79,8 @@
"mandator"
:
"My mandator"
,
"academicStructures"
:
[
{
"code"
:
"547"
,
"
oldC
ode"
:
"1"
,
//
'code_struct'
is
still
used
for
'code'
"
c
ode"
:
"1"
,
"name"
:
"Faculté des sciences"
}
],
Loading