-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add mirror last_updated_at to model and dataset detail API #167
Add mirror last_updated_at to model and dataset detail API #167
Conversation
pulltheflower
commented
Nov 5, 2024
•
edited
Loading
edited
- Update mirror last_updated_at after repository mirrored
- Update mirror last_message if failed when mirroring repository
- Add mirror_last_updated_at to model and dataset detail API
should update repo and its mirror status in db transaction |
@codegpt /review |
The TipsCodeReview Commands (invoked as MR or PR comments)
CodeReview Discussion ChatThere are 2 ways to chat with Starship CodeReview:
Note: Be mindful of the bot's finite context window. CodeReview Documentation and Community
|
@codegpt /review |
🚀 The |
The TipsCodeReview Commands (invoked as MR or PR comments)
CodeReview Discussion ChatThere are 2 ways to chat with Starship CodeReview:
Note: Be mindful of the bot's finite context window. CodeReview Documentation and Community
|
* Add mirror last_updated_at to model and dataset detail API * Use transaction to update mirror and repository status * Optimize code