-
Notifications
You must be signed in to change notification settings - Fork 15
Event core data #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Event core data #880
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2747193
#1445
temi 847e48d
#1445
temi 426d270
#1445
temi 17b7a40
#1445
temi 8532c6b
Merge branch 'dev' into feature/extended-data
temi 40d64c5
removed PreAuthorise annotation
temi f74964b
added RequireApiKey instead of PreAuthorise
temi 08ef7fd
changed how host name is looked up
temi 113214d
- AtlasOfLivingAustralia/biocollect#1568 eml content from collectory …
temi f7fc40d
Merge branch 'dev' into feature/extended-data
temi 8eb9f77
5.2-EXTENDED-SNAPSHOT
temi 6cb56ff
upgraded security to use scopes
temi 69cd8c1
AtlasOfLivingAustralia/fieldcapture#3432
temi 41dfd23
Merge branch 'dev' into feature/extended-data
temi a7c5941
- added more checks
temi 14a5ac9
- fixed failing test
temi 1766d42
- fixed failing test
temi 9a50912
code review comments
temi eab8e01
fixed failing test
temi 985bbf4
fixed failing test
temi fa35fa6
fixed failing test
temi 25e388f
trying again
temi 09e1101
trying again
temi 65dd841
another try
temi 25e2e79
another try
temi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<eml:eml xmlns:d="eml://ecoinformatics.org/dataset-2.1.0" xmlns:eml="eml://ecoinformatics.org/eml-2.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/terms/" xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.1 http://rs.gbif.org/schema/eml-gbif-profile/1.1/eml-gbif-profile.xsd" system="ALA-Registry" scope="system" xml:lang="en"> | ||
<dataset> | ||
<title xmlns:lang="en">${name}</title> | ||
<creator> | ||
<organizationName>${organisationName}</organizationName> | ||
</creator> | ||
<metadataProvider> | ||
<organizationName>Atlas of Living Australia</organizationName> | ||
</metadataProvider> | ||
<pubDate>${dateCreated}</pubDate> | ||
<abstract> | ||
<para>${description}</para> | ||
</abstract> | ||
</dataset> | ||
</eml:eml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<archive xmlns="${archiveNameSpace}" metadata="${emlFileName}" xmlns:gsp="http://groovy.codehaus.org/2005/gsp"> | ||
<core rowType="${core.rowType}" encoding="${core.encoding}" fieldsTerminatedBy="${core.fieldsTerminatedBy}" linesTerminatedBy="${core.linesTerminatedBy}" fieldsEnclosedBy="${core.fieldsEnclosedBy}" ignoreHeaderLines="${core.ignoreHeaderLines}"> | ||
<files> | ||
<location>${core.location}</location> | ||
</files> | ||
<id index="${core.coreIndex}"/> | ||
<gsp:scriptlet>core.fields?.each {</gsp:scriptlet> | ||
<field index="${it.index}" term="${it.term}"/> | ||
<gsp:scriptlet>}</gsp:scriptlet> | ||
</core> | ||
<gsp:scriptlet>extensions?.each {</gsp:scriptlet> | ||
<extension rowType="${it.rowType}" encoding="${it.encoding}" fieldsTerminatedBy="${it.fieldsTerminatedBy}" linesTerminatedBy="${it.linesTerminatedBy}" fieldsEnclosedBy="${it.fieldsEnclosedBy}" ignoreHeaderLines="${it.ignoreHeaderLines}"> | ||
<files> | ||
<location>${it.location}</location> | ||
</files> | ||
<coreid index="${it.coreIndex}"/> | ||
<gsp:scriptlet>it.fields?.each {</gsp:scriptlet> | ||
<field index="${it.index}" term="${it.term}"/> | ||
<gsp:scriptlet>}</gsp:scriptlet> | ||
</extension> | ||
<gsp:scriptlet>}</gsp:scriptlet> | ||
</archive> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we'd use the "publicationStatus" flag here for consistency with MERIT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, this flag was added long back in BioCollect but never added to domain object. Will add as a tech debt.