General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Priority Subject Assignee Updated Category
3616InfrastructureTaskNewNormalEnable ServiceMethodRestriction support in MetacatChris Jones2013-02-27 16:28Metacat
3610InfrastructureTaskIn ProgressNormalInclude ESRI-specific FGDC metadata schema in object format listChris Jones2013-07-03 00:23Environment.Production
3511InfrastructureTaskNewNormalIssue certificates from D1TestIntCA for stage environment nodes, and revoke certificates signed by D1TestCAChris Jones2014-09-24 18:25Support Operations
3510InfrastructureTaskNewNormalIssue certificates from D1TestIntCA for sandbox environment nodes, and revoke certificates signed by D1TestCAChris Jones2014-09-24 18:25Support Operations
3488InfrastructureTaskNewNormalCreate custom merge policy to support managing data/information inconsistencyChris Jones2014-03-14 17:27Metacat
3419InfrastructureTaskIn ProgressNormalCNRead.describe() does not return Content-Length headerChris Jones2013-02-21 18:41Metacat
3328InfrastructureTaskNewNormalEnable a data preview from the search results pageChris Jones2012-10-23 19:34d1_mercury
3175InfrastructureTaskNewNormalInclude dataoneTypes.xsd in Metacat registered schemasChris Jones2012-10-05 14:23Metacat
2896InfrastructureTaskNewNormalModify the admin DN in createObjectformat script per environmentChris Jones2012-10-05 14:23d1_cn_buildout
4147InfrastructureTaskIn ProgressNormalModify d1_spatial_reporter.py to produce custom JSON outputChris Brumgard2014-03-31 17:41d1_cn_tools
8775InfrastructureTaskIn ProgressNormalMake taxonomic rank fields in Solr index non-case-sensitiveBryce Mecum2019-03-11 23:35
8858InfrastructureTaskNewNormalUpdate CN Apache configs in version control with directives to support sitemapsBryce Mecum2020-02-24 19:26
8754InfrastructureTaskNewNormalAdd EML 2.2 to CN formats listBryce Mecum2018-12-19 00:54
8755InfrastructureTaskNewNormalExpand EML indexing support for EML 2.2Bryce Mecum2019-08-15 01:50
8753InfrastructureTaskNewNormalAdd support for EML 2.2 (indexing, view)Bryce Mecum2018-12-19 00:54
1035InfrastructureTaskIn ProgressNormalDevelop reference architecture documentsBruce Wilson2011-03-03 19:26Documentation
3905InfrastructureTaskIn ProgressNormalSort out shell logins for splunk systemBruce Wilson2013-08-23 13:27Support Operations
3467InfrastructureTaskNewNormalMN.listObject should use auto-incremented keyBen Leinfelder2013-01-08 18:31Metacat
3635InfrastructureTaskNewNormalPhase two Morpho implementationBen Leinfelder2013-03-25 22:49
3626InfrastructureTaskNewNormalMetacat should use correct object format for ESRI profile metadataBen Leinfelder2013-02-27 23:56Metacat
3625InfrastructureTaskNewNormalUpdate existing SANParks doctype="metadata" objects to new ESRI/FGDC objectFormatIdBen Leinfelder2013-02-27 23:44Environment.Production
2492InfrastructureTaskNewNormalAdd status page for given {pid}Ben Leinfelder2012-03-15 02:02d1_monitor
2343InfrastructureTaskNewNormalConvert style sheets to separate productBen Leinfelder2012-02-15 17:43
3612InfrastructureTaskNewNormalCN SystemMetadata has incomplete obsoletedBy informationBen Leinfelder2013-03-08 17:43Environment.Production
3357InfrastructureTaskNewNormalAddress ISet iterator bug that only iterates over a subset of the ISetBen Leinfelder2012-12-12 16:54Metacat
3109InfrastructureTaskIn ProgressNormalPISCO/LTER revision history with SBC documentsBen Leinfelder2012-07-31 01:34
3046InfrastructureTaskIn ProgressNormalCreate utility to update ORE maps with invalid date formatsBen Leinfelder2012-08-14 23:41
3468InfrastructureTaskNewNormalExplore how CN.listObject can effectively use auto-incremented keyBen Leinfelder2013-01-08 18:35Documentation
3466InfrastructureTaskNewNormalAdd synthetic key to systemMetadata tableBen Leinfelder2013-01-08 18:30
3465InfrastructureTaskNewNormalImprove Metacat listObject slicingBen Leinfelder2013-01-08 18:54Metacat
3115InfrastructureTaskNewNormalGet R client into working state.Andrew Pippin2012-08-02 17:32
3114InfrastructureTaskIn ProgressNormalRelease D1_CLIENT_CLI and prepare for version 2Andrew Pippin2012-08-02 17:27
2642InfrastructureTaskIn ProgressNormalTry installing GMN according to the setup instructionsAndrew Pippin2012-07-06 16:25d1_mn_GMN
3768InfrastructureTaskNewNormalAdd canonical DataONE description paper to citing DataONE web-pageAmber Budden2013-05-16 22:20Community Engagement
4665Java ClientTaskNewNormalTests contain redundant code.2015-02-11 20:08
4672Java ClientTaskIn ProgressNormalmvn dependencies:analyse shows transitive dependencies:2015-02-11 20:08
4664Java ClientTaskNewNormalRelated to above: Test classes bring in org.apache.log4j.Logger but it is not declared as a test dependency2015-02-11 20:08
4670Java ClientTaskNewNormal- Regarding the style: The types are fully mutable with no field validations or constraints. 2015-02-11 20:08
6748Java ClientTaskNewNormalCreate a factory / builder class for converting versioned types.2015-02-11 19:47
4671Java ClientTaskIn ProgressNormalsuggest updating the following versions:2015-02-11 20:08
1648Java ClientTaskNewNormalUpdate d1_libclient_java ObjectFormatCache to include addFormat()2016-06-22 16:51d1_libclient_java
4666Java ClientTaskNewNormal- All types have the same serialVersionUID (10000000)2015-02-11 20:08
4667Java ClientTaskNewNormal- (Important!) No types implement equals or hashcode2015-02-11 20:08
4668Java ClientTaskNewNormal- No types implement toString2015-02-11 20:08
1647Java ClientTaskNewNormalUpdate d1_common_java ObjectFormatServiceImpl to include addFormat()2016-06-22 16:51d1_common_java
4673Java ClientTaskNewNormalPom has warnings:2015-02-11 20:08
4655Java ClientTaskNewNormalPom appears to bring in plugins as project dependencies (maven-jar-plugin, maven-clean-plugin)2015-02-11 20:08
4663Java ClientTaskNewNormalsrc/main/resources appears to have config for log4j through commons-logging but neither logging library is declared as a test scope dependency.2015-02-11 20:08
4669Java ClientTaskNewNormal- Regarding the style: A good addition to the types would be some builders, static factories and constructors as applicable2015-02-11 20:08
4661Java ClientTaskNewNormalDeprecated methods give no indication of the (Java) version in which they will be removed2015-02-11 20:08
4660Java ClientTaskNewNormalsrc/main/java has XML filesRobert Waltz2015-02-11 20:08d1_common_java
1552Java ClientTaskNewNormalCopy TestSimpleMultipartEntity from d1_common_java to d1_integrationRob Nahf2015-02-11 19:49
1559Java ClientTaskNewLowRefactor d1_libclient_java echo tests Rob Nahf2015-02-11 19:49d1_libclient_java
6511Java ClientTaskNewNormalremove the deprecated MultipartRequestHandler class from d1_common_javaRob Nahf2015-02-11 20:04d1_common_java
1554Java ClientTaskNewNormalCreate MockHttpClient for testing in d1_common_javaRob Nahf2015-02-11 19:49d1_common_java
1555Java ClientTaskNewNormalModify TestSimpleMultipartEntity for use with MockHttpClientRob Nahf2015-02-11 19:49d1_common_java
4657Java ClientTaskNewNormalPom versions are mixed between properties and inline (e.g. <version>1.8.4</version>)Rob Nahf2015-02-11 20:08
3057Java ClientTaskIn ProgressNormalretest CLOSE_WAIT issue once the lib client is complete.Rob Nahf2015-02-11 19:52d1_libclient_java
5313Java ClientTaskNewNormalenable remote deployment of product packages from Hudson / JenkinsRob Nahf2015-02-11 20:34
3721Java ClientTaskIn ProgressNormaladd resource map validation routine to libclient_javaRob Nahf2015-02-11 20:42d1_libclient_java
7120Java ClientTaskTestingNormalFix DataPackage.insertRelationship() to handle any URI for external identifiersChris Jones2015-06-04 21:48d1_libclient_java
7389Java ClientTaskTestingNormalV2 D1Object fails to download V1 contentChris Jones2015-09-28 17:50d1_libclient_java
7682Log ReportingTaskNewNormalSluggish Purging Read Event Cache 2016-03-17 15:02d1_log_aggregation
7702Log ReportingTaskNewNormalabnormal strings in ipAddress field of solrRobert Waltz2016-06-22 17:18d1_log_aggregation
6686Member NodesTaskNewNormalFTGEN: Establish DataONE user identity in Testing Environment2014-12-04 20:07
6685Member NodesTaskNewNormalFTGEN: Local Testing2014-12-04 20:07
6684Member NodesTaskNewNormalFTGEN: Register any new object formats in all environments2014-12-04 20:07
5857Member NodesTaskNewNormalGBIF: Verify that the Science Metadata is correctly processed by CNs2016-07-02 12:45
6683Member NodesTaskNewNormalFTGEN: Implement search index and display (ONEMercury) support for any new metadata formats required by the MN.2014-12-04 20:07
6682Member NodesTaskNewNormalFTGEN: Design, code and component test a new MN implementation2014-12-04 20:07
5858Member NodesTaskNewNormalGBIF: Verify Resource Maps2016-07-02 12:45
5859Member NodesTaskNewNormalGBIF: Verify Resource Map content2016-07-02 12:45
5876Member NodesTaskNewNormalGBIF: Synchronization2016-07-02 12:45
5871Member NodesTaskNewNormalGBIF: Verify successful installation of client side certificate2016-07-02 12:45
6694Member NodesTaskNewNormalFTGEN: Configure SSL Certificates for Production2014-12-04 20:07
5888Member NodesTaskNewNormalGBIF: Verify Resource Map is returned with the correct HTTP Content-Type2016-07-02 12:45
5889Member NodesTaskNewNormalGBIF: Verify that Resource Maps are correctly processed by CNs.2016-07-02 12:45
6681Member NodesTaskNewNormalFTGEN: Plan the implementation2014-12-04 20:07
5896Member NodesTaskNewNormalGBIF: Mutual acceptance2016-07-02 12:45
5897Member NodesTaskNewNormalGBIF: Verify content available for Current MNs web page2016-07-02 12:45
8590Member NodesTaskNewNormalARM: Requirements Analysis2018-05-10 20:50
6680Member NodesTaskNewNormalFTGEN: Scope the implementation2014-12-04 20:07
5900Member NodesTaskNewNormalGBIF: Formal announcement2016-07-02 12:45
5890Member NodesTaskNewNormalGBIF: Authentication and Authorization2018-01-22 21:16
6693Member NodesTaskNewNormalFTGEN: Establish DataONE user identity in Production2014-12-04 20:07
6679Member NodesTaskNewNormalFTGEN: Join DataONE2014-12-04 20:07
5860Member NodesTaskNewNormalGBIF: Verify Resource Map is returned with the correct HTTP Content-Type2016-07-02 12:45
5848Member NodesTaskNewNormalGBIF: Synchronization2016-07-02 12:45
5885Member NodesTaskNewNormalGBIF: Verify that the Science Metadata is correctly processed by CNs2016-07-02 12:45
8729Member NodesTaskNewNormalRequirements Analysis 2018-10-11 17:24
7929Member NodesTaskIn ProgressNormalArchive content for SEAD2016-11-09 17:11
3906Member NodesTaskNewHighUpdate malformed Resource Maps2013-08-09 17:50
6700Member NodesTaskNewNormalFTGEN: Ensure MN appears on Current MNs webpage (dashboard)2014-12-04 20:07
5873Member NodesTaskNewNormalGBIF: Register MN2016-07-02 12:45
5872Member NodesTaskNewNormalGBIF: Verify successful installation of server side certificate2016-07-02 12:45
6701Member NodesTaskNewNormalFTGEN: Document and Announce2014-12-04 20:07
5869Member NodesTaskNewNormalGBIF: SSL Certificates2016-07-02 12:45
6691Member NodesTaskNewNormalFTGEN: Check Authentication and Authorization in Testing Environment2014-12-04 20:07
5849Member NodesTaskNewNormalGBIF: Set up synchronization of the MN2016-07-02 12:45
5861Member NodesTaskNewNormalGBIF: Verify that Resource Maps are correctly processed by CNs.2016-07-02 12:45
(701-800/1153) Per page: 25, 50, 100, 500

Also available in: Atom CSV PDF

Add picture from clipboard (Maximum size: 14.8 MB)