Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Merge requests
!5
Release 0.1
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Release 0.1
release-0.1
into
main
Overview
0
Commits
5
Pipelines
4
Changes
1
Merged
Timm Fitschen
requested to merge
release-0.1
into
main
3 years ago
Overview
0
Commits
5
Pipelines
4
Changes
1
0
0
Merge request reports
Viewing commit
2f8d7517
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
2f8d7517
STY: formatting
· 2f8d7517
Timm Fitschen
authored
3 years ago
proto/caosdb/entity/v1/main.proto
+
2
−
1
View file @ 2f8d7517
Edit in single-file editor
Open in Web IDE
Show full file
@@ -294,7 +294,8 @@ enum MessageCode {
// This reference cannot be identified due to name duplicates.
MESSAGE_CODE_REFERENCE_NAME_DUPLICATES
=
50
;
// The datatype which is to be inherited could not be detected due to divergent datatypes of at least two parents.
// The datatype which is to be inherited could not be detected due to
// divergent datatypes of at least two parents.
MESSAGE_CODE_DATA_TYPE_INHERITANCE_AMBIGUOUS
=
51
;
// This datatype does not accept collections of values (e.g. Lists).
Loading