From aee6d3c59116d48a75f0dcc527e90f84a53a8f2e Mon Sep 17 00:00:00 2001 From: aeppling <43991222+aeppling@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:05:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 481231cb..d79e8001 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,17 @@ This is an example of how to list things you need to use the software and how to GOOGLE_APPLICATION_CREDENTIALS (id your google json credential) GOOGLE_PROJECT_ID (ID of a gcp project) ``` + - O365: + ``` + AZURECLIENTID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (ID of an Azure AD application) + AZURETENANTID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (ID of the application's Azure AD tenant) + AZURECLIENTSECRET=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (one of the application's client secrets) + ``` + - WORKSPACE: + ``` + WORKSPACECRED: (the credentials required) + WORKSPACETOKEN: (your google app credentials) + ``` - HTTP: at least you must add this following var : ``` @@ -284,8 +295,13 @@ This is an example of how to list things you need to use the software and how to ``` GOOGLE_APPLICATION_CREDENTIALS=PATH_TO_JSON_CRED ``` - - + You can also choose the minimum log level in your environment variables + ``` + DEBUG_MODE=DEBUG + ``` + The logger is working with Tslog, which work with 7 different levels of log : SILLY = 0, TRACE = 1, DEBUG = 2, INFO = 3, WARN = 4, ERROR = 5, FATAL = 6 + By default, the minimum log level will be INFO (3). +

(back to top)

From a1b5dcb6817f0cc4232d78353bdfda2f5f7c9e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:35:31 +0000 Subject: [PATCH 2/2] Bump get-func-name from 2.0.0 to 2.0.2 Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/chaijs/get-func-name/releases) - [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2) --- updated-dependencies: - dependency-name: get-func-name dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b9b79a9..0bd488b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Kexa", - "version": "1.4.3", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Kexa", - "version": "1.4.3", + "version": "1.7.0", "license": "MIT", "dependencies": { "@aws-sdk/client-ec2": "^3.390.0", @@ -5368,9 +5368,9 @@ } }, "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, "engines": { "node": "*"