[PR #1231] [MERGED] Fix/charttime #22958

Closed
opened 2026-02-21 20:20:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1231
Author: @Gillian97
Created: 9/25/2023
Status: Merged
Merged: 9/25/2023
Merged by: @Gillian97

Base: deploy/devHead: fix/charttime


📝 Commits (3)

📊 Changes

40 files changed (+636 additions, -498 deletions)

View changed files

📝 api/.env.example (+0 -18)
📝 api/app.py (+21 -72)
📝 api/config.py (+0 -32)
📝 api/controllers/console/auth/login.py (+2 -3)
📝 api/controllers/console/auth/oauth.py (+4 -6)
📝 api/controllers/console/setup.py (+0 -4)
📝 api/core/login/login.py (+1 -2)
api/extensions/ext_session.py (+0 -174)
📝 api/services/account_service.py (+71 -4)
📝 docker/docker-compose.yaml (+0 -13)
📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chartView.tsx (+11 -4)
📝 web/app/components/app/log/filter.tsx (+23 -15)
📝 web/app/components/app/overview/appChart.tsx (+31 -12)
📝 web/app/components/app/text-generate/item/index.tsx (+106 -103)
web/app/components/base/icons/assets/vender/line/arrows/refresh-ccw-01.svg (+3 -0)
web/app/components/base/icons/assets/vender/line/files/clipboard.svg (+3 -0)
web/app/components/base/icons/assets/vender/line/general/bookmark.svg (+3 -0)
web/app/components/base/icons/assets/vender/line/weather/stars-02.svg (+3 -0)
web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.json (+29 -0)
web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.tsx (+16 -0)

...and 20 more files

📄 Description

No description provided


🔄 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/pull/1231 **Author:** [@Gillian97](https://github.com/Gillian97) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@Gillian97](https://github.com/Gillian97) **Base:** `deploy/dev` ← **Head:** `fix/charttime` --- ### 📝 Commits (3) - [`c40ee7e`](https://github.com/langgenius/dify/commit/c40ee7e629fcecd7eb990100d06b661246b31684) feat: batch run support retry errors and decrease rate limit times (#1215) - [`227f9fb`](https://github.com/langgenius/dify/commit/227f9fb77dfe70ac0b3bc052a06da53dc8cc61d9) Feat/api jwt (#1212) - [`265bfd9`](https://github.com/langgenius/dify/commit/265bfd99e01ce03e597a0dc399b55247e1184996) fix: chart timezone ### 📊 Changes **40 files changed** (+636 additions, -498 deletions) <details> <summary>View changed files</summary> 📝 `api/.env.example` (+0 -18) 📝 `api/app.py` (+21 -72) 📝 `api/config.py` (+0 -32) 📝 `api/controllers/console/auth/login.py` (+2 -3) 📝 `api/controllers/console/auth/oauth.py` (+4 -6) 📝 `api/controllers/console/setup.py` (+0 -4) 📝 `api/core/login/login.py` (+1 -2) ➖ `api/extensions/ext_session.py` (+0 -174) 📝 `api/services/account_service.py` (+71 -4) 📝 `docker/docker-compose.yaml` (+0 -13) 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chartView.tsx` (+11 -4) 📝 `web/app/components/app/log/filter.tsx` (+23 -15) 📝 `web/app/components/app/overview/appChart.tsx` (+31 -12) 📝 `web/app/components/app/text-generate/item/index.tsx` (+106 -103) ➕ `web/app/components/base/icons/assets/vender/line/arrows/refresh-ccw-01.svg` (+3 -0) ➕ `web/app/components/base/icons/assets/vender/line/files/clipboard.svg` (+3 -0) ➕ `web/app/components/base/icons/assets/vender/line/general/bookmark.svg` (+3 -0) ➕ `web/app/components/base/icons/assets/vender/line/weather/stars-02.svg` (+3 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.json` (+29 -0) ➕ `web/app/components/base/icons/src/vender/line/arrows/RefreshCcw01.tsx` (+16 -0) _...and 20 more files_ </details> ### 📄 Description _No description provided_ --- <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-21 20:20:08 -05:00
yindo closed this issue 2026-02-21 20:20:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22958