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
33444028
Verified
Commit
33444028
authored
7 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Update script for outdated dumps.
parent
6ff0ee58
No related branches found
No related tags found
2 merge requests
!31
ENH: Update script for outdated dumps.
,
!30
Mariadb 10.11: New reserved keyword
Pipeline
#55913
failed
7 months ago
Stage: setup
Stage: test
Stage: deploy
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.docker/Dockerfile
+1
-0
1 addition, 0 deletions
.docker/Dockerfile
.gitlab-ci.yml
+10
-1
10 additions, 1 deletion
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
Makefile
+4
-0
4 additions, 0 deletions
Makefile
procedures/entityVersioning.sql
+1
-1
1 addition, 1 deletion
procedures/entityVersioning.sql
with
18 additions
and
2 deletions
.docker/Dockerfile
+
1
−
0
View file @
33444028
...
@@ -8,6 +8,7 @@ RUN apt-get update \
...
@@ -8,6 +8,7 @@ RUN apt-get update \
unzip
\
unzip
\
python3-lxml
\
python3-lxml
\
python3-pip
\
python3-pip
\
python3-pytest
\
python3-sqlparse
\
python3-sqlparse
\
python3-sphinx
\
python3-sphinx
\
doxygen
doxygen
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
10
−
1
View file @
33444028
#
#
# This file is a part of the
CaosDB
Project.
# This file is a part of the
LinkAhead
Project.
#
#
# Copyright (C) 2018 Research Group Biomedical Physics,
# Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Copyright (C) 2024 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2019 Henrik tom Wörden
# Copyright (C) 2019 Henrik tom Wörden
# Copyright (C) 2024 Daniel Hornung <d.hornung@indiscale.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Affero General Public License as
...
@@ -62,6 +64,13 @@ unittests-mariadb:
...
@@ -62,6 +64,13 @@ unittests-mariadb:
script
:
script
:
-
make pipeline-test SQL_HOST=mariadb
-
make pipeline-test SQL_HOST=mariadb
# Run the dump update tests
test-dump-update
:
tags
:
[
docker
]
stage
:
test
script
:
-
make test-dump-update
# Run the unit tests with MySQL 5
# Run the unit tests with MySQL 5
unittests-mysql-5
:
unittests-mysql-5
:
tags
:
[
docker
]
tags
:
[
docker
]
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
33444028
...
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Added ###
-
Script to update outdated database dumps.
### Changed ###
### Changed ###
### Deprecated ###
### Deprecated ###
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
0
View file @
33444028
...
@@ -55,6 +55,10 @@ drop-%:
...
@@ -55,6 +55,10 @@ drop-%:
test
:
test
:
./utils/make_db
test
--fresh
./utils/make_db
test
--fresh
.PHONY
:
test-dump-update
test-dump-update
:
pytest dump_updates
# Run tests with a database which is started in a Docker container
# Run tests with a database which is started in a Docker container
.PHONY
:
test-docker
.PHONY
:
test-docker
test-docker
:
test-docker
:
...
...
This diff is collapsed.
Click to expand it.
procedures/entityVersioning.sql
+
1
−
1
View file @
33444028
/*
/*
* This file is a part of the
CaosDB
Project.
* This file is a part of the
LinkAhead
Project.
*
*
* Copyright (C) 2020-2024 IndiScale GmbH <info@indiscale.com>
* Copyright (C) 2020-2024 IndiScale GmbH <info@indiscale.com>
* Copyright (C) 2020,2023 Timm Fitschen <t.fitschen@indiscale.com>
* Copyright (C) 2020,2023 Timm Fitschen <t.fitschen@indiscale.com>
...
...
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