Merged
Conversation
* Add maven-failsafe-plugin * Add jetty-maven-plugin to serve static files * Add maven-remote-resources-plugin * Create StaticImage enum for tests * Rename *Test classes to *IT * Remove flickr from Blob/Media tests
* initial stub of advancedsearch * added advancedsearch to WAR * added advancedsearch to jax rs application * advanced search xsd * 'model' abstraction for converting CollectionObject subobjects into a format more convenient to send back over the wire * more robust extraction of brief description, object name, title, and responsible department * retrieve CollectionObjectCommon from CollectionResource --------- Co-authored-by: Anthony Bucci <abucci@bucci.onl>
* Read from JDBC_URL_PARAMS environment variable * Remove encoded url from build properties * Add script to encode url parameters * Encode jdbc params where needed * Remove unused configuration
* Rename JDBC_URL_OPTS to JDBC_URL_PARAMS
…479) * DRYD-1818: added denormRelatedObjects in DefaultESDocumentWriter to add objectCsid field holding media related objects. * DRYD-1818: mapped identificationNumber, title as sortable keywords; mapped updatedAt as sortable date field; mapped objectCsid as filterable keyword; * DRYD-1818: mapped media_common:altText; * DRYD-1818: fixed trailing comma; updated tenant bindings;
* Create DocumentModelHandler for retrieving full views for list requests * Allow setting of DocumentModelHandler class in Resources * Add xsd for collectionspace_core * Update to avoid multiple CO Resource queries * Create jaxb context for AdvancedSearch * Replace Client pattern in AdvancedSearch * Cleanup/removal of dead code This is primarily to update the AdvancedSearch API in order to fetch the CollectionObjectCommon and CollectionSpaceCore documents directly without the need to call the CollectionObjectResource multiple times.
* Query relations in advanced search
#483) DRYD-1914: added showing object category name in Object Category Count of notice_of_inventory_completion report;
* Add new parameter includeauthority to csv export service * Update CSV Export to export authorities for fields when requested * Add displayName to service binding xsd
* Update advanced search xsd to match spec * Update natural history extension to match stored data * Add NAGPRA extension xsd * Create additional classes to map CollectionObject data to the AdvancedSearchListItem fields
* DRYD-1952: added contentPlaces in contentSubjectList; * DRYD-1952: added contentPlaces in all tenant bindings that override es config; * DRYD-1952: set using RefNameUtils.getDisplayName for refNames, otherwise directly using the content value;
#488) DRYD-1918: changed showing all statuses with status dates;
Avoid namespace search for cspace_english
* DRYD-1851: fixed adding all creators with their roles; * DRYD-1851: fixed adding all worktypes and materials * DRYD-1851: added additional report for showing creator name and creator role in distinct columns; * DRYD-1851: changed uuids using uuidgen and name
* Create enum for capturing the type of field being processed * Differentiate between auth and term refs * Use FieldType in order to test both isRefName and the type of ref * Fix issue of multiple parts not deurning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
Merges dev into main