mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4482] [MERGED] fix: inherited headers and auth included in code generation #4822
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4822
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4482
Author: @Loznerol
Created: 10/26/2024
Status: ✅ Merged
Merged: 12/18/2024
Merged by: @jamesgeorge007
Base:
next← Head:main📝 Commits (4)
3443ffffix: inherited headers included in code generationb0baeddfix: update inherited header code gen flow and add inherited auth flowe86c5c4chore: update the document8335ab2chore: cleanup📊 Changes
1 file changed (+60 additions, -13 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/http/Codegen.vue(+60 -13)📄 Description
Closes HFE-670 #4286
Fixes inherited headers and auth of parent collections not being shown in codegen.
Example before (header and auth not shown in generated code):

After (inherited header and auth shown in generated code):

What's changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.