Pull request #115: WOLF-291 fixed issue where email field can be empty in x-userinfo header, better to get user information from preferred_username.Merge in WOLF/datawolf from bugfix/WOLF-291-authorization-fails-if-x-userinfo-does-not-contain-email-address to develop
* commit '794fc6df540516f04c8865988d1bb8efed9ac226':
WOLF-291 fixed issue where email field can be empty in x-userinfo header, better to get user information from preferred_username. Also added support for x-auth-userinfo header for user information
Pull request #114: Bugfix/WOLF-294 generalize dockerfile to copy war filesMerge in WOLF/datawolf from bugfix/WOLF-294-generalize-dockerfile-to-copy-war-files to develop
* commit '1ccfb9ee5d3d42a6306ec248b4c42097c021cfde':
Add parent tag to datawolf-tool-example so it inherits the parent repository settings
Added example settings for hsql memory db
WOLF-294 - use wildcard for searching target directories for war files
WOLF-291 fixed issue where email field can be empty in x-userinfo header, better to get user information from preferred_username.Also added support for x-auth-userinfo header for user information
Pull request #108: WOLF-284 added default page size so endpoint uses paging for all requestsMerge in WOLF/datawolf from feature/WOLF-284-dataset-service-should-use-a-default-page-size to develop
* commit '3a9106b3f9bf90427e12e8187aa45589f23c44c8':
Simplified adding dataset results to a list and updated method documentation
WOLF-284 added default page size so endpoint uses paging for all requests
Pull request #101: WOLF-272 added custom properties file that can be used to replace default datawolf propertiesMerge in WOLF/datawolf from feature/WOLF-272-custom-properties to develop
* commit '680c73c44d943297f2d68b2f6c0c6e5a2b887a14':
Updated .gitignore to prevent committing customizations
Added file exists check before loading custom properties
Updated the build script to create an empty custom.properties file
Updated custom properties error message
WOLF-272 added custom properties file t...