Rename getinsomnia > kong

This commit is contained in:
Gregory Schier
2019-12-17 12:16:08 -05:00
parent 5c9493fa2d
commit 851e142136
22 changed files with 39 additions and 41 deletions

View File

@@ -1,8 +1,7 @@
<!--
Please open an [Issue](https://github.com/getinsomnia/insomnia/issues/new) first to discuss new
Please open an [Issue](https://github.com/kong/insomnia/issues/new) first to discuss new
features or non-trivial changes. Please provide as much detail as possible on the change as
possible including general description, implementation details, potential shortcommings, etc.
If this PR closes an issue, please mention "Closes #XX" where #XX is the issue number.
-->

5
.github/config.yml vendored
View File

@@ -5,16 +5,15 @@ newIssueWelcomeComment: |
use cases that would benefit. 👪
To help make this a smooth process, please be sure you have first read the
[contributing guidelines](https://github.com/getinsomnia/insomnia/blob/master/CONTRIBUTING.md).
[contributing guidelines](https://github.com/kong/insomnia/blob/master/CONTRIBUTING.md).
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: |
💖 Thanks for opening this pull request! 💖
To help make this a smooth process, please be sure you have first read the
[contributing guidelines](https://github.com/getinsomnia/insomnia/blob/master/CONTRIBUTING.md).
[contributing guidelines](https://github.com/kong/insomnia/blob/master/CONTRIBUTING.md).
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on merging your first pull request! 🎉🎉🎉 You're helping make Insomnia awesome! 🙌

View File

@@ -5,7 +5,7 @@ process easy and effective for everyone involved.
## Using the issue tracker
[GitHub Issues](https://github.com/getinsomnia/insomnia/issues) is the preferred channel
[GitHub Issues](https://github.com/kong/insomnia/issues) is the preferred channel
for [bug reports](#bug-reports), [features requests](#feature-requests)
and [submitting pull requests](#pull-requests).

View File

@@ -3,9 +3,9 @@
"private": true,
"version": "1.0.0",
"author": "Gregory Schier <greg.schier@konghq.com>",
"repository": "https://github.com/getinsomnia/insomnia",
"repository": "https://github.com/kong/insomnia",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"scripts": {
"lint": "eslint \"**/*.js\" \"**/*.html\" \"**/*.json\"",

View File

@@ -342,7 +342,7 @@ export async function getRenderedRequestAndContext(
);
// HACK: Switch '#}' to '# }' to prevent Nunjucks from barfing
// https://github.com/getinsomnia/insomnia/issues/895
// https://github.com/kong/insomnia/issues/895
try {
if (request.body.text && request.body.mimeType === CONTENT_TYPE_GRAPHQL) {
const o = JSON.parse(request.body.text);

View File

@@ -102,7 +102,7 @@ export function authorizeUserInWindow(
const options = {};
// Force user-agent for GitHub until we update Chromium version. Note, we don't do this for
// everything because it breaks things. https://github.com/getinsomnia/insomnia/issues/1816
// everything because it breaks things. https://github.com/kong/insomnia/issues/1816
if (url.includes('github.com')) {
options.userAgent =
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, ' +

View File

@@ -9,7 +9,7 @@
"productName": "Insomnia",
"longName": "Insomnia REST Client",
"synopsis": "A simple, beautiful, and free REST API client",
"icon": "https://github.com/getinsomnia/insomnia/blob/master/packages/insomnia-app/app/icons/icon.ico?raw=true",
"icon": "https://github.com/kong/insomnia/blob/master/packages/insomnia-app/app/icons/icon.ico?raw=true",
"theme": "default",
"version": "7.0.6",
"main": "main.min.js",
@@ -35,7 +35,7 @@
"appveyorCacheBreaker": 2,
"repository": {
"type": "git",
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"scripts": {
"test": "flow check && npm run test:jest",

View File

@@ -11,7 +11,7 @@ const octokit = new Octokit({
auth: process.env.GITHUB_TOKEN,
});
const GITHUB_ORG = 'getinsomnia';
const GITHUB_ORG = 'kong';
const GITHUB_REPO = 'insomnia';
// Start package if ran from CLI

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/packages/insomnia-importers",
"repository": "https://github.com/kong/insomnia/tree/master/packages/insomnia-importers",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"bin": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia base64 template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-base64",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-base64",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Preston Alvarado <pjalva1@hotmail.com>",
"description": "Insomnia cookie jar template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia core themes",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-core-themes",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-default-headers",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-default-headers",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia file templte tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-file",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-file",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia hash template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-hash",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-hash",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-json-path",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-json-path",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-now",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-now",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Template tag to get information about the OS",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-os",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-os",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia prompt template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-prompt",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-prompt",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia request template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-request",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-request",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia response template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-response",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-response",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {

View File

@@ -4,9 +4,9 @@
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia uuid template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-uuid",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-uuid",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {