mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1276] [MERGED] Upstream #3194
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#3194
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/1276
Author: @liyasthomas
Created: 10/15/2020
Status: ✅ Merged
Merged: 10/15/2020
Merged by: @liyasthomas
Base:
i18n← Head:master📝 Commits (10+)
123f4a3Updated contributors and sponsors list16f02e2Updated contributors and sponsors list30250e1add codegen for nodejs native and instrument snapshot testsfe1618dmove test data to fixturesbea8c89Bump @nuxtjs/pwa from 3.1.0 to 3.1.21639ea7Merge pull request #1250 from hoppscotch/dependabot/npm_and_yarn/nuxtjs/pwa-3.1.26135bc7Merge branch 'master' into add-nodejs-native-codegen6c82680Merge pull request #1249 from yq314/add-nodejs-native-codegena4c5817Use function as default value for array prop92854b9Python http client codegen (#1252)📊 Changes
19 files changed (+1836 additions, -495 deletions)
View changed files
📝
.all-contributorsrc(+4 -95)📝
README.md(+3 -53)📝
components/collections/collection.vue(+5 -3)📝
components/collections/folder.vue(+4 -3)📝
components/collections/index.vue(+52 -1)📝
components/graphql/type.vue(+1 -1)📝
components/layout/contributors.vue(+0 -93)📝
docker-compose.yml(+1 -0)➕
helpers/codegen/__tests__/__snapshots__/codegen.spec.js.snap(+990 -0)➕
helpers/codegen/__tests__/codegen.spec.js(+91 -0)📝
helpers/codegen/codegen.js(+8 -0)➕
helpers/codegen/generators/cs-restsharp.js(+90 -0)📝
helpers/codegen/generators/curl.js(+3 -2)➕
helpers/codegen/generators/nodejs-native.js(+78 -0)➕
helpers/codegen/generators/python-http-client.js(+95 -0)➕
helpers/codegen/generators/wget.js(+42 -0)📝
package-lock.json(+354 -231)📝
package.json(+11 -11)📝
pages/graphql.vue(+4 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.