-
Notifications
You must be signed in to change notification settings - Fork 25
v0.14.0 #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
v0.14.0 #880
Conversation
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
…onality-reduction
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
#84: Fix API bug
…onality-reduction
Signed-off-by: mollle <leonmariusmoll@gmail.com>
Signed-off-by: mollle <leonmariusmoll@gmail.com>
…entifyMissingDataIntervall and adjusted test_data.csv Signed-off-by: mollle <leonmariusmoll@gmail.com>
refactoring unit tests
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
…onality-reduction
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
This reverts commit 51c7178. Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Merge to core repo clone #122
* Updates to package versions
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber Rigg <44523299+Amber-Rigg@users.noreply.github.com>
AMOS Project Final PR
* Package Updates Signed-off-by: GBBBAS <bryce.bartmann@shell.com> * Add check for langchain packages Signed-off-by: GBBBAS <bryce.bartmann@shell.com> * Fix linting error Signed-off-by: GBBBAS <bryce.bartmann@shell.com> --------- Signed-off-by: GBBBAS <bryce.bartmann@shell.com> Signed-off-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
.github/workflows/sonarcloud.yml
Outdated
needs: job_download_pr_artifact | ||
uses: rtdip/core/.github/workflows/sonarcloud_reusable.yml@develop | ||
with: | ||
REPO_NAME: ${{ github.event.workflow_run.head_repository.full_name }} | ||
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }} | ||
HEAD_SHA: ${{ github.event.workflow_run.head_sha }} | ||
PR_NUMBER: ${{ fromJSON(needs.job_download_pr_artifact.outputs.pr_info).pr_number }} | ||
PR_HEAD_REF: ${{ fromJSON(needs.job_download_pr_artifact.outputs.pr_info).pr_head_ref }} | ||
PR_BASE_REF: ${{ fromJSON(needs.job_download_pr_artifact.outputs.pr_info).pr_base_ref }} | ||
secrets: | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions
Signed-off-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
No description provided.