From 344e018d51ba09c01cb8865bd4b3e49c305dd1f4 Mon Sep 17 00:00:00 2001 From: mihay42 Date: Sun, 29 Dec 2024 06:10:02 -0800 Subject: [PATCH] Fix doc eratta and clean up action --- README.md | 5 +++++ cli/Demo.md | 8 ++++---- cli/actions/actions/basic-reporting/action.yml | 2 +- cli/actions/actions/basic-reporting/study.js | 2 -- cli/actions/workflows/basic-reporting.yml | 2 +- docs/GitHubFunctions.GitHubFunctions.html | 2 +- docs/authorize.js.html | 2 +- docs/classes.list.html | 2 +- docs/gitHubServer.js.html | 2 +- docs/github.js.html | 2 +- docs/index.html | 8 +++++++- docs/module-GitHubAuth-GitHubAuth.html | 2 +- docs/module-GitHubAuth.html | 2 +- docs/module-GitHubFunctions.html | 2 +- docs/module-baseObjects-Actions.html | 2 +- docs/module-baseObjects-Companies.html | 2 +- docs/module-baseObjects-Interactions.html | 2 +- docs/module-baseObjects-Storage.html | 2 +- docs/module-baseObjects-Studies.html | 2 +- docs/module-baseObjects-Users.html | 2 +- docs/module-baseObjects.html | 2 +- docs/modules.list.html | 2 +- docs/quicksearch.html | 2 +- docs/tutorial-Company.html | 2 +- docs/tutorial-Demo.html | 10 +++++----- docs/tutorial-Interaction.html | 2 +- docs/tutorial-README.html | 2 +- docs/tutorial-Study.html | 2 +- docs/tutorials.list.html | 2 +- package.json | 2 +- 30 files changed, 46 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 17fc288..2975706 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ If you detect a problem or want to suggest an improvement open an [issue](https: If you need support or would like to have Mediumroast run the Caffeine Machine Intelligence service on your repository please contact the Mediumroast team via [Discord](https://discord.gg/ebM4Cf8meK) or email us at [hello@mediumroast.io], (mailto:hello@mediumroast.io). ### Release notes +#### Version 0.8.06.02 +- Resolved documentation errata for Demo.md +- Updated text for basic reporting workflow and action to show both companies and study reports are running. +- Removed debugging logging statements from basic reporting action. + #### Version 0.8.06.01 - The latest version of the SDK and CLI package now includes an initial implementation of Studies with the Foundation study. - The SDK and CLI may run on for Windows OS, but it has not been tested. If you choose to install and run into problems please open an issue and we will work with you to resolve the matter. diff --git a/cli/Demo.md b/cli/Demo.md index 2b73d3d..167ae7b 100644 --- a/cli/Demo.md +++ b/cli/Demo.md @@ -11,18 +11,18 @@ With this configuration file by updating the `org` value to `MegaRoast` you can [DEFAULT] company_dns=https://company-dns.mediumroast.io company_logos=https://icon-server.mediumroast.io/allicons.json?url= -echarts=https://echart-server.mediumroast.io:11000 +echarts=https://chart-server.mediumroast.io:11000 nominatim=https://nominatim.openstreetmap.org/search?addressdetails=1&q= working_directory=working report_output_dir=Documents -theme=coffee +theme=latte [GitHub] clientId=Iv1.f5c0a4eb1f0606f8 appId=650476 -authType=deviceFlow -org= token= +authType=deviceFlow +org=MegaRoast ``` ### Limitations diff --git a/cli/actions/actions/basic-reporting/action.yml b/cli/actions/actions/basic-reporting/action.yml index 01ee5b5..0efc939 100644 --- a/cli/actions/actions/basic-reporting/action.yml +++ b/cli/actions/actions/basic-reporting/action.yml @@ -1,5 +1,5 @@ name: 'Basic Reporting' -description: 'Generates basic reports for companies plus wrapping README.md files in the repository' +description: 'Generates basic reports for companies and studies plus wrapping README.md files in the repository' inputs: github-token: description: 'GitHub token' diff --git a/cli/actions/actions/basic-reporting/study.js b/cli/actions/actions/basic-reporting/study.js index 4f5d207..e5f1721 100644 --- a/cli/actions/actions/basic-reporting/study.js +++ b/cli/actions/actions/basic-reporting/study.js @@ -167,12 +167,10 @@ async function createStudyReport (studies, companies, reports) { // ---- Check if the study is caffinated ---- const [caffinated, caffinatedMessage] = _checkCaffinated(study) - console.log('CAFFINATED STATUS>>>',caffinated) if (caffinated === true) { // ---- BEGIN Top Insights ---- // Get the top insights const topInsights = await _getTopInsights(study) - console.log('TOP INSIGHTS>>>',topInsights) studyFile += topInsights // ---- END Top Insights ---- } else { diff --git a/cli/actions/workflows/basic-reporting.yml b/cli/actions/workflows/basic-reporting.yml index b88d383..bf04266 100644 --- a/cli/actions/workflows/basic-reporting.yml +++ b/cli/actions/workflows/basic-reporting.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: npm install working-directory: ./.github/actions/basic-reporting - - name: Generate basic reports for companies + - name: Generate basic reports for companies and studies uses: ./.github/actions/basic-reporting with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/GitHubFunctions.GitHubFunctions.html b/docs/GitHubFunctions.GitHubFunctions.html index ab552ac..33e2258 100644 --- a/docs/GitHubFunctions.GitHubFunctions.html +++ b/docs/GitHubFunctions.GitHubFunctions.html @@ -347,7 +347,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/authorize.js.html b/docs/authorize.js.html index 183825a..0e96014 100644 --- a/docs/authorize.js.html +++ b/docs/authorize.js.html @@ -372,7 +372,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/classes.list.html b/docs/classes.list.html index cf9a57c..899c8f4 100644 --- a/docs/classes.list.html +++ b/docs/classes.list.html @@ -207,7 +207,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/gitHubServer.js.html b/docs/gitHubServer.js.html index e1f942f..03b8148 100644 --- a/docs/gitHubServer.js.html +++ b/docs/gitHubServer.js.html @@ -707,7 +707,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/github.js.html b/docs/github.js.html index dfd9f68..7e074fe 100644 --- a/docs/github.js.html +++ b/docs/github.js.html @@ -1282,7 +1282,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/index.html b/docs/index.html index 55707e2..c86bf65 100644 --- a/docs/index.html +++ b/docs/index.html @@ -162,6 +162,12 @@

Issues

Support

If you need support or would like to have Mediumroast run the Caffeine Machine Intelligence service on your repository please contact the Mediumroast team via Discord or email us at [hello@mediumroast.io], (mailto:hello@mediumroast.io).

Release notes

+

Version 0.8.06.02

+
    +
  • Resolved documentation errata for Demo.md
  • +
  • Updated text for basic reporting workflow and action to show both companies and study reports are running.
  • +
  • Removed debugging logging statements from basic reporting action.
  • +

Version 0.8.06.01

  • The latest version of the SDK and CLI package now includes an initial implementation of Studies with the Foundation study.
  • @@ -218,7 +224,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-GitHubAuth-GitHubAuth.html b/docs/module-GitHubAuth-GitHubAuth.html index 4676bd3..6db58c4 100644 --- a/docs/module-GitHubAuth-GitHubAuth.html +++ b/docs/module-GitHubAuth-GitHubAuth.html @@ -347,7 +347,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-GitHubAuth.html b/docs/module-GitHubAuth.html index 3dfa7fd..0b7f49e 100644 --- a/docs/module-GitHubAuth.html +++ b/docs/module-GitHubAuth.html @@ -529,7 +529,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-GitHubFunctions.html b/docs/module-GitHubFunctions.html index c1f0ff2..81d2d70 100644 --- a/docs/module-GitHubFunctions.html +++ b/docs/module-GitHubFunctions.html @@ -1173,7 +1173,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Actions.html b/docs/module-baseObjects-Actions.html index af10161..7fb8a20 100644 --- a/docs/module-baseObjects-Actions.html +++ b/docs/module-baseObjects-Actions.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Companies.html b/docs/module-baseObjects-Companies.html index ef0b5d5..1fed151 100644 --- a/docs/module-baseObjects-Companies.html +++ b/docs/module-baseObjects-Companies.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Interactions.html b/docs/module-baseObjects-Interactions.html index e930115..96a3c06 100644 --- a/docs/module-baseObjects-Interactions.html +++ b/docs/module-baseObjects-Interactions.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Storage.html b/docs/module-baseObjects-Storage.html index 8f97b80..c4afdcd 100644 --- a/docs/module-baseObjects-Storage.html +++ b/docs/module-baseObjects-Storage.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Studies.html b/docs/module-baseObjects-Studies.html index 9b78282..a026875 100644 --- a/docs/module-baseObjects-Studies.html +++ b/docs/module-baseObjects-Studies.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects-Users.html b/docs/module-baseObjects-Users.html index 4f1091a..3572e8e 100644 --- a/docs/module-baseObjects-Users.html +++ b/docs/module-baseObjects-Users.html @@ -349,7 +349,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/module-baseObjects.html b/docs/module-baseObjects.html index f145ce2..227f09f 100644 --- a/docs/module-baseObjects.html +++ b/docs/module-baseObjects.html @@ -1659,7 +1659,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/modules.list.html b/docs/modules.list.html index 655a89c..53c75f1 100644 --- a/docs/modules.list.html +++ b/docs/modules.list.html @@ -207,7 +207,7 @@ Documentation generated by JSDoc 4.0.4 - on Sat Dec 28th 2024 + on Sun Dec 29th 2024 using the DocStrap template. diff --git a/docs/quicksearch.html b/docs/quicksearch.html index 10a336b..0d6e351 100644 --- a/docs/quicksearch.html +++ b/docs/quicksearch.html @@ -7,7 +7,7 @@