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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
af5fd4f4
Commit
af5fd4f4
authored
8 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-0.13.0' into 'main'
Release 0.13.0 See merge request
!120
parents
3badb994
7f2db364
No related branches found
No related tags found
1 merge request
!120
Release 0.13.0
Pipeline
#56734
passed
8 months ago
Stage: info
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+22
-10
22 additions, 10 deletions
CHANGELOG.md
DEPENDENCIES.md
+1
-1
1 addition, 1 deletion
DEPENDENCIES.md
conf/core/server.conf
+1
-1
1 addition, 1 deletion
conf/core/server.conf
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
27 additions
and
15 deletions
CHANGELOG.md
+
22
−
10
View file @
af5fd4f4
...
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,18 @@ 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
)
.
## [0.13.0] - 2024-10-24
### Changed
*
Update LinkAhead MariaDB Backend to
[
version
8.0.0
](
https://gitlab.com/linkahead/linkahead-mariadbbackend/-/releases/v8.0.0
)
to make LinkAhead compatible to MariaDB >= 10.6. Old SQL dumps may
be incompatible to MariaDB 10.6 and above; see
[
`update_dumps/README.md`
](
https://gitlab.com/linkahead/linkahead-mariadbbackend/-/blob/main/dump_updates/README.md?ref_type=heads
)
in the LinkAhead MariaDB Backend repo for more information and a
script to update incompatible dumps.
## [0.12.3] - 2024-09-25
## [0.12.3] - 2024-09-25
### Fixed
### Fixed
...
...
This diff is collapsed.
Click to expand it.
DEPENDENCIES.md
+
1
−
1
View file @
af5fd4f4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
## For Building and Running the Server
## For Building and Running the Server
*
`>=caosdb-proto 0.3.0`
*
`>=caosdb-proto 0.3.0`
*
`>=caosdb-mysqlbackend
7
.0.0`
*
`>=caosdb-mysqlbackend
8
.0.0`
*
`>=Java 11`
*
`>=Java 11`
*
`>=Apache Maven 3.6.0`
*
`>=Apache Maven 3.6.0`
*
`>=Make 4.2`
*
`>=Make 4.2`
...
...
This diff is collapsed.
Click to expand it.
conf/core/server.conf
+
1
−
1
View file @
af5fd4f4
...
@@ -69,7 +69,7 @@ MYSQL_USER_NAME=caosdb
...
@@ -69,7 +69,7 @@ MYSQL_USER_NAME=caosdb
# Password for the user
# Password for the user
MYSQL_USER_PASSWORD
=
random1234
MYSQL_USER_PASSWORD
=
random1234
# Schema of mysql procedures and tables which is required by this CaosDB instance
# Schema of mysql procedures and tables which is required by this CaosDB instance
MYSQL_SCHEMA_VERSION
=
v
7
.
0
MYSQL_SCHEMA_VERSION
=
v
8
.
0
# --------------------------------------------------
# --------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
af5fd4f4
...
@@ -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.1
2.3
</version>
<version>
0.1
3.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
CaosDB Server
</name>
<name>
CaosDB Server
</name>
<scm>
<scm>
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
af5fd4f4
...
@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
...
@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
author
=
'
Daniel Hornung, Timm Fitschen
'
author
=
'
Daniel Hornung, Timm Fitschen
'
# The short X.Y version
# The short X.Y version
version
=
'
0.1
2.3
'
version
=
'
0.1
3.0
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
0.1
2.3
'
release
=
'
0.1
3.0
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
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