From 6ab6b87d1a74f25ea87b6858368494a1662a99d0 Mon Sep 17 00:00:00 2001 From: bilalabbad Date: Wed, 11 Dec 2024 17:40:59 +0100 Subject: [PATCH] fix lint changelog --- changelog/+branch-exists.fixed.md | 2 +- changelog/+diff-api-endpoints.removed.md | 2 +- changelog/+perm-accountrole.removed.md | 2 +- changelog/3587.removed.md | 2 +- changelog/4861.fixed.md | 2 +- changelog/4863.fixed.md | 2 +- changelog/4962.fixed.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog/+branch-exists.fixed.md b/changelog/+branch-exists.fixed.md index 81d30860bd..f0a88fc860 100644 --- a/changelog/+branch-exists.fixed.md +++ b/changelog/+branch-exists.fixed.md @@ -1,3 +1,3 @@ Verify if the requested branch exists. If it doesn't, it redirects to the homepage on the default branch. -This helps avoid query issues, such as empty results (e.g., an empty menu) or incorrect queries being sent. \ No newline at end of file +This helps avoid query issues, such as empty results (for example, an empty menu) or incorrect queries being sent. diff --git a/changelog/+diff-api-endpoints.removed.md b/changelog/+diff-api-endpoints.removed.md index 22eef1b59f..6a0545631a 100644 --- a/changelog/+diff-api-endpoints.removed.md +++ b/changelog/+diff-api-endpoints.removed.md @@ -1 +1 @@ -Remove the /api/diff/data and /api/diff/schema endpoints that have been replaced by the DiffTree graphql query \ No newline at end of file +Remove the /api/diff/data and /api/diff/schema endpoints that have been replaced by the DiffTree GraphQL query diff --git a/changelog/+perm-accountrole.removed.md b/changelog/+perm-accountrole.removed.md index 038a7df1d1..b99846429e 100644 --- a/changelog/+perm-accountrole.removed.md +++ b/changelog/+perm-accountrole.removed.md @@ -1 +1 @@ -Remove the "role" attribute of base schema account node. This attribute was no longer useful as roles are defined as dedicated nodes and are tighly related to permissions. \ No newline at end of file +Remove the "role" attribute of base schema account node. This attribute was no longer useful as roles are defined as dedicated nodes and are tightly related to permissions. diff --git a/changelog/3587.removed.md b/changelog/3587.removed.md index d64b3c4e95..edf194abdc 100644 --- a/changelog/3587.removed.md +++ b/changelog/3587.removed.md @@ -1 +1 @@ -Remove at parameter from graphql mutate functions +Remove at parameter from GraphQL mutate functions diff --git a/changelog/4861.fixed.md b/changelog/4861.fixed.md index b62ff06dc4..da40ce17aa 100644 --- a/changelog/4861.fixed.md +++ b/changelog/4861.fixed.md @@ -1,2 +1,2 @@ - Search shortcuts show `Cmd` on macOS and `Ctrl` on other systems. -- Open correctly search anywhere when pressing (cmd | crtl) + K in Firefox \ No newline at end of file +- Fix: open search anywhere using shortcut in Firefox diff --git a/changelog/4863.fixed.md b/changelog/4863.fixed.md index d5678b43a3..d3d53b3337 100644 --- a/changelog/4863.fixed.md +++ b/changelog/4863.fixed.md @@ -1 +1 @@ -Fix the searchanywhere results to be correctly re-rendered on a new search, to prevent having remaining results from the previous search \ No newline at end of file +FIX: Resolved edge cases in 'Search Anywhere' that were causing old results to be displayed. diff --git a/changelog/4962.fixed.md b/changelog/4962.fixed.md index 6fabfb03af..ad8ef08122 100644 --- a/changelog/4962.fixed.md +++ b/changelog/4962.fixed.md @@ -1 +1 @@ -Send a request to the backend on logout to remove any session cookies and prevent remaining informations after logging out \ No newline at end of file +Send a request to the backend on logout to delete session cookies and prevent remaining information