Skip to content

Commit

Permalink
fix lint changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Dec 11, 2024
1 parent 3a29425 commit 6ab6b87
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog/+branch-exists.fixed.md
Original file line number Diff line number Diff line change
@@ -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.
This helps avoid query issues, such as empty results (for example, an empty menu) or incorrect queries being sent.
2 changes: 1 addition & 1 deletion changelog/+diff-api-endpoints.removed.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove the /api/diff/data and /api/diff/schema endpoints that have been replaced by the DiffTree graphql query
Remove the /api/diff/data and /api/diff/schema endpoints that have been replaced by the DiffTree GraphQL query
2 changes: 1 addition & 1 deletion changelog/+perm-accountrole.removed.md
Original file line number Diff line number Diff line change
@@ -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.
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.
2 changes: 1 addition & 1 deletion changelog/3587.removed.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove at parameter from graphql mutate functions
Remove at parameter from GraphQL mutate functions
2 changes: 1 addition & 1 deletion changelog/4861.fixed.md
Original file line number Diff line number Diff line change
@@ -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
- Fix: open search anywhere using shortcut in Firefox
2 changes: 1 addition & 1 deletion changelog/4863.fixed.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix the searchanywhere results to be correctly re-rendered on a new search, to prevent having remaining results from the previous search
FIX: Resolved edge cases in 'Search Anywhere' that were causing old results to be displayed.
2 changes: 1 addition & 1 deletion changelog/4962.fixed.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Send a request to the backend on logout to remove any session cookies and prevent remaining informations after logging out
Send a request to the backend on logout to delete session cookies and prevent remaining information

0 comments on commit 6ab6b87

Please sign in to comment.