Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
irods-microservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
RDM Infrastructure
irods-microservices
Commits
e4583e92
Commit
e4583e92
authored
7 years ago
by
Paul Frederiks
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/adopt-xml-json-microservices' into irods-4.1-libs
parents
e3c2b41a
cef8b57e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DONDERS_LICENSE
+26
-0
26 additions, 0 deletions
DONDERS_LICENSE
README.md
+20
-31
20 additions, 31 deletions
README.md
with
46 additions
and
31 deletions
DONDERS_LICENSE
0 → 100644
+
26
−
0
View file @
e4583e92
This microservice has kindly been provided by the Donders Institute for
Brain, Cognition and Behaviour.
Copyright (c) 2016, Radboud University, Nijmegen, The Netherlands
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This diff is collapsed.
Click to expand it.
README.md
+
20
−
31
View file @
e4583e92
# irods-uu-microservices
# irods-uu-microservices
Miscellaneous iRODS microservices developed or modified by Utrecht university.
Miscellaneous iRODS microservices developed or modified by Utrecht university.
### Included microservices
Developed at the UU:
*
msiGetDataCiteDOI: API call to retrieve record of a DOI from DataCite
*
msiRegisterDataCiteDOI: API call to register a DOI with metadata or to mint a DOI
*
msiStrToUpper: Returns an uppercase string
*
msiSetUpperCaseWhereQuery: Set the UPPERCASE flag on a irods query.
*
msiGenerateRandomID: Generate a Random ID to use as basis for a new DOI
Forward ported from iRODS 3:
*
msiLoadMetadataFromXml:
load metadata from an xml file. Modified to accept both irods data objects as string buffers. Also skips AVU's exceeding the iRODS byte limit
*
msiXsltApply: apply a XSLT to and XML. Modified to handle invalid input without crashing and added exslt support
*
msiXmlDocSchemaValidate: Validate an XML against an XSD
Developed at Donders Institute:
*
msi
\_
json
\_
objops: get, add and set values in a json object
*
msi
\_
json
\_
arrayops: get, add and set values in a json array. modified to handle arrays of arrays
msi
\_
json
\_
arrayops and msi
\_
json
\_
objops microservices are derived from
msi
\_
json
\_
arrayops and msi
\_
json
\_
objops microservices are derived from
work from the Donders Institute. The license below applies
ork from the Donders Institute. The license in DONDERS-LICENSE applies
### Copyright and license for msi_json_arrayops and msi_json_objops
This microservice has kindly been provided by the Donders Institute for
Brain, Cognition and Behaviour.
Copyright (c) 2016, Radboud University, Nijmegen, The Netherlands
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
*
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
*
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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