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
Merge requests
!105
Release 0.11.0
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Release 0.11.0
release-0.11.0
into
main
Overview
0
Commits
29
Pipelines
1
Changes
142
Merged
Henrik tom Wörden
requested to merge
release-0.11.0
into
main
1 year ago
Overview
0
Commits
29
Pipelines
1
Changes
142
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0e15fe4d
29 commits,
1 year ago
142 files
+
2200
−
1394
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
142
conf/core/jobs.csv
+
4
−
4
View file @ 0e15fe4d
Edit in single-file editor
Open in Web IDE
Show full file
#
# This file is a part of the CaosDB Project.
#
# Copyright (C) 2021 Timm Fitsche <t.fitschen@indiscale.com>
# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
# Copyright (C) 2021
-2023
Timm Fitsche <t.fitschen@indiscale.com>
# Copyright (C) 2021
-2023
IndiScale GmbH <info@indiscale.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -22,6 +22,7 @@
# DOMAIN_ID, ENTITY_ID, TRANSACTION, JOB, JOB_FAILURE_SEVERITY
# general rules
0,0,INSERT,GenerateEntityId,ERROR
0,0,INSERT,CheckPropValid,ERROR
0,0,INSERT,CheckParValid,ERROR
0,0,INSERT,CheckParOblPropPresent,ERROR
@@ -30,8 +31,7 @@
0,0,UPDATE,CheckParValid,ERROR
0,0,UPDATE,CheckParOblPropPresent,ERROR
0,0,UPDATE,CheckValueParsable,ERROR
0,0,DELETE,CheckReferenceDependencyExistent,ERROR
0,0,DELETE,CheckChildDependencyExistent,ERROR
0,0,DELETE,CheckDependenciesBeforeDeletion,ERROR
# role specific rules
Loading