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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete automation trigger #1657

Merged
merged 1 commit into from Mar 12, 2024
Merged

fix: delete automation trigger #1657

merged 1 commit into from Mar 12, 2024

Conversation

zoe-icu
Copy link
Contributor

@zoe-icu zoe-icu commented Mar 12, 2024

No description provided.

@zoe-icu zoe-icu self-assigned this Mar 12, 2024
Copy link
Contributor

github-actions bot commented Mar 12, 2024

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 698a296 and 819b13d commits.
Files selected (6)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationTriggerService.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/AutomationServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.java (1)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.java (1)
Files not summarized due to errors (6)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/AutomationServiceFacade.java (nothing obtained from openai)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.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/automation/controller/AutomationRobotController.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (nothing obtained from openai)
Files not reviewed due to errors (6)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (no response)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.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/interfaces/automation/facede/AutomationServiceFacade.java (no response)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.java (no response)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.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.

@@ -182,6 +183,19 @@ public void deleteByDatabus(String robotId, String triggerId, Long userId) {
}
}

@Override
Copy link
Collaborator

Choose a reason for hiding this comment

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

+浜嬪姟

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 698a296 and 8cdffda commits.
Files selected (6)
  • backend-server/application/src/main/java/com/apitable/automation/controller/AutomationRobotController.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/IAutomationTriggerService.java (1)
  • backend-server/application/src/main/java/com/apitable/automation/service/impl/AutomationTriggerServiceImpl.java (2)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/AutomationServiceFacade.java (1)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.java (1)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.java (1)
Files not summarized due to errors (6)
  • 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/automation/controller/AutomationRobotController.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/interfaces/automation/facede/AutomationServiceFacade.java (nothing obtained from openai)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.java (nothing obtained from openai)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.java (nothing obtained from openai)
Files not reviewed due to errors (6)
  • backend-server/application/src/main/java/com/apitable/interfaces/automation/facede/AutomationServiceFacade.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/interfaces/automation/facede/DefaultAutomationServiceFacadeImpl.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/IAutomationTriggerService.java (no response)
  • backend-server/application/src/test/java/com/apitable/automation/service/impl/AutomationTriggerServiceImplTest.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.

@zoe-icu zoe-icu merged commit 69aeb70 into develop Mar 12, 2024
18 checks passed
@zoe-icu zoe-icu deleted the fix/delete-trigger branch March 12, 2024 03:40
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.

鏂板缓鑷姩鍖栬Е鍙戞潯浠跺涓瘽鏃犳硶鍒犻櫎
2 participants