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
!93
feat: two types for comments and adapted permission service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: two types for comments and adapted permission service
adf-250-comments-for-validator-only
into
master
Overview
7
Commits
5
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Alicia.DeDiosFuente
requested to merge
adf-250-comments-for-validator-only
into
master
4 years ago
Overview
7
Commits
5
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
https://issues.unige.ch/browse/AOU-250
0
0
Merge request reports
Compare
version 6
version 7
76c3d855
4 years ago
version 6
ac64af48
4 years ago
version 5
4bbe73fa
4 years ago
version 4
d31135d9
4 years ago
version 3
bf52e37b
4 years ago
version 2
51b258d3
4 years ago
version 1
9234152e
4 years ago
master (base)
and
version 7
latest version
4e2decff
5 commits,
4 years ago
version 7
76c3d855
4 commits,
4 years ago
version 6
ac64af48
3 commits,
4 years ago
version 5
4bbe73fa
2 commits,
4 years ago
version 4
d31135d9
1 commit,
4 years ago
version 3
bf52e37b
1 commit,
4 years ago
version 2
51b258d3
1 commit,
4 years ago
version 1
9234152e
1 commit,
4 years ago
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
AoU-ResourceServerCommon/src/main/java/ch/unige/aou/controller/AouControllerAction.java
+
2
−
2
Options
@@ -5,6 +5,6 @@ public enum AouControllerAction {
DOWNLOAD_SIP_FILE
,
EXTEND_RETENTION
,
GET
,
GET_AIP
,
GET_CURRENT_FORM
,
GET_FILE
,
GET_FORM
,
GET_MEMBER
,
HISTORY
,
LIST
,
LIST_FILES
,
LIST_FORMS
,
LIST_MEMBERS
,
PREPARE_DOWNLOAD_ARCHIVE
,
REINDEX
,
REJECT
,
RESERVE_DOI
,
RESUME
,
RESUME_FILE
,
SEND_FILES
,
SUBMIT_FOR_VALIDATION
,
SUBMIT
,
UPDATE
,
VALIDATE_FILE
,
ADD_DEPOSIT_RESEARCH_GROUP
,
DELETE_DEPOSIT_RESEARCH_GROUP
,
UPDATE_DEPOSIT_RESEARCH_GROUP
,
ADD_DEPOSIT_STRUCTURE
,
DELETE_DEPOSIT_STRUCTURE
,
UPDATE_DEPOSIT_STRUCTURE
,
ADD_DEPOSIT_COMMENT
,
DELETE_DEPOSIT_COMMENT
,
UPDATE_DEPOSIT_COMMENT
,
LIST_DEPOSIT_COMMENT
,
GET_DEPOSIT_COMMENT
,
ADD_DOCUMENT_FILE
,
DELETE_DOCUMENT_FILE
,
UPDATE_DOCUMENT_FILE
,
UPLOAD_DOCUMENT_FILE
,
ASK_FEEDBACK
UPDATE_DEPOSIT_STRUCTURE
,
ADD_DEPOSIT_COMMENT
,
DELETE_DEPOSIT_COMMENT
,
UPDATE_DEPOSIT_COMMENT
,
LIST_DEPOSIT_COMMENT
S
,
LIST_VALIDATOR_COMMENTS
,
GET_DEPOSIT_COMMENT
,
ADD_DOCUMENT_FILE
,
DELETE_DOCUMENT_FILE
,
UPDATE_DOCUMENT_FILE
,
UPLOAD_DOCUMENT_FILE
,
ASK_FEEDBACK
}
Loading