[PR #536] [MERGED] refactor: remove uuid-ossp dependency and update ID generation logic #568

Closed
opened 2026-02-16 01:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/536
Author: @Yeuoly
Created: 12/12/2025
Status: Merged
Merged: 12/13/2025
Merged by: @Yeuoly

Base: mainHead: refactor/remove-uuid-ossp


📝 Commits (2)

  • 00a4c6a refactor: remove uuid-ossp dependency and update ID generation logic
  • 24c0e93 fix: condition error

📊 Changes

3 files changed (+25 additions, -30 deletions)

View changed files

📝 internal/db/mysql/dialector.go (+12 -11)
📝 internal/db/pg/pg.go (+0 -14)
📝 internal/types/models/base.go (+13 -5)

📄 Description

Description

FIXES #469

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/536 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `refactor/remove-uuid-ossp` --- ### 📝 Commits (2) - [`00a4c6a`](https://github.com/langgenius/dify-plugin-daemon/commit/00a4c6a6c7b70c0602a7d8331c23d816e35eb68a) refactor: remove uuid-ossp dependency and update ID generation logic - [`24c0e93`](https://github.com/langgenius/dify-plugin-daemon/commit/24c0e93cb728d21763b36db7eb36bd68fb0e12ca) fix: condition error ### 📊 Changes **3 files changed** (+25 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `internal/db/mysql/dialector.go` (+12 -11) 📝 `internal/db/pg/pg.go` (+0 -14) 📝 `internal/types/models/base.go` (+13 -5) </details> ### 📄 Description ## Description FIXES #469 ## Type of Change - [x] Bug fix - [ ] New feature - [x] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [x] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [x] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:21 -05:00
yindo closed this issue 2026-02-16 01:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#568