Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
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-mysqlbackend
Commits
2cd5f083
Verified
Commit
2cd5f083
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: initiate next release cycle
parent
626dd006
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!27
Release v7.0.2
,
!11
DRAFT: file system cleanup
Pipeline
#42856
failed
1 year ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+15
-16
15 additions, 16 deletions
CHANGELOG.md
with
15 additions
and
16 deletions
CHANGELOG.md
+
15
−
16
View file @
2cd5f083
...
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,21 @@ 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 ###
## [7.0.0] - 2023-10-25 ##
## [7.0.0] - 2023-10-25 ##
(Timm Fitschen)
(Timm Fitschen)
...
@@ -80,8 +95,6 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -80,8 +95,6 @@ This is a major update. Switching from integer ids for internal and external use
*
Change signature of procedure
`retrieveEntityProperties`
-
`EntityID VARCHAR(255)`
,
`DomainID VARCHAR(255)`
*
Change signature of procedure
`retrieveEntityProperties`
-
`EntityID VARCHAR(255)`
,
`DomainID VARCHAR(255)`
*
Change signature of procedure
`updateEntity`
-
`EntityID VARCHAR(255)`
*
Change signature of procedure
`updateEntity`
-
`EntityID VARCHAR(255)`
### Deprecated ###
### Removed ###
### Removed ###
*
Deactivate procedure
`delete_all_entity_versions`
. This might be used in the
*
Deactivate procedure
`delete_all_entity_versions`
. This might be used in the
...
@@ -100,18 +113,12 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -100,18 +113,12 @@ This is a major update. Switching from integer ids for internal and external use
*
Change signature of procedure
`getFileIdByPath`
-
`FilePath TEXT`
- this length is needed for the path column of
`file_entities`
.
*
Change signature of procedure
`getFileIdByPath`
-
`FilePath TEXT`
- this length is needed for the path column of
`file_entities`
.
### Security ###
## [5.0.0] - 2021-10-28 ##
## [5.0.0] - 2021-10-28 ##
### Added ###
### Added ###
*
#33 CI pipeline for MySQL (was only MariaDB before).
*
#33 CI pipeline for MySQL (was only MariaDB before).
### Changed ###
### Deprecated ###
### Removed ###
### Removed ###
*
`getRules`
procedure and the
`rules`
table. The jobs rules are being
*
`getRules`
procedure and the
`rules`
table. The jobs rules are being
...
@@ -124,8 +131,6 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -124,8 +131,6 @@ This is a major update. Switching from integer ids for internal and external use
*
#32 Removed unused
`groups`
table from installation routines which prevented
*
#32 Removed unused
`groups`
table from installation routines which prevented
the installation with MySQL 8.
the installation with MySQL 8.
### Security ###
## [4.1.0] - 2021-06-11 ##
## [4.1.0] - 2021-06-11 ##
### Added ###
### Added ###
...
@@ -163,8 +168,6 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -163,8 +168,6 @@ This is a major update. Switching from integer ids for internal and external use
*
`createTmpTable`
*
`createTmpTable`
*
Added a
`direct`
column to
`archive_isa`
table
*
Added a
`direct`
column to
`archive_isa`
table
### Deprecated ###
### Removed ###
### Removed ###
*
unused procedures:
*
unused procedures:
...
@@ -190,8 +193,6 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -190,8 +193,6 @@ This is a major update. Switching from integer ids for internal and external use
version resultet in an error. See corresponding test in
`caosdb-pyinttest`
version resultet in an error. See corresponding test in
`caosdb-pyinttest`
`tests/test_versioning.py::test_datatype_without_name`
`tests/test_versioning.py::test_datatype_without_name`
### Security ###
## [3.0.0] - 2020-09-01 ##
## [3.0.0] - 2020-09-01 ##
### Added ###
### Added ###
...
@@ -245,5 +246,3 @@ This is a major update. Switching from integer ids for internal and external use
...
@@ -245,5 +246,3 @@ This is a major update. Switching from integer ids for internal and external use
*
Bug in
`updateEntity.sql`
(when updating the primary name without a prior call
*
Bug in
`updateEntity.sql`
(when updating the primary name without a prior call
to
`deleteEntityProperties`
). Same thing for
`deleteEntity`
.
to
`deleteEntityProperties`
). Same thing for
`deleteEntity`
.
*
#21 Bug which prevented deletion of deeply inheriting entities, if versioning was enabled.
*
#21 Bug which prevented deletion of deeply inheriting entities, if versioning was enabled.
### Security ###
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