Skip to content

Commit

Permalink
Chore(deps): Bump follow-redirects from 1.14.1 to 1.14.7 (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 19, 2022
1 parent 55c5807 commit e3222fe
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 35 deletions.
14 changes: 3 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions src/app/views/sidebar/resource-explorer/ResourceLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IResourceLink, ResourceOptions } from '../../../../types/resources';
import { setSampleQuery } from '../../../services/actions/query-input-action-creators';
import { GRAPH_URL } from '../../../services/graph-constants';
import { translateMessage } from '../../../utils/translate-messages';
import { getAvailableMethods, getUrlFromLink, removeCounter } from './resource-explorer.utils';
import { getAvailableMethods, getUrlFromLink } from './resource-explorer.utils';

interface IResourceLinkProps {
link: any;
Expand Down Expand Up @@ -105,7 +105,7 @@ const ResourceLink = (props: IResourceLinkProps) => {
});
}

if (resourceLink.type === 'path') {
if (resourceLink.type === 'path' || resourceLink.type === 'function') {
menuItems.push(
{
key: ResourceOptions.SHOW_QUERY_PARAMETERS,
Expand Down Expand Up @@ -141,14 +141,6 @@ const ResourceLink = (props: IResourceLinkProps) => {
}
});
}

if (menuItems.length > 0) {
menuItems.unshift({
key: 'actions',
itemType: ContextualMenuItemType.Header,
text: removeCounter(resourceLink.name)
});
}
return menuItems;
}
}
Expand Down
20 changes: 11 additions & 9 deletions src/messages/GE_fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,12 @@
"This response contains unviewable content": "Cette réponse contient du contenu qui peut ne pas être visualisable sur cet éditeur.",
"Click to download file": "Cliquez pour télécharger le fichier.",
"Learn more": "En savoir plus",
"loading resources": "chargement des ressources",
"loading resources": "chargement de ressources",
"Isolate": "Isoler",
"Search resources": "Ressources de recherche",
"Search resources": "Rechercher des ressources",
"Select version": "Sélectionner une version",
"Close isolation": "Fermer l’isolation",
"Path display": "Affichage du chemin d’accès",
"Close isolation": "Fermer une isolation",
"Path display": "Afficher un chemin d’accès",
"More path links": "Autres liens de chemin d’accès",
"Resources available": "Ressources disponibles",
"Selected Resources": "Ressources sélectionnées",
Expand Down Expand Up @@ -420,12 +420,14 @@
"Please tell us more. Why did you choose that answer": "Dites-nous en plus. Pourquoi avez-vous choisi cette réponse ?",
"Not at all likely": "Certainement pas",
"Extremely likely": "Très certainement",
"Show methods": "Afficher les méthodes",
"Set Query": "Définir la requête",
"Show methods": "Afficher des méthodes",
"Set Query": "Définir une requête",
"Query parameters": "Paramètres de requête",
"Preview collection": "Aperçu de la collection",
"Download postman collection": "Télécharger la collection postman",
"Preview collection": "Afficher un aperçu de la collection",
"Download postman collection": "Télécharger la collection Postman",
"You can export the entire list as a Postman Collection. If there are items in the list you would not want, select them to remove": "Vous pouvez exporter la liste entière en tant que collection Postman. S’il y a des éléments dans la liste que vous ne souhaitez pas, sélectionnez-les pour les supprimer.",
"Copied": "Copié",
"Invalid whitespace in URL": "Espace non valide dans l'URL"
"Invalid whitespace in URL": "Espace non valide dans l'URL",
"Response content not available due to CORS policy": "Le contenu de la réponse n'est pas disponible dans l’afficheur Graph en raison de la politique CORS. Vous pouvez exécuter cette requête dans un client API, comme Postman. En savoir plus sur CORS et comprendre son fonctionnement",
"here": "ici"
}
6 changes: 4 additions & 2 deletions src/messages/GE_ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,7 @@
"Download postman collection": "Postman コレクションをダウンロード",
"You can export the entire list as a Postman Collection. If there are items in the list you would not want, select them to remove": "リスト全体を Postman コレクションとしてエクスポートできます。リストに不要なアイテムがある場合は、それらを選択して削除します",
"Copied": "コピー済み",
"Invalid whitespace in URL": "URL 内の空白文字が無効です"
}
"Invalid whitespace in URL": "URL 内の空白文字は無効です",
"Response content not available due to CORS policy": "CORS ポリシーにより、Graph エクスプローラーでは応答コンテンツを使用できません。この要求は、Postman などの API クライアントで実行できます。CORS の詳細を読み、そのしくみを理解してください",
"here": "こちら"
}
6 changes: 4 additions & 2 deletions src/messages/GE_pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,7 @@
"Download postman collection": "Baixar a coleção de carteiros",
"You can export the entire list as a Postman Collection. If there are items in the list you would not want, select them to remove": "Você pode exportar a lista inteira como uma Coleção de carteiros. Se houver itens na lista que você não quer, selecione-os para removê-los",
"Copied": "Copiado",
"Invalid whitespace in URL": "Espaço em branco inválido na URL"
}
"Invalid whitespace in URL": "Espaço em branco inválido na URL",
"Response content not available due to CORS policy": "O conteúdo da resposta não está disponível no Graph Explorer devido à política CORS. Você pode executar essa solicitação em um cliente de API, como o Postman. Leia mais sobre o CORS e entenda como ele funciona",
"here": "aqui"
}
2 changes: 1 addition & 1 deletion src/messages/GE_zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@
"You can export the entire list as a Postman Collection. If there are items in the list you would not want, select them to remove": "可以将整个列表导出为 Postman 集合。如果列表中存在你不想要的项目,请选择它们以将其删除",
"Copied": "已复制",
"Invalid whitespace in URL": "URL 中的无效空白"
}
}

0 comments on commit e3222fe

Please sign in to comment.