-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [M3-7526] - Add setHeader to GET /profile endpoint (#9987)
* added an empty object to all useAccount instances * Added changeset: Add setHeaders to GET account/ endpoint * fix query enable so that it accepts all types of users * added unit test but is failing * added unit tests but failing * added server.use * fixed unit tests * removed unit test and made useAccount param optional * fixed error in useInitialRequests * swapped useAccount to useProfile * Update pr-9987-upcoming-features-1702333742297.md * reverted changes to useAccount * Use this to test PR * reverted test code * Use this to test PR * reverted test commit * addressed optional param feedback * Added changeset: Add setHeaders to GET profile/ endpoint * Update changeset from upcomming feature to added * potential fix for e2e test fails * potential e2e test fix
- Loading branch information
1 parent
bde20de
commit 1bde70b
Showing
8 changed files
with
49 additions
and
24 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/api-v4": Added | ||
--- | ||
|
||
Add setHeaders to GET profile/ endpoint ([#9987](https://github.com/linode/manager/pull/9987)) |
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
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-9987-upcoming-features-1702333742297.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Added | ||
--- | ||
|
||
Add setHeaders to GET profile/ endpoint ([#9987](https://github.com/linode/manager/pull/9987)) |
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
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
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
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
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