-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a29425
commit 6ab6b87
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |