Skip to content
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

sync: hosted cloud #1481

Merged
merged 2,144 commits into from
Nov 27, 2023
Merged

sync: hosted cloud #1481

merged 2,144 commits into from
Nov 27, 2023

Conversation

shawndenggh
Copy link
Collaborator

@shawndenggh shawndenggh commented Nov 27, 2023

@coderabbitai ignore

okisdev and others added 30 commits October 31, 2023 10:45
# Human says



# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Test: Updated test cases for the update functionality of AI objects.
- Refactor: Removed setting of AI type and corresponding assertions in
test methods.
- Impact: Low. Changes only affect test cases, no impact on external
interfaces or functionality.
- Recommendation: No action required. Changes are specific to test cases
and do not introduce issues or concerns.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: Modified the `SpaceInfoVO` class to initialize the
`isEnableChatbot` field with a default value of `true`. This change does
not impact the functionality or behavior of the code.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->



<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

Release Notes:

- Bug Fix: Fixed a condition in the `node_context_menu.tsx` file that
now allows opening a new window based on the `ENV` environment variable
instead of a specific string.
- Refactor: Updated the usage of configuration properties in the
`tool.tsx` file to directly access them from the `context.config`
object, improving code readability.
- Refactor: Removed the `assignConfigs` function and updated the usage
of the `config` object in the `provider.tsx` file for better code
organization.
- Documentation: Modified the `IAISettingsBase` interface and its
implementations in the `index.ts` file, affecting the external interface
of the code.
- Chore: Removed unused code blocks and replaced them with new
implementations in the `utils/index.ts` file.
- Refactor: Renamed the `config` state variable to `ds` and made changes
related to data sheet selection in the `train.tsx` file.
- Style: Added a CSS rule to set the background color of textareas in a
form and adjusted padding in the `index.module.less` file.
- Bug Fix: Updated the assignment of the `openUrlTitle` variable in the
`footer/index.tsx` file to use the correct property from
`context.config`.

These changes improve functionality, code organization, and user
experience while addressing bugs and removing unused code.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->

---------

Signed-off-by: William Chan <root@williamchan.me>
Co-authored-by: JaneSu <sujian@apitable.com>
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: Removed the `@Deprecated` annotation from the
`CommonCacheService` interface.
- Bug Fix: Updated the `SpaceInfoVO` class to include the chatbot status
and added a custom serializer for the `isEnableChatbot` field to handle
null values during serialization.
- New Feature: Introduced a new variable `isEnableChatbot` in the
`getSpaceInfo` method of the `SpaceServiceImpl` class, which retrieves
the chatbot status using the `CommonCacheService`.
- Refactor: Modified the `loadSetting` method in the `AiServiceImpl`
class to check for the presence of the "data" field in the parsed JSON
object and return it if available, or an empty JSONObject otherwise.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: Replaced `ExpandWorkdoc` component with `Workdoc` component
from the 'enterprise' module in `workdoc_editor.tsx`, impacting behavior
and external interface.
- Style: Added `overflow: auto;` CSS property to `.editor` class in
`style.module.less` for vertical scrolling of content in the editor.
- Bug Fix: Adjusted coordinates and dimensions of components in
`cell_workdoc.tsx` for proper rendering in `CellWorkdoc` component.
- Refactor: Added new constant and updated existing constant in
`constant.ts` affecting padding and margin values for multi-item fields
in a grid cell.
- Refactor: Modified rendering of cell items in a grid in
`cell_helper.ts` for improved visual presentation, including adjustments
to text width calculation and addition of file icon for non-active
cells.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added new React components `CursorButtonFilled`,
`CursorButtonOutlined`, and `DangerCircleColorFilled` to the
`apitable/packages/icons` package, allowing users to render SVG icons
with customizable colors.
- Style: Updated CSS styles in various components of the
`enterprise/ai-components` package, improving the visual appearance and
layout of elements such as avatars, toolbars, content boxes, and
feedback icons.
- Refactor: Modified the `MessageExploreCard` component in the
`enterprise/ai-components` package, including changes to imports,
styling, layout, and event handling.
- Style: Adjusted the layout of the chat list container in the
`enterprise/ai-components` package for smaller screens.
- Refactor: Made changes to the `Footer` component in the
`enterprise/datasheet/chat/main/footer` module, reordering imports,
introducing new variables, and modifying the rendering logic for the
footer toolbar based on screen size.
- Documentation: Added a link to the AI agent training documentation in
the `train.tsx` file of the
`enterprise/datasheet/chat/main/tool_bar/train` module.
- Chore: Added two new environment variables to the `getEnvVars`
function in the `apitable/packages/datasheet/src/get_env.ts` file.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
@CodeRabbit: ignore
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Bug Fix: Modified the filter condition in the `MagicVariableContainer`
component to change the `startsWith` parameter from `'acc'` to `'aac'`.
This may affect the items included in the `items` array.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added a new configuration property
`SKIP_AUTOMATION_RUN_NUM_VALIDATE` to allow skipping automation run
number validation.
- Bug Fix: Renamed the `allowOverLimit` field in the
`InternalSpaceAutomationRunMessageV0` class to `allowRun` for better
clarity and consistency.
- Bug Fix: Updated the `allowOverLimit` property to `allowRun` in the
`getSpaceAutomationRunsMessage` mock response object, affecting the
behavior of the code.
- Refactor: Improved error handling in retrieving space automation run
information by using the `allowRun` flag from the
`automationRunsMessage` object instead of directly checking the maximum
automation runs number.
- Refactor: Renamed the `allowOverLimit` property in the
`InternalSpaceAutomationRunsMessageView` class to `allowRun` for better
naming consistency.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Bug Fix: Improved accuracy of filter conditions in the `WorkdocField`
class by updating the logic for the `Contains` and `DoesNotContain`
operators.
- Style: Introduced a new import statement for the `classNames` library
and added a conditional class name to the `NodeViewWrapper` component
based on the `selected` prop. This allows for applying a CSS class when
the component is selected, enabling easier styling customization.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->

Signed-off-by: William Chan <root@williamchan.me>
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added `build.js` file to the Dockerfiles for
`airagent-web` and `web-server`. These changes may impact the build
process or introduce new functionality.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->

---------

Signed-off-by: William Chan <root@williamchan.me>
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Bug Fix: Disabled a shortcut when editing a specific type of field
(`FieldType.Workdoc`) to ensure the shortcut is not active when editing
a workdoc field.
- Style: Added a `margin-top` property to align an SVG element in the
CSS styling of a component.
- Style: Modified the class name and added properties to the CSS styles
of the selected image node in a ProseMirror editor, potentially
affecting the styling or behavior of the component.
- Style: Added the `flex: none;` property to the `.right` class in the
CSS file to prevent the element from growing or shrinking when the
container is resized, impacting the alignment of elements within the
container.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Style: Refactored CSS code to improve visual appearance and
readability of the page. Changes include adjusting font size, font
family, line height, and background color. Removed unnecessary CSS
properties such as `overflow: hidden` and `color: var(--fc1)
!important`. The body selector and its associated styles have been
removed, affecting background color, font properties, and overscroll
behavior.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Style: Updated CSS styling of the body element in `index.less` and
`widget-stage/index.less`, including modifications to font family, font
size, color, background color, and other properties.
- Refactor: Modified the `FormContainer` component in
`form_container.tsx` by updating import statements, adding type
annotations for props, triggering a new usage alert based on error code
in `handleAddRecordError` function, and setting `setAnimationLoading`
state to `false` in `finally` block of `addFormRecord` function.
- Style: Changed the `style` attribute of a `<span>` element in the
`PublishPage` component in `publish.tsx`, specifically modifying the
`marginRight` property to `marginLeft`. This affects the positioning of
the element.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
widget limit bug list
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->


<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Updated widget limit logic to consider both the space and
dashboard. This allows for more accurate tracking of widget limits.
- Bug Fix: Modified SQL queries in WidgetMapper.xml to filter out
deleted widgets and rubbish nodes, improving the accuracy of widget
counts.
- Refactor: Introduced a new method in WidgetMapper to query the number
of widgets associated with a specific node ID.
- Refactor: Modified checkWidgetOverLimit method in IWidgetService to
accept an additional parameter for nodeId, enabling widget limit checks
based on both space and dashboard.
- Refactor: Added widget limit check when recovering a rubbish node of
type NodeType.DASHBOARD in NodeRubbishServiceImpl.
- Chore: Added import statement for IWidgetService in
NodeRubbishServiceImpl.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added support for ignoring field limits when adding
records. The `add_records.ts` file now includes a new property
`ignoreFieldLimit` in the `IAddRecordsOptions` interface and the
`addRecords` function checks if the field type is `FieldType.Workdoc`
and the `ignoreFieldLimit` flag is not set before processing the data.
- Documentation: Updated documentation to reflect the changes related to
the `ignoreFieldLimit` property in the `add_records.ts` file and the
`FusionApiTransformer` class in the `fusion.api.transformer.ts` file.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added `weekday` plugin to the `dayjs` library, providing
additional functionality for working with weekdays.
- Bug Fix: Improved search functionality for currency and number fields
in the `ViewDerivateBase` class by ignoring units when searching.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
ranglang and others added 24 commits November 24, 2023 15:41
# Human says

close #9115

# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added search functionality to the UI, allowing users to
easily search for specific items.
- Bug Fix: Resolved an issue where the application would crash when
loading large datasets.
- Documentation: Updated the README file with detailed instructions on
how to set up and configure the application.
- Refactor: Improved the performance of the data processing module,
resulting in faster data retrieval and analysis.
- Style: Applied consistent formatting and naming conventions throughout
the codebase for improved readability.
- Test: Added additional unit tests to ensure the reliability and
accuracy of critical functions.
- Chore: Upgraded dependencies to the latest versions to leverage new
features and security patches.
- Revert: Reverted a previous change that caused compatibility issues
with certain operating systems.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
@ 同步表内获取按钮列激活状态

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

Release Notes:

- Bug Fix: Updated the import statement for the `setIsValid` function in
the `button_editor` module.
- Bug Fix: Modified the `useButtonFieldValid` hook to handle a loading
state and retrieve the validity status from a response object.
- Bug Fix: Refactored the `checkButtonField` function to update the
validity of a button field based on its properties.
- Bug Fix: Replaced the usage of the `CellButtonItem` component with a
new `CellButton` component in the `CellValue` component.
- Bug Fix: Moved import statements for `CellButtonItem`,
`ShortcutActionManager`, and `ShortcutActionName` in the `cell_value`
module.
- Bug Fix: Modified the `FormatButton` component by removing unused
imports, updating the `onUpdate` function call, and changing the
handling of triggers and automations.
- New Feature: Added a redirect after modifying a field in the
`FormatButton` component.
- Bug Fix: Made changes related to importing modules and added new
functions (`getRobotDetail`, `checkButtonField`) and hooks
(`useTriggerTypes`, `useShowViewLockModal`) in the `view` module.
- Bug Fix: Added a new `useEffect` hook that performs checks on button
fields in the `view` module.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

close #8849


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Style: Improved the word wrapping behavior and maximum width of text
fields in the robot detail view.
- Refactor: Renamed the `triggerControllRef` variable to
`triggerControlRef` for clarity.
- Style: Updated CSS styles for `<p>` elements to enable word wrapping
and set the width to auto.
- Style: Modified the selector for `<span>` elements with the attribute
`data-slate-node='text'` to include single quotes.

These changes enhance the visual presentation and readability of text
content in the robot detail view.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

Release Notes:

- Refactor: The `CellWorkdoc` component in
`apitable/packages/datasheet/src/pc/components/konva_grid/components/cell/cell_workdoc.tsx`
has been modified to improve the behavior when interacting with mouse or
touch events.
- Refactor: The `onKeyDown` event handler has been removed from the
`EditorCore` component in
`enterprise/datasheet/editor/editor_core/index.tsx`.
- New Feature: The floating menu component in
`enterprise/datasheet/editor/editor_core/floating-menu/index.tsx` now
supports keyboard navigation and highlights the selected item.
- Style: The CSS rule in
`enterprise/datasheet/editor/editor_core/floating-menu/styles.module.less`
has been updated to apply a background color to selected elements and
change the background color on hover.
- Refactor: The `Document` extension in
`enterprise/datasheet/editor/editor_core/extensions/default-extensions.tsx`
no longer supports multiple paragraphs.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
执行后,前端数据更新
<img width="420" alt="image"
src="https://github.com/vikadata/vikadata/assets/18412022/f3a613e6-5dc5-468c-a7be-2fac4f7a7e67">
<img width="1388" alt="image"
src="https://github.com/vikadata/vikadata/assets/18412022/7ec114ed-edf2-4ba7-93a0-e9bb55f8c46e">

返回值
--相同数据更新执行失败时
<img width="536" alt="image"
src="https://github.com/vikadata/vikadata/assets/18412022/97376751-a646-4005-b685-bd1c2f7a4af9">


-mysql
--get_rel_node_id_by_main_node_id
--is_resources_has_robots
--get_robot_id_and_resource_id_by_resource_ids
--get_active_count_by_robot_ids
--create_new_changeset_source

-redis
--smembers
--sadd

# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->








<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

Release Notes:

- New Feature: Added support for retrieving related node IDs based on a
main node ID in the data source provider.
- New Feature: Introduced `ResourceChangeHandler` and
`RoomResourceRelService` structs in the data services manager.
- Bug Fix: Updated the `DatasheetOtService` struct usage in the
`ot_service` initialization.
- Refactor: Modified the `apply_room_changeset` method in the
`OtService` struct.
- Documentation: Added print statements for debugging purposes in the
`OtService` struct.
- New Feature: Added a new DAO (`node_rel_repo_dao`) to the `DAOManager`
struct for retrieving related node IDs.
- New Feature: Created a new module `rel_repo` in the `node` module of
the DAO database.
- New Feature: Implemented the `get_rel_node_id_by_main_node_id` method
in the `NodeDAO` struct.
- New Feature: Introduced the `NodeRelRepositoryDAO` trait and its
implementation in the `rel_repo` module.
- New Feature: Added an asynchronous function
`get_rel_node_id_by_main_node_id` to the `DBDataSourceProvider` struct.
- New Feature: Added new functions (`get_room_ids_from_cache`,
`get_rel_node_id_by_main_node_id`, `get_has_robot_by_resource_ids`) to
the test codebase.
- New Feature: Added async functions (`get_room_ids_from_cache`,
`get_rel_node_id_by_main_node_id`, `get_has_robot_by_resource_ids`) to
the `IDataSourceProvider` trait.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
fix: close #9189



<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: Modified the import statements and added conditional checks
in `readonly_field_column/index.tsx` to improve code organization and
handle certain criteria.
- Refactor: Imported and used the `useAppSelector` hook from
`'pc/store/react-redux'` in `cell_button/index.tsx` to retrieve the
`record` object from the Redux store, enhancing data retrieval
efficiency.
- Bug Fix: Rendered a `CellButtonItem` for the `FieldType.Button` case
in `cell_value.tsx`, ensuring correct rendering of button cells.
- Style: Added an extra space before the closing tag of the
`CellButtonItem` component in `cell_value.tsx` for improved code
readability.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

close #9194 

# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: The `AutomationPanel` component has undergone several
modifications to improve its functionality and simplify the code. Unused
import statements were removed, custom hooks were replaced with existing
ones, and conditional logic for setting the panel state was simplified.
Rendering conditions were updated based on specific values, and a style
property was added to the `Tag` component. These changes enhance the
overall performance and maintainability of the component.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->


<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: Added a new variable `triggerLength` to store the length of
the `triggers` array, improving code readability and maintainability.
- Bug Fix: Modified the `ButtonField` class to remove unnecessary fields
from the `openLink` object, ensuring correct behavior.
- Refactor: Updated the `validateProperty` method in the `ButtonField`
class to only validate specific properties, enhancing performance.
- Refactor: Removed unused memoized variable and updated another
variable to use the original array, optimizing code efficiency.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
开源版调整:

- 最大坐席2
- 节点5
- 100行
- 260个归档
- 250行数据
- 1GB

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Update: DefaultSubscriptionFeature class now has updated default
values for various subscription features, including seat value, capacity
size, sheet numbers, rows per sheet, archived rows per sheet, and row
numbers. These changes improve the default behavior of the application
without introducing new features or bug fixes.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
close vikadata/vikadata#9211

close vikadata/vikadata#9218
close vikadata/vikadata#9222

close vikadata/vikadata#9197

<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Bug Fix: Fixed an issue in the `format_button.tsx` file where the
`permissionRequired` prop value was incorrectly set to `'manageable'`
instead of `'editable'`.
- New Feature: Added a condition in the
`triggerTypeOptionsWithoutButtonIsClicked` function in the
`robot_trigger.tsx` file. This allows the `select` node to be editable
when the automation scenario is set to datasheet in the
`RobotTriggerBase` component.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

Release Notes:

- New Feature: Modified the `updateSubscriptionQuantity` method in
`StripeTemplate.java` to improve subscription management.
- New Feature: Added methods in `BillingTaskServiceImpl` for managing
ignored spaces, enhancing space processing.
- New Feature: Added a new event type `USER_WIZARD_CHANGE` to the
`EventBusEventType` enum.
- New Feature: Added a new class `WizardActionEvent` representing a
wizard action event.
- Refactor: Removed the `rewardWizardAction` method from the
`RewardService` class and related imports.
- New Feature: Added new methods to the `UserServiceFacade` interface
for user actions and rewards.
- Refactor: Replaced import statements and method calls in
`PlayerActivityServiceImpl`.
- Refactor: Imported and initialized `IIntegralService` in
`EnterpriseEventBusFacadeImpl`.
- Refactor: Modified the constructor and added a case in
`EnterpriseEventBusFacadeImpl`.
- Refactor: Added a parameter and annotation in
`EventBusDomainContextConfig` and modified methods in
`IntegralServiceImpl`.
- Refactor: Modified the `QueueConfig` class to provide bean definitions
for the notification queue and exchange.
- Refactor: Added `@Qualifier` annotations to method parameters in
`AiServerAutoConfiguration`.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

close #8258


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Style: The tooltip component and its associated styles have been
modified. The tooltip border has been removed, resulting in a cleaner
appearance. This change does not affect the functionality or behavior of
the tooltip.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Bug Fix: Improved handling of different timestamp formats in the
`withTimeZone` function, ensuring correct values are passed to
`utcToZonedTime`.
- Refactor: Modified import statements and navigation handling in the
`expand_upgrade_space.tsx` file.
- Refactor: Changes to import statements, hooks, state variables, and
conditional checks in the `workspace.tsx` file.
- Documentation: Added case-insensitive handling for the "Content-Type"
header in the `parserHeader` function.
- Refactor: Moved import statement and added a new property to the SQL
query in the `UserRepository` class.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->

---------

Co-authored-by: Zoe <zhengxu@apitable.com>
Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
Co-authored-by: Aria <sujian@apitable.com>
Co-authored-by: Caedman Ziwen Lan <lanziwen@apitable.com>
Co-authored-by: Chambers <chenbochao@vikadata.com>
# Human says

As a human, what have you done for this pull request?
Why? What? How?
<!-- 如果这个Pull Request有对应的Issue,你可以复制Issue的相关信息。 -->
<!-- 
# Why?
> 对应哪个issue?
> 为什么要这个pull request?
> 背景故事或原因是怎样的?
> 你理解的业务需求是怎样的? 
-->

<!-- 
# What?
> 这是一个什么Pull Request?
> 描述一下是什么?
> 对哪些人有好处? 
-->

<!-- 
# How?
> 大概描述下,如何具体实现的这个Pull Request? 
-->


# AI says

<!-- AI auto review added here -->
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- Refactor: The `getColorValue` function in `color.ts` is now exported
as a public function.
- Style: Modifications to the rendering of color groups in the UI
component `color_group.tsx`. Adjustments made to text color and
background color based on the selected color index. Removal of
commented-out code related to button styles.
- Refactor: Changes to the `ButtonFieldItem` and `ButtonItem`
components. Introduction of a new styled component `StyledBgBox` to
handle background color changes on hover and click. Update of the
`StyledBox` component to use `StyledBgBox` and accept a `color` prop.
Removal of the `colorList` variable in `ButtonItem`. Update of the
`StyledBox` component in `ButtonItem` to use `StyledBgBox` and accept a
`backgroundColor` prop.
- Bug Fix: Modification of the `useButtonFieldValid` function. Update of
the logic for finding the `buttonFieldTriggerId` by including an
additional condition to check for the `button_clicked` endpoint.
- Style: Removal of the right margin from the `.errorMsg` class in the
CSS file `style.module.less`.
- New Feature: Introduction of a new value `'button_clicked'` to the
`EnumTriggerEndpoint` type.
- New Feature: Addition of a new case `'button_clicked'` to a switch
statement in the `RobotTriggerBase` component. Modification of the
`triggerTypeOptionsWithoutButtonIsClicked` variable to exclude both
`'button_field'` and `'button_clicked'` when the automation scenario is
`'datasheet'`.
- Refactor: Removal of imports from external modules, removal of hover
and active styles, and modification of the `onClick` event handler in
the `StyledBox` component in `robot_readonly_card.tsx`.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
@coderabbitai: ignore

---------

Co-authored-by: Zoe <13400804+zoe-icu@users.noreply.github.com>
@CodeRabbit ignore
<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added a sync feature for hosted cloud in the APITable
library.
- Bug Fix: None.
- Documentation: None.
- Refactor: Added an overloaded method `distinctByProperty` to the
`CollectionUtil` class in the backend server application. This method
allows users to extract distinct elements from a list based on a key
extractor function.
- Style: Removed an import statement and added a new import statement in
the `datasheet_pane.tsx` file of the datasheet package.
- Test: None.
- Chore: Removed a condition from the `space_menu_tree.tsx` file, making
an object always considered valid regardless of a specific environment
variable.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
Copy link
Contributor

github-actions bot commented Nov 27, 2023

Image description CodeRabbit


Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 186300f and 7b90526 commits.
Files selected (300)
  • Makefile (2)
  • backend-server/application/build.gradle (3)
  • backend-server/application/src/main/java/com/apitable/asset/controller/AssetUploadTokenController.java (3)
  • backend-server/application/src/main/java/com/apitable/asset/controller/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/dto/ImageDto.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetAuditEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/asset/entity/DeveloperAssetEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetAuditType.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetType.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetUploadSource.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/enums/DeveloperAssetType.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/enums/WidgetFileType.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetAuditMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/DeveloperAssetMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/ro/AssetUrlSignatureRo.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/ro/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetAuditService.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetCallbackService.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetService.java (5)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetUploadTokenService.java (3)
  • backend-server/application/src/main/java/com/apitable/asset/service/IDeveloperAssetService.java (2)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetAuditServiceImpl.java (6)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetCallbackServiceImpl.java (7)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetServiceImpl.java (9)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetUploadTokenServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/DeveloperAssetServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/service/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/asset/vo/AssetUrlSignatureVo.java (1)
  • backend-server/application/src/main/java/com/apitable/auth/controller/AuthController.java (2)
  • backend-server/application/src/main/java/com/apitable/auth/dto/UserLoginDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/auth/enums/AuthException.java (1)
  • backend-server/application/src/main/java/com/apitable/auth/enums/LoginType.java (2)
  • backend-server/application/src/main/java/com/apitable/auth/service/IAuthService.java (1)
  • backend-server/application/src/main/java/com/apitable/auth/service/impl/AuthServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/auth/vo/LogoutVO.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationActionEntity.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationRobotEntity.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationTriggerEntity.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/enums/AutomationException.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationActionMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationRobotMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationTriggerMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationCopyOptions.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationRobotDto.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTaskSimpleVO.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTriggerDto.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/RobotTriggerDto.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/model/TriggerCopyResultDto.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationActionService.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationRobotService.java (3)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationTriggerService.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationActionServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationRobotServiceImpl.java (4)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/base/entity/SystemConfigEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/base/enums/ActionException.java (3)
  • backend-server/application/src/main/java/com/apitable/base/enums/DatabaseException.java (1)
  • backend-server/application/src/main/java/com/apitable/base/enums/EmailCodeType.java (3)
  • backend-server/application/src/main/java/com/apitable/base/enums/ParameterException.java (1)
  • backend-server/application/src/main/java/com/apitable/base/enums/SmsCodeType.java (3)
  • backend-server/application/src/main/java/com/apitable/base/enums/SystemConfigType.java (1)
  • backend-server/application/src/main/java/com/apitable/base/enums/ValidateType.java (2)
  • backend-server/application/src/main/java/com/apitable/base/mapper/SystemConfigMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/base/model/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/base/service/IActionService.java (1)
  • backend-server/application/src/main/java/com/apitable/base/service/ISystemConfigService.java (3)
  • backend-server/application/src/main/java/com/apitable/base/service/ParamVerificationService.java (1)
  • backend-server/application/src/main/java/com/apitable/base/service/RestTemplateService.java (1)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ActionServiceImpl.java (4)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ParamVerificationServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/RestTemplateServiceImpl.java (3)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/SystemConfigServiceImpl.java (6)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/base/service/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/control/annotation/ThirdPartControl.java (1)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlRoleEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlSettingEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlIdBuilder.java (7)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestOption.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestWrapper.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRoleDict.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlTemplate.java (6)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlType.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ExportLevelEnum.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalBuilder.java (6)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalType.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownControlTypeException.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownPrincipalTypeException.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/FieldPermission.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/NodePermission.java (3)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/PermissionDefinition.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/space/resource/ResourceCode.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/AbstractControlRequest.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlAttribute.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequest.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequestFactory.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequest.java (3)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequestFactory.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequest.java (13)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequestFactory.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/AbstractControlRole.java (4)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRoleManager.java (3)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/DefaultWorkbenchRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldEditorRole.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldReaderRole.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeAnonymousRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeEditorRole.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeManagerRole.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeOwnerRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeReaderRole.java (2)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeTemplateVisitorRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeUpdaterRole.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleComparable.java (1)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleConstants.java (2)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlRoleMapper.java (4)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlSettingMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlTypeDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlUnitDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlRoleService.java (6)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlService.java (2)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlSettingService.java (1)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlRoleServiceImpl.java (10)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlServiceImpl.java (3)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlSettingServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/ai/facade/AiServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/AuthParam.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserAuth.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserLogout.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/DefaultSubscriptionFeature.java (3)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeature.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeatures.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DefaultDocumentServiceFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DocumentServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/DefaultEventBusFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/EventBusFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/CaptchaEvent.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEvent.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEventType.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/UserInfoChangeEvent.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/WizardActionEvent.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/BlackListServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/CaptchaServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/DefaultCaptchaServiceFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/DefaultHumanVerificationServiceFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/HumanVerificationServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/WhiteListServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/model/CaptchaReceiver.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/model/NonRobotMetadata.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/social/enums/SocialNameModified.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/CallEventType.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/SocialEvent.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/TemplateQuoteEvent.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/social/model/SocialUserBind.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/AbstractUserServiceFacadeImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/DefaultUserLinkServiceFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/InvitationServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/UserLinkServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/UserServiceFacade.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/InvitationCode.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/InvitationMetadata.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/MultiInvitationMetadata.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/RewardWizardAction.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/RewardedUser.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/UserLinkRequest.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/assembler/BillingAssembler.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalAssetController.java (2)
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalFieldPermissionController.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalNodeController.java (5)
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalOrganizationController.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalSpaceController.java (6)
  • backend-server/application/src/main/java/com/apitable/internal/ro/PausedUserHistoryRo.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/ro/UrlsWrapperRo.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/service/IFieldService.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/service/IPermissionService.java (1)
  • backend-server/application/src/main/java/com/apitable/internal/service/impl/InternalSpaceServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/internal/service/impl/PermissionServiceImpl.java (4)
  • backend-server/application/src/main/java/com/apitable/internal/vo/InternalSpaceApiRateLimitVo.java (2)
  • backend-server/application/src/main/java/com/apitable/internal/vo/InternalSpaceAutomationRunMessageV0.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/controller/MemberController.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/controller/OrganizationController.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/controller/RoleController.java (4)
  • backend-server/application/src/main/java/com/apitable/organization/controller/TeamController.java (5)
  • backend-server/application/src/main/java/com/apitable/organization/dto/LoadSearchDTO.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberBaseInfoDTO.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberIsolatedInfo.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamRelDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleBaseInfoDto.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleMemberInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/SearchMemberDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/SpaceMemberDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/SpaceMemberIdDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamBaseInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamCteInfo.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamMemberDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamPathInfo.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/TenantMemberDto.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/UnitInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/UnitRoleInfoDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/UploadDataDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/dto/UploadParseErrorDetailDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/entity/AuditUploadParseRecordEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/entity/MemberEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/entity/RoleEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/entity/RoleMemberEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/entity/TeamEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/entity/TeamMemberRelEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/enums/DeleteMemberType.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/enums/OrganizationException.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/enums/UnitType.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/enums/UserSpaceStatus.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/excel/handler/UploadDataListener.java (13)
  • backend-server/application/src/main/java/com/apitable/organization/excel/model/ContactTemplateData.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/facade/AbstractTeamFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/facade/DefaultCTETeamFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/facade/NonCTETeamFacadeImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/facade/TeamContextConfig.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/facade/TeamFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/factory/OrganizationFactory.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/AuditUploadParseRecordMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/MemberMapper.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/RoleMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/RoleMemberMapper.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/TeamMapper.java (5)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/TeamMemberRelMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/mapper/UnitMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/ro/InviteValidRo.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/service/IMemberSearchService.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/service/IMemberService.java (3)
  • backend-server/application/src/main/java/com/apitable/organization/service/IOrganizationService.java (7)
  • backend-server/application/src/main/java/com/apitable/organization/service/IRoleMemberService.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/service/IRoleService.java (4)
  • backend-server/application/src/main/java/com/apitable/organization/service/ITeamMemberRelService.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/service/ITeamService.java (13)
  • backend-server/application/src/main/java/com/apitable/organization/service/IUploadParseRecordService.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/MemberSearchServiceImpl.java (4)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/MemberServiceImpl.java (5)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/OrganizationServiceImpl.java (11)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/RoleServiceImpl.java (6)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/TeamMemberRelServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/TeamServiceImpl.java (11)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/UnitServiceImpl.java (4)
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/UploadParseRecordServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/vo/MemberInfoVo.java (2)
  • backend-server/application/src/main/java/com/apitable/organization/vo/MemberTeamPathInfo.java (1)
  • backend-server/application/src/main/java/com/apitable/organization/vo/UnitInfoVo.java (1)
  • backend-server/application/src/main/java/com/apitable/player/dto/NotificationModelDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/player/dto/PlayerBaseDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/player/dto/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/player/entity/PlayerActivityEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/player/entity/PlayerNotificationEntity.java (3)
  • backend-server/application/src/main/java/com/apitable/player/enums/NotificationException.java (1)
  • backend-server/application/src/main/java/com/apitable/player/mapper/PlayerActivityMapper.java (1)
  • backend-server/application/src/main/java/com/apitable/player/mapper/PlayerNotificationMapper.java (3)
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationListRo.java (1)
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationPageRo.java (1)
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationReadRo.java (1)
  • backend-server/application/src/main/java/com/apitable/player/service/IPlayerActivityService.java (1)
  • backend-server/application/src/main/java/com/apitable/player/service/IPlayerNotificationService.java (1)
  • backend-server/application/src/main/java/com/apitable/player/service/impl/PlayerActivityServiceImpl.java (3)
  • backend-server/application/src/main/java/com/apitable/player/service/impl/PlayerNotificationServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/player/vo/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/aspect/BaseAspectSupport.java (2)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/AccountLinkDto.java (2)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/CategoryDto.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/OpenedSheet.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/RecommendConfig.java (4)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SocialAuthInfo.java (2)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceAssetDTO.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceMenuResourceGroupDto.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceResourceDto.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceResourceGroupDto.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/UserLinkInfo.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/UserSpaceDto.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/package-info.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/AssetCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/LoginUserCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SocialAuthInfoCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SpaceCapacityCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SpaceResourceCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/TemplateConfigCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserActiveSpaceCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceCacheService.java (3)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceOpenedSheetCacheService.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceRemindRecordCacheService.java (2)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/AssetCacheInRedisServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/LoginUserCacheInRedisServiceImpl.java (1)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/SocialAuthInfoCacheInRedisServiceImpl.java (3)
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/SpaceCapacityCacheInRedisServiceImpl.java (2)
Files not processed due to max files limit (150)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/DefaultCaptchaServiceFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/DefaultHumanVerificationServiceFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/HumanVerificationServiceFacade.java
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/WhiteListServiceFacade.java
  • backend-server/application/src/main/java/com/apitable/interfaces/security/model/CaptchaReceiver.java
  • backend-server/application/src/main/java/com/apitable/interfaces/security/model/NonRobotMetadata.java
  • backend-server/application/src/main/java/com/apitable/interfaces/social/enums/SocialNameModified.java
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/CallEventType.java
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/SocialEvent.java
  • backend-server/application/src/main/java/com/apitable/interfaces/social/event/TemplateQuoteEvent.java
  • backend-server/application/src/main/java/com/apitable/interfaces/social/model/SocialUserBind.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/AbstractUserServiceFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/DefaultUserLinkServiceFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/InvitationServiceFacade.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/UserLinkServiceFacade.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/facade/UserServiceFacade.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/InvitationCode.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/InvitationMetadata.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/MultiInvitationMetadata.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/RewardWizardAction.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/RewardedUser.java
  • backend-server/application/src/main/java/com/apitable/interfaces/user/model/UserLinkRequest.java
  • backend-server/application/src/main/java/com/apitable/internal/assembler/BillingAssembler.java
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalAssetController.java
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalFieldPermissionController.java
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalNodeController.java
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalOrganizationController.java
  • backend-server/application/src/main/java/com/apitable/internal/controller/InternalSpaceController.java
  • backend-server/application/src/main/java/com/apitable/internal/ro/PausedUserHistoryRo.java
  • backend-server/application/src/main/java/com/apitable/internal/ro/UrlsWrapperRo.java
  • backend-server/application/src/main/java/com/apitable/internal/service/IFieldService.java
  • backend-server/application/src/main/java/com/apitable/internal/service/IPermissionService.java
  • backend-server/application/src/main/java/com/apitable/internal/service/impl/InternalSpaceServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/internal/service/impl/PermissionServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/internal/vo/InternalSpaceApiRateLimitVo.java
  • backend-server/application/src/main/java/com/apitable/internal/vo/InternalSpaceAutomationRunMessageV0.java
  • backend-server/application/src/main/java/com/apitable/organization/controller/MemberController.java
  • backend-server/application/src/main/java/com/apitable/organization/controller/OrganizationController.java
  • backend-server/application/src/main/java/com/apitable/organization/controller/RoleController.java
  • backend-server/application/src/main/java/com/apitable/organization/controller/TeamController.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/LoadSearchDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberBaseInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberIsolatedInfo.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/MemberTeamRelDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleBaseInfoDto.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/RoleMemberInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/SearchMemberDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/SpaceMemberDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/SpaceMemberIdDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamBaseInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamCteInfo.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamMemberDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/TeamPathInfo.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/TenantMemberDto.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/UnitInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/UnitRoleInfoDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/UploadDataDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/dto/UploadParseErrorDetailDTO.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/AuditUploadParseRecordEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/MemberEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/RoleEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/RoleMemberEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/TeamEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/entity/TeamMemberRelEntity.java
  • backend-server/application/src/main/java/com/apitable/organization/enums/DeleteMemberType.java
  • backend-server/application/src/main/java/com/apitable/organization/enums/OrganizationException.java
  • backend-server/application/src/main/java/com/apitable/organization/enums/UnitType.java
  • backend-server/application/src/main/java/com/apitable/organization/enums/UserSpaceStatus.java
  • backend-server/application/src/main/java/com/apitable/organization/excel/handler/UploadDataListener.java
  • backend-server/application/src/main/java/com/apitable/organization/excel/model/ContactTemplateData.java
  • backend-server/application/src/main/java/com/apitable/organization/facade/AbstractTeamFacade.java
  • backend-server/application/src/main/java/com/apitable/organization/facade/DefaultCTETeamFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/facade/NonCTETeamFacadeImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/facade/TeamContextConfig.java
  • backend-server/application/src/main/java/com/apitable/organization/facade/TeamFacade.java
  • backend-server/application/src/main/java/com/apitable/organization/factory/OrganizationFactory.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/AuditUploadParseRecordMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/MemberMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/RoleMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/RoleMemberMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/TeamMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/TeamMemberRelMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/mapper/UnitMapper.java
  • backend-server/application/src/main/java/com/apitable/organization/ro/InviteValidRo.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IMemberSearchService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IMemberService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IOrganizationService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IRoleMemberService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IRoleService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/ITeamMemberRelService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/ITeamService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/IUploadParseRecordService.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/MemberSearchServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/MemberServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/OrganizationServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/RoleServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/TeamMemberRelServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/TeamServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/UnitServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/service/impl/UploadParseRecordServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/organization/vo/MemberInfoVo.java
  • backend-server/application/src/main/java/com/apitable/organization/vo/MemberTeamPathInfo.java
  • backend-server/application/src/main/java/com/apitable/organization/vo/UnitInfoVo.java
  • backend-server/application/src/main/java/com/apitable/player/dto/NotificationModelDTO.java
  • backend-server/application/src/main/java/com/apitable/player/dto/PlayerBaseDTO.java
  • backend-server/application/src/main/java/com/apitable/player/dto/package-info.java
  • backend-server/application/src/main/java/com/apitable/player/entity/PlayerActivityEntity.java
  • backend-server/application/src/main/java/com/apitable/player/entity/PlayerNotificationEntity.java
  • backend-server/application/src/main/java/com/apitable/player/enums/NotificationException.java
  • backend-server/application/src/main/java/com/apitable/player/mapper/PlayerActivityMapper.java
  • backend-server/application/src/main/java/com/apitable/player/mapper/PlayerNotificationMapper.java
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationListRo.java
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationPageRo.java
  • backend-server/application/src/main/java/com/apitable/player/ro/NotificationReadRo.java
  • backend-server/application/src/main/java/com/apitable/player/service/IPlayerActivityService.java
  • backend-server/application/src/main/java/com/apitable/player/service/IPlayerNotificationService.java
  • backend-server/application/src/main/java/com/apitable/player/service/impl/PlayerActivityServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/player/service/impl/PlayerNotificationServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/player/vo/package-info.java
  • backend-server/application/src/main/java/com/apitable/shared/aspect/BaseAspectSupport.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/AccountLinkDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/CategoryDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/OpenedSheet.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/RecommendConfig.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SocialAuthInfo.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceAssetDTO.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceMenuResourceGroupDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceResourceDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/SpaceResourceGroupDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/UserLinkInfo.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/UserSpaceDto.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/bean/package-info.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/AssetCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/LoginUserCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SocialAuthInfoCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SpaceCapacityCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/SpaceResourceCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/TemplateConfigCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserActiveSpaceCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceOpenedSheetCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/UserSpaceRemindRecordCacheService.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/AssetCacheInRedisServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/LoginUserCacheInRedisServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/SocialAuthInfoCacheInRedisServiceImpl.java
  • backend-server/application/src/main/java/com/apitable/shared/cache/service/impl/SpaceCapacityCacheInRedisServiceImpl.java
Files not summarized due to errors (150)
  • backend-server/application/src/main/java/com/apitable/asset/controller/AssetUploadTokenController.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/controller/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetAuditEntity.java (nothing obtained from openai)
  • Makefile (nothing obtained from openai)
  • backend-server/application/build.gradle (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/dto/ImageDto.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/entity/DeveloperAssetEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/enums/DeveloperAssetType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetAuditType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetUploadSource.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/DeveloperAssetMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/ro/AssetUrlSignatureRo.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/enums/WidgetFileType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetAuditMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/ro/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/IDeveloperAssetService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetUploadTokenService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetAuditService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetCallbackService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetAuditServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetUploadTokenServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetCallbackServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/DeveloperAssetServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/enums/LoginType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/enums/AuthException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/asset/vo/AssetUrlSignatureVo.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/dto/UserLoginDTO.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/controller/AuthController.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/service/IAuthService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/vo/LogoutVO.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationActionEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationRobotEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/auth/service/impl/AuthServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationTriggerEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/enums/AutomationException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationActionMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationRobotMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationCopyOptions.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationRobotDto.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationTriggerMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTaskSimpleVO.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTriggerDto.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationActionService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/RobotTriggerDto.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/model/TriggerCopyResultDto.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationRobotService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationRobotServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationActionServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/ActionException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/entity/SystemConfigEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationTriggerService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/EmailCodeType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/DatabaseException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/SystemConfigType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/ParameterException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/SmsCodeType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/enums/ValidateType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/model/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/ISystemConfigService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/mapper/SystemConfigMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/ParamVerificationService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/IActionService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/RestTemplateService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ParamVerificationServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/RestTemplateServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ActionServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/SystemConfigServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/base/service/package-info.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/annotation/ThirdPartControl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlSettingEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlRoleEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlTemplate.java (diff tokens exceeds limit)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlIdBuilder.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlEntity.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestOption.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ExportLevelEnum.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRoleDict.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestWrapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalBuilder.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownPrincipalTypeException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/FieldPermission.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownControlTypeException.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/PermissionDefinition.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/NodePermission.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/space/resource/ResourceCode.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequest.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequest.java (diff tokens exceeds limit)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/AbstractControlRequest.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlAttribute.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequestFactory.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequestFactory.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequest.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/AbstractControlRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequestFactory.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRoleManager.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/DefaultWorkbenchRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldEditorRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeEditorRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeAnonymousRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldReaderRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeManagerRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeOwnerRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeReaderRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeUpdaterRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleComparable.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeTemplateVisitorRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeRole.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleConstants.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlTypeDTO.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlRoleServiceImpl.java (diff tokens exceeds limit)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlUnitDTO.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlRoleService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlSettingMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlRoleMapper.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserAuth.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/AuthParam.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlSettingService.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/ai/facade/AiServiceFacade.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlSettingServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlServiceImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DefaultDocumentServiceFacadeImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeature.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserLogout.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/DefaultSubscriptionFeature.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeatures.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DocumentServiceFacade.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/CaptchaEvent.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/DefaultEventBusFacadeImpl.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEventType.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEvent.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/UserInfoChangeEvent.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/EventBusFacade.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/WizardActionEvent.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/BlackListServiceFacade.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/CaptchaServiceFacade.java (nothing obtained from openai)
Files not reviewed due to errors (150)
  • backend-server/application/src/main/java/com/apitable/asset/controller/AssetUploadTokenController.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/dto/ImageDto.java (no response)
  • Makefile (no response)
  • backend-server/application/src/main/java/com/apitable/asset/controller/package-info.java (no response)
  • backend-server/application/build.gradle (no response)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetAuditEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/enums/DeveloperAssetType.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetAuditType.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/entity/AssetEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetType.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/enums/AssetUploadSource.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/entity/DeveloperAssetEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/DeveloperAssetMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/ro/AssetUrlSignatureRo.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetAuditMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/mapper/AssetMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/ro/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/enums/WidgetFileType.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetAuditService.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetCallbackService.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/IDeveloperAssetService.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetService.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/IAssetUploadTokenService.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetAuditServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetUploadTokenServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/DeveloperAssetServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/impl/AssetCallbackServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/service/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/enums/AuthException.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/dto/UserLoginDTO.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/controller/AuthController.java (no response)
  • backend-server/application/src/main/java/com/apitable/asset/vo/AssetUrlSignatureVo.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/enums/LoginType.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/service/IAuthService.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/service/impl/AuthServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/auth/vo/LogoutVO.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationActionEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationRobotEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/entity/AutomationTriggerEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationActionMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationTriggerMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/enums/AutomationException.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/mapper/AutomationRobotMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationCopyOptions.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationRobotDto.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTriggerDto.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/TriggerCopyResultDto.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationActionService.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationRobotService.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/RobotTriggerDto.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/model/AutomationTaskSimpleVO.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationTriggerService.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationActionServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationRobotServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/entity/SystemConfigEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/ActionException.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/ParameterException.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/DatabaseException.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/SmsCodeType.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/SystemConfigType.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/EmailCodeType.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/enums/ValidateType.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/mapper/SystemConfigMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/ParamVerificationService.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/model/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/ISystemConfigService.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/IActionService.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/RestTemplateService.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ParamVerificationServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/ActionServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/SystemConfigServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/impl/RestTemplateServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/base/service/package-info.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlSettingEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/annotation/ThirdPartControl.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/entity/ControlRoleEntity.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlIdBuilder.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestOption.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlType.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRoleDict.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlRequestWrapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ExportLevelEnum.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalBuilder.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/ControlTemplate.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/PrincipalType.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownPrincipalTypeException.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/FieldPermission.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/exception/UnknownControlTypeException.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/NodePermission.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/PermissionDefinition.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlAttribute.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/permission/space/resource/ResourceCode.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/AbstractControlRequest.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequest.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/ControlRequestFactory.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequest.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/FieldControlRequestFactory.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequestFactory.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/AbstractControlRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/ControlRoleManager.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/request/NodeControlRequest.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldEditorRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/DefaultWorkbenchRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeAnonymousRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/FieldReaderRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeManagerRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeEditorRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeReaderRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeOwnerRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleComparable.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeTemplateVisitorRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/NodeUpdaterRole.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/infrastructure/role/RoleConstants.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlSettingMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlTypeDTO.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/model/ControlUnitDTO.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/mapper/ControlRoleMapper.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlRoleService.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlService.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/IControlSettingService.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlSettingServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/control/service/impl/ControlRoleServiceImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/ai/facade/AiServiceFacade.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/AuthParam.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserAuth.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/auth/model/UserLogout.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/DefaultSubscriptionFeature.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeature.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/billing/model/SubscriptionFeatures.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DefaultDocumentServiceFacadeImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/document/facade/DocumentServiceFacade.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/EventBusFacade.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/facade/DefaultEventBusFacadeImpl.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/CaptchaEvent.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEvent.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/EventBusEventType.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/UserInfoChangeEvent.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/eventbus/model/WizardActionEvent.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/BlackListServiceFacade.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/security/facade/CaptchaServiceFacade.java (no response)
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

@shawndenggh shawndenggh merged commit 0a52d9e into develop Nov 27, 2023
23 checks passed
@shawndenggh shawndenggh deleted the sync/hosted branch November 27, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet