Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
c325c74d
Commit
c325c74d
authored
Jan 22, 2021
by
Anuj Gupta
Browse files
Merge branch 'og-sync-ibm' into 'master'
latest ibm changes See merge request
!68
parents
bdfe3531
6a0f8dd8
Pipeline
#23756
passed with stages
in 27 minutes and 55 seconds
Changes
18
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmAuthorityStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
java.net.MalformedURLException
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmEntityTypeStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
java.net.MalformedURLException
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmSchemaInfoStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
static
com
.
cloudant
.
client
.
api
.
query
.
Expression
.
eq
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmSourceStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
java.net.MalformedURLException
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemainfostore/util/IbmDocumentStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore.util
;
import
java.net.MalformedURLException
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/impl/schemastore/IBMSchemaStore.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemastore
;
import
java.io.ByteArrayInputStream
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/AuthorityDoc.java
View file @
c325c74d
/**
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/EntityTypeDoc.java
View file @
c325c74d
/**
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/SchemaDoc.java
View file @
c325c74d
/**
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/SourceDoc.java
View file @
c325c74d
/**
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/app/SchemaIBMApplication.java
View file @
c325c74d
// Copyright 2020 IBM Corp. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm.app
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/security/SecurityConfig.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm.security
;
import
org.springframework.core.Ordered
;
...
...
provider/schema-ibm/src/main/java/org/opengroup/osdu/schema/provider/ibm/security/WhoamiController.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.provider.ibm.security
;
/**
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
provider/schema-ibm/src/test/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmAuthorityStoreTest.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
...
...
provider/schema-ibm/src/test/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmEntityTypeStoreTest.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
//import static org.junit.Assert.assertEquals;
...
...
provider/schema-ibm/src/test/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmSchemaInfoStoreTest.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
...
...
provider/schema-ibm/src/test/java/org/opengroup/osdu/schema/impl/schemainfostore/IbmSourceStoreTest.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemainfostore
;
import
static
org
.
junit
.
Assert
.
assertEquals
;
...
...
provider/schema-ibm/src/test/java/org/opengroup/osdu/schema/impl/schemastore/IBMSchemaStoreTest.java
View file @
c325c74d
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package
org.opengroup.osdu.schema.impl.schemastore
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment