-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(openspg): version 0.6 #451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 1755 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
1681 | 45 | 29 | 0 |
Click to see the invalid file list
- common/util/src/main/java/com/antgroup/openspg/common/util/DozerBeanMapperUtil.java
- common/util/src/main/java/com/antgroup/openspg/common/util/converter/EnumToStringConverter.java
- common/util/src/main/java/com/antgroup/openspg/common/util/converter/LocalDateTimeToDateDozerConverter.java
- common/util/src/main/java/com/antgroup/openspg/common/util/converter/LocalDateTimeToLocalDateTimeDozerConverter.java
- common/util/src/main/java/com/antgroup/openspg/common/util/converter/LocalDateToLocalDateDozerConverter.java
- common/util/src/main/java/com/antgroup/openspg/common/util/converter/LocalTimeToLocalTimeDozerConverter.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/PemjaUtils.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/PythonInvokeMethod.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/model/PemjaConfig.java
- common/util/src/main/resources/dozer-custom-convert.xml
- server/api/facade/src/main/java/com/antgroup/openspg/server/api/facade/dto/common/request/DataQueryRequest.java
- server/api/http-client/src/main/java/com/antgroup/openspg/server/api/http/client/account/AccountService.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/AccountManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/ConfigManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/PermissionManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/AccountManagerImpl.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/ConfigManagerImpl.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/PermissionManagerImpl.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/account/Account.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/config/Config.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/data/DataRecord.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/data/EntitySampleData.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/permission/Permission.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/project/AccountRoleInfo.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/account/AccountRepository.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/config/ConfigRepository.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/config/DefaultValue.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/permission/PermissionRepository.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/AccountDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/BuilderJobDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/ConfigDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/DataSourceDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/PermissionDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/AccountMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/ConfigMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/PermissionMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/AccountRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/ConfigRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/PermissionRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/AccountConvertor.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/ConfigConvertor.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/PermissionConvertor.java
- server/infra/dao/src/main/resources/mapper/AccountMapper.xml
- server/infra/dao/src/main/resources/mapper/ConfigMapper.xml
- server/infra/dao/src/main/resources/mapper/PermissionMapper.xml
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
@@ -0,0 +1,43 @@ | |||
package com.antgroup.openspg.common.util; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util; |
@@ -0,0 +1,52 @@ | |||
package com.antgroup.openspg.common.util.converter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.converter; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.converter; |
@@ -0,0 +1,49 @@ | |||
package com.antgroup.openspg.common.util.converter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.converter; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.converter; |
@@ -0,0 +1,46 @@ | |||
package com.antgroup.openspg.common.util.converter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.converter; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.converter; |
@@ -0,0 +1,45 @@ | |||
package com.antgroup.openspg.common.util.converter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.converter; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.converter; |
@@ -0,0 +1,46 @@ | |||
package com.antgroup.openspg.common.util.pemja; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.pemja; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.pemja; |
@@ -0,0 +1,71 @@ | |||
package com.antgroup.openspg.common.util.pemja.model; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.common.util.pemja.model; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.common.util.pemja.model; |
@@ -0,0 +1,79 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
~ Copyright 2023 OpenSPG Authors | |
~ | |
~ 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. | |
--> | |
<?xml version="1.0" encoding="UTF-8"?> |
@@ -0,0 +1,16 @@ | |||
package com.antgroup.openspg.server.api.facade.dto.common.request; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.server.api.facade.dto.common.request; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.server.api.facade.dto.common.request; |
@@ -0,0 +1,102 @@ | |||
package com.antgroup.openspg.server.api.http.client.account; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.server.api.http.client.account; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.server.api.http.client.account; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 1755 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
1686 | 40 | 29 | 0 |
Click to see the invalid file list
- common/util/src/main/java/com/antgroup/openspg/common/util/DozerBeanMapperUtil.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/PemjaUtils.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/PythonInvokeMethod.java
- common/util/src/main/java/com/antgroup/openspg/common/util/pemja/model/PemjaConfig.java
- common/util/src/main/resources/dozer-custom-convert.xml
- server/api/facade/src/main/java/com/antgroup/openspg/server/api/facade/dto/common/request/DataQueryRequest.java
- server/api/http-client/src/main/java/com/antgroup/openspg/server/api/http/client/account/AccountService.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/AccountManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/ConfigManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/PermissionManager.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/AccountManagerImpl.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/ConfigManagerImpl.java
- server/biz/common/src/main/java/com/antgroup/openspg/server/biz/common/impl/PermissionManagerImpl.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/account/Account.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/config/Config.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/data/DataRecord.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/data/EntitySampleData.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/permission/Permission.java
- server/common/model/src/main/java/com/antgroup/openspg/server/common/model/project/AccountRoleInfo.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/account/AccountRepository.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/config/ConfigRepository.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/config/DefaultValue.java
- server/common/service/src/main/java/com/antgroup/openspg/server/common/service/permission/PermissionRepository.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/AccountDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/BuilderJobDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/ConfigDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/DataSourceDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/dataobject/PermissionDO.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/AccountMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/ConfigMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/mapper/PermissionMapper.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/AccountRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/ConfigRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/PermissionRepositoryImpl.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/AccountConvertor.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/ConfigConvertor.java
- server/infra/dao/src/main/java/com/antgroup/openspg/server/infra/dao/repository/common/convertor/PermissionConvertor.java
- server/infra/dao/src/main/resources/mapper/AccountMapper.xml
- server/infra/dao/src/main/resources/mapper/ConfigMapper.xml
- server/infra/dao/src/main/resources/mapper/PermissionMapper.xml
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
@@ -0,0 +1,98 @@ | |||
package com.antgroup.openspg.server.biz.common; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.server.biz.common; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.server.biz.common; |
@@ -0,0 +1,98 @@ | |||
package com.antgroup.openspg.server.biz.common; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package com.antgroup.openspg.server.biz.common; | |
/* | |
* Copyright 2023 OpenSPG Authors | |
* | |
* 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. | |
*/ | |
package com.antgroup.openspg.server.biz.common; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L
New Features
Support for Abstractive Summarization Tasks
examples/csqa/README.md
and follow the steps to reproduce.Domain Schema Management
Knowledge Exploration
Support for Mounting Domain Knowledge in Knowledge Base Construction (Developer Mode)
Added Knowledge Alignment Component to the Build Pipeline
User Experience Optimization
Resumable Tasks
User Login & Permission System
Optimized Knowledge Base Construction Task Scheduling
Support for Different Models at Different Stages (Developer Mode)
Enhanced Layout Analysis for Markdown, PDF, and Word Files
Global Configuration and Knowledge Base Configuration
Support for Schema-Constrained Extraction and Linking (Developer Mode)