Skip to content

Conversation

@laipz8200
Copy link
Member

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

related #20147

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@laipz8200 laipz8200 force-pushed the feat/allow-to-config-repo-impl branch from e6ed5bf to 1fadcf5 Compare June 27, 2025 01:20
@laipz8200 laipz8200 self-assigned this Jun 27, 2025
@laipz8200 laipz8200 marked this pull request as ready for review June 27, 2025 05:43
@laipz8200 laipz8200 marked this pull request as draft June 27, 2025 05:43
@laipz8200
Copy link
Member Author

Update: Nearly finished, with only some code related to WorkflowRun remaining.

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jun 27, 2025
@laipz8200 laipz8200 force-pushed the feat/allow-to-config-repo-impl branch from 2c73dd2 to edc0823 Compare July 1, 2025 05:49
@QuantumGhost QuantumGhost self-requested a review July 7, 2025 03:56
@laipz8200 laipz8200 force-pushed the feat/allow-to-config-repo-impl branch from edc0823 to 6a548cf Compare July 7, 2025 07:29
@laipz8200 laipz8200 marked this pull request as ready for review July 7, 2025 10:45
@dosubot dosubot bot added 💪 enhancement New feature or request 📚 documentation Improvements or additions to documentation labels Jul 7, 2025
@laipz8200
Copy link
Member Author

Hi @QuantumGhost. Do you have some time to take a look at this?

@laipz8200 laipz8200 mentioned this pull request Jul 8, 2025
5 tasks
@laipz8200 laipz8200 force-pushed the feat/allow-to-config-repo-impl branch from 6a548cf to 53cb15c Compare July 9, 2025 10:56
QuantumGhost
QuantumGhost previously approved these changes Jul 10, 2025
Copy link
Collaborator

@QuantumGhost QuantumGhost left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 10, 2025
@QuantumGhost
Copy link
Collaborator

By the way, now that PostgreSQL is available in the CI pipeline, you may write integration tests for the repository implementations to ensure they behave as expected.

@laipz8200 laipz8200 force-pushed the feat/allow-to-config-repo-impl branch from b74360d to 00c50ed Compare July 14, 2025 06:09
…roves pagination logic for workflow runs

Signed-off-by: -LAN- <[email protected]>
… note on tenant isolation responsibility

Signed-off-by: -LAN- <[email protected]>
…ry.py): Add tenant isolation warning in method docstring

Signed-off-by: -LAN- <[email protected]>
Copy link
Collaborator

@QuantumGhost QuantumGhost left a comment

Choose a reason for hiding this comment

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

LGTM

@laipz8200 laipz8200 merged commit 6eb155a into main Jul 14, 2025
13 checks passed
@laipz8200 laipz8200 deleted the feat/allow-to-config-repo-impl branch July 14, 2025 06:54
@luosenxinxi
Copy link

Internal Server Error

eggbrid2 pushed a commit to eggbrid2/dify that referenced this pull request Jul 15, 2025
* main: (533 commits)
  chore: bump nextjs to 15.3 (langgenius#22262)
  Provides a set of Kubernetes manifests supporting version 1.6.0 (langgenius#22287)
  improve opik workflow_trace span name to node name (langgenius#22356)
  fix: aliyun trace title&description (langgenius#22347)
  Update README.md (langgenius#22351)
  fix: close session before doing long latency operation (langgenius#22306)
  feat(api/repo): Allow to config repository implementation (langgenius#21458)
  Fix: Remove height and overflow style settings (langgenius#22327)
  Chore: Replace lodash/noop with lodash-es/noop (langgenius#22331)
  fix: error parsing object type parameters for code node (langgenius#22230)
  fix: prevent trigger form submit action when press 'enter' (langgenius#22313)
  Update README.md (langgenius#22305)
  test: add comprehensive unit tests for login decorator (langgenius#22294)
  fixing Enum part in backend and making it same as front end (langgenius#22296)
  test(web): add password regexp test case (langgenius#22308)
  fix(ui): prevent var icon hidden when only one var in list of start node (langgenius#22290)
  fix: tool's model selector and app selector not work (langgenius#22291)
  chore: bump ruff to 0.12.x (langgenius#22259)
  minor fix: wrong and (langgenius#22242)
  Add unit test for account service (langgenius#22278)
  ...

# Conflicts:
#	web/app/(commonLayout)/apps/AppCard.tsx
#	web/app/(commonLayout)/apps/Apps.tsx
#	web/app/(commonLayout)/apps/page.tsx
#	web/app/(commonLayout)/datasets/Container.tsx
#	web/app/components/base/logo/dify-logo.tsx
#	web/app/components/base/markdown.tsx
#	web/app/components/header/account-dropdown/workplace-selector/index.tsx
#	web/app/components/header/explore-nav/index.tsx
#	web/app/components/header/index.tsx
#	web/app/components/header/nav/index.tsx
#	web/app/components/header/plugins-nav/index.tsx
#	web/app/components/header/tools-nav/index.tsx
#	web/app/components/tools/provider-list.tsx
#	web/app/components/workflow/nodes/_base/panel.tsx
#	web/app/reset-password/layout.tsx
#	web/app/signin/_header.tsx
#	web/app/signin/layout.tsx
#	web/app/signin/normalForm.tsx
#	web/i18n/zh-Hans/common.ts
#	web/i18n/zh-Hans/explore.ts
#	web/package.json
#	web/pnpm-lock.yaml
#	web/themes/dark.css
#	web/themes/light.css
yijiaquan pushed a commit to yijiaquan/dify that referenced this pull request Jul 16, 2025
…#21458)

Signed-off-by: -LAN- <[email protected]>
Co-authored-by: QuantumGhost <[email protected]>
(cherry picked from commit 6eb155a)
tutkun pushed a commit to tutkun/dify that referenced this pull request Aug 15, 2025
tutkun pushed a commit to tutkun/dify that referenced this pull request Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📚 documentation Improvements or additions to documentation 💪 enhancement New feature or request lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants