├── .editorconfig ├── .gitignore ├── .travis.yml ├── CONTRIBUTING.adoc ├── Jenkinsfile1 ├── Jenkinsfile2 ├── Jenkinsfile3 ├── Jenkinsfile4 ├── Jenkinsfile5 ├── JenkinsfileSolo ├── LICENSE ├── ModelCatalogueCorePluginTestApp ├── .bowerrc ├── .flowconfig ├── .gitignore ├── DECISION_LOG.md ├── application.properties ├── bower.json ├── build.gradle ├── console-scripts │ ├── addUniqueOfKind.groovy │ ├── migrateGelIds.groovy │ ├── migrateHPOIds.groovy │ └── truncateChanges.groovy ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── grails-app │ ├── assets │ │ ├── images │ │ │ ├── favicon.ico │ │ │ ├── gel.jpg │ │ │ ├── mdc.png │ │ │ ├── modelcatalogue │ │ │ │ ├── GEL.jpg │ │ │ │ ├── MDC.png │ │ │ │ ├── MRC.png │ │ │ │ └── NIHR.png │ │ │ ├── mrc.png │ │ │ └── nhr.png │ │ ├── javascripts │ │ │ ├── angular-diff-match-patch.js │ │ │ ├── application.js │ │ │ ├── bootstrap.js │ │ │ ├── jquery-2.2.0.min.js │ │ │ ├── mdx.js │ │ │ ├── modelcatalogue │ │ │ │ ├── core │ │ │ │ │ ├── ServerPushUpdates.js │ │ │ │ │ ├── actionEnhancer.coffee │ │ │ │ │ ├── actionableItemEnhancer.coffee │ │ │ │ │ ├── catalogue.coffee │ │ │ │ │ ├── catalogueElementEnhancer.coffee │ │ │ │ │ ├── catalogueElementResource.coffee │ │ │ │ │ ├── changes │ │ │ │ │ │ └── changes.coffee │ │ │ │ │ ├── dateEnhancer.coffee │ │ │ │ │ ├── elementEnhancer.coffee │ │ │ │ │ ├── forms │ │ │ │ │ │ ├── actions.es6 │ │ │ │ │ │ └── forms.coffee │ │ │ │ │ ├── genomics │ │ │ │ │ │ └── genomics.js │ │ │ │ │ ├── index.coffee │ │ │ │ │ ├── listEnhancer.coffee │ │ │ │ │ ├── listReferenceEnhancer.coffee │ │ │ │ │ ├── modelCatalogueApiRoot.coffee │ │ │ │ │ ├── modelCatalogueDataArchitect.coffee │ │ │ │ │ ├── modelCatalogueSearch.coffee │ │ │ │ │ ├── northThames │ │ │ │ │ │ └── northThames.coffee │ │ │ │ │ ├── orderedMapEnhancer.coffee │ │ │ │ │ ├── promiseEnhancer.coffee │ │ │ │ │ ├── publishedStatuses.coffee │ │ │ │ │ ├── publishing │ │ │ │ │ │ └── publishing.coffee │ │ │ │ │ ├── removableItemEnhancer.coffee │ │ │ │ │ ├── stewardship │ │ │ │ │ │ └── stewardship.coffee │ │ │ │ │ └── ui │ │ │ │ │ │ ├── batchView.coffee │ │ │ │ │ │ ├── bs │ │ │ │ │ │ ├── actions.coffee │ │ │ │ │ │ ├── batchView.coffee │ │ │ │ │ │ ├── catalogue.coffee │ │ │ │ │ │ ├── catalogueElementActions.coffee │ │ │ │ │ │ ├── catalogueElementProperties.coffee │ │ │ │ │ │ ├── catalogueElementView.coffee │ │ │ │ │ │ ├── columns.coffee │ │ │ │ │ │ ├── columnsConfiguration.coffee │ │ │ │ │ │ ├── csvTransformationView.coffee │ │ │ │ │ │ ├── dataClassWizard.coffee │ │ │ │ │ │ ├── dataModelWizard.coffee │ │ │ │ │ │ ├── detailSections.coffee │ │ │ │ │ │ ├── diffTable.coffee │ │ │ │ │ │ ├── importCtrl.coffee │ │ │ │ │ │ ├── index.coffee │ │ │ │ │ │ ├── messagesPanel.coffee │ │ │ │ │ │ ├── metadataEditors.coffee │ │ │ │ │ │ ├── modals │ │ │ │ │ │ │ ├── modalAbout.coffee │ │ │ │ │ │ │ ├── modalAlert.coffee │ │ │ │ │ │ │ ├── modalConfirm.coffee │ │ │ │ │ │ │ ├── modalExport.coffee │ │ │ │ │ │ │ ├── modalFeedback.coffee │ │ │ │ │ │ │ ├── modalFinalize.coffee │ │ │ │ │ │ │ ├── modalNewVersion.coffee │ │ │ │ │ │ │ ├── modalOptions.coffee │ │ │ │ │ │ │ ├── modalPrompt.coffee │ │ │ │ │ │ │ ├── modalPromptActionParametersEdit.coffee │ │ │ │ │ │ │ ├── modalPromptAssetEdit.coffee │ │ │ │ │ │ │ ├── modalPromptBasicEdit.coffee │ │ │ │ │ │ │ ├── modalPromptCloneIntoDataModel.coffee │ │ │ │ │ │ │ ├── modalPromptConvert.coffee │ │ │ │ │ │ │ ├── modalPromptCsvHeaders.coffee │ │ │ │ │ │ │ ├── modalPromptCsvTransform.coffee │ │ │ │ │ │ │ ├── modalPromptCurrentActivity.coffee │ │ │ │ │ │ │ ├── modalPromptDataElementEdit.coffee │ │ │ │ │ │ │ ├── modalPromptDataModelPolicyEdit.coffee │ │ │ │ │ │ │ ├── modalPromptDeleteSuggestions.coffee │ │ │ │ │ │ │ ├── modalPromptEditRelationship.coffee │ │ │ │ │ │ │ ├── modalPromptEnumeratedTypeEdit.coffee │ │ │ │ │ │ │ ├── modalPromptForCatalogueElement.coffee │ │ │ │ │ │ │ ├── modalPromptForCatalogueElements.coffee │ │ │ │ │ │ │ ├── modalPromptGenerateSuggestions.coffee │ │ │ │ │ │ │ ├── modalPromptLogin.coffee │ │ │ │ │ │ │ ├── modalPromptMeasurementUnitEdit.coffee │ │ │ │ │ │ │ ├── modalPromptModel.coffee │ │ │ │ │ │ │ ├── modalPromptNewCatalogueXmlImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewExcelImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewLoincImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewMCImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewMapping.coffee │ │ │ │ │ │ │ ├── modalPromptNewOboImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewRareDiseaseImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewRelationship.coffee │ │ │ │ │ │ │ ├── modalPromptNewUmljImport.coffee │ │ │ │ │ │ │ ├── modalPromptNewXsdImport.coffee │ │ │ │ │ │ │ ├── modalPromptRelationshipTypeEdit.coffee │ │ │ │ │ │ │ ├── modalPromptTagEdit.coffee │ │ │ │ │ │ │ ├── modalPromptValidateValue.coffee │ │ │ │ │ │ │ ├── modalPromptValidationRuleEdit.coffee │ │ │ │ │ │ │ ├── modalPromptWithMultipleOptions.coffee │ │ │ │ │ │ │ ├── modalPromptWithOptions.coffee │ │ │ │ │ │ │ ├── modalPromptXmlValidate.coffee │ │ │ │ │ │ │ ├── modalSearchForActions.coffee │ │ │ │ │ │ │ └── modalSearchForCatalogueElement.coffee │ │ │ │ │ │ ├── navigationActions.coffee │ │ │ │ │ │ ├── navigationRightActions.coffee │ │ │ │ │ │ ├── saveAndCreateAnotherCtrlMixin.coffee │ │ │ │ │ │ ├── saveOrUpdatePublishedElementCtrl.coffee │ │ │ │ │ │ ├── simpleObjectEditor.coffee │ │ │ │ │ │ ├── watchAndAskForImportOrCloneCtrl.coffee │ │ │ │ │ │ └── withClassificationCtrlMixin.coffee │ │ │ │ │ │ ├── catalogueElementIcon.coffee │ │ │ │ │ │ ├── catalogueElementPicker.coffee │ │ │ │ │ │ ├── catalogueElementProperties.coffee │ │ │ │ │ │ ├── catalogueElementTreeview.coffee │ │ │ │ │ │ ├── catalogueElementTreeviewItem.coffee │ │ │ │ │ │ ├── catalogueElementView.coffee │ │ │ │ │ │ ├── columns.coffee │ │ │ │ │ │ ├── columnsConfiguration.coffee │ │ │ │ │ │ ├── columnsSupportCtrl.coffee │ │ │ │ │ │ ├── csvTransformationView.coffee │ │ │ │ │ │ ├── detailSections │ │ │ │ │ │ ├── detailSections.coffee │ │ │ │ │ │ └── metadata │ │ │ │ │ │ │ └── metadata.coffee │ │ │ │ │ │ ├── diffTable.coffee │ │ │ │ │ │ ├── elementsAsTags.es6 │ │ │ │ │ │ ├── expectCatalogueElement.coffee │ │ │ │ │ │ ├── general │ │ │ │ │ │ ├── _general.coffee │ │ │ │ │ │ └── image.coffee │ │ │ │ │ │ ├── index.coffee │ │ │ │ │ │ ├── infinit-list │ │ │ │ │ │ ├── _infinitList.coffee │ │ │ │ │ │ └── infiniteList.coffee │ │ │ │ │ │ ├── infiniteListCtrl.coffee │ │ │ │ │ │ ├── infiniteTable.coffee │ │ │ │ │ │ ├── messagesPanel.coffee │ │ │ │ │ │ ├── metadata-editor │ │ │ │ │ │ └── metadataEditor.js │ │ │ │ │ │ ├── metadataEditor.coffee │ │ │ │ │ │ ├── metadataEditors.coffee │ │ │ │ │ │ ├── modals │ │ │ │ │ │ └── modals.coffee │ │ │ │ │ │ ├── propertiesPane.coffee │ │ │ │ │ │ ├── simpleObjectEditor.coffee │ │ │ │ │ │ ├── states │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ ├── batch.html.coffee │ │ │ │ │ │ │ ├── csvTransformation.html.coffee │ │ │ │ │ │ │ ├── diff.html.coffee │ │ │ │ │ │ │ ├── index.coffee │ │ │ │ │ │ │ ├── list.html.coffee │ │ │ │ │ │ │ ├── panels.html.coffee │ │ │ │ │ │ │ ├── parent.html.coffee │ │ │ │ │ │ │ └── show.html.coffee │ │ │ │ │ │ ├── controllers │ │ │ │ │ │ │ ├── BatchCtrl.coffee │ │ │ │ │ │ │ ├── BatchOnlyCtrl.coffee │ │ │ │ │ │ │ ├── CsvTransformationCtrl.coffee │ │ │ │ │ │ │ ├── DashboardCtrl.coffee │ │ │ │ │ │ │ ├── DataModelCtrl.coffee │ │ │ │ │ │ │ ├── DataModelTreeCtrl.coffee │ │ │ │ │ │ │ ├── DataModelsCtrl.coffee │ │ │ │ │ │ │ ├── DiffCtrl.coffee │ │ │ │ │ │ │ ├── ElementCtrl.coffee │ │ │ │ │ │ │ ├── ElementWithDataModelCtrl.coffee │ │ │ │ │ │ │ ├── ElementsCtrl.coffee │ │ │ │ │ │ │ ├── FastActionsCtrl.coffee │ │ │ │ │ │ │ ├── FavoritesCtrl.coffee │ │ │ │ │ │ │ ├── FeedbackCtrl.coffee │ │ │ │ │ │ │ ├── ListCtrl.coffee │ │ │ │ │ │ │ ├── ListWithDataModelCtrl.coffee │ │ │ │ │ │ │ ├── PanelsCtrl.coffee │ │ │ │ │ │ │ ├── ShowCtrl.coffee │ │ │ │ │ │ │ ├── UserCtrl.coffee │ │ │ │ │ │ │ ├── XMLEditorCtrl.coffee │ │ │ │ │ │ │ └── index.coffee │ │ │ │ │ │ ├── dataModels.state.coffee │ │ │ │ │ │ ├── defaultStates.coffee │ │ │ │ │ │ ├── index.coffee │ │ │ │ │ │ ├── landing.state.coffee │ │ │ │ │ │ ├── mc.csvTransformations.show.state.coffee │ │ │ │ │ │ ├── mc.csvTransformations.state.coffee │ │ │ │ │ │ ├── mc.resource.diff.state.coffee │ │ │ │ │ │ ├── mc.resource.list-imported.state.coffee │ │ │ │ │ │ ├── mc.resource.list.state.coffee │ │ │ │ │ │ ├── mc.resource.show.property.state.coffee │ │ │ │ │ │ ├── mc.resource.show.state.coffee │ │ │ │ │ │ ├── mc.resource.state.coffee │ │ │ │ │ │ ├── mc.resource.xml-editor.state.coffee │ │ │ │ │ │ ├── mc.search.state.coffee │ │ │ │ │ │ ├── mc.state.coffee │ │ │ │ │ │ ├── simple.actions.show.state.coffee │ │ │ │ │ │ ├── simple.actions.state.coffee │ │ │ │ │ │ ├── simple.favorites.state.coffee │ │ │ │ │ │ ├── simple.feedback.state.coffee │ │ │ │ │ │ ├── simple.resource.list.state.coffee │ │ │ │ │ │ ├── simple.resource.show.property.state.coffee │ │ │ │ │ │ ├── simple.resource.show.state.coffee │ │ │ │ │ │ ├── simple.resource.state.coffee │ │ │ │ │ │ └── simple.state.coffee │ │ │ │ │ │ └── utils │ │ │ │ │ │ ├── _utils.coffee │ │ │ │ │ │ ├── directives │ │ │ │ │ │ ├── ellipsis.coffee │ │ │ │ │ │ └── orderedMapEditor.coffee │ │ │ │ │ │ └── services │ │ │ │ │ │ └── dataModelService.coffee │ │ │ │ ├── modelcatalogue.coffee │ │ │ │ └── util │ │ │ │ │ ├── MessagingClient.js │ │ │ │ │ ├── Stomp.js │ │ │ │ │ ├── delayedQueueExecutor.es6 │ │ │ │ │ ├── enhance.coffee │ │ │ │ │ ├── index.coffee │ │ │ │ │ ├── mdxFeatures.coffee │ │ │ │ │ ├── messages.coffee │ │ │ │ │ ├── names.coffee │ │ │ │ │ ├── objectVisitor.es6 │ │ │ │ │ ├── recursiveCompile.js │ │ │ │ │ ├── rest.coffee │ │ │ │ │ ├── security.coffee │ │ │ │ │ ├── stringToBoolean.coffee │ │ │ │ │ ├── stringToNumber.coffee │ │ │ │ │ ├── ui │ │ │ │ │ ├── actions.coffee │ │ │ │ │ ├── applicationTitle.coffee │ │ │ │ │ ├── bs │ │ │ │ │ │ ├── contextualMenu.coffee │ │ │ │ │ │ ├── index.coffee │ │ │ │ │ │ ├── menuItemDropdown.coffee │ │ │ │ │ │ └── menuItemSingle.coffee │ │ │ │ │ ├── contextualActions.coffee │ │ │ │ │ ├── contextualMenu.coffee │ │ │ │ │ ├── fakeSubmitButton.coffee │ │ │ │ │ ├── focusMe.coffee │ │ │ │ │ ├── hideForRole.coffee │ │ │ │ │ ├── hideIfLoggedIn.coffee │ │ │ │ │ ├── index.coffee │ │ │ │ │ ├── menuItemDropdown.coffee │ │ │ │ │ ├── menuItemSingle.coffee │ │ │ │ │ ├── resizable.js │ │ │ │ │ ├── selectOnClick.js │ │ │ │ │ ├── showForRole.coffee │ │ │ │ │ ├── showIfLoggedIn.coffee │ │ │ │ │ ├── sortable.js │ │ │ │ │ └── treeview │ │ │ │ │ │ ├── DescendPath.es6 │ │ │ │ │ │ ├── TreeviewNode.es6 │ │ │ │ │ │ └── index.es6 │ │ │ │ │ ├── vkbeautify.js │ │ │ │ │ └── xmlTransformer.js │ │ │ └── templates │ │ │ │ └── mc │ │ │ │ ├── core │ │ │ │ ├── forms │ │ │ │ │ ├── actions │ │ │ │ │ │ └── exportCrf.tpl.html │ │ │ │ │ ├── formItem.tpl.html │ │ │ │ │ ├── formMetadata.tpl.html │ │ │ │ │ ├── metadata │ │ │ │ │ │ ├── defaultBasic.tpl.html │ │ │ │ │ │ ├── formGrid.tpl.html │ │ │ │ │ │ ├── formItem.tpl.html │ │ │ │ │ │ └── formSection.tpl.html │ │ │ │ │ └── metadataEditors │ │ │ │ │ │ ├── formGrid.tpl.html │ │ │ │ │ │ ├── formItemDataElement.tpl.html │ │ │ │ │ │ └── formSection.tpl.html │ │ │ │ ├── northThames │ │ │ │ │ ├── metadata │ │ │ │ │ │ └── defaultBasic.tpl.html │ │ │ │ │ └── northThamesMetadata.tpl.html │ │ │ │ ├── publishing │ │ │ │ │ ├── metadata │ │ │ │ │ │ └── defaultBasic.tpl.html │ │ │ │ │ └── publishingMetadata.tpl.html │ │ │ │ ├── stewardship │ │ │ │ │ ├── metadata │ │ │ │ │ │ └── defaultBasic.tpl.html │ │ │ │ │ └── stewardshipMetadata.tpl.html │ │ │ │ └── ui │ │ │ │ │ ├── catalogueElementTreeview.tpl.html │ │ │ │ │ ├── catalogueElementTreeviewItem.tpl.html │ │ │ │ │ ├── catalogueElementView.tpl.html │ │ │ │ │ ├── dataModelWizard.tpl.html │ │ │ │ │ ├── detail-sections │ │ │ │ │ ├── assetPreview.tpl.html │ │ │ │ │ ├── dataClass.tpl.html │ │ │ │ │ ├── dataModelPolicies.tpl.html │ │ │ │ │ ├── dataType.tpl.html │ │ │ │ │ ├── description.tpl.html │ │ │ │ │ ├── enumerations.tpl.html │ │ │ │ │ ├── measurementUnit.tpl.html │ │ │ │ │ ├── metadata.tpl.html │ │ │ │ │ ├── metadata │ │ │ │ │ │ ├── assetBasic.tpl.html │ │ │ │ │ │ ├── customMetadata.tpl.html │ │ │ │ │ │ ├── defaultBasic.tpl.html │ │ │ │ │ │ ├── measurementUnitBasic.tpl.html │ │ │ │ │ │ └── validationRuleBasic.tpl.html │ │ │ │ │ ├── modelCatalogueId.tpl.html │ │ │ │ │ ├── organization.tpl.html │ │ │ │ │ ├── revisionNotes.tpl.html │ │ │ │ │ ├── rule.tpl.html │ │ │ │ │ └── tableData.tpl.html │ │ │ │ │ ├── elementsAsTags.tpl.html │ │ │ │ │ ├── general │ │ │ │ │ └── footer.tpl.html │ │ │ │ │ ├── infinite-list │ │ │ │ │ ├── infinitePanels.tpl.html │ │ │ │ │ └── infinitePanelsShort.tpl.html │ │ │ │ │ ├── infiniteTable.tpl.html │ │ │ │ │ ├── metadata-editor │ │ │ │ │ ├── appearance.tpl.html │ │ │ │ │ ├── metadataEditor.tpl.html │ │ │ │ │ ├── occurrence.tpl.html │ │ │ │ │ └── subset.tpl.html │ │ │ │ │ ├── modals │ │ │ │ │ ├── dataClassWizard.tpl.html │ │ │ │ │ ├── modalEditRelationship.tpl.html │ │ │ │ │ ├── modalExport.tpl.html │ │ │ │ │ ├── modalNewRelationship.tpl.html │ │ │ │ │ ├── modalPromptEnumeratedTypeEdit.tpl.html │ │ │ │ │ ├── modalRareDiseaseImport.tpl.html │ │ │ │ │ └── modalValidationRuleEdit.tpl.html │ │ │ │ │ ├── propertiesPane.tpl.html │ │ │ │ │ ├── states │ │ │ │ │ ├── dashboard.tpl.html │ │ │ │ │ ├── dataModels.tpl.html │ │ │ │ │ ├── favourites.tpl.html │ │ │ │ │ ├── feedback.tpl.html │ │ │ │ │ ├── mc.tpl.html │ │ │ │ │ ├── simple.tpl.html │ │ │ │ │ └── xmlEditor.tpl.html │ │ │ │ │ └── utils │ │ │ │ │ ├── actionButtonDropdown.tpl.html │ │ │ │ │ ├── actionButtonSingle.tpl.html │ │ │ │ │ ├── actionButtonSingleSubmit.tpl.html │ │ │ │ │ ├── catalogueElementPicker.tpl.html │ │ │ │ │ ├── contextualActions.tpl.html │ │ │ │ │ ├── ellipsis.tpl.html │ │ │ │ │ └── orderedMapEditor.tpl.html │ │ │ │ └── index.coffee │ │ ├── other │ │ │ ├── d3_data_model_view │ │ │ │ ├── init.js │ │ │ │ ├── style.css │ │ │ │ ├── texture-noise.png │ │ │ │ └── vsizegrip.png │ │ │ ├── schema │ │ │ │ ├── 1.0.1 │ │ │ │ │ └── metadataregistry.xsd │ │ │ │ ├── 1.0.2 │ │ │ │ │ └── metadataregistry.xsd │ │ │ │ ├── 1.0 │ │ │ │ │ └── metadataregistry.xsd │ │ │ │ ├── 1.1.1 │ │ │ │ │ └── metadataregistry.xsd │ │ │ │ ├── 1.1.2 │ │ │ │ │ ├── metadataregistry.xsd │ │ │ │ │ └── metadataregistry_asset.xsd │ │ │ │ ├── 1.1 │ │ │ │ │ └── metadataregistry.xsd │ │ │ │ ├── 2.0 │ │ │ │ │ ├── metadataregistry.xsd │ │ │ │ │ └── metadataregistry_asset.xsd │ │ │ │ ├── 2.1 │ │ │ │ │ ├── metadataregistry.xsd │ │ │ │ │ ├── metadataregistry_asset.xsd │ │ │ │ │ ├── metadataregistry_validator.xsd │ │ │ │ │ └── metadataregistry_violation.xsd │ │ │ │ └── 2.2 │ │ │ │ │ ├── metadataregistry.xsd │ │ │ │ │ ├── metadataregistry_asset.xsd │ │ │ │ │ ├── metadataregistry_validator.xsd │ │ │ │ │ └── metadataregistry_violation.xsd │ │ │ └── xsl │ │ │ │ └── transform2CatalogueSchema.xsl │ │ └── stylesheets │ │ │ ├── application.css │ │ │ ├── bootstrap.css │ │ │ ├── errors.css │ │ │ ├── grails.css │ │ │ ├── main.css │ │ │ ├── mobile.css │ │ │ ├── modelcatalogue.less │ │ │ └── modelcatalogue │ │ │ ├── core │ │ │ ├── changes │ │ │ │ └── changes.less │ │ │ └── ui │ │ │ │ └── bs │ │ │ │ ├── bootstrap │ │ │ │ └── custom │ │ │ │ │ ├── buttons.less │ │ │ │ │ ├── tables.less │ │ │ │ │ └── type.less │ │ │ │ └── directives.less │ │ │ ├── mixins │ │ │ └── vendor-prefixes.less │ │ │ └── modelcatalogue.less │ ├── conf │ │ ├── .DataSource.groovy.un~ │ │ ├── ApiDashboardUrlMappings.groovy │ │ ├── ApiFilters.groovy │ │ ├── ApiKeyUrlMappings.groovy │ │ ├── ApplicationResources.groovy │ │ ├── AssetUrlMappings.groovy │ │ ├── BatchUrlMappings.groovy │ │ ├── BootStrap.groovy │ │ ├── BuildConfig.groovy │ │ ├── CatalogueElementUrlMappings.groovy │ │ ├── ClassificationUrlMappings.groovy │ │ ├── Config.groovy │ │ ├── CsvTransformationUrlMappings.groovy │ │ ├── DashboardUrlMappings.groovy │ │ ├── DataArchitectUrlMappings.groovy │ │ ├── DataClassUrlMappings.groovy │ │ ├── DataElementUrlMappings.groovy │ │ ├── DataImportCreateUrlMappings.groovy │ │ ├── DataModelCreateUrlMappings.groovy │ │ ├── DataModelPolicyUrlMappings.groovy │ │ ├── DataModelUrlMappings.groovy │ │ ├── DataSource.groovy │ │ ├── DataSource.groovy~ │ │ ├── DataTypeUrlMappings.groovy │ │ ├── EnumeratedTypeUrlMappings.groovy │ │ ├── GrailsMelodyConfig.groovy │ │ ├── LastSeenUrlMappings.groovy │ │ ├── LogsUrlMappings.groovy │ │ ├── MappingSuggestionsUrlMappings.groovy │ │ ├── MeasurementUnitUrlMappings.groovy │ │ ├── ModelCatalogueAuditPluginUrlMappings.groovy │ │ ├── ModelCatalogueConfig.groovy │ │ ├── ModelCatalogueCorePluginUrlMappings.groovy │ │ ├── ModelCatalogueGenomicsUrlMappings.groovy │ │ ├── ModelCatalogueIDFilters.groovy │ │ ├── ModelCatalogueNorthThamesUrlMappings.groovy │ │ ├── ModelCatalogueVersionUrlMappings.groovy │ │ ├── PrimitiveTypeUrlMappings.groovy │ │ ├── ReferenceTypeUrlMappings.groovy │ │ ├── ReindexCatalogueUrlMappings.groovy │ │ ├── RelationshipTypeUrlMappings.groovy │ │ ├── SpringOAuthAjaxFixFilters.groovy │ │ ├── TagUrlMappings.groovy │ │ ├── UrlMappings.groovy │ │ ├── UserUrlMappings.groovy │ │ ├── ValidationRuleUrlMappings.groovy │ │ └── spring │ │ │ └── resources.groovy │ ├── controllers │ │ ├── LoginController.groovy │ │ ├── LogoutController.groovy │ │ └── org │ │ │ └── modelcatalogue │ │ │ └── core │ │ │ ├── AbstractCatalogueElementController.groovy │ │ │ ├── AbstractRestfulController.groovy │ │ │ ├── ApiDashboardController.groovy │ │ │ ├── ApiKeyController.groovy │ │ │ ├── AssetController.groovy │ │ │ ├── CatalogueController.groovy │ │ │ ├── CatalogueElementController.groovy │ │ │ ├── ChangeController.groovy │ │ │ ├── ChildrenDataCommand.groovy │ │ │ ├── CsvTransformationController.groovy │ │ │ ├── DataArchitectController.groovy │ │ │ ├── DataClassController.groovy │ │ │ ├── DataElementController.groovy │ │ │ ├── DataImportController.groovy │ │ │ ├── DataImportCreateController.groovy │ │ │ ├── DataModelController.groovy │ │ │ ├── DataModelCreateCommand.groovy │ │ │ ├── DataModelCreateController.groovy │ │ │ ├── DataModelPolicyController.groovy │ │ │ ├── DataTypeController.groovy │ │ │ ├── EnumeratedTypeController.groovy │ │ │ ├── ErrorsController.groovy │ │ │ ├── LastSeenCommand.groovy │ │ │ ├── LastSeenController.groovy │ │ │ ├── LogsController.groovy │ │ │ ├── MeasurementUnitController.groovy │ │ │ ├── ModelCatalogueVersionController.groovy │ │ │ ├── PrimitiveTypeController.groovy │ │ │ ├── ReferenceTypeController.groovy │ │ │ ├── ReindexCatalogueController.groovy │ │ │ ├── RelationshipController.groovy │ │ │ ├── RelationshipTypeController.groovy │ │ │ ├── SearchController.groovy │ │ │ ├── TagController.groovy │ │ │ ├── UserController.groovy │ │ │ ├── ValidationRuleController.groovy │ │ │ ├── actions │ │ │ ├── ArchiveCommand.groovy │ │ │ ├── BatchController.groovy │ │ │ └── GenerateSuggestionsCommand.groovy │ │ │ ├── dashboard │ │ │ ├── DashboardController.groovy │ │ │ └── DashboardIndexCommand.groovy │ │ │ ├── forms │ │ │ └── FormGeneratorController.groovy │ │ │ ├── genomics │ │ │ ├── GenomicsController.groovy │ │ │ └── RareDiseaseImportController.groovy │ │ │ ├── logging │ │ │ └── LoggingController.groovy │ │ │ ├── mappingsuggestions │ │ │ ├── MappingSuggestionApproveCommand.groovy │ │ │ ├── MappingSuggestionIndexCommand.groovy │ │ │ ├── MappingSuggestionRejectCommand.groovy │ │ │ └── MappingSuggestionsController.groovy │ │ │ ├── norththames │ │ │ └── NorthThamesController.groovy │ │ │ └── security │ │ │ ├── ApiRegisterController.groovy │ │ │ ├── DataModelPermissionCommand.groovy │ │ │ ├── DataModelPermissionController.groovy │ │ │ ├── RegisterController.groovy │ │ │ └── UserAdminController.groovy │ ├── domain │ │ └── org │ │ │ └── modelcatalogue │ │ │ └── core │ │ │ ├── Asset.groovy │ │ │ ├── AssetFile.groovy │ │ │ ├── CatalogueElement.groovy │ │ │ ├── DataClass.groovy │ │ │ ├── DataElement.groovy │ │ │ ├── DataModel.groovy │ │ │ ├── DataModelPolicy.groovy │ │ │ ├── DataType.groovy │ │ │ ├── EnumeratedType.groovy │ │ │ ├── ExtensionValue.groovy │ │ │ ├── Mapping.groovy │ │ │ ├── MeasurementUnit.groovy │ │ │ ├── PrimitiveType.groovy │ │ │ ├── ReferenceType.groovy │ │ │ ├── Relationship.groovy │ │ │ ├── RelationshipMetadata.groovy │ │ │ ├── RelationshipType.groovy │ │ │ ├── Tag.groovy │ │ │ ├── ValidationRule.groovy │ │ │ ├── actions │ │ │ ├── Action.groovy │ │ │ ├── ActionDependency.groovy │ │ │ ├── ActionParameter.groovy │ │ │ └── Batch.groovy │ │ │ ├── audit │ │ │ └── Change.groovy │ │ │ ├── dataarchitect │ │ │ ├── ColumnTransformationDefinition.groovy │ │ │ └── CsvTransformation.groovy │ │ │ ├── security │ │ │ ├── OAuthID.groovy │ │ │ ├── Role.groovy │ │ │ ├── RoleHierarchyEntry.groovy │ │ │ ├── User.groovy │ │ │ ├── UserAuthentication.groovy │ │ │ └── UserRole.groovy │ │ │ └── testapp │ │ │ └── Requestmap.groovy │ ├── i18n │ │ ├── messages.properties │ │ ├── messages_cs_CZ.properties │ │ ├── messages_da.properties │ │ ├── messages_de.properties │ │ ├── messages_es.properties │ │ ├── messages_fr.properties │ │ ├── messages_it.properties │ │ ├── messages_ja.properties │ │ ├── messages_nb.properties │ │ ├── messages_nl.properties │ │ ├── messages_pl.properties │ │ ├── messages_pt_BR.properties │ │ ├── messages_pt_PT.properties │ │ ├── messages_ru.properties │ │ ├── messages_sv.properties │ │ ├── messages_th.properties │ │ ├── messages_zh_CN.properties │ │ └── spring-security-oauth.messages.properties │ ├── migrations │ │ ├── changelog.groovy │ │ ├── changelog_000_ddl.groovy │ │ ├── changelog_001_archivedToDeprecated.groovy │ │ ├── changelog_002_movingUserToCore.groovy │ │ ├── changelog_003_relationshipClassification.groovy │ │ ├── changelog_004_favourites.groovy │ │ ├── changelog_005_newModelCatalogueId.groovy │ │ ├── changelog_006_filterByClassifications.groovy │ │ ├── changelog_007_versioning_changes.groovy │ │ ├── changelog_008_relationship_ordering.groovy │ │ ├── changelog_009_classificationFilteringChanges.groovy │ │ ├── changelog_010_changes.groovy │ │ ├── changelog_011_relationshipOptimization.groovy │ │ ├── changelog_012_metadata_ordering.groovy │ │ ├── changelog_013_relationship_description.groovy │ │ ├── changelog_014_discourse.groovy │ │ ├── changelog_015_oauth.groovy │ │ ├── changelog_016_dataModelAndDataClass.groovy │ │ ├── changelog_017_singleDataModel.groovy │ │ ├── changelog_018_semanticVersioning.groovy │ │ ├── changelog_019_bidirectionalRelationships.groovy │ │ ├── changelog_020_enum_subsets.groovy │ │ ├── changelog_021_validation_rule.groovy │ │ ├── changelog_022_changelog.groovy │ │ ├── changelog_023_searchable_relationships.groovy │ │ ├── changelog_024_tag.groovy │ │ ├── changelog_025_security.groovy │ │ └── changelog_026_asset_publishing.groovy │ ├── services │ │ └── org │ │ │ └── modelcatalogue │ │ │ ├── core │ │ │ ├── AbstractDataImportService.groovy │ │ │ ├── AddMappingService.groovy │ │ │ ├── AmazonStorageService.groovy │ │ │ ├── AssetMetadataService.groovy │ │ │ ├── AssetService.groovy │ │ │ ├── CatalogueElementService.groovy │ │ │ ├── DataClassService.groovy │ │ │ ├── DataElementService.groovy │ │ │ ├── DataImportOboService.groovy │ │ │ ├── DataImportXmlService.groovy │ │ │ ├── DataModelCreateService.groovy │ │ │ ├── DataModelService.groovy │ │ │ ├── DataTypeService.groovy │ │ │ ├── ElementService.groovy │ │ │ ├── FavouriteService.groovy │ │ │ ├── InitCatalogueService.groovy │ │ │ ├── InitPoliciesAndTagsService.groovy │ │ │ ├── LocalFilesStorageService.groovy │ │ │ ├── MDXFeaturesService.groovy │ │ │ ├── ManualDeleteRelationshipsService.groovy │ │ │ ├── MappingService.groovy │ │ │ ├── MaxActiveUsersService.groovy │ │ │ ├── MetadataDomainEntityService.groovy │ │ │ ├── ModelCatalogueSearchService.groovy │ │ │ ├── ModelCatalogueSecurityService.groovy │ │ │ ├── ModelCatalogueStorageService.groovy │ │ │ ├── PerformanceUtilService.groovy │ │ │ ├── RegisterService.groovy │ │ │ ├── RelationshipService.groovy │ │ │ ├── RelationshipTypeService.groovy │ │ │ ├── RelationshipsInternalService.groovy │ │ │ ├── SetupSimpleCsvTransformationService.groovy │ │ │ ├── SourceDestinationService.groovy │ │ │ ├── TopLevelDataClassService.groovy │ │ │ ├── TransactionalEmailService.groovy │ │ │ ├── ValidationRuleService.groovy │ │ │ ├── WarnGormErrors.groovy │ │ │ ├── actions │ │ │ │ ├── ActionService.groovy │ │ │ │ └── BatchService.groovy │ │ │ ├── audit │ │ │ │ └── AuditService.groovy │ │ │ ├── cache │ │ │ │ └── CacheService.groovy │ │ │ ├── catalogueelement │ │ │ │ ├── AbstractCatalogueElementService.groovy │ │ │ │ ├── AssetCatalogueElementService.groovy │ │ │ │ ├── CatalogueElementCatalogueElementService.groovy │ │ │ │ ├── DataClassCatalogueElementService.groovy │ │ │ │ ├── DataElementCatalogueElementService.groovy │ │ │ │ ├── DataModelCatalogueElementService.groovy │ │ │ │ ├── DataTypeCatalogueElementService.groovy │ │ │ │ ├── ManageCatalogueElementService.groovy │ │ │ │ ├── MeasurementUnitCatalogueElementService.groovy │ │ │ │ ├── RemoveRelationService.groovy │ │ │ │ ├── TagCatalogueElementService.groovy │ │ │ │ ├── UserCatalogueElementService.groovy │ │ │ │ └── ValidationRuleCatalogueElementService.groovy │ │ │ ├── change │ │ │ │ └── ChangeSqlService.groovy │ │ │ ├── d3viewUtils │ │ │ │ └── D3ViewUtilsService.groovy │ │ │ ├── dashboard │ │ │ │ └── DashboardService.groovy │ │ │ ├── dataarchitect │ │ │ │ ├── CSVService.groovy │ │ │ │ ├── DataArchitectService.groovy │ │ │ │ ├── LoincImportService.groovy │ │ │ │ ├── SchemaValidatorService.groovy │ │ │ │ └── UmljService.groovy │ │ │ ├── dataimport │ │ │ │ └── excel │ │ │ │ │ └── ExcelImportTypeService.groovy │ │ │ ├── elasticsearch │ │ │ │ └── ElasticSearchService.groovy │ │ │ ├── forms │ │ │ │ └── ModelToFormExporterService.groovy │ │ │ ├── logging │ │ │ │ └── LoggingService.groovy │ │ │ ├── mappingsuggestions │ │ │ │ ├── CompareByNameService.groovy │ │ │ │ ├── MappingSuggestionsGeneratorService.groovy │ │ │ │ ├── MappingSuggestionsService.groovy │ │ │ │ ├── MapppingSuggestionsConfigurationService.groovy │ │ │ │ └── MatchParamsService.groovy │ │ │ ├── path │ │ │ │ └── PathFinderService.groovy │ │ │ ├── persistence │ │ │ │ ├── ActionGormService.groovy │ │ │ │ ├── ActionParameterGormService.groovy │ │ │ │ ├── AssetGormService.groovy │ │ │ │ ├── BatchGormService.groovy │ │ │ │ ├── CatalogueElementGormService.groovy │ │ │ │ ├── ChangeGormService.groovy │ │ │ │ ├── ColumnTransformationDefinitionGormService.groovy │ │ │ │ ├── CsvTransformationGormService.groovy │ │ │ │ ├── DataClassGormService.groovy │ │ │ │ ├── DataElementGormService.groovy │ │ │ │ ├── DataModelGormService.groovy │ │ │ │ ├── DataModelPolicyGormService.groovy │ │ │ │ ├── DataTypeGormService.groovy │ │ │ │ ├── EnumeratedTypeGormService.groovy │ │ │ │ ├── ExtensionValueGormService.groovy │ │ │ │ ├── MappingGormService.groovy │ │ │ │ ├── MeasurementUnitGormService.groovy │ │ │ │ ├── PrimitiveTypeGormService.groovy │ │ │ │ ├── ReferenceTypeGormService.groovy │ │ │ │ ├── RegistrationCodeGormService.groovy │ │ │ │ ├── RelationshipGormService.groovy │ │ │ │ ├── RelationshipTypeGormService.groovy │ │ │ │ ├── RequestmapGormService.groovy │ │ │ │ ├── RoleGormService.groovy │ │ │ │ ├── RoleHierarchyEntryGormService.groovy │ │ │ │ ├── TagGormService.groovy │ │ │ │ ├── UserAuthenticationGormService.groovy │ │ │ │ ├── UserGormService.groovy │ │ │ │ ├── UserRoleGormService.groovy │ │ │ │ └── ValidationRuleGormService.groovy │ │ │ ├── reports │ │ │ │ └── RegisterReportDescriptorsService.groovy │ │ │ ├── rx │ │ │ │ └── RxService.groovy │ │ │ ├── search │ │ │ │ └── KeywordsService.groovy │ │ │ ├── security │ │ │ │ ├── DataModelAclService.groovy │ │ │ │ ├── DataModelPermissionService.groovy │ │ │ │ ├── InitSecurityService.groovy │ │ │ │ ├── MetadataSecurityService.groovy │ │ │ │ ├── UserService.groovy │ │ │ │ └── ss2x │ │ │ │ │ ├── GormWithEmailUserDetailsService.groovy │ │ │ │ │ └── SpringSecurity2SecurityService.groovy │ │ │ └── util │ │ │ │ └── test │ │ │ │ └── TestDataService.groovy │ │ │ └── gel │ │ │ ├── Genomics-England-logo-2015.png │ │ │ ├── GenomicsAssetMetadataService.groovy │ │ │ ├── GenomicsService.groovy │ │ │ └── RareDiseaseImportService.groovy │ ├── taglib │ │ └── org │ │ │ └── modelcatalogue │ │ │ └── core │ │ │ ├── MdxTagLib.groovy │ │ │ └── security │ │ │ └── DataModelPermissionTagLib.groovy │ ├── utils │ │ └── org │ │ │ └── modelcatalogue │ │ │ └── core │ │ │ ├── EnumAsStringConverter.groovy │ │ │ ├── MaxOffsetSublistUtils.groovy │ │ │ ├── RelationshipTypeClassConverter.groovy │ │ │ ├── SortParamsUtils.groovy │ │ │ ├── security │ │ │ ├── ApiKeyUtils.groovy │ │ │ └── MetadataRoles.groovy │ │ │ ├── util │ │ │ ├── BeanMessageUtils.groovy │ │ │ ├── LoggedUserUtils.groovy │ │ │ ├── MetadataDomain.groovy │ │ │ ├── MetadataDomainEntity.groovy │ │ │ └── MetadataDomainWithNameEntity.groovy │ │ │ └── view │ │ │ ├── CatalogueElementViewModelUtils.groovy │ │ │ └── DataModelViewModelUtils.groovy │ └── views │ │ ├── apiKey │ │ └── index.gsp │ │ ├── batch │ │ ├── all.gsp │ │ └── create.gsp │ │ ├── dashboard │ │ ├── _catalogueElementViewRow.gsp │ │ ├── _catalogueElementViewTable.gsp │ │ ├── _dataModelLink.gsp │ │ ├── _dataModelViewRow.gsp │ │ ├── _dataModelViewTable.gsp │ │ └── index.gsp │ │ ├── dataImport │ │ ├── importExcel.gsp │ │ ├── importModelCatalogueDSL.gsp │ │ ├── importObo.gsp │ │ └── importXml.gsp │ │ ├── dataModel │ │ ├── create.gsp │ │ └── d3_data_model_view.gsp │ │ ├── dataModelPermission │ │ ├── _deletePermission.gsp │ │ ├── index.gsp │ │ └── show.gsp │ │ ├── error.gsp │ │ ├── errors │ │ └── error403.gsp │ │ ├── includes │ │ └── _ajaxLogin.gsp │ │ ├── index.gsp │ │ ├── lastSeen │ │ └── index.gsp │ │ ├── layouts │ │ ├── main.gsp │ │ ├── register.gsp │ │ └── springSecurityUI.gsp │ │ ├── load.gsp │ │ ├── login │ │ ├── auth.gsp │ │ └── denied.gsp │ │ ├── logs │ │ └── index.gsp │ │ ├── mappingSuggestions │ │ ├── _actionState.gsp │ │ ├── _selectAllMappingSuggestionIds.gsp │ │ └── index.gsp │ │ ├── modelCatalogueVersion │ │ └── index.gsp │ │ ├── rareDiseasesWeb │ │ ├── _clinicalReports.gsp │ │ ├── _eligibility.gsp │ │ ├── _phenotypes.gsp │ │ ├── index.gsp │ │ └── page.gsp │ │ ├── register │ │ ├── forgotPassword.gsp │ │ ├── index.gsp │ │ └── resetPassword.gsp │ │ ├── reindexCatalogue │ │ └── index.gsp │ │ ├── springSecurityOAuth │ │ └── askToLinkOrCreateAccount.gsp │ │ ├── templates │ │ ├── _flasherror.gsp │ │ ├── _flashmessage.gsp │ │ └── _sponsorsfooter.gsp │ │ └── userAdmin │ │ ├── create.gsp │ │ ├── edit.gsp │ │ └── search.gsp ├── grailsw ├── grailsw.bat ├── karma.conf.js ├── package.json ├── prod-init-data │ ├── .gitignore │ └── README.adoc ├── scripts │ ├── _Events.groovy │ └── testing │ │ ├── generateTestBatches.sh │ │ ├── runFunctionalTestBatches.sh │ │ └── testReport.sh ├── src │ ├── docs │ │ ├── MDRSchema.pdf │ │ ├── guide │ │ │ ├── 1 Introduction.gdoc │ │ │ ├── 2 Getting Started.gdoc │ │ │ ├── 3 Background.gdoc │ │ │ ├── 4 Concepts.gdoc │ │ │ ├── 5 AngularJS Support.gdoc │ │ │ ├── 6 Custom Excel Exports.gdoc │ │ │ ├── 7 Asset Storage Configuration.gdoc │ │ │ ├── 8 Security Service Configuration.gdoc │ │ │ └── toc.yaml │ │ ├── images │ │ │ ├── MDRCore.png │ │ │ └── MDRCore_s.png │ │ ├── mc │ │ │ └── SACT.mc │ │ ├── ref │ │ │ ├── Angular Directives │ │ │ │ ├── action-button-dropdown.gdoc │ │ │ │ ├── action-button-single.gdoc │ │ │ │ ├── catalogue-element-picker.gdoc │ │ │ │ ├── catalogue-element-treeview.gdoc │ │ │ │ ├── catalogue-element-view.gdoc │ │ │ │ ├── columns-configuration.gdoc │ │ │ │ ├── contextual-actions.gdoc │ │ │ │ ├── decorated-list.gdoc │ │ │ │ ├── hide-for-role.gdoc │ │ │ │ ├── hide-if-logged-in.gdoc │ │ │ │ ├── messages-panel.gdoc │ │ │ │ ├── properties-pane.gdoc │ │ │ │ ├── show-for-role.gdoc │ │ │ │ ├── show-if-logged-in.gdoc │ │ │ │ └── simple-object-editor.gdoc │ │ │ ├── Angular Enhancers │ │ │ │ ├── catalogueElement.gdoc │ │ │ │ ├── list.gdoc │ │ │ │ ├── listReference.gdoc │ │ │ │ └── removableItem.gdoc │ │ │ ├── Angular Events │ │ │ │ ├── catalogueElementCreated.gdoc │ │ │ │ ├── catalogueElementDeleted.gdoc │ │ │ │ ├── treeviewElementSelected.gdoc │ │ │ │ ├── userLoggedIn.gdoc │ │ │ │ └── userLoggedOut.gdoc │ │ │ ├── Angular Packages │ │ │ │ ├── mc.core.gdoc │ │ │ │ ├── mc.core.ui.bs.gdoc │ │ │ │ ├── mc.core.ui.gdoc │ │ │ │ ├── mc.util.gdoc │ │ │ │ └── mc.util.ui.gdoc │ │ │ ├── Angular Providers │ │ │ │ ├── actionsProvider.gdoc │ │ │ │ ├── catalogueElementPropertiesProvider.gdoc │ │ │ │ ├── columnsProvider.gdoc │ │ │ │ ├── enhanceProvider.gdoc │ │ │ │ ├── messagesProvider.gdoc │ │ │ │ └── securityProvider.gdoc │ │ │ ├── Angular Services │ │ │ │ ├── actions.gdoc │ │ │ │ ├── catalogueElementProperties.gdoc │ │ │ │ ├── catalogueElementResource.gdoc │ │ │ │ ├── columns.gdoc │ │ │ │ ├── enhance.gdoc │ │ │ │ ├── messages.gdoc │ │ │ │ ├── modelCatalogueSearch.gdoc │ │ │ │ ├── names.gdoc │ │ │ │ ├── rest.gdoc │ │ │ │ └── security.gdoc │ │ │ ├── Angular Values │ │ │ │ └── modelCatalogueApiRoot.gdoc │ │ │ ├── Domain Classes │ │ │ │ ├── catalogueElement.gdoc │ │ │ │ ├── dataElement.gdoc │ │ │ │ ├── extendibleElement.gdoc │ │ │ │ ├── model.gdoc │ │ │ │ ├── publishedElement.gdoc │ │ │ │ ├── relationship.gdoc │ │ │ │ ├── relationshipType.gdoc │ │ │ │ └── relationships.gdoc │ │ │ └── Services │ │ │ │ └── relationshipService.gdoc │ │ └── useCases │ │ │ ├── UC_10_View_ModelBasket.txt │ │ │ ├── UC_11_Add_Relationship_ByType.txt │ │ │ ├── UC_1_List_DataElements.txt │ │ │ ├── UC_2_Show_DataElement.txt │ │ │ ├── UC_3_Edit_DataElement.txt │ │ │ ├── UC_4_Add_DataElement_To_ModelBasket.txt │ │ │ ├── UC_5_List_Models.txt │ │ │ ├── UC_6_Show_Model_Tree.txt │ │ │ ├── UC_7_Show_Model.txt │ │ │ ├── UC_8_Remove_Relationship.txt │ │ │ └── UC_9_Add_Relationship.txt │ ├── excelvba │ │ ├── COSD_v1.2_VBA_srcref.xls │ │ ├── COSD_v6_0_VBA_srcref_rev15.xls │ │ └── datadictionary.csv │ ├── groovy │ │ ├── META-INF │ │ │ ├── asset-pipeline │ │ │ │ └── processor.specs │ │ │ └── services │ │ │ │ └── org.modelcatalogue.core.policy.ConventionChecker │ │ ├── ModelCatalogueFormsUrlMappings.groovy │ │ ├── jasperreports.properties │ │ ├── mc.gdsl │ │ ├── mc_resources │ │ │ ├── BasicMeasurmentUnits.mc │ │ │ ├── Cancer.mc │ │ │ ├── Java.mc │ │ │ ├── NHIC.mc.xml │ │ │ ├── RareDiseaseConditions.mc │ │ │ └── XMLSchema.mc │ │ └── org │ │ │ └── modelcatalogue │ │ │ ├── core │ │ │ ├── AssetMetadata.groovy │ │ │ ├── CatalogueElementDeleteBlocker.groovy │ │ │ ├── DeleteBlocker.groovy │ │ │ ├── DeleteBlockerReason.groovy │ │ │ ├── Extendible.java │ │ │ ├── Extension.java │ │ │ ├── LogoutListener.groovy │ │ │ ├── LogoutListeners.groovy │ │ │ ├── RelationshipDefinition.groovy │ │ │ ├── RelationshipDefinitionBuilder.groovy │ │ │ ├── RelationshipTypeName.groovy │ │ │ ├── SearchCatalogue.groovy │ │ │ ├── SecurityService.groovy │ │ │ ├── StorageService.groovy │ │ │ ├── TestUtil.groovy │ │ │ ├── actions │ │ │ │ ├── AbstractActionRunner.groovy │ │ │ │ ├── ActionResult.groovy │ │ │ │ ├── ActionRunner.groovy │ │ │ │ ├── ActionState.groovy │ │ │ │ ├── BatchCreateViewModel.groovy │ │ │ │ ├── BatchViewModel.groovy │ │ │ │ ├── CreateCatalogueElement.groovy │ │ │ │ ├── CreateMatch.groovy │ │ │ │ ├── CreateRelationship.groovy │ │ │ │ ├── MergePublishedElements.groovy │ │ │ │ ├── OptimizationType.groovy │ │ │ │ ├── TestAction.groovy │ │ │ │ └── UpdateCatalogueElement.groovy │ │ │ ├── api │ │ │ │ └── ElementStatusUtils.groovy │ │ │ ├── asset │ │ │ │ └── MicrosoftOfficeDocument.groovy │ │ │ ├── audit │ │ │ │ ├── AbstractAuditor.groovy │ │ │ │ ├── AuditJsonMarshallingCustomizer.groovy │ │ │ │ ├── Auditor.groovy │ │ │ │ ├── ChangeType.groovy │ │ │ │ ├── CompoundAuditor.groovy │ │ │ │ ├── DefaultAuditor.groovy │ │ │ │ ├── EventNotifier.groovy │ │ │ │ ├── LoggingAuditor.groovy │ │ │ │ └── SearchNotifier.groovy │ │ │ ├── comments │ │ │ │ ├── Comment.groovy │ │ │ │ └── CommentsService.groovy │ │ │ ├── dashboard │ │ │ │ ├── DashboardStatusDropdown.groovy │ │ │ │ ├── SearchCatalogueElementScope.groovy │ │ │ │ ├── SearchQuery.groovy │ │ │ │ └── SearchScope.groovy │ │ │ ├── dataarchitect │ │ │ │ └── StarUMLDiagram.groovy │ │ │ ├── dataexport │ │ │ │ └── excel │ │ │ │ │ ├── gmcgridreport │ │ │ │ │ ├── GMCGridReportHeaders.groovy │ │ │ │ │ └── GMCGridReportXlsxExporter.groovy │ │ │ │ │ └── norththamesreport │ │ │ │ │ ├── NorthThamesMappingReportXlsxExporter.groovy │ │ │ │ │ └── NorthThamesMappingReportXlsxSqlExporter.groovy │ │ │ ├── dataimport │ │ │ │ └── excel │ │ │ │ │ ├── ConfigExcelLoader.groovy │ │ │ │ │ ├── ConfigHeadersMap.groovy │ │ │ │ │ ├── ConfigStatelessExcelLoader.groovy │ │ │ │ │ ├── Excel.groovy │ │ │ │ │ ├── ExcelExporter.groovy │ │ │ │ │ ├── ExcelLoader.groovy │ │ │ │ │ ├── HeadersMap.groovy │ │ │ │ │ ├── gmcGridReport │ │ │ │ │ ├── GMCGridReportExcelLoader.groovy │ │ │ │ │ ├── GMCGridReportExcelLoaderDCB.groovy │ │ │ │ │ └── GMCGridReportExcelLoaderDirect.groovy │ │ │ │ │ ├── loinc │ │ │ │ │ ├── LoincExcelLoader.groovy │ │ │ │ │ └── LoincHeadersMap.groovy │ │ │ │ │ └── nt │ │ │ │ │ └── uclh │ │ │ │ │ ├── OpenEhrExcelLoader.groovy │ │ │ │ │ └── UCLHExcelLoader.groovy │ │ │ ├── datamodel │ │ │ │ └── DataModelRow.groovy │ │ │ ├── ddl │ │ │ │ ├── CreateDefinition.groovy │ │ │ │ ├── CreateDraftDefinition.groovy │ │ │ │ ├── DataDefinitionLanguage.groovy │ │ │ │ ├── DraftKeyword.java │ │ │ │ ├── RemoveExtensionAction.groovy │ │ │ │ ├── UpdateAction.groovy │ │ │ │ └── UpdateDefinition.groovy │ │ │ ├── diff │ │ │ │ ├── CatalogueElementDiffs.groovy │ │ │ │ └── Diff.groovy │ │ │ ├── elasticsearch │ │ │ │ ├── Asset.mapping.json │ │ │ │ ├── AssetDocumentSerializer.groovy │ │ │ │ ├── CatalogueElement.mapping.json │ │ │ │ ├── CatalogueElementDocumentSerializer.groovy │ │ │ │ ├── DataElementDocumentSerializer.groovy │ │ │ │ ├── DataModel.mapping.json │ │ │ │ ├── DataModelDocumentSerializer.groovy │ │ │ │ ├── DataModelPolicy.mapping.json │ │ │ │ ├── DataModelPolicyDocumentSerializer.groovy │ │ │ │ ├── DataType.mapping.json │ │ │ │ ├── DataTypeDocumentSerializer.groovy │ │ │ │ ├── Document.groovy │ │ │ │ ├── DocumentSerializer.groovy │ │ │ │ ├── ElasticSearchQueryList.groovy │ │ │ │ ├── IndexingSession.groovy │ │ │ │ ├── MeasurementUnit.mapping.json │ │ │ │ ├── MeasurementUnitDocumentSerializer.groovy │ │ │ │ ├── Relationship.mapping.json │ │ │ │ ├── RelationshipDocumentSerializer.groovy │ │ │ │ ├── RelationshipType.mapping.json │ │ │ │ ├── RelationshipTypeDocumentSerializer.groovy │ │ │ │ ├── SimpleIndexRequest.groovy │ │ │ │ ├── SimpleIndexResponse.groovy │ │ │ │ ├── SimpleIndicesExistsResponse.groovy │ │ │ │ ├── User.mapping.json │ │ │ │ ├── UserDocumentSerializer.groovy │ │ │ │ ├── ValidationRule.mapping.json │ │ │ │ ├── ValidationRuleSerializer.groovy │ │ │ │ └── rx │ │ │ │ │ ├── ActionListenerAdapter.java │ │ │ │ │ ├── ActionRequestBuilderAdapter.java │ │ │ │ │ └── RxElastic.java │ │ │ ├── enumeration │ │ │ │ ├── Enumeration.groovy │ │ │ │ ├── Enumerations.groovy │ │ │ │ └── LegacyEnumerations.groovy │ │ │ ├── errors │ │ │ │ └── MetadataExceptionResolver.groovy │ │ │ ├── events │ │ │ │ ├── AlreadyExistingRelationEvent.groovy │ │ │ │ ├── AlreadyHasAclPermissionEvent.groovy │ │ │ │ ├── CatalogueElementArchivedEvent.groovy │ │ │ │ ├── CatalogueElementFound.groovy │ │ │ │ ├── CatalogueElementNotFoundEvent.groovy │ │ │ │ ├── CatalogueElementRestoredEvent.groovy │ │ │ │ ├── CatalogueElementStatusNotDeprecatedEvent.groovy │ │ │ │ ├── CatalogueElementStatusNotFinalizedEvent.groovy │ │ │ │ ├── CatalogueElementStatusNotInDraftEvent.groovy │ │ │ │ ├── CatalogueElementWithErrorsEvent.groovy │ │ │ │ ├── DataModelFinalizedEvent.groovy │ │ │ │ ├── DataModelFoundEvent.groovy │ │ │ │ ├── DataModelNotFoundEvent.groovy │ │ │ │ ├── DataModelWithErrorsEvent.groovy │ │ │ │ ├── ListWithTotalEvent.groovy │ │ │ │ ├── MappingSavedEvent.groovy │ │ │ │ ├── MappingWithErrorsEvent.groovy │ │ │ │ ├── MetadataResponseEvent.groovy │ │ │ │ ├── MetadataResponseFailureEvent.groovy │ │ │ │ ├── MetadataResponseSuccessEvent.groovy │ │ │ │ ├── NotFoundEvent.groovy │ │ │ │ ├── PermissionGrantedEvent.groovy │ │ │ │ ├── RelationAddedEvent.groovy │ │ │ │ ├── RelationshipMovedEvent.groovy │ │ │ │ ├── RelationshipNotFoundEvent.groovy │ │ │ │ ├── RelationshipRemovedEvent.groovy │ │ │ │ ├── RelationshipTypeNotFoundEvent.groovy │ │ │ │ ├── RelationshipWithErrorsEvent.groovy │ │ │ │ ├── RelationshipsEvent.groovy │ │ │ │ ├── SourceDestinationEvent.groovy │ │ │ │ ├── UnauthorizedEvent.groovy │ │ │ │ ├── UserMissingAnyGranted.groovy │ │ │ │ └── UserNotFoundEvent.groovy │ │ │ ├── export │ │ │ │ └── inventory │ │ │ │ │ ├── CatalogueElementToXlsxExporter.groovy │ │ │ │ │ ├── DataClassToDocxExporter.groovy │ │ │ │ │ ├── DataModelToDocxExporter.groovy │ │ │ │ │ ├── DocxSpecificationDataHelper.groovy │ │ │ │ │ └── ModelCatalogueStyles.groovy │ │ │ ├── mappingsuggestions │ │ │ │ ├── CatalogueElementWithNameAdapter.groovy │ │ │ │ ├── ElementCompared.groovy │ │ │ │ ├── ElementComparedImpl.groovy │ │ │ │ ├── MappingGenerationConfiguration.groovy │ │ │ │ ├── MappingSuggestion.groovy │ │ │ │ ├── MappingSuggestionCountRequest.groovy │ │ │ │ ├── MappingSuggestionImpl.groovy │ │ │ │ ├── MappingSuggestionRequest.groovy │ │ │ │ ├── MappingSuggestionRequestImpl.groovy │ │ │ │ ├── MappingSuggestionResponse.groovy │ │ │ │ ├── MappingSuggestionResponseImpl.groovy │ │ │ │ ├── MappingSuggestionType.groovy │ │ │ │ ├── MappingSuggestionsGenerator.groovy │ │ │ │ ├── MappingsSuggestionsGateway.groovy │ │ │ │ ├── MatchAgainst.groovy │ │ │ │ ├── SourceDestinationMappingSuggestion.groovy │ │ │ │ ├── Stemmer.java │ │ │ │ ├── WithName.groovy │ │ │ │ └── view │ │ │ │ │ ├── MappingSuggestionsFilter.groovy │ │ │ │ │ └── MappingSuggestionsFilterImpl.groovy │ │ │ ├── mysql-procedures.sql │ │ │ ├── persistence │ │ │ │ ├── HqlOperation.groovy │ │ │ │ └── HqlOperationUtils.groovy │ │ │ ├── policy │ │ │ │ ├── Convention.java │ │ │ │ ├── ConventionBuilder.groovy │ │ │ │ ├── ConventionChecker.java │ │ │ │ ├── Conventions.groovy │ │ │ │ ├── DefaultConvention.groovy │ │ │ │ ├── DefaultPolicy.groovy │ │ │ │ ├── DomainClassesShortcuts.groovy │ │ │ │ ├── KnownCheckersShortcuts.groovy │ │ │ │ ├── NegativeRegexChecker.groovy │ │ │ │ ├── Policy.java │ │ │ │ ├── PolicyBuilder.groovy │ │ │ │ ├── PolicyBuilderScript.groovy │ │ │ │ ├── RegexChecker.groovy │ │ │ │ ├── RequiredChecker.groovy │ │ │ │ ├── UniqueChecker.groovy │ │ │ │ └── VerificationPhase.java │ │ │ ├── publishing │ │ │ │ ├── CloningChain.groovy │ │ │ │ ├── CloningContext.groovy │ │ │ │ ├── CopyAssociationsAndRelationships.groovy │ │ │ │ ├── DraftChain.groovy │ │ │ │ ├── DraftContext.groovy │ │ │ │ ├── FinalizationChain.groovy │ │ │ │ ├── LegacyFinalizationChain.groovy │ │ │ │ ├── Published.java │ │ │ │ ├── Publisher.java │ │ │ │ ├── PublishingChain.groovy │ │ │ │ ├── PublishingContext.groovy │ │ │ │ └── changelog │ │ │ │ │ ├── AbstractChangeLogGenerator.groovy │ │ │ │ │ ├── ChangeLogDocxGenerator.groovy │ │ │ │ │ ├── RelationshipChangeItem.groovy │ │ │ │ │ └── RelationshipChangesCheckConfiguration.groovy │ │ │ ├── reports │ │ │ │ ├── ReportDescriptor.groovy │ │ │ │ ├── ReportDescriptorBuilder.groovy │ │ │ │ ├── ReportDescriptorRegistry.groovy │ │ │ │ └── ReportsModelBean.groovy │ │ │ ├── rx │ │ │ │ ├── BatchOperator.java │ │ │ │ ├── DetachedCriteriaOnSubscribe.java │ │ │ │ ├── ErrorSubscriber.groovy │ │ │ │ ├── LoggingSubscriber.groovy │ │ │ │ ├── RetryWithDelay.java │ │ │ │ └── WithPersistenceScheduler.java │ │ │ ├── scripting │ │ │ │ ├── DataTypeRuleScript.groovy │ │ │ │ ├── MappingScript.groovy │ │ │ │ ├── SecuredRuleExecutor.groovy │ │ │ │ ├── Validating.java │ │ │ │ ├── ValidatingImpl.groovy │ │ │ │ └── ValueValidator.groovy │ │ │ ├── search │ │ │ │ ├── EnglishGrammar.java │ │ │ │ ├── KeywordMatchType.groovy │ │ │ │ └── PagedResultList.groovy │ │ │ ├── security │ │ │ │ ├── ApiRegisterCommand.groovy │ │ │ │ ├── LastSeen.groovy │ │ │ │ ├── MetadataRolesUtils.groovy │ │ │ │ ├── MetadataSecurityEventListener.groovy │ │ │ │ ├── RegisterRequest.groovy │ │ │ │ ├── RegisterRequestAdapter.groovy │ │ │ │ ├── RegisterResult.groovy │ │ │ │ ├── UserAndPermissionList.groovy │ │ │ │ └── ss2x │ │ │ │ │ └── ApiKeyDaoAuthenticationProvider.groovy │ │ │ ├── util │ │ │ │ ├── CDN.groovy │ │ │ │ ├── CatalogueElementDynamicHelper.groovy │ │ │ │ ├── CatalogueElementFinder.groovy │ │ │ │ ├── DataModelAware.groovy │ │ │ │ ├── DataModelFilter.groovy │ │ │ │ ├── DefaultResultRecorder.groovy │ │ │ │ ├── DestinationClass.groovy │ │ │ │ ├── ElasticMatchResult.groovy │ │ │ │ ├── ElasticMatchResultAdapter.groovy │ │ │ │ ├── ExtensionModulesLoader.groovy │ │ │ │ ├── ExtensionsWrapper.groovy │ │ │ │ ├── FriendlyErrors.groovy │ │ │ │ ├── GormUrlName.groovy │ │ │ │ ├── HibernateHelper.groovy │ │ │ │ ├── IdName.groovy │ │ │ │ ├── Inheritance.groovy │ │ │ │ ├── Legacy.groovy │ │ │ │ ├── MatchResult.groovy │ │ │ │ ├── MatchResultImpl.groovy │ │ │ │ ├── Metadata.groovy │ │ │ │ ├── OrderedMap.groovy │ │ │ │ ├── PaginationQuery.groovy │ │ │ │ ├── ParamArgs.groovy │ │ │ │ ├── PublishedStatus.groovy │ │ │ │ ├── RelationshipDirection.groovy │ │ │ │ ├── RelationshipTypeRuleScript.groovy │ │ │ │ ├── RelationshipsCounts.groovy │ │ │ │ ├── ResultRecorder.groovy │ │ │ │ ├── SearchParams.groovy │ │ │ │ ├── SortQuery.groovy │ │ │ │ ├── builder │ │ │ │ │ ├── BuildProgressMonitor.groovy │ │ │ │ │ ├── BuildProgressMonitorStatus.java │ │ │ │ │ ├── CatalogueBuilderContext.groovy │ │ │ │ │ ├── CatalogueElementProxy.java │ │ │ │ │ ├── CatalogueElementProxyRepository.groovy │ │ │ │ │ ├── ContextItem.groovy │ │ │ │ │ ├── DefaultCatalogueBuilder.groovy │ │ │ │ │ ├── DefaultCatalogueElementProxy.groovy │ │ │ │ │ ├── DefaultConventionBuilder.groovy │ │ │ │ │ ├── DefaultDataModelPolicyBuilder.groovy │ │ │ │ │ ├── DefaultRelationshipBuilder.groovy │ │ │ │ │ ├── DefaultRelationshipConfiguration.groovy │ │ │ │ │ ├── DefaultRelationshipTypeBuilder.groovy │ │ │ │ │ ├── DefaultWithOptionalOrClause.groovy │ │ │ │ │ ├── ProgressMonitor.java │ │ │ │ │ ├── ReferenceNotPresentInTheCatalogueException.java │ │ │ │ │ ├── RelationshipProxy.groovy │ │ │ │ │ ├── SetDataModelBuilder.groovy │ │ │ │ │ ├── SubprocessMonitor.groovy │ │ │ │ │ └── WithOptionalOrClause.java │ │ │ │ ├── delayable │ │ │ │ │ ├── Delayable.groovy │ │ │ │ │ └── DelayableQueueItem.groovy │ │ │ │ ├── docx │ │ │ │ │ └── ModelCatalogueWordDocumentBuilder.groovy │ │ │ │ ├── js │ │ │ │ │ ├── ApiRootFrontendConfigurationProvider.groovy │ │ │ │ │ ├── FrontendConfigurationProvider.groovy │ │ │ │ │ └── FrontendConfigurationProviderRegistry.groovy │ │ │ │ ├── lists │ │ │ │ │ ├── CustomizableJsonListWithTotalAndType.groovy │ │ │ │ │ ├── DetachedListWithTotalAndType.groovy │ │ │ │ │ ├── Elements.groovy │ │ │ │ │ ├── EmptyListWithTotalAndType.groovy │ │ │ │ │ ├── HasListWrapper.groovy │ │ │ │ │ ├── JsonAwareListWithTotalAndType.groovy │ │ │ │ │ ├── LazyListWithTotalAndType.groovy │ │ │ │ │ ├── ListWithTotal.groovy │ │ │ │ │ ├── ListWithTotalAndType.groovy │ │ │ │ │ ├── ListWithTotalAndTypeImpl.groovy │ │ │ │ │ ├── ListWithTotalAndTypeWrapper.groovy │ │ │ │ │ ├── ListWithTotalWrapper.groovy │ │ │ │ │ ├── ListWrapper.groovy │ │ │ │ │ ├── Lists.groovy │ │ │ │ │ ├── Mappings.groovy │ │ │ │ │ ├── MethodNotClosureLazyListWithTotalAndType.groovy │ │ │ │ │ ├── QueryListWithTotalAndType.groovy │ │ │ │ │ ├── Relationships.groovy │ │ │ │ │ └── SimpleListWrapper.groovy │ │ │ │ ├── marshalling │ │ │ │ │ ├── AbstractMarshaller.groovy │ │ │ │ │ ├── ActionMarshaller.groovy │ │ │ │ │ ├── AssetMarshaller.groovy │ │ │ │ │ ├── BatchMarshaller.groovy │ │ │ │ │ ├── CatalogueElementMarshaller.groovy │ │ │ │ │ ├── ChangeMarshaller.groovy │ │ │ │ │ ├── CsvTransformationMarshaller.groovy │ │ │ │ │ ├── DataClassMarshaller.groovy │ │ │ │ │ ├── DataElementMarshaller.groovy │ │ │ │ │ ├── DataModelMarshaller.groovy │ │ │ │ │ ├── DataModelPolicyMarshaller.groovy │ │ │ │ │ ├── DataTypeMarshaller.groovy │ │ │ │ │ ├── ElementsMarshaller.groovy │ │ │ │ │ ├── EnumeratedTypeMarshaller.groovy │ │ │ │ │ ├── JsonMarshallingCustomizer.groovy │ │ │ │ │ ├── JsonMarshallingCustomizerRegistry.groovy │ │ │ │ │ ├── ListWithTotalAndTypeWrapperMarshaller.groovy │ │ │ │ │ ├── ListWrapperMarshaller.groovy │ │ │ │ │ ├── MappingMarshaller.groovy │ │ │ │ │ ├── MappingsMarshaller.groovy │ │ │ │ │ ├── MeasurementUnitMarshaller.groovy │ │ │ │ │ ├── ModelCatalogueCorePluginCustomObjectMarshallers.groovy │ │ │ │ │ ├── PrimitiveTypeMarshaller.groovy │ │ │ │ │ ├── ProgressMonitorMarshaller.groovy │ │ │ │ │ ├── ReferenceTypeMarshaller.groovy │ │ │ │ │ ├── RelationshipMarshallers.groovy │ │ │ │ │ ├── RelationshipTypeMarshaller.groovy │ │ │ │ │ ├── RelationshipsMarshaller.groovy │ │ │ │ │ ├── TagMarshaller.groovy │ │ │ │ │ ├── UserMarshaller.groovy │ │ │ │ │ └── ValidationRuleMarshaller.groovy │ │ │ │ └── test │ │ │ │ │ ├── FileOpener.groovy │ │ │ │ │ └── TestDataHelper.groovy │ │ │ ├── validation │ │ │ │ ├── ValidationErrorJsonView.groovy │ │ │ │ ├── ValidationErrorsJsonView.groovy │ │ │ │ ├── ValidationRuleJsonView.groovy │ │ │ │ └── ValidationRulesJsonView.groovy │ │ │ ├── view │ │ │ │ ├── AssetViewModel.groovy │ │ │ │ ├── CatalogueElementViewModel.groovy │ │ │ │ ├── DataModelViewModel.groovy │ │ │ │ ├── PaginationViewModel.groovy │ │ │ │ └── PaginationViewModelImpl.groovy │ │ │ └── xml │ │ │ │ ├── AssetPrintHelper.groovy │ │ │ │ ├── CatalogueElementPrintHelper.groovy │ │ │ │ ├── CatalogueXmlPrinter.groovy │ │ │ │ ├── DataClassPrintHelper.groovy │ │ │ │ ├── DataElementPrintHelper.groovy │ │ │ │ ├── DataModelPrintHelper.groovy │ │ │ │ ├── DataTypePrintHelper.groovy │ │ │ │ ├── EscapeSpecialWriter.groovy │ │ │ │ ├── MeasurementUnitPrintHelper.groovy │ │ │ │ ├── PrintContext.groovy │ │ │ │ ├── ValidationRulePrintHelper.groovy │ │ │ │ └── render │ │ │ │ └── RelationshipsXmlRenderer.groovy │ │ │ ├── gel │ │ │ ├── GelJsonExporter.groovy │ │ │ ├── RareDiseaseCsvExporter.groovy │ │ │ └── export │ │ │ │ ├── DataModelChangeLogXlsExporter.groovy │ │ │ │ ├── GelXlsStyles.groovy │ │ │ │ ├── GridReportXlsxExporter.groovy │ │ │ │ ├── GridReportXlsxStyles.groovy │ │ │ │ ├── RareDiseaseChangeLogXlsExporter.groovy │ │ │ │ ├── RareDiseaseDisorderListCsvExporter.groovy │ │ │ │ ├── RareDiseaseEligibilityChangeLogXlsExporter.groovy │ │ │ │ ├── RareDiseaseMaintenanceSplitDocsExporter.groovy │ │ │ │ ├── RareDiseasePhenotypeChangeLogXlsExporter.groovy │ │ │ │ ├── RareDiseasesDocExporter.groovy │ │ │ │ ├── RareDiseasesJsonExporter.groovy │ │ │ │ ├── RareDiseasesWebsiteExporter.groovy │ │ │ │ ├── XlsExporter.groovy │ │ │ │ └── rare_diseases_web │ │ │ │ └── inc │ │ │ │ ├── bootstrap-responsive.min.css │ │ │ │ ├── filterTable.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── search.png │ │ │ │ ├── style.css │ │ │ │ └── united.min.css │ │ │ ├── integration │ │ │ ├── mc │ │ │ │ └── ModelCatalogueLoader.groovy │ │ │ ├── obo │ │ │ │ ├── OboLoader.groovy │ │ │ │ ├── OrderKeepingOBODoc.groovy │ │ │ │ └── OrderKeepingOboFormatParser.groovy │ │ │ └── xml │ │ │ │ └── CatalogueXmlLoader.groovy │ │ │ ├── prsb │ │ │ └── export │ │ │ │ └── PRSBGridReportXlsxExporter.groovy │ │ │ └── repack │ │ │ └── org │ │ │ └── scribe │ │ │ └── builder │ │ │ └── api │ │ │ ├── FacebookApi.java │ │ │ ├── GoogleApi20.java │ │ │ └── TwitterApi.java │ └── nonGrails │ │ └── groovy │ │ └── org │ │ └── modelcatalogue │ │ └── core │ │ └── TestUtil.groovy ├── test.txt ├── test │ ├── functional │ │ ├── GebConfig.groovy │ │ ├── README.md │ │ └── org │ │ │ └── modelcatalogue │ │ │ └── core │ │ │ ├── assets │ │ │ └── UserIsAbleToDownloadAnAssetSpec.groovy │ │ │ ├── crud │ │ │ └── CanCreateDataTypeFromCreateDataElementWizardSpec.groovy │ │ │ ├── dataclass │ │ │ ├── AddAndRemoveManyDataElementsSpec.groovy │ │ │ ├── CheckCreateElementFromClassWizardSpec.groovy │ │ │ ├── MaxOccursShowsInHistorySpec.groovy │ │ │ ├── NewDraftEditFromImportedModelsAreUpdatedSpec.groovy │ │ │ └── VerifyMinOccursCanBeZeroSpec.groovy │ │ │ ├── datamodel │ │ │ ├── CheckDataModelCanBeFinalizedSpec.groovy │ │ │ ├── CheckDataModelPoliciesSpec.groovy │ │ │ ├── CheckDataModelPolicyEnumeratedTypeSpec.groovy │ │ │ ├── CheckDataModelPolicyTagSpec.groovy │ │ │ ├── CloneUnauthorizedElementSpec.groovy │ │ │ ├── CreateNewVersionOfDataModelSpec.groovy │ │ │ └── D3DataModelViewSpec.groovy │ │ │ ├── datatype │ │ │ ├── CannotCreateDataElementWithUnauthorizedDataTypeSpec.groovy │ │ │ ├── CheckDataTypeAddedToNewVersionSpec.groovy │ │ │ └── ValidateValueAgainstDataTypeSpec.groovy │ │ │ ├── finalized │ │ │ ├── CannotAddAssetToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddBusinessRulesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddDataClassesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddDataElementsToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddDataTypesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddElementToFinalizedModelSpec.groovy │ │ │ ├── CannotAddMeasurementUnitToFinalizedDataModelSpec.groovy │ │ │ └── CannotAddTagsToFinalizedDataModelSpec.groovy │ │ │ ├── geb │ │ │ ├── AbstractModelCatalogueGebSpec.groovy │ │ │ ├── AddDataModelImportPage.groovy │ │ │ ├── AdvancedDataModelViewPage.groovy │ │ │ ├── ApiKeyPage.groovy │ │ │ ├── ApplicationUser.groovy │ │ │ ├── AssetPage.groovy │ │ │ ├── AssetsPage.groovy │ │ │ ├── BasicDataModelViewPage.groovy │ │ │ ├── BreadcrumbModule.groovy │ │ │ ├── BusinessRulesPage.groovy │ │ │ ├── CatalogueAction.groovy │ │ │ ├── CatalogueContent.groovy │ │ │ ├── ChangesPage.groovy │ │ │ ├── CloneIntoDataModulePage.groovy │ │ │ ├── CloneOrImportPage.groovy │ │ │ ├── CodeVersionPage.groovy │ │ │ ├── Common.groovy │ │ │ ├── ConfirmDisableUserPage.groovy │ │ │ ├── ConfirmEnableUserPage.groovy │ │ │ ├── CreateAssetsPage.groovy │ │ │ ├── CreateBusninessRulesPage.groovy │ │ │ ├── CreateDataClassChildrenPage.groovy │ │ │ ├── CreateDataClassElementsPage.groovy │ │ │ ├── CreateDataClassFinishedPage.groovy │ │ │ ├── CreateDataClassMetadataPage.groovy │ │ │ ├── CreateDataClassPage.groovy │ │ │ ├── CreateDataClassParentsPage.groovy │ │ │ ├── CreateDataClassTopNavigatorModule.groovy │ │ │ ├── CreateDataElementPage.groovy │ │ │ ├── CreateDataModelNewVersionPage.groovy │ │ │ ├── CreateDataModelPage.groovy │ │ │ ├── CreateDataTypePage.groovy │ │ │ ├── CreateMeasurementUnitsPage.groovy │ │ │ ├── CreateRelationshipPage.groovy │ │ │ ├── CreateTagPage.groovy │ │ │ ├── CreatedDataModelNewVersionPage.groovy │ │ │ ├── DashboardPage.groovy │ │ │ ├── DataClassPage.groovy │ │ │ ├── DataClassesPage.groovy │ │ │ ├── DataElementPage.groovy │ │ │ ├── DataElementsPage.groovy │ │ │ ├── DataImportPage.groovy │ │ │ ├── DataImportsPage.groovy │ │ │ ├── DataModelAclPermissionRowModule.groovy │ │ │ ├── DataModelAclPermissionsPage.groovy │ │ │ ├── DataModelAclPermissionsShowPage.groovy │ │ │ ├── DataModelAssignNewVersionConfirmPage.groovy │ │ │ ├── DataModelAssignNewVersionPage.groovy │ │ │ ├── DataModelFinalizeConfirmPage.groovy │ │ │ ├── DataModelListPage.groovy │ │ │ ├── DataModelNavModule.groovy │ │ │ ├── DataModelNavigator.groovy │ │ │ ├── DataModelPage.groovy │ │ │ ├── DataModelPermissionGrantPage.groovy │ │ │ ├── DataModelPermissionListPage.groovy │ │ │ ├── DataModelPolicyCreatePage.groovy │ │ │ ├── DataModelPolicyEnumerationPage.groovy │ │ │ ├── DataModelPolicyListPage.groovy │ │ │ ├── DataModelPolicyPage.groovy │ │ │ ├── DataModelTreeViewModule.groovy │ │ │ ├── DataTypePage.groovy │ │ │ ├── DataTypeValueValidatePage.groovy │ │ │ ├── DataTypesPage.groovy │ │ │ ├── DepricatedItemsPage.groovy │ │ │ ├── DevelopmentSupportModule.groovy │ │ │ ├── DraftDataModelListPage.groovy │ │ │ ├── DropDownImportPage.groovy │ │ │ ├── FeedbackPage.groovy │ │ │ ├── FinalizeDataModelPage.groovy │ │ │ ├── FinalizedDataModelPage.groovy │ │ │ ├── FormFiller.groovy │ │ │ ├── HomePage.groovy │ │ │ ├── ImportDataModelPage.groovy │ │ │ ├── ImportModelCatalogueDslPage.groovy │ │ │ ├── ImportModelCatalogueXMLPage.groovy │ │ │ ├── ImportedDataModelsPage.groovy │ │ │ ├── InputUtils.groovy │ │ │ ├── Keywords.groovy │ │ │ ├── LastSeenPage.groovy │ │ │ ├── LoginModalPage.groovy │ │ │ ├── LoginPage.groovy │ │ │ ├── LogsPage.groovy │ │ │ ├── MainNavigationModule.groovy │ │ │ ├── MappingPage.groovy │ │ │ ├── MappingSuggestionsPage.groovy │ │ │ ├── MappingUtilityPage.groovy │ │ │ ├── MeasurementUnitsPage.groovy │ │ │ ├── MetadataUtils.groovy │ │ │ ├── ModalDialogModule.groovy │ │ │ ├── ModalFooterModule.groovy │ │ │ ├── NavModule.groovy │ │ │ ├── NavModuleAdmin.groovy │ │ │ ├── NavigatorCondition.groovy │ │ │ ├── NewVersionDataModelPage.groovy │ │ │ ├── ParentClassModalPage.groovy │ │ │ ├── PositionalClick.groovy │ │ │ ├── RegisterPage.groovy │ │ │ ├── ReindexCataloguePage.groovy │ │ │ ├── RelationshipTypesPage.groovy │ │ │ ├── RemoveImportPage.groovy │ │ │ ├── ScrollDirection.java │ │ │ ├── SearchAllModalPage.groovy │ │ │ ├── SearchCatalogElementPage.groovy │ │ │ ├── SearchClassPage.groovy │ │ │ ├── SearchDataClassPage.groovy │ │ │ ├── SearchDataModelPage.groovy │ │ │ ├── SearchDataTypePage.groovy │ │ │ ├── SearchModelPage.groovy │ │ │ ├── SearchTagPage.groovy │ │ │ ├── SizeCondition.groovy │ │ │ ├── SizeConditionKeyword.java │ │ │ ├── SuggestionsPage.groovy │ │ │ ├── TagsPage.groovy │ │ │ ├── UniqueOfKindPolicyPage.groovy │ │ │ ├── UserEditPage.groovy │ │ │ ├── UserProfilePage.groovy │ │ │ ├── UserSearchPage.groovy │ │ │ └── VersionsPage.groovy │ │ │ ├── importexport │ │ │ ├── ImportMcSpec.groovy │ │ │ ├── ImportXmlAndExcelDataSpec.groovy │ │ │ └── Java.mc │ │ │ ├── mappingutility │ │ │ └── CuratorCanGenerateSuggestionsUsingMappingUtilitySpec.groovy │ │ │ ├── regression │ │ │ ├── CloneAanClassIntoAnotherModelSpec.groovy │ │ │ ├── CompareTwoDataModelSpec.groovy │ │ │ ├── CreateDataModelAndCreatePolicesSpec.groovy │ │ │ ├── CreateNewVersionFromFinalisedToDraftSpec.groovy │ │ │ ├── CustomMetadataNotCarriedNewVersionSpec.groovy │ │ │ ├── InvalidRegistrationSpec.groovy │ │ │ ├── MaxOccursIsShowingInHistorySpec.groovy │ │ │ ├── VerifyResetPasswordPresentOnLoginPageSpec.groovy │ │ │ └── VerifyUserCanTagUsingTreeViewSpec.groovy │ │ │ ├── remoteTesting │ │ │ ├── AbleToNavigateToOldVersionOfAModelThroughTreeSpec.groovy │ │ │ ├── CanCreateDataElementAndCloneDataTypeSpec.groovy │ │ │ ├── CanCreateDataTypeSpec.groovy │ │ │ ├── CanImportDataModelSpec.groovy │ │ │ ├── CanSelectPoliciesWhileCreatingDataModelSpec.groovy │ │ │ ├── CannotAddAssetToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddBusinessRulesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddDataClassesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddDataTypesToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddMeasurementUnitToFinalizedDataModelSpec.groovy │ │ │ ├── CannotAddTagsToFinalizedDataModelSpec.groovy │ │ │ ├── CannotDeleteFinalizedDataModelSpec.groovy │ │ │ ├── FinalizedDataModelIsMarkedAsFinalizedInXMLSpec.groovy │ │ │ ├── HistoryIsPopulatedAccordingToModelActivitySpec.groovy │ │ │ ├── ImportAndRemoveDataModelReflectsInHistorySpec.groovy │ │ │ ├── UnableToImportIfReadAccessSpec.groovy │ │ │ └── UserCanFinalizeDataModelSpec.groovy │ │ │ ├── rolevisibility │ │ │ ├── AdminCanCreateModelAndPolicySpec.groovy │ │ │ ├── AdminUserCannotDeleteFinalizedItemsSpec.groovy │ │ │ ├── CheckAdminCanDeleteImportedModelSpec.groovy │ │ │ ├── CuratorCanCreateANewDataClass.groovy │ │ │ ├── CuratorCanCreateANewDataClassSpec.groovy │ │ │ ├── CuratorCanEditDataClassesForAdminDataModelSpec.groovy │ │ │ ├── CuratorCanImportFinalizedDataModelSpec.groovy │ │ │ ├── CuratorCannotCreateClassInFinalizedModelSpec.groovy │ │ │ ├── CuratorCannotEditFinalizedModelSpec.groovy │ │ │ ├── CuratorWithAdminCanDeleteClassInDraftModelSpec.groovy │ │ │ ├── DisableUserSpec.groovy │ │ │ ├── FinalizedDataModelMenuVisibilitySpec.groovy │ │ │ ├── UserCannotEditReadOnlyDataModelSpec.groovy │ │ │ ├── UsersDontSeeUnauthorizedDataModelsSpec.groovy │ │ │ ├── VerifyCuratorCannotDeleteFinalizedDataModelSpec.groovy │ │ │ ├── VerifyRegularUserCanSeeApiKeySpec.groovy │ │ │ ├── VerifySupervisorCanActionSettingsSpec.groovy │ │ │ └── VerifyViewerCannotAccessFactActionsSpec.groovy │ │ │ ├── sanityTestSuite │ │ │ ├── ApiKeySpec.groovy │ │ │ ├── CreateDataModels │ │ │ │ ├── CreateAssetsAndImportDataSpec.groovy │ │ │ │ ├── CreateBusinessRulesSpec.groovy │ │ │ │ ├── CreateDataClassSpec.groovy │ │ │ │ ├── CreateDataModelSpec.groovy │ │ │ │ ├── CreateDataTypeAndSelectEnumeratedSpec.groovy │ │ │ │ ├── CreateDataTypeAndSelectReferenceSpec.groovy │ │ │ │ ├── CreateDataTypeAndSelectSubsetSpec.groovy │ │ │ │ ├── CreateMeasurementUnitSpec.groovy │ │ │ │ ├── CreateNewDataElementSpec.groovy │ │ │ │ ├── CreateRelationshipSpec.groovy │ │ │ │ ├── CreateTagSpec.groovy │ │ │ │ └── SearchMoreOptionPolicySpec.groovy │ │ │ ├── CreateDataTypeAndSelectPrimitiveSpec.groovy │ │ │ ├── DataModelSearchSpec.groovy │ │ │ ├── Favourites │ │ │ │ └── CreateMeasurementUnitFromFavouritesSpec.groovy │ │ │ ├── HomePage │ │ │ │ └── DevSupportedLinkSpec.groovy │ │ │ ├── LandingPage │ │ │ │ ├── AddDataInToFavouritesSpec.groovy │ │ │ │ ├── AddDataModelImportSpec.groovy │ │ │ │ ├── AddUsernameToFavouriteSpec.groovy │ │ │ │ ├── CodeVersionSpec.groovy │ │ │ │ ├── EditDataElementSpec.groovy │ │ │ │ ├── LastSeenSpec.groovy │ │ │ │ ├── ModelCatalogueDevelopmentSpec.groovy │ │ │ │ ├── NavItemVisibilitySpec.groovy │ │ │ │ ├── QuickSearchSpec.groovy │ │ │ │ ├── RelationshipHasAttachmentOfSpec.groovy │ │ │ │ ├── RelationshipImportsSpec.groovy │ │ │ │ ├── RelationshipIsBaseForSpec.groovy │ │ │ │ ├── RelationshipIsImportedBySpec.groovy │ │ │ │ ├── RelationshipIsSynonymForSpec.groovy │ │ │ │ ├── RelationshipRelatedToSpec.groovy │ │ │ │ └── SearchCatalogueModelsSpec.groovy │ │ │ ├── Login │ │ │ │ ├── LoginAsViewerSpec.groovy │ │ │ │ ├── LoginInAndClickOnCancelSpec.groovy │ │ │ │ ├── LoginSpec.groovy │ │ │ │ ├── ResetPasswordSpec.groovy │ │ │ │ └── ValidateRegistrationSpec.groovy │ │ │ └── LogoutSpec.groovy │ │ │ ├── secured │ │ │ ├── ApiKeyUrlMappingsSecuredSpec.groovy │ │ │ ├── CatalogueElementUrlMappingsSecuredSpec.groovy │ │ │ ├── ClassificationUrlMappingsSecuredSpec.groovy │ │ │ ├── CsvTransformationUrlMappingsSecuredSpec.groovy │ │ │ ├── DataArchitectUrlMappingsSecuredSpec.groovy │ │ │ ├── DataClassUrlMappingsSecuredSpec.groovy │ │ │ ├── DataElementUrlMappingsSecuredSpec.groovy │ │ │ ├── DataImportCreateUrlMappingsSecuredSpec.groovy │ │ │ ├── DataModelPolicyUrlMappingsSecuredSpec.groovy │ │ │ ├── DataModelUrlMappingsSecuredSpec.groovy │ │ │ ├── DataTypeUrlMappingsSecuredSpec.groovy │ │ │ ├── EnumeratedTypeUrlMappingsSecuredSpec.groovy │ │ │ ├── LastSeenUrlMappingsSecuredSpec.groovy │ │ │ ├── LogsUrlMappingsSecuredSpec.groovy │ │ │ ├── MeasurementUnitUrlMappingsSecuredSpec.groovy │ │ │ ├── ModelCatalogueCorePluginUrlMappingsSecuredSpec.groovy │ │ │ ├── ModelCatalogueFormsUrlMappingsSecuredSpec.groovy │ │ │ ├── ModelCatalogueGenomicsUrlMappingsSecuredSpec.groovy │ │ │ ├── ModelCatalogueNorthThamesUrlMappingsSecuredSpec.groovy │ │ │ ├── ModelCatalogueVersionUrlMappingsSecuredSpec.groovy │ │ │ ├── ReindexCatalogueUrlMappingsSecuredSpec.groovy │ │ │ └── UserUrlMappingSecuredSpec.groovy │ │ │ ├── springsecurityui │ │ │ └── GrantRoleCuratorSpec.groovy │ │ │ ├── suiteA │ │ │ ├── AssetWizardSpec.groovy │ │ │ ├── BatchAndActionsSpec.groovy │ │ │ ├── ChangeLogForEligibilitySpec.groovy │ │ │ ├── ChangesSpec.groovy │ │ │ ├── DataClassWizardSpec.groovy │ │ │ ├── DataElementWizardSpec.groovy │ │ │ ├── DataModelWizardSpec.groovy │ │ │ ├── DataTypeWizardSpec.groovy │ │ │ ├── MET-522.xlsx │ │ │ ├── MET-523.mc │ │ │ ├── MeasurementUnitWizardSpec.groovy │ │ │ ├── RegisterSpec.groovy │ │ │ ├── SearchFunctionalSpec.groovy │ │ │ ├── UsersDontSeeUnauthorizedDataModelsSpec.groovy │ │ │ ├── ValidationRuleWizardSpec.groovy │ │ │ ├── example-invalid.xml │ │ │ ├── example.xml │ │ │ └── example.xsd │ │ │ └── version │ │ │ └── VersionVerificationSpec.groovy │ ├── integration │ │ ├── org │ │ │ └── modelcatalogue │ │ │ │ ├── DataElementServiceIntegrationSpec.groovy │ │ │ │ ├── core │ │ │ │ ├── AbstractCatalogueElementControllerIntegrationSpec.groovy │ │ │ │ ├── AbstractControllerIntegrationSpec.groovy │ │ │ │ ├── AbstractIntegrationSpec.groovy │ │ │ │ ├── AssetControllerIntegrationSpec.groovy │ │ │ │ ├── CatalogueElementControllerIntegrationSpec.groovy │ │ │ │ ├── CatalogueElementServiceIntegrationSpec.groovy │ │ │ │ ├── CsvTransformationControllerIntegrationSpec.groovy │ │ │ │ ├── DataArchitectControllerIntegrationSpec.groovy │ │ │ │ ├── DataClassControllerIntegrationSpec.groovy │ │ │ │ ├── DataClassServiceIntegrationSpec.groovy │ │ │ │ ├── DataClassSpec.groovy │ │ │ │ ├── DataElementControllerIntegrationSpec.groovy │ │ │ │ ├── DataElementISpec.groovy │ │ │ │ ├── DataElementSpec.groovy │ │ │ │ ├── DataModelControllerIntegrationSpec.groovy │ │ │ │ ├── DataModelPolicyControllerIntegrationSpec.groovy │ │ │ │ ├── DataModelServiceSpec.groovy │ │ │ │ ├── DataTypeControllerIntegrationSpec.groovy │ │ │ │ ├── DataTypeIntegrationSpec.groovy │ │ │ │ ├── DeleteThingsSpec.groovy │ │ │ │ ├── DomainModellerISpec.groovy │ │ │ │ ├── DummyRecorder.groovy │ │ │ │ ├── ElementServiceIntegrationSpec.groovy │ │ │ │ ├── EnumeratedTypeControllerIntegrationSpec.groovy │ │ │ │ ├── ExtendibleElementExtensionsWrapperSpec.groovy │ │ │ │ ├── ExtensionValueSpec.groovy │ │ │ │ ├── HPOUpdatesSpec.groovy │ │ │ │ ├── InitCatalogueServiceSpec.groovy │ │ │ │ ├── InitXMLSchemaDataTypesSpec.groovy │ │ │ │ ├── MDXFeaturesServiceSpec.groovy │ │ │ │ ├── MappingISpec.groovy │ │ │ │ ├── MeasurementUnitControllerIntegrationSpec.groovy │ │ │ │ ├── MeasurementUnitSpec.groovy │ │ │ │ ├── PrimitiveTypeControllerIntegrationSpec.groovy │ │ │ │ ├── PublishedElementISpec.groovy │ │ │ │ ├── ReferenceTypeControllerIntegrationSpec.groovy │ │ │ │ ├── RelationshipControllerIntegrationSpec.groovy │ │ │ │ ├── RelationshipISpec.groovy │ │ │ │ ├── RelationshipTypeControllerIntegrationSpec.groovy │ │ │ │ ├── RelationshipTypeISpec.groovy │ │ │ │ ├── TagControllerIntegrationSpec.groovy │ │ │ │ ├── TopLevelDataClassServiceIntegrationSpec.groovy │ │ │ │ ├── UserControllerIntegrationSpec.groovy │ │ │ │ ├── ValidationRuleControllerIntegrationSpec.groovy │ │ │ │ ├── actions │ │ │ │ │ ├── ActionServiceISpec.groovy │ │ │ │ │ ├── ActionServiceSpec.groovy │ │ │ │ │ ├── BatchControllerIntegrationSpec.groovy │ │ │ │ │ ├── CreateCatalogueElementSpec.groovy │ │ │ │ │ ├── CreateRelationshipISpec.groovy │ │ │ │ │ ├── IntegrationTestActionRunner.groovy │ │ │ │ │ └── UpdateCatalogueElementSpec.groovy │ │ │ │ ├── audit │ │ │ │ │ └── AuditingIntegrationSpec.groovy │ │ │ │ ├── dataarchitect │ │ │ │ │ ├── DataArchitectServiceIntegrationSpec.groovy │ │ │ │ │ ├── OBOServiceISpec.groovy │ │ │ │ │ └── UmljServiceISpec.groovy │ │ │ │ ├── dataimport │ │ │ │ │ ├── DataImportControllerIntegrationSpec.groovy │ │ │ │ │ └── excel │ │ │ │ │ │ ├── ConfigExcelLoaderSpec.groovy │ │ │ │ │ │ ├── ConfigStatelessExcelLoaderSpec.groovy │ │ │ │ │ │ ├── ExcelExporterSpec.groovy │ │ │ │ │ │ ├── ExcelLoaderSpec.groovy │ │ │ │ │ │ ├── TestDataModelV1.xml │ │ │ │ │ │ ├── TestDataModelV2.xml │ │ │ │ │ │ ├── TestDataModelV3.xml │ │ │ │ │ │ ├── gmcGridReport │ │ │ │ │ │ ├── GMCGridReportExcelLoaderSpec.groovy │ │ │ │ │ │ ├── GMCGridReportXlsxExporterSpec.groovy │ │ │ │ │ │ ├── gmcGridReportTestUpdateMetadataChange.xls │ │ │ │ │ │ ├── gmcGridReportTestUpdateMove.xls │ │ │ │ │ │ └── gmcGridReportTestUpdateSimultaneous.xls │ │ │ │ │ │ ├── loinc │ │ │ │ │ │ └── LoincExcelLoaderSpec.groovy │ │ │ │ │ │ ├── norththamesreport │ │ │ │ │ │ └── NorthThamesMappingReportXlsxExporterSpec.groovy │ │ │ │ │ │ └── nt │ │ │ │ │ │ └── uclh │ │ │ │ │ │ ├── GEL_openEHR_Cross_references_test.xlsx │ │ │ │ │ │ ├── OpenEhrExcelLoaderSpec.groovy │ │ │ │ │ │ ├── OpenEhrTest.xml │ │ │ │ │ │ ├── TestDataModelV1.xml │ │ │ │ │ │ ├── TestDataModelV2.xml │ │ │ │ │ │ ├── UCLHAriaTestExpected.xml │ │ │ │ │ │ ├── UCLHExcelLoaderSpec.groovy │ │ │ │ │ │ ├── UCLH_nt_rawimport_AriaTest.xlsx │ │ │ │ │ │ └── ~$GEL_openEHR_Cross_references_test.xlsx │ │ │ │ ├── diff │ │ │ │ │ ├── CatalogueElementDiffsIntegrationSpec.groovy │ │ │ │ │ ├── TestDataModelV1.xml │ │ │ │ │ └── TestDataModelV2.xml │ │ │ │ ├── elasticsearch │ │ │ │ │ └── ElasticSearchServiceSpec.groovy │ │ │ │ ├── export │ │ │ │ │ └── inventory │ │ │ │ │ │ ├── DataClassToDocxExporterSpec.groovy │ │ │ │ │ │ ├── DataClassToXlsxExporterSpec.groovy │ │ │ │ │ │ ├── DataModelToDocxExporterSpec.groovy │ │ │ │ │ │ ├── DataModelToXlsxExporterSpec.groovy │ │ │ │ │ │ ├── TestDataModelV1.xml │ │ │ │ │ │ ├── TestDataModelV2.xml │ │ │ │ │ │ └── gel-logo.png │ │ │ │ ├── forms │ │ │ │ │ └── ModelToFormExporterServiceSpec.groovy │ │ │ │ ├── path │ │ │ │ │ └── PathFinderServiceIntegrationSpec.groovy │ │ │ │ ├── policy │ │ │ │ │ └── ConventionCheckersSpec.groovy │ │ │ │ ├── publishing │ │ │ │ │ └── changelog │ │ │ │ │ │ └── ChangeLogDocxGeneratorSpec.groovy │ │ │ │ ├── reports │ │ │ │ │ └── ReportDescriptorRegistryIntegrationSpec.groovy │ │ │ │ ├── rx │ │ │ │ │ └── ObservablesSpec.groovy │ │ │ │ ├── specs │ │ │ │ │ └── InheritanceSpec.groovy │ │ │ │ ├── test1.obo │ │ │ │ ├── test2.obo │ │ │ │ ├── test3.obo │ │ │ │ ├── util │ │ │ │ │ ├── CatalogueBuilderIntegrationSpec.groovy │ │ │ │ │ ├── CatalogueElementDynamicHelperSpec.groovy │ │ │ │ │ ├── DetachedListWrapperSpec.groovy │ │ │ │ │ └── LegacySpec.groovy │ │ │ │ └── xml │ │ │ │ │ ├── CatalogueXmlImportSpec.groovy │ │ │ │ │ ├── CatalogueXmlPrinterSpec.groovy │ │ │ │ │ ├── grand_child.catalogue.xml │ │ │ │ │ └── grand_child_without_id.catalogue.xml │ │ │ │ └── gel │ │ │ │ ├── GelJsonExporterSpec.groovy │ │ │ │ └── export │ │ │ │ ├── AbstractCancerTypesExporterSpec.groovy │ │ │ │ ├── AbstractDataModelExporterSpec.groovy │ │ │ │ ├── AbstractRareDiseasesExporterSpec.groovy │ │ │ │ ├── GridReportXlsxExporterSpec.groovy │ │ │ │ ├── RareDiseaseCsvExporterSpec.groovy │ │ │ │ ├── RareDiseaseDisorderListCsvExporterSpec.groovy │ │ │ │ ├── RareDiseaseEligibilityChangeLogXlsExporterSpec.groovy │ │ │ │ ├── RareDiseaseMaintenanceSplitDocsExporterSpec.groovy │ │ │ │ ├── RareDiseasePhenotypeChangeLogXlsExporterSpec.groovy │ │ │ │ ├── RareDiseasesDocExporterSpec.groovy │ │ │ │ ├── RareDiseasesJsonExporterSpec.groovy │ │ │ │ ├── RareDiseasesWebsiteExporterSpec.groovy │ │ │ │ ├── TestDataModelV1.xml │ │ │ │ └── TestDataModelV2.xml │ │ └── resources │ │ │ ├── CLLDataModel0.1.umlj │ │ │ ├── CancerCoreDataModel1.0.umlj │ │ │ ├── examplemc.xls │ │ │ ├── org │ │ │ └── modelcatalogue │ │ │ │ └── integration │ │ │ │ └── excel │ │ │ │ ├── GEL_openEHR_Cross_references_test.xlsx │ │ │ │ ├── dids │ │ │ │ ├── DIDS_V2b.xlsx │ │ │ │ └── DIDS_config_rules_V2.xml │ │ │ │ ├── excel_exporter_rule_measurement_unit.xls │ │ │ │ ├── goshTestCodes │ │ │ │ ├── GOSH_lab_test_codes.xlsx │ │ │ │ ├── GOSH_lab_test_codes100.xlsx │ │ │ │ └── gosh_headers_map.xml │ │ │ │ ├── legacy.xlsx │ │ │ │ ├── loinc.xls │ │ │ │ ├── loinc │ │ │ │ ├── loinc.xlsx │ │ │ │ ├── loinc1000.xlsx │ │ │ │ ├── loinc250.xlsx │ │ │ │ ├── loincAll.mc.xlsx │ │ │ │ ├── loinc_headers_map.xml │ │ │ │ └── loinc_headers_map_all.xml │ │ │ │ ├── model_catalogue_excel_header_mapping.xsd │ │ │ │ ├── test.catalogue.xml │ │ │ │ ├── test.xlsx │ │ │ │ ├── test_expected_xml_from_load_spreadsheet_from_excel_exporter.xml │ │ │ │ └── ~$test.xlsx │ │ │ └── xml │ │ │ ├── adhesion.catalogue.xml │ │ │ ├── force.catalogue.xml │ │ │ ├── gender.catalogue.xml │ │ │ ├── integer.catalogue.xml │ │ │ ├── locomotive.catalogue.xml │ │ │ ├── newton.catalogue.xml │ │ │ ├── transportation.catalogue.xml │ │ │ └── user.catalogue.xml │ ├── js │ │ ├── extraMatchers.fixture.coffee │ │ └── modelcatalogue │ │ │ ├── core │ │ │ ├── catalogue.spec.coffee │ │ │ ├── catalogueElementEnhancer.spec.coffee │ │ │ ├── catalogueElementResource.spec.coffee │ │ │ ├── catalogueElementView.spec.coffee │ │ │ ├── dateEnhancer.spec.coffee │ │ │ ├── listEnhancer.spec.coffee │ │ │ ├── listReferenceEnhancer.spec.coffee │ │ │ ├── modelCatalogueApiRoot.spec.coffee │ │ │ ├── orderedMapEnhancer.spec.coffee │ │ │ ├── removableItemEnhancer.spec.coffee │ │ │ └── ui │ │ │ │ ├── bs │ │ │ │ ├── catalogueElementPicker.spec.coffee │ │ │ │ ├── catalogueElementProperties.spec.coffee │ │ │ │ ├── catalogueElementTreeview.spec.coffee │ │ │ │ ├── catalogueElementTreeviewItem.spec.coffee │ │ │ │ ├── columnsConfiguration.spec.coffee │ │ │ │ ├── elementsAsTags.spec.coffee │ │ │ │ ├── expectCatalogueElement.spec.coffee │ │ │ │ ├── messagesPanel.spec.coffee │ │ │ │ ├── propertiesPane.spec.coffee │ │ │ │ └── simpleObjectEditor.spec.coffee │ │ │ │ ├── columns.spec.coffee │ │ │ │ ├── metadataEditors.spec.coffee │ │ │ │ └── treeview │ │ │ │ └── TreeviewNode.spec.es6 │ │ │ └── util │ │ │ ├── MessagingClient.spec.js │ │ │ ├── coffeeclasses.spec.coffee │ │ │ ├── delayedQueueExecutor.spec.es6 │ │ │ ├── enhance.spec.coffee │ │ │ ├── messages.spec.coffee │ │ │ ├── names.spec.coffee │ │ │ ├── objectVisitor.spec.es6 │ │ │ ├── rest.spec.coffee │ │ │ ├── security.spec.coffee │ │ │ └── ui │ │ │ ├── actions.spec.coffee │ │ │ ├── applicationTitle.spec.coffee │ │ │ ├── hideForRole.spec.coffee │ │ │ ├── hideIfLoggedIn.spec.coffee │ │ │ ├── showForRole.spec.coffee │ │ │ └── showIfLoggedIn.spec.coffee │ └── unit │ │ ├── ApiDashboardUrlMappingsSpec.groovy │ │ ├── ApiKeyUrlMappingsSpec.groovy │ │ ├── AssetUrlMappingsSpec.groovy │ │ ├── BatchUrlMappingsSpec.groovy │ │ ├── CatalogueElementUrlMappingsSpec.groovy │ │ ├── ClassificationUrlMappingsSpec.groovy │ │ ├── CsvTransformationUrlMappingsSpec.groovy │ │ ├── DataArchitectUrlMappingsSpec.groovy │ │ ├── DataClassUrlMappingsSpec.groovy │ │ ├── DataElementUrlMappingsSpec.groovy │ │ ├── DataImportCreateUrlMappingsSpec.groovy │ │ ├── DataModelCreateUrlMappingsSpec.groovy │ │ ├── DataModelPolicyUrlMappingsSpec.groovy │ │ ├── DataModelUrlMappingsSpec.groovy │ │ ├── DataTypeUrlMappingsSpec.groovy │ │ ├── EnumeratedTypeUrlMappingsSpec.groovy │ │ ├── LastSeenUrlMappingsSpec.groovy │ │ ├── LogsUrlMappingsSpec.groovy │ │ ├── MappingSuggestionsUrlMappingsSpec.groovy │ │ ├── MeasurementUnitUrlMappingsSpec.groovy │ │ ├── ModelCatalogueCorePluginUrlMappingsSpec.groovy │ │ ├── ModelCatalogueFormsUrlMappingsSpec.groovy │ │ ├── ModelCatalogueGenomicsUrlMappingsSpec.groovy │ │ ├── ModelCatalogueNorthThamesUrlMappingsSpec.groovy │ │ ├── ModelCatalogueVersionUrlMappingsSpec.groovy │ │ ├── ReindexCatalogueUrlMappingsSpec.groovy │ │ ├── UserUrlMappingSpec.groovy │ │ ├── org │ │ └── modelcatalogue │ │ │ ├── core │ │ │ ├── ApiKeyControllerAllowedMethodsSpec.groovy │ │ │ ├── CatalogueElementServiceSpec.groovy │ │ │ ├── DataElementServiceSpec.groovy │ │ │ ├── DataImportControllerSpec.groovy │ │ │ ├── DataImportCreateControllerAllowedMethodsSpec.groovy │ │ │ ├── DataModelControllerSpec.groovy │ │ │ ├── DataModelCreateCommandConstraintsSpec.groovy │ │ │ ├── DataModelCreateControllerAllowedMethodsSpec.groovy │ │ │ ├── DataModelCreateControllerSpec.groovy │ │ │ ├── DataModelDomainSpec.groovy │ │ │ ├── DataModelPermissionCommandSpec.groovy │ │ │ ├── DataTypeServiceSpec.groovy │ │ │ ├── DataTypeSpec.groovy │ │ │ ├── EnumeratedTypeSpec.groovy │ │ │ ├── LastSeenControllerAllowedMethodsSpec.groovy │ │ │ ├── LastSeenControllerSpec.groovy │ │ │ ├── LogsControllerAllowedMethodsSpec.groovy │ │ │ ├── MappingSpec.groovy │ │ │ ├── MaxActiveUsersServiceSpec.groovy │ │ │ ├── MaxOffsetSublistUtilsSpec.groovy │ │ │ ├── MdxTagLibSpec.groovy │ │ │ ├── ModelCatalogueVersionControllerAllowedMethodsSpec.groovy │ │ │ ├── RegisterServiceSpec.groovy │ │ │ ├── ReindexCatalogueControllerAllowedMethodsSpec.groovy │ │ │ ├── RelationshipTypeNameSpec.groovy │ │ │ ├── RelationshipTypeSpec.groovy │ │ │ ├── SortParamsUtilsSpec.groovy │ │ │ ├── UserControllerSpec.groovy │ │ │ ├── ValidationRuleServiceSpec.groovy │ │ │ ├── actions │ │ │ │ ├── AbstractActionRunnerSpec.groovy │ │ │ │ ├── ArchiveCommandSpec.groovy │ │ │ │ ├── BatchControllerAllowedMethodsSpec.groovy │ │ │ │ ├── GenerateSuggestionsCommandSpec.groovy │ │ │ │ └── MergePublishedElementsSpec.groovy │ │ │ ├── api │ │ │ │ └── ElementStatusUtilsSpec.groovy │ │ │ ├── asset │ │ │ │ └── MicrosoftOfficeDocumentSpec.groovy │ │ │ ├── audit │ │ │ │ ├── AuditServiceSpec.groovy │ │ │ │ └── LoggingAuditorSpec.groovy │ │ │ ├── catalogueelement │ │ │ │ └── DataModelCatalogueElementServiceSpec.groovy │ │ │ ├── dashboard │ │ │ │ ├── DashboardControllerSpec.groovy │ │ │ │ ├── DashboardIndexCommandSpec.groovy │ │ │ │ └── DashboardServiceSpec.groovy │ │ │ ├── dataarchitect │ │ │ │ ├── CSVServiceSpec.groovy │ │ │ │ ├── LoincImportServiceSpec.groovy │ │ │ │ ├── MatchParamsServiceSpec.groovy │ │ │ │ └── SchemaValidatorServiceSpec.groovy │ │ │ ├── enumeration │ │ │ │ ├── EnumerationsSpec.groovy │ │ │ │ └── LegacyEnumerationsSpec.groovy │ │ │ ├── mappingsuggestions │ │ │ │ ├── MappingSuggestionApproveCommandConstraintsSpec.groovy │ │ │ │ ├── MappingSuggestionIndexCommandConstraintsSpec.groovy │ │ │ │ ├── MappingSuggestionRejectCommandConstraintsSpec.groovy │ │ │ │ ├── MappingSuggestionsControllerAllowedMethodsSpec.groovy │ │ │ │ ├── MappingSuggestionsGeneratorServiceSpec.groovy │ │ │ │ ├── MappingSuggestionsServiceSpec.groovy │ │ │ │ └── MapppingSuggestionsConfigurationServiceSpec.groovy │ │ │ ├── publishing │ │ │ │ └── DraftContextSpec.groovy │ │ │ ├── rx │ │ │ │ └── BatchOperatorSpec.groovy │ │ │ ├── scripting │ │ │ │ ├── DataTypeRuleScriptSpec.groovy │ │ │ │ └── SecuredRuleExecutorSpec.groovy │ │ │ ├── search │ │ │ │ └── KeywordsServiceSpec.groovy │ │ │ ├── security │ │ │ │ ├── ApiRegisterCommandConstraintsSpec.groovy │ │ │ │ ├── DataModelAclServiceSpec.groovy │ │ │ │ ├── DataModelPermissionServiceSpec.groovy │ │ │ │ ├── MetadataRolesUtilsSpec.groovy │ │ │ │ └── UserAuthenticationConstraintsSpec.groovy │ │ │ └── util │ │ │ │ ├── CatalogueElementFinderSpec.groovy │ │ │ │ ├── DataTypeRuleScriptSpec.groovy │ │ │ │ ├── ElasticMatchResultAdapterSpec.groovy │ │ │ │ ├── MetadataDomainEntitySpec.groovy │ │ │ │ ├── MetadataDomainSpec.groovy │ │ │ │ ├── ParamArgsSpec.groovy │ │ │ │ ├── SecuredRuleExecutorSpec.groovy │ │ │ │ ├── builder │ │ │ │ └── DefaultCatalogueElementProxySpec.groovy │ │ │ │ ├── delayable │ │ │ │ └── DelayableSpec.groovy │ │ │ │ └── marshalling │ │ │ │ └── CatalogueElementMarshallersSpec.groovy │ │ │ └── integration │ │ │ ├── mc │ │ │ ├── ModelCatalogueLoaderSpec.groovy │ │ │ ├── test.catalogue.xml │ │ │ └── test.mc │ │ │ ├── obo │ │ │ ├── OboLoaderSpec.groovy │ │ │ ├── hp.catalogue.xml │ │ │ ├── hp.obo │ │ │ ├── hpo.catalogue.xml │ │ │ ├── hpo.obo │ │ │ ├── test.catalogue.xml │ │ │ └── test.obo │ │ │ └── xml │ │ │ ├── CatalogueXmlLoaderSpec.groovy │ │ │ ├── adhesion.catalogue.xml │ │ │ ├── adhesion.reference.catalogue.xml │ │ │ ├── force.catalogue.xml │ │ │ ├── force.reference.catalogue.xml │ │ │ ├── gender.catalogue.xml │ │ │ ├── gender.reference.catalogue.xml │ │ │ ├── integer.catalogue.xml │ │ │ ├── integer.reference.catalogue.xml │ │ │ ├── locomotive.catalogue.xml │ │ │ ├── locomotive.reference.catalogue.xml │ │ │ ├── newton.catalogue.xml │ │ │ ├── newton.reference.catalogue.xml │ │ │ ├── newton2.catalogue.xml │ │ │ ├── newton2.reference.catalogue.xml │ │ │ ├── transportation.catalogue.xml │ │ │ └── transportation.reference.catalogue.xml │ │ └── resources │ │ └── SACT │ │ ├── SACTSACT_XMLSchema-v2-0_Nested.xsd │ │ ├── SACTSACT_XMLSchema-v2-0_Nested2.xsd │ │ ├── SACTSACT_XMLSchema_EXAMPLE.xsd │ │ ├── SACTSACT_XMLSchema_EXAMPLE2.xsd │ │ ├── SACT_XMLDataTypes-v2-0.xsd │ │ ├── SACT_XMLDataTypes_EXAMPLE.xsd │ │ ├── XSD_Example.xsd │ │ └── XSD_Example_OLD.xsd ├── web-app │ ├── WEB-INF │ │ ├── applicationContext.xml │ │ ├── sitemesh.xml │ │ └── tld │ │ │ ├── c.tld │ │ │ ├── fmt.tld │ │ │ ├── grails.tld │ │ │ ├── spring-form.tld │ │ │ └── spring.tld │ ├── images │ │ ├── OxBRClogo_tiny.png │ │ └── nhic_small.png │ └── js │ │ └── libs │ │ ├── google-diff-match-patch │ │ ├── COPYING │ │ ├── README.txt │ │ └── javascript │ │ │ ├── diff_match_patch.js │ │ │ ├── diff_match_patch_test.html │ │ │ ├── diff_match_patch_test.js │ │ │ └── diff_match_patch_uncompressed.js │ │ └── saxonce │ │ ├── 24B63AF32BBE272D417556428C080A48.cache.html │ │ ├── 494CD97B2F3C68D6082767842195263C.cache.html │ │ ├── 6D08C01821381D35BD12009B44D2D65D.cache.html │ │ ├── 78824F1387A0BC6FCB320DC5CD1831CF.cache.html │ │ ├── CECE12D2976993D3B12B21ED2115A689.cache.html │ │ ├── F2448E75ABC881DC5494DC8CAB76B197.cache.html │ │ ├── Saxonce.nocache.js │ │ ├── clear.cache.gif │ │ ├── normalizationData.xml │ │ └── unicodeBlocks.xml └── wrapper │ ├── grails-wrapper-runtime-2.5.6.jar │ ├── grails-wrapper.properties │ ├── springloaded-1.2.7.RELEASE.jar │ └── springloaded-core-1.1.4.jar ├── README.md ├── bin ├── README.md ├── docker │ ├── notify.sh │ └── notify.txt └── lib │ └── delegate.sh ├── catalogue ├── circle.yml ├── conf ├── docker │ └── mc-config.groovy └── test │ └── esconfig │ ├── elasticsearch.yml │ └── logging.yml ├── docs ├── deployment │ ├── aws.md │ ├── docker_releases.md │ ├── elasticsearch.md │ ├── environment.adoc │ ├── production.adoc │ └── show-logs.md └── development │ ├── bugs │ ├── duplicate_entry.md │ └── index.md │ ├── executor_service.md │ ├── frameworks │ ├── geb.md │ ├── grails_console.md │ ├── index.md │ └── rxjava.md │ ├── integration │ └── xml.adoc │ ├── migration.adoc │ └── recipes │ ├── exports.md │ └── policies.md └── travis-build.sh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/CONTRIBUTING.adoc -------------------------------------------------------------------------------- /Jenkinsfile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/Jenkinsfile1 -------------------------------------------------------------------------------- /Jenkinsfile2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/Jenkinsfile2 -------------------------------------------------------------------------------- /Jenkinsfile3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/Jenkinsfile3 -------------------------------------------------------------------------------- /Jenkinsfile4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/Jenkinsfile4 -------------------------------------------------------------------------------- /Jenkinsfile5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/Jenkinsfile5 -------------------------------------------------------------------------------- /JenkinsfileSolo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/JenkinsfileSolo -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/LICENSE -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "grails-app/assets/bower_components" 3 | } -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/.flowconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/.flowconfig -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/.gitignore -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/DECISION_LOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/DECISION_LOG.md -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/application.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/application.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/bower.json -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/build.gradle -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/console-scripts/addUniqueOfKind.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/console-scripts/addUniqueOfKind.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/console-scripts/migrateGelIds.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/console-scripts/migrateGelIds.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/console-scripts/migrateHPOIds.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/console-scripts/migrateHPOIds.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/console-scripts/truncateChanges.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/console-scripts/truncateChanges.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/gradlew -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/gradlew.bat -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/favicon.ico -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/gel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/gel.jpg -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/mdc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/mdc.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/GEL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/GEL.jpg -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/MDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/MDC.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/MRC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/MRC.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/NIHR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/modelcatalogue/NIHR.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/mrc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/mrc.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/images/nhr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/images/nhr.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/angular-diff-match-patch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/angular-diff-match-patch.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/application.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/bootstrap.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/jquery-2.2.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/jquery-2.2.0.min.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/mdx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/mdx.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/core/index.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/core/index.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/core/ui/detailSections/metadata/metadata.coffee: -------------------------------------------------------------------------------- 1 | angular.module('mc.core.ui.detailSections.metadata', []) 2 | -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/core/ui/general/_general.coffee: -------------------------------------------------------------------------------- 1 | angular.module('mc.core.ui.general', []) 2 | -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/core/ui/modals/modals.coffee: -------------------------------------------------------------------------------- 1 | angular.module('mc.core.ui.modals', []) 2 | -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/Stomp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/Stomp.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/enhance.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/enhance.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/index.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/index.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/names.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/names.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/rest.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/rest.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/ui/sortable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/ui/sortable.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/vkbeautify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/modelcatalogue/util/vkbeautify.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/templates/mc/index.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/javascripts/templates/mc/index.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/init.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/style.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/texture-noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/texture-noise.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/vsizegrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/d3_data_model_view/vsizegrip.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0.1/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0.1/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0.2/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0.2/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.0/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.1/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.1/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.2/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.2/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.2/metadataregistry_asset.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1.2/metadataregistry_asset.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/1.1/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.0/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.0/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.0/metadataregistry_asset.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.0/metadataregistry_asset.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.1/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.1/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.1/metadataregistry_asset.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.1/metadataregistry_asset.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.2/metadataregistry.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.2/metadataregistry.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.2/metadataregistry_asset.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/schema/2.2/metadataregistry_asset.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/other/xsl/transform2CatalogueSchema.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/other/xsl/transform2CatalogueSchema.xsl -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/application.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/application.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/bootstrap.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/errors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/errors.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/grails.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/grails.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/main.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/mobile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/mobile.css -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/modelcatalogue.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/modelcatalogue.less -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/modelcatalogue/core/changes/changes.less: -------------------------------------------------------------------------------- 1 | .history-tab { 2 | padding: 10px; 3 | } -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/assets/stylesheets/modelcatalogue/modelcatalogue.less: -------------------------------------------------------------------------------- 1 | /* 2 | *= require_full_tree . 3 | */ -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/.DataSource.groovy.un~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/.DataSource.groovy.un~ -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ApiDashboardUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ApiDashboardUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ApiFilters.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ApiFilters.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ApiKeyUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ApiKeyUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ApplicationResources.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ApplicationResources.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/AssetUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/AssetUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/BatchUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/BatchUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/BuildConfig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/BuildConfig.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/CatalogueElementUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/CatalogueElementUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ClassificationUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ClassificationUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/Config.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/Config.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/CsvTransformationUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/CsvTransformationUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DashboardUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DashboardUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataArchitectUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataArchitectUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataClassUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataClassUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataElementUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataElementUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataImportCreateUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataImportCreateUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelCreateUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelCreateUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelPolicyUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelPolicyUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataModelUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataSource.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataSource.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataSource.groovy~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataSource.groovy~ -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/DataTypeUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/DataTypeUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/EnumeratedTypeUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/EnumeratedTypeUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/GrailsMelodyConfig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/GrailsMelodyConfig.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/LastSeenUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/LastSeenUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/LogsUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/LogsUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/MappingSuggestionsUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/MappingSuggestionsUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/MeasurementUnitUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/MeasurementUnitUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueAuditPluginUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueAuditPluginUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueConfig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueConfig.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueCorePluginUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueCorePluginUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueGenomicsUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueGenomicsUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueIDFilters.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueIDFilters.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueNorthThamesUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueNorthThamesUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueVersionUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ModelCatalogueVersionUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/PrimitiveTypeUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/PrimitiveTypeUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ReferenceTypeUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ReferenceTypeUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ReindexCatalogueUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ReindexCatalogueUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/RelationshipTypeUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/RelationshipTypeUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/SpringOAuthAjaxFixFilters.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/SpringOAuthAjaxFixFilters.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/TagUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/TagUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/UrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/UrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/UserUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/UserUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/ValidationRuleUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/ValidationRuleUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/conf/spring/resources.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/conf/spring/resources.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/controllers/LoginController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/controllers/LoginController.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/controllers/LogoutController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/controllers/LogoutController.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Asset.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Asset.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/AssetFile.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/AssetFile.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataClass.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataClass.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataElement.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataElement.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataModel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataModel.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataModelPolicy.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataModelPolicy.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataType.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/DataType.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/EnumeratedType.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/EnumeratedType.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ExtensionValue.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ExtensionValue.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Mapping.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Mapping.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/MeasurementUnit.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/MeasurementUnit.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/PrimitiveType.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/PrimitiveType.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ReferenceType.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ReferenceType.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Relationship.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Relationship.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Tag.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/Tag.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ValidationRule.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/ValidationRule.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/actions/Action.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/actions/Action.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/actions/Batch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/actions/Batch.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/audit/Change.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/audit/Change.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/security/Role.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/security/Role.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/security/User.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/domain/org/modelcatalogue/core/security/User.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_cs_CZ.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_cs_CZ.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_da.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_da.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_de.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_es.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_fr.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_it.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_it.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_ja.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_ja.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_nb.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_nb.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_nl.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_nl.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pl.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pl.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pt_BR.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pt_BR.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pt_PT.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_pt_PT.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_ru.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_ru.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_sv.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_sv.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_th.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_th.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_zh_CN.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/messages_zh_CN.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/i18n/spring-security-oauth.messages.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/i18n/spring-security-oauth.messages.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_000_ddl.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_000_ddl.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_001_archivedToDeprecated.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_001_archivedToDeprecated.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_002_movingUserToCore.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_002_movingUserToCore.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_004_favourites.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_004_favourites.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_005_newModelCatalogueId.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_005_newModelCatalogueId.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_007_versioning_changes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_007_versioning_changes.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_008_relationship_ordering.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_008_relationship_ordering.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_010_changes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_010_changes.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_012_metadata_ordering.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_012_metadata_ordering.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_014_discourse.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_014_discourse.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_015_oauth.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_015_oauth.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_016_dataModelAndDataClass.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_016_dataModelAndDataClass.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_017_singleDataModel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_017_singleDataModel.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_018_semanticVersioning.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_018_semanticVersioning.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_020_enum_subsets.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_020_enum_subsets.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_021_validation_rule.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_021_validation_rule.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_022_changelog.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_022_changelog.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_024_tag.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_024_tag.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_025_security.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_025_security.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_026_asset_publishing.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/migrations/changelog_026_asset_publishing.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/services/org/modelcatalogue/core/AssetService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/services/org/modelcatalogue/core/AssetService.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/services/org/modelcatalogue/core/rx/RxService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/services/org/modelcatalogue/core/rx/RxService.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/taglib/org/modelcatalogue/core/MdxTagLib.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/taglib/org/modelcatalogue/core/MdxTagLib.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/utils/org/modelcatalogue/core/SortParamsUtils.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/utils/org/modelcatalogue/core/SortParamsUtils.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/apiKey/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/apiKey/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/batch/all.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/batch/all.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/batch/create.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/batch/create.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_catalogueElementViewRow.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_catalogueElementViewRow.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_catalogueElementViewTable.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_catalogueElementViewTable.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelLink.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelLink.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelViewRow.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelViewRow.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelViewTable.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/_dataModelViewTable.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dashboard/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importExcel.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importExcel.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importModelCatalogueDSL.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importModelCatalogueDSL.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importObo.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importObo.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importXml.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataImport/importXml.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataModel/create.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataModel/create.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataModel/d3_data_model_view.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataModel/d3_data_model_view.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/_deletePermission.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/_deletePermission.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/show.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/dataModelPermission/show.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/error.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/error.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/errors/error403.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/errors/error403.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/includes/_ajaxLogin.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/includes/_ajaxLogin.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/lastSeen/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/lastSeen/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/layouts/main.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/layouts/main.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/layouts/register.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/layouts/register.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/layouts/springSecurityUI.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/layouts/springSecurityUI.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/load.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/load.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/login/auth.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/login/auth.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/login/denied.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/login/denied.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/logs/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/logs/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/mappingSuggestions/_actionState.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/mappingSuggestions/_actionState.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/mappingSuggestions/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/mappingSuggestions/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/modelCatalogueVersion/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/modelCatalogueVersion/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_clinicalReports.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_clinicalReports.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_eligibility.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_eligibility.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_phenotypes.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/_phenotypes.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/page.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/rareDiseasesWeb/page.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/register/forgotPassword.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/register/forgotPassword.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/register/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/register/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/register/resetPassword.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/register/resetPassword.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/reindexCatalogue/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/reindexCatalogue/index.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/templates/_flasherror.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/templates/_flasherror.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/templates/_flashmessage.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/templates/_flashmessage.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/templates/_sponsorsfooter.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/templates/_sponsorsfooter.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/create.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/create.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/edit.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/edit.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/search.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grails-app/views/userAdmin/search.gsp -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grailsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grailsw -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/grailsw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/grailsw.bat -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/karma.conf.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/package.json -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/prod-init-data/.gitignore: -------------------------------------------------------------------------------- 1 | *.sql 2 | -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/prod-init-data/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/prod-init-data/README.adoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/scripts/_Events.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/scripts/_Events.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/scripts/testing/generateTestBatches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/scripts/testing/generateTestBatches.sh -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/scripts/testing/runFunctionalTestBatches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/scripts/testing/runFunctionalTestBatches.sh -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/scripts/testing/testReport.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/scripts/testing/testReport.sh -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/MDRSchema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/MDRSchema.pdf -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/1 Introduction.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/1 Introduction.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/2 Getting Started.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/2 Getting Started.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/3 Background.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/3 Background.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/4 Concepts.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/4 Concepts.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/5 AngularJS Support.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/5 AngularJS Support.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/6 Custom Excel Exports.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/6 Custom Excel Exports.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/7 Asset Storage Configuration.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/7 Asset Storage Configuration.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/8 Security Service Configuration.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/8 Security Service Configuration.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/guide/toc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/guide/toc.yaml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/images/MDRCore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/images/MDRCore.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/images/MDRCore_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/images/MDRCore_s.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/mc/SACT.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/mc/SACT.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/action-button-dropdown.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/action-button-dropdown.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/action-button-single.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/action-button-single.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-picker.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-picker.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-treeview.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-treeview.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-view.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/catalogue-element-view.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/columns-configuration.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/columns-configuration.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/contextual-actions.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/contextual-actions.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/decorated-list.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/decorated-list.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/hide-for-role.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/hide-for-role.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/hide-if-logged-in.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/hide-if-logged-in.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/messages-panel.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/messages-panel.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/properties-pane.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/properties-pane.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/show-for-role.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/show-for-role.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/show-if-logged-in.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/show-if-logged-in.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/simple-object-editor.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Directives/simple-object-editor.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/catalogueElement.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/catalogueElement.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/list.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/list.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/listReference.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/listReference.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/removableItem.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Enhancers/removableItem.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/catalogueElementCreated.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/catalogueElementCreated.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/catalogueElementDeleted.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/catalogueElementDeleted.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/treeviewElementSelected.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/treeviewElementSelected.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/userLoggedIn.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/userLoggedIn.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/userLoggedOut.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Events/userLoggedOut.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.ui.bs.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.ui.bs.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.ui.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.core.ui.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.util.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.util.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.util.ui.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Packages/mc.util.ui.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/actionsProvider.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/actionsProvider.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/columnsProvider.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/columnsProvider.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/enhanceProvider.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/enhanceProvider.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/messagesProvider.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/messagesProvider.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/securityProvider.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Providers/securityProvider.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/actions.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/actions.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/catalogueElementProperties.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/catalogueElementProperties.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/catalogueElementResource.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/catalogueElementResource.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/columns.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/columns.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/enhance.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/enhance.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/messages.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/messages.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/modelCatalogueSearch.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/modelCatalogueSearch.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/names.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/names.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/rest.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/rest.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/security.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Services/security.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Values/modelCatalogueApiRoot.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Angular Values/modelCatalogueApiRoot.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/catalogueElement.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/catalogueElement.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/dataElement.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/dataElement.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/extendibleElement.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/extendibleElement.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/model.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/model.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/publishedElement.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/publishedElement.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationship.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationship.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationshipType.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationshipType.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationships.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Domain Classes/relationships.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/ref/Services/relationshipService.gdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/ref/Services/relationshipService.gdoc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_10_View_ModelBasket.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_10_View_ModelBasket.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_11_Add_Relationship_ByType.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_11_Add_Relationship_ByType.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_1_List_DataElements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_1_List_DataElements.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_2_Show_DataElement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_2_Show_DataElement.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_3_Edit_DataElement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_3_Edit_DataElement.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_4_Add_DataElement_To_ModelBasket.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_4_Add_DataElement_To_ModelBasket.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_5_List_Models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_5_List_Models.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_6_Show_Model_Tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_6_Show_Model_Tree.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_7_Show_Model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_7_Show_Model.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_8_Remove_Relationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_8_Remove_Relationship.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_9_Add_Relationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/docs/useCases/UC_9_Add_Relationship.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/excelvba/COSD_v1.2_VBA_srcref.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/excelvba/COSD_v1.2_VBA_srcref.xls -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/excelvba/COSD_v6_0_VBA_srcref_rev15.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/excelvba/COSD_v6_0_VBA_srcref_rev15.xls -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/excelvba/datadictionary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/excelvba/datadictionary.csv -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/META-INF/asset-pipeline/processor.specs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/META-INF/asset-pipeline/processor.specs -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/ModelCatalogueFormsUrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/ModelCatalogueFormsUrlMappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/jasperreports.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/jasperreports.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc.gdsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc.gdsl -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/BasicMeasurmentUnits.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/BasicMeasurmentUnits.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/Cancer.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/Cancer.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/Java.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/Java.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/NHIC.mc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/NHIC.mc.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/RareDiseaseConditions.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/RareDiseaseConditions.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/XMLSchema.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/mc_resources/XMLSchema.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/AssetMetadata.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/AssetMetadata.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/DeleteBlocker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/DeleteBlocker.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/DeleteBlockerReason.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/DeleteBlockerReason.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/Extendible.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/Extendible.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/Extension.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/Extension.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/LogoutListener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/LogoutListener.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/LogoutListeners.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/LogoutListeners.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/RelationshipDefinition.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/RelationshipDefinition.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/RelationshipTypeName.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/RelationshipTypeName.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/SearchCatalogue.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/SearchCatalogue.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/SecurityService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/SecurityService.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/StorageService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/StorageService.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/TestUtil.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/TestUtil.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionResult.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionResult.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionRunner.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionRunner.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionState.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/ActionState.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/BatchViewModel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/BatchViewModel.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/CreateMatch.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/CreateMatch.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/TestAction.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/actions/TestAction.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/api/ElementStatusUtils.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/api/ElementStatusUtils.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/AbstractAuditor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/AbstractAuditor.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/Auditor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/Auditor.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/ChangeType.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/ChangeType.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/CompoundAuditor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/CompoundAuditor.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/DefaultAuditor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/DefaultAuditor.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/EventNotifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/EventNotifier.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/LoggingAuditor.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/LoggingAuditor.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/SearchNotifier.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/audit/SearchNotifier.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/comments/Comment.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/comments/Comment.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dashboard/SearchQuery.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dashboard/SearchQuery.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dashboard/SearchScope.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dashboard/SearchScope.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dataimport/excel/Excel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/dataimport/excel/Excel.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/datamodel/DataModelRow.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/datamodel/DataModelRow.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/CreateDefinition.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/CreateDefinition.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/DraftKeyword.java: -------------------------------------------------------------------------------- 1 | package org.modelcatalogue.core.ddl; 2 | 3 | enum DraftKeyword { 4 | INSTANCE 5 | } -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/UpdateAction.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/UpdateAction.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/UpdateDefinition.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/ddl/UpdateDefinition.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/diff/Diff.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/diff/Diff.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/elasticsearch/Document.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/elasticsearch/Document.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/events/NotFoundEvent.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/events/NotFoundEvent.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/mysql-procedures.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/mysql-procedures.sql -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Convention.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Convention.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/ConventionChecker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/ConventionChecker.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Conventions.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Conventions.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/DefaultPolicy.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/DefaultPolicy.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Policy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/Policy.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/PolicyBuilder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/PolicyBuilder.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/RegexChecker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/RegexChecker.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/RequiredChecker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/RequiredChecker.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/UniqueChecker.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/UniqueChecker.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/VerificationPhase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/policy/VerificationPhase.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/DraftChain.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/DraftChain.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/Published.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/Published.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/Publisher.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/publishing/Publisher.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/BatchOperator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/BatchOperator.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/ErrorSubscriber.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/ErrorSubscriber.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/LoggingSubscriber.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/LoggingSubscriber.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/RetryWithDelay.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/rx/RetryWithDelay.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/scripting/Validating.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/scripting/Validating.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/search/EnglishGrammar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/search/EnglishGrammar.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/search/PagedResultList.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/search/PagedResultList.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/security/LastSeen.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/security/LastSeen.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/CDN.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/CDN.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DataModelAware.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DataModelAware.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DataModelFilter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DataModelFilter.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DestinationClass.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/DestinationClass.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ExtensionsWrapper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ExtensionsWrapper.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/FriendlyErrors.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/FriendlyErrors.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/GormUrlName.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/GormUrlName.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/HibernateHelper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/HibernateHelper.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/IdName.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/IdName.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Inheritance.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Inheritance.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Legacy.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Legacy.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/MatchResult.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/MatchResult.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/MatchResultImpl.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/MatchResultImpl.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Metadata.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/Metadata.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/OrderedMap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/OrderedMap.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/PaginationQuery.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/PaginationQuery.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ParamArgs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ParamArgs.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/PublishedStatus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/PublishedStatus.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ResultRecorder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/ResultRecorder.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/SearchParams.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/SearchParams.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/SortQuery.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/SortQuery.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Elements.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Elements.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/ListWrapper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/ListWrapper.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Lists.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Lists.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Mappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/lists/Mappings.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/test/FileOpener.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/util/test/FileOpener.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/view/AssetViewModel.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/view/AssetViewModel.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/xml/AssetPrintHelper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/xml/AssetPrintHelper.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/xml/PrintContext.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/core/xml/PrintContext.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/GelJsonExporter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/GelJsonExporter.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/RareDiseaseCsvExporter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/RareDiseaseCsvExporter.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/export/GelXlsStyles.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/export/GelXlsStyles.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/export/XlsExporter.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/gel/export/XlsExporter.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/integration/obo/OboLoader.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/groovy/org/modelcatalogue/integration/obo/OboLoader.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/src/nonGrails/groovy/org/modelcatalogue/core/TestUtil.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/src/nonGrails/groovy/org/modelcatalogue/core/TestUtil.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/GebConfig.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/GebConfig.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/README.md -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ApiKeyPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ApiKeyPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/AssetPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/AssetPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/AssetsPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/AssetsPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ChangesPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ChangesPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/Common.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/Common.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/CreateTagPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/CreateTagPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DashboardPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DashboardPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataClassPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataClassPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataModelPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataModelPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataTypePage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataTypePage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataTypesPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/DataTypesPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/FeedbackPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/FeedbackPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/FormFiller.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/FormFiller.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/HomePage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/HomePage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/InputUtils.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/InputUtils.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/Keywords.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/Keywords.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LastSeenPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LastSeenPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LoginPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LoginPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LogsPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/LogsPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/MappingPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/MappingPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/MetadataUtils.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/MetadataUtils.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/NavModule.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/NavModule.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/RegisterPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/RegisterPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ScrollDirection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/ScrollDirection.java -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/TagsPage.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/geb/TagsPage.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/importexport/Java.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/importexport/Java.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/MET-522.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/MET-522.xlsx -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/MET-523.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/MET-523.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/example.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/example.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/functional/org/modelcatalogue/core/suiteA/example.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/DataClassSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/DataClassSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/DummyRecorder.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/DummyRecorder.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/HPOUpdatesSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/HPOUpdatesSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/MappingISpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/MappingISpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test1.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test1.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test2.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test2.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test3.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/org/modelcatalogue/core/test3.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/CLLDataModel0.1.umlj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/CLLDataModel0.1.umlj -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/CancerCoreDataModel1.0.umlj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/CancerCoreDataModel1.0.umlj -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/examplemc.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/examplemc.xls -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/adhesion.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/adhesion.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/force.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/force.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/gender.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/gender.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/integer.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/integer.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/locomotive.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/locomotive.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/newton.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/newton.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/transportation.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/transportation.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/integration/resources/xml/user.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/integration/resources/xml/user.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/extraMatchers.fixture.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/extraMatchers.fixture.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/catalogue.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/catalogue.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/catalogueElementView.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/catalogueElementView.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/dateEnhancer.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/dateEnhancer.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/listEnhancer.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/listEnhancer.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/listReferenceEnhancer.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/listReferenceEnhancer.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/modelCatalogueApiRoot.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/modelCatalogueApiRoot.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/orderedMapEnhancer.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/orderedMapEnhancer.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/removableItemEnhancer.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/removableItemEnhancer.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/elementsAsTags.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/elementsAsTags.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/messagesPanel.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/messagesPanel.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/propertiesPane.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/bs/propertiesPane.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/columns.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/columns.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/metadataEditors.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/metadataEditors.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/treeview/TreeviewNode.spec.es6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/core/ui/treeview/TreeviewNode.spec.es6 -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/MessagingClient.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/MessagingClient.spec.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/coffeeclasses.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/coffeeclasses.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/delayedQueueExecutor.spec.es6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/delayedQueueExecutor.spec.es6 -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/enhance.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/enhance.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/messages.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/messages.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/names.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/names.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/objectVisitor.spec.es6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/objectVisitor.spec.es6 -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/rest.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/rest.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/security.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/security.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/actions.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/actions.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/applicationTitle.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/applicationTitle.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/hideForRole.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/hideForRole.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/hideIfLoggedIn.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/hideIfLoggedIn.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/showForRole.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/showForRole.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/showIfLoggedIn.spec.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/js/modelcatalogue/util/ui/showIfLoggedIn.spec.coffee -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ApiDashboardUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ApiDashboardUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ApiKeyUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ApiKeyUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/AssetUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/AssetUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/BatchUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/BatchUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/CatalogueElementUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/CatalogueElementUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ClassificationUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ClassificationUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/CsvTransformationUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/CsvTransformationUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataArchitectUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataArchitectUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataClassUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataClassUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataElementUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataElementUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataImportCreateUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataImportCreateUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataModelCreateUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataModelCreateUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataModelPolicyUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataModelPolicyUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataModelUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataModelUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/DataTypeUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/DataTypeUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/EnumeratedTypeUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/EnumeratedTypeUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/LastSeenUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/LastSeenUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/LogsUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/LogsUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/MappingSuggestionsUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/MappingSuggestionsUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/MeasurementUnitUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/MeasurementUnitUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueCorePluginUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueCorePluginUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueFormsUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueFormsUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueGenomicsUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueGenomicsUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueNorthThamesUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueNorthThamesUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueVersionUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ModelCatalogueVersionUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/ReindexCatalogueUrlMappingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/ReindexCatalogueUrlMappingsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/UserUrlMappingSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/UserUrlMappingSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataModelDomainSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataModelDomainSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataTypeServiceSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataTypeServiceSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataTypeSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/DataTypeSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/EnumeratedTypeSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/EnumeratedTypeSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/MappingSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/MappingSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/MdxTagLibSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/MdxTagLibSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/RegisterServiceSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/RegisterServiceSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/RelationshipTypeSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/RelationshipTypeSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/SortParamsUtilsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/SortParamsUtilsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/UserControllerSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/UserControllerSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/rx/BatchOperatorSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/rx/BatchOperatorSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/util/ParamArgsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/core/util/ParamArgsSpec.groovy -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/mc/test.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/mc/test.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/mc/test.mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/mc/test.mc -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hp.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hp.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hp.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hp.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hpo.catalogue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hpo.catalogue.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hpo.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/hpo.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/test.obo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/org/modelcatalogue/integration/obo/test.obo -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema-v2-0_Nested.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema-v2-0_Nested.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema-v2-0_Nested2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema-v2-0_Nested2.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema_EXAMPLE.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema_EXAMPLE.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema_EXAMPLE2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACTSACT_XMLSchema_EXAMPLE2.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACT_XMLDataTypes-v2-0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACT_XMLDataTypes-v2-0.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACT_XMLDataTypes_EXAMPLE.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/SACT_XMLDataTypes_EXAMPLE.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/XSD_Example.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/XSD_Example.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/XSD_Example_OLD.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/test/unit/resources/SACT/XSD_Example_OLD.xsd -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/applicationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/applicationContext.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/sitemesh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/sitemesh.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/c.tld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/c.tld -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/fmt.tld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/fmt.tld -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/grails.tld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/grails.tld -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/spring-form.tld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/spring-form.tld -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/spring.tld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/WEB-INF/tld/spring.tld -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/images/OxBRClogo_tiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/images/OxBRClogo_tiny.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/images/nhic_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/images/nhic_small.png -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/google-diff-match-patch/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/google-diff-match-patch/COPYING -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/google-diff-match-patch/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/google-diff-match-patch/README.txt -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/Saxonce.nocache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/Saxonce.nocache.js -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/clear.cache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/clear.cache.gif -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/normalizationData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/normalizationData.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/unicodeBlocks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/web-app/js/libs/saxonce/unicodeBlocks.xml -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/wrapper/grails-wrapper-runtime-2.5.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/wrapper/grails-wrapper-runtime-2.5.6.jar -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/wrapper/grails-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/wrapper/grails-wrapper.properties -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/wrapper/springloaded-1.2.7.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/wrapper/springloaded-1.2.7.RELEASE.jar -------------------------------------------------------------------------------- /ModelCatalogueCorePluginTestApp/wrapper/springloaded-core-1.1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/ModelCatalogueCorePluginTestApp/wrapper/springloaded-core-1.1.4.jar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/README.md -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/docker/notify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/bin/docker/notify.sh -------------------------------------------------------------------------------- /bin/docker/notify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/bin/docker/notify.txt -------------------------------------------------------------------------------- /bin/lib/delegate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/bin/lib/delegate.sh -------------------------------------------------------------------------------- /catalogue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/catalogue -------------------------------------------------------------------------------- /circle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/circle.yml -------------------------------------------------------------------------------- /conf/docker/mc-config.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/conf/docker/mc-config.groovy -------------------------------------------------------------------------------- /conf/test/esconfig/elasticsearch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/conf/test/esconfig/elasticsearch.yml -------------------------------------------------------------------------------- /conf/test/esconfig/logging.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/conf/test/esconfig/logging.yml -------------------------------------------------------------------------------- /docs/deployment/aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/aws.md -------------------------------------------------------------------------------- /docs/deployment/docker_releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/docker_releases.md -------------------------------------------------------------------------------- /docs/deployment/elasticsearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/elasticsearch.md -------------------------------------------------------------------------------- /docs/deployment/environment.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/environment.adoc -------------------------------------------------------------------------------- /docs/deployment/production.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/production.adoc -------------------------------------------------------------------------------- /docs/deployment/show-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/deployment/show-logs.md -------------------------------------------------------------------------------- /docs/development/bugs/duplicate_entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/bugs/duplicate_entry.md -------------------------------------------------------------------------------- /docs/development/bugs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/bugs/index.md -------------------------------------------------------------------------------- /docs/development/executor_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/executor_service.md -------------------------------------------------------------------------------- /docs/development/frameworks/geb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/frameworks/geb.md -------------------------------------------------------------------------------- /docs/development/frameworks/grails_console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/frameworks/grails_console.md -------------------------------------------------------------------------------- /docs/development/frameworks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/frameworks/index.md -------------------------------------------------------------------------------- /docs/development/frameworks/rxjava.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/frameworks/rxjava.md -------------------------------------------------------------------------------- /docs/development/integration/xml.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/integration/xml.adoc -------------------------------------------------------------------------------- /docs/development/migration.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/migration.adoc -------------------------------------------------------------------------------- /docs/development/recipes/exports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/recipes/exports.md -------------------------------------------------------------------------------- /docs/development/recipes/policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetadataConsulting/ModelCataloguePlugin/HEAD/docs/development/recipes/policies.md -------------------------------------------------------------------------------- /travis-build.sh: -------------------------------------------------------------------------------- 1 | cd 2 | --------------------------------------------------------------------------------