Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
B2SAFE
B2SAFE Core
Commits
c5026ee8
Commit
c5026ee8
authored
Oct 25, 2016
by
Claudio Cacciari
Browse files
minor updates for the new release
parent
541ffb18
Changes
4
Hide whitespace changes
Inline
Side-by-side
changelog.txt
View file @
c5026ee8
B2SAFE package 3.1.2 [2016/10/25]
It includes:
- Few new rules implementing minor functions to rerieve PID record key-value
pair and to convert boolean values.
- An experimental new feature, which is a proof of concept, so not ready for
production: the metadata ingestion scripts. It is a set of python script to generate a METS
manifest file for a collection, parse it and populate a neo4j graphDB.
B2SAFE package 3.2-beta [2016/08/24]
It includes two main new features:
1) the monitoring probe for iRODS: a bash script compatible with nagios-like tools to actively monitor the iRODS server
...
...
rulebase/eudat.re
View file @
c5026ee8
...
...
@@ -13,10 +13,13 @@
#
EUDATMessage
(
*
queue
,
*
message
)
#
EUDATLog
(
*
message
,
*
level
)
#
EUDATQueue
(
*
action
,
*
message
,
*
number
)
#
----
logging
---
#
logInfo
(
*
msg
)
#
logDebug
(
*
msg
)
#
logError
(
*
msg
)
#
logWithLevel
(
*
level
,
*
msg
)
#
----
core
---
#
EUDATtoBoolean
(
*
var
)
#
EUDATReplaceHash
(
*
path
,
*
out
)
#
EUDATGetZoneNameFromPath
(
*
path
,
*
out
)
#
EUDATGetZoneHostFromZoneName
(
*
zoneName
,
*
conn
)
...
...
rulebase/pid-service.re
View file @
c5026ee8
...
...
@@ -17,6 +17,7 @@
#
EUDATSearchPID
(
*
path
,
*
existing_pid
)
#
EUDATSearchPIDchecksum
(
*
path
,
*
existing_pid
)
#
EUDATUpdatePIDWithNewChild
(
*
parentPID
,
*
childPID
)
#
EUDATGeteValPid
(
*
pid
,
*
key
)
#
EUDATGeteRorPid
(
*
pid
,
*
ror
)
#
EUDATeiChecksumMgmt
(
*
path
,
*
PID
)
#
EUDATiPIDcreate
(
*
path
,
*
PID
)
...
...
rulebase/replication.re
View file @
c5026ee8
...
...
@@ -15,8 +15,8 @@
#
EUDATTransferUsingFailLog
(
*
buffer_length
)
#
EUDATRegDataRepl
(
*
source
,
*
destination
)
#
EUDATPIDRegistration
(
*
source
,
*
destination
,
*
notification
,
*
registration_response
)
#
EUDATSearchAndDefineRoR
(
*
path
,
*
pid
,
*
ROR
)
#
EUDATSearchAndCreatePID
(
*
path
,
*
pid
)
#
EUDATSearchAndDefineRoR
(
*
path
,
*
pid
,
*
ROR
)
#
EUDATCheckIntegrityColl
(
*
sCollPath
,
*
dCollPath
,
*
logEnabled
,
*
response
)
#
EUDATCheckIntegrityDO
(
*
source
,*
destination
,*
logEnabled
,*
response
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment