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
640b1dd5
Commit
640b1dd5
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-int32' into 'dev'
Switch integer values to int32 See merge request
!3
parents
5eec0072
1857e2fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Switch integer values to int32
Pipeline
#12645
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
+2
-0
2 additions, 0 deletions
CHANGELOG.md
proto/caosdb/entity/v1alpha1/main.proto
+1
-1
1 addition, 1 deletion
proto/caosdb/entity/v1alpha1/main.proto
with
3 additions
and
1 deletion
CHANGELOG.md
+
2
−
0
View file @
640b1dd5
...
...
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
*
Integer value is 32 bit now.
### Deprecated
### Removed
...
...
This diff is collapsed.
Click to expand it.
proto/caosdb/entity/v1alpha1/main.proto
+
1
−
1
View file @
640b1dd5
...
...
@@ -90,7 +90,7 @@ message ScalarValue {
// Wraps different optimized representations of a single value.
oneof
scalar_value
{
// The value as integer
int
64
integer_value
=
1
;
int
32
integer_value
=
1
;
// The value as double
double
double_value
=
2
;
// The value as bool
...
...
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