-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
838 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Checkmarx One Scan | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
jobs: | ||
trigger_scan: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkmarx One CLI Action | ||
uses: checkmarx/ast-github-action@main #Github Action version | ||
with: | ||
project_name: Luigi | ||
cx_tenant: sap | ||
base_uri: https://checkmarx.tools.sap | ||
#base_auth_uri: https://checkmarx.tools.sap | ||
cx_client_id: ${{ secrets.CXONE_CLIENT_ID }} | ||
cx_client_secret: ${{ secrets.CXONE_CLIENT_SECRET }} | ||
branch: ${{ github.ref_name }} | ||
additional_params: "--async --scan-types sast -s https://github.com/SAP/luigi.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Luigi v2.14 | ||
seoMetaDescription: Release notes for Luigi v2.14 | ||
author: | ||
- Mahati Shankar | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v2.14 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
|
||
#### E2E Tests With Nightwatch, WebdriverIO and Puppeteer | ||
|
||
The testing-utilities library now additionally supports Nightwatch, WebdriverIO and Puppeteer. You can now use these testing frameworks for your e2e tests. | ||
|
||
#### getCurrentRoute Has Been Added | ||
|
||
[getCurrentRoute](https://docs.luigi-project.io/docs/luigi-core-api?section=getcurrentroute) has been added to the Luigi core API which as the name suggests returns the current Luigi route. | ||
|
||
#### getCurrentTheme in WC Client | ||
|
||
The method [getCurrentTheme](https://docs.luigi-project.io/docs/luigi-core-api?section=getcurrenttheme) is now part of the core API so you can now use it in the WebComponent client too. | ||
|
||
|
||
#### Fix Top Nav Children Not Rendered | ||
|
||
Fixed issue where nodes weren't rendered in the top navigation under certain conditions. | ||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/main/CHANGELOG.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
client-frameworks-support/testing-utilities/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"micro-frontends", | ||
"microfrontends" | ||
], | ||
"version": "2.15.0" | ||
"version": "2.17.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.