Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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-server
Commits
d4cdc595
Verified
Commit
d4cdc595
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into f-grpc-f-acm
parents
5853d63d
dbe43993
No related branches found
No related tags found
2 merge requests
!58
REL: prepare release 0.7.2
,
!45
F grpc f acm
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
src/doc/CHANGELOG.md
+1
-0
1 addition, 0 deletions
src/doc/CHANGELOG.md
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
src/doc/index.rst
+1
-0
1 addition, 0 deletions
src/doc/index.rst
with
20 additions
and
4 deletions
CHANGELOG.md
+
14
−
0
View file @
d4cdc595
...
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [v0.6.0] - 2021-11-17
## [v0.6.0] - 2021-11-17
(Timm Fitschen)
(Timm Fitschen)
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
2
−
2
View file @
d4cdc595
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.caosdb
</groupId>
<groupId>
org.caosdb
</groupId>
<artifactId>
caosdb-server
</artifactId>
<artifactId>
caosdb-server
</artifactId>
<version>
0.
6.1
-SNAPSHOT
</version>
<version>
0.
7.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<name>
CaosDB Server
</name>
<scm>
<scm>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.testSourceDirectory>
src/test/java
</project.build.testSourceDirectory>
<project.build.testSourceDirectory>
src/test/java
</project.build.testSourceDirectory>
<protobuf.version>
3.14.0
</protobuf.version>
<protobuf.version>
3.14.0
</protobuf.version>
<grpc.version>
1.
38
.1
</grpc.version>
<grpc.version>
1.
42
.1
</grpc.version>
<netty-tcnative.version>
2.0.34.Final
</netty-tcnative.version>
<netty-tcnative.version>
2.0.34.Final
</netty-tcnative.version>
<restlet.version>
2.4.3
</restlet.version>
<restlet.version>
2.4.3
</restlet.version>
</properties>
</properties>
...
...
This diff is collapsed.
Click to expand it.
src/doc/CHANGELOG.md
0 → 120000
+
1
−
0
View file @
d4cdc595
../../CHANGELOG.md
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
d4cdc595
...
@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
...
@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author
=
'
Daniel Hornung
'
author
=
'
Daniel Hornung
'
# The short X.Y version
# The short X.Y version
version
=
'
0.
6
'
version
=
'
0.
7
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
0.
6
.0
'
release
=
'
0.
7
.0
-SNAPSHOT
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
src/doc/index.rst
+
1
−
0
View file @
d4cdc595
...
@@ -14,6 +14,7 @@ Welcome to caosdb-server's documentation!
...
@@ -14,6 +14,7 @@ Welcome to caosdb-server's documentation!
administration
administration
Development <development/devel>
Development <development/devel>
Dependencies <DEPENDENCIES>
Dependencies <DEPENDENCIES>
Changelog <CHANGELOG>
specification/index.rst
specification/index.rst
Glossary
Glossary
API documentation<_apidoc/packages>
API documentation<_apidoc/packages>
...
...
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