bb-plane-fork/apiserver/plane
sriram veeraghanta 445c819fbd
[WEB-4172] feat: Crawl work item links for title and favicon (#7117)
* feat: added a python bg task to crawl work item links for title and description

* fix: return meta_data in the response

* fix: add validation for accessing IP ranges

* fix: remove json.dumps

* fix: handle exception by returning None

* refactor: call find_favicon_url inside fetch_and_encode_favicon function

* chore: type hints

* fix: Handle None

* fix: remove print statementsg

* chore: added favicon and title of links

* fix: return null if no title found

* Update apiserver/plane/bgtasks/work_item_link_task.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: remove exception handling

* fix: reduce timeout seconds

* fix: handle timeout exception

* fix: remove request timeout handling

* feat: add Link icon to issue detail links and update rendering logic

* fix: use logger for exception

---------

Co-authored-by: sangeethailango <sangeethailango21@gmail.com>
Co-authored-by: JayashTripathy <jayashtripathy371@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-05-30 18:44:53 +05:30
..
analytics chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
api fix: ruff file formatting based on config file pyproject (#7082) 2025-05-19 17:34:46 +05:30
app [WEB-4172] feat: Crawl work item links for title and favicon (#7117) 2025-05-30 18:44:53 +05:30
authentication [WEB-3707] pytest based test suite for apiserver (#7010) 2025-05-26 15:26:26 +05:30
bgtasks [WEB-4172] feat: Crawl work item links for title and favicon (#7117) 2025-05-30 18:44:53 +05:30
db chore: add validation fields in users (#7102) 2025-05-21 20:34:52 +05:30
license [WEB-4146] fix: AI environment variables configuration in GodMode (#7104) 2025-05-23 15:06:58 +05:30
middleware [WEB-4144] fix: api logger to handle content decode errors #7099 2025-05-23 15:31:40 +05:30
seeds/data [WEB-3945] chore: update workspace onboarding to add default project (#6964) 2025-04-29 14:01:22 +05:30
settings fix: ruff file formatting based on config file pyproject (#7082) 2025-05-19 17:34:46 +05:30
space [WEB-4115] fix: update issue count status query to handle null values #7080 2025-05-23 16:13:48 +05:30
static build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
tests [WEB-3707] pytest based test suite for apiserver (#7010) 2025-05-26 15:26:26 +05:30
utils fix: adding url validations for workspace name and user name 2025-05-29 17:53:48 +05:30
web chore: adding robots txt file for not indexing the server 2025-05-09 21:07:24 +05:30
__init__.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
asgi.py chore: formatting changes 2024-11-21 17:42:44 +05:30
celery.py [WEB-3927] chore: add logging to support json logging (#6955) 2025-04-22 17:41:58 +05:30
urls.py chore: adding robots txt file for not indexing the server 2025-05-09 21:07:24 +05:30
wsgi.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30