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

+

Version 0.8.06.01