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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
da4b03be
Verified
Commit
da4b03be
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Typos and wording fixed.
parent
fe58edac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#15867
passed with warnings
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-4
4 additions, 4 deletions
CHANGELOG.md
proto/caosdb/entity/v1/main.proto
+7
-7
7 additions, 7 deletions
proto/caosdb/entity/v1/main.proto
with
11 additions
and
11 deletions
CHANGELOG.md
+
4
−
4
View file @
da4b03be
...
...
@@ -25,7 +25,7 @@ transactions for insertion, updates, retrieval and deletion of entities and the
upload and download of binary files.
Entities can be retrieved by id or by query. Several entities can be processed
a single transaction and the transaction types (insertion, update, deletion,
in
a single transaction and the transaction types (insertion, update, deletion,
retrieval) can be mixed in a single transaction.
Notable current limitations of the API:
...
...
@@ -33,14 +33,14 @@ Notable current limitations of the API:
*
The error handling is still not perfect. Properties cannot have messages
right now and only a few error messages are defined in the API.
*
The version message can only represent the version id of an entity. The
H
istory cannot be retrieved.
h
istory cannot be retrieved.
*
The entity's access control lists cannot be changed or retrieved.
*
The entity state cannot be changed or retrieved.
*
A lot of flags (e.g. inheritance among other things) which are implemented
in the REST
-
API of CaosDB are not supported.
in the REST
API of CaosDB are not supported.
The current release is designed in a way that these limitation can be be
overcome in future releases of the API without braking backwards compatibility.
overcome in future releases of the API without br
e
aking backwards compatibility.
#### Info API (v1)
...
...
This diff is collapsed.
Click to expand it.
proto/caosdb/entity/v1/main.proto
+
7
−
7
View file @
da4b03be
...
...
@@ -155,10 +155,10 @@ enum MessageCode {
// On update: Entity, Property or Parent has no ID and the server is
// configured to require a valid ID for all entities which are to be updated
// and their properties and parents as well.
// and
for
their properties and parents as well.
MESSAGE_CODE_ENTITY_HAS_NO_ID
=
7
;
// Entity is required by other entities which are not to be deleted.
//
On delete:
Entity is required by other entities which are not to be deleted.
MESSAGE_CODE_REQUIRED_BY_PERSISTENT_ENTITY
=
8
;
// Property has no datatype.
...
...
@@ -215,8 +215,8 @@ enum MessageCode {
// Cannot parse value as integer value.
MESSAGE_CODE_CANNOT_PARSE_INT_VALUE
=
26
;
// Cannot parse value as boolean value (either 'true' or 'false',
ignoring
//
cas
e).
// Cannot parse value as boolean value (either 'true' or 'false',
case
//
insensitiv
e).
MESSAGE_CODE_CANNOT_PARSE_BOOL_VALUE
=
27
;
// File could not be found.
...
...
@@ -258,7 +258,7 @@ enum MessageCode {
// Affiliation is not defined for this child-parent constellation.
MESSAGE_CODE_AFFILIATION_ERROR
=
40
;
// An error occured during the parsing of this query. Maybe you
use
a wrong
// An error occured during the parsing of this query. Maybe you
were using
a wrong
// syntax?
MESSAGE_CODE_QUERY_PARSING_ERROR
=
41
;
...
...
@@ -323,8 +323,8 @@ enum MessageCode {
MESSAGE_CODE_INTEGER_VALUE_OUT_OF_RANGE
=
58
;
// This entity caused an unexpected integrity violation. This is a strong
// indicator for a server bug. Please report.
MESSAGE_CODE_INTEGRITY_VIOL
O
ATION
=
59
;
// indicator for a server bug. Please report.
MESSAGE_CODE_INTEGRITY_VIOLATION
=
59
;
}
// Messages are used by server's or client's to transport *transient*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment