]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
NOJIRA: Added first draft of /systeminfo endpoint. Fixed issue adding perms from...
authorremillet <remillet@yahoo.com>
Tue, 6 Feb 2018 01:49:54 +0000 (17:49 -0800)
committerremillet <remillet@yahoo.com>
Tue, 6 Feb 2018 01:49:54 +0000 (17:49 -0800)
commit66405e375010e324e568fbc34bc907de43027cbd
tree879c29444debc196758d2d64640a5949edb4e20e
parent51df7fe88e6cafee7b8e03aa94d15ae0853445b4
NOJIRA: Added first draft of /systeminfo endpoint.  Fixed issue adding perms from a permlist to an empty role with PUT to role resource.
71 files changed:
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplay.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/dev-all.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/6-account-elmo.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/CreateEmptyRoleAddPerms/createSimpleRole-30.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/CreateEmptyRoleAddPerms/responses/getSimpleRole-30.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/CreateEmptyRoleAddPerms/updateSimpleRole-30.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/responses/get1-loansin-CRUDL.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/res/get1-loansin-CRUDL.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/security-oauth.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security-oauth.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/security.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security.xml with 82% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/simple-role-template.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/JaxRsServiceProvider/src/main/resources/log4j.properties
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/jaxb/src/main/resources/accounts_common_list.xsd [new file with mode: 0644]
services/account/jaxb/src/main/resources/bindings.xml [new file with mode: 0644]
services/authorization-mgt/service/src/main/java/org/collectionspace/services/authorization/storage/RoleDocumentHandler.java
services/authorization/jaxb/src/main/resources/roles.xsd
services/claim/service/pom.xml
services/claim/service/profiles.xml [deleted file]
services/client/pom.xml
services/collectionobject/pom.xml
services/collectionobject/sample/pom.xml [deleted file]
services/collectionobject/sample/sample/pom.xml [deleted file]
services/collectionobject/sample/sample/src/main/java/org/collectionspace/services/collectionobject/client/sample/Sample.java [deleted file]
services/collectionobject/sample/sample/src/main/resources/collectionspace-client.properties [deleted file]
services/common/pom.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml
services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandlerImpl.java
services/exhibition/service/pom.xml
services/exhibition/service/profiles.xml [deleted file]
services/organization/pom.xml
services/organization/sample/pom.xml [deleted file]
services/organization/sample/sample/pom.xml [deleted file]
services/organization/sample/sample/src/main/java/org/collectionspace/services/organization/client/sample/Sample.java [deleted file]
services/organization/sample/sample/src/main/resources/collectionspace-client.properties [deleted file]
services/organization/sample/sample/src/main/resources/log4j.xml [deleted file]
services/person/pom.xml
services/person/sample/pom.xml [deleted file]
services/person/sample/sample/pom.xml [deleted file]
services/person/sample/sample/src/main/java/org/collectionspace/services/person/client/sample/Sample.java [deleted file]
services/person/sample/sample/src/main/resources/collectionspace-client.properties [deleted file]
services/person/sample/sample/src/main/resources/log4j.xml [deleted file]
services/pom.xml
services/pottag/service/pom.xml
services/pottag/service/profiles.xml [deleted file]
services/propagation/service/profiles.xml [deleted file]
services/sdk/pom.xml [deleted file]
services/sdk/sample/pom.xml [deleted file]
services/sdk/sample/src/main/java/org/collectionspace/services/sdk/sample/Sample.java [deleted file]
services/sdk/sample/src/main/resources/collectionspace-client.properties [deleted file]
services/systeminfo/client/pom.xml [new file with mode: 0644]
services/systeminfo/client/src/main/java/org/collectionspace/services/systeminfo/SystemInfoClient.java [new file with mode: 0644]
services/systeminfo/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/systeminfo/jaxb/pom.xml [new file with mode: 0644]
services/systeminfo/jaxb/src/main/resources/systeminfo-common.xsd [new file with mode: 0644]
services/systeminfo/pom.xml [new file with mode: 0644]
services/systeminfo/service/pom.xml [new file with mode: 0644]
services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoDocumentHandler.java [new file with mode: 0644]
services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoResource.java [new file with mode: 0644]
services/systeminfo/service/src/test/resources/log4j.xml [moved from services/collectionobject/sample/sample/src/main/resources/log4j.xml with 62% similarity]
services/vocabulary/pom.xml
services/vocabulary/sample/pom.xml [deleted file]
services/vocabulary/sample/sample/pom.xml [deleted file]
services/vocabulary/sample/sample/src/main/java/org/collectionspace/services/vocabulary/client/sample/Sample.java [deleted file]
services/vocabulary/sample/sample/src/main/resources/collectionspace-client.properties [deleted file]
services/vocabulary/sample/sample/src/main/resources/log4j.xml [deleted file]