Closed SmitGala closed 1 month ago
Latest commit: |
a4a4b13
|
Status: | â Deploy successful! |
Preview URL: | https://3f1a1013.irenestaging.pages.dev |
Branch Preview URL: | https://pd-1375-dast-automation-p1.irenestaging.pages.dev |
5 | 4 | 0 | 1 | 0 |
Details:
Merge 1f384e9f3adf866531ff5bad90bd5b505b8fc909 into 9fcb5afcac7538858af451a96f11... | |||
Project: Irene | Commit: 62ac980e93 âšī¸ |
||
Status: Failed | Duration: 12:16 đĄ | ||
Started: Jul 3, 2024 9:05 AM | Ended: Jul 3, 2024 9:17 AM |
View
Output
Test | Artifacts | |
---|---|---|
Dynamic Scan > it tests dynamic scan for an apk file: 58062 |
Test Replay
Screenshots
|
View
Output
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Failed #486
•
7063e26c34: fix failing e2e tests
Project |
Irene
|
Run status |
Failed #486
|
Run duration | 12m 23s |
Commit |
7063e26c34: fix failing e2e tests
|
Committer | yibaebi |
View all properties for this run âī¸ |
Test results | |
---|---|
Failures |
2
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
20
|
View
Output
Test | Artifacts | |
---|---|---|
Dynamic Scan > it tests dynamic scan for an apk file: 58062 |
Test Replay
Screenshots
|
|
Dynamic Scan > it tests dynamic scan for an ipa file: 58061 |
Test Replay
Screenshots
|
Issues
20 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
18.0% Duplication on New Code
Walkthrough
The changes involve a significant refactor of the dynamic scan component, transitioning from a modal interface to a drawer interface. This includes updates to the layout, renaming of components and classes, and adjustments to styles for improved visual presentation. The modifications also encompass routing changes and enhancements to the dynamic scan functionality, ensuring a more intuitive user experience across the application.
Changes
app/components/dynamic-scan/drawer/index.hbs
app/components/dynamic-scan/drawer/index.scss
.dynamic-scan-modal-body
, renamed.dynamic-scan-modal-alert
to.dynamic-scan-drawer-alert
, and added.dynamic-scan-modal-cta
for styling.app/components/dynamic-scan/drawer/index.ts
DynamicScanModalSignature
toDynamicScanDrawerSignature
and updated component class names accordingly.app/components/dynamic-scan/expiry/index.hbs
app/components/dynamic-scan/index.hbs
<DynamicScan::Drawer>
instead of<DynamicScan::Modal>
.app/components/file-details/dynamic-scan/action/index.hbs
app/components/file-details/dynamic-scan/manual/index.ts
dynamicScan
tofile
property for status checks, updating computed properties accordingly.app/models/file.ts
isReadyOrRunning
to check dynamic status.app/router.ts
app/styles/_component-variables.scss
app/styles/_icons.scss
.ak-icon-stop-circle
.tests/acceptance/file-details/dynamic-scan-test.js
tests/integration/components/dynamic-scan-test.js
Possibly related PRs
DynamicScanActions
class and enhancements to test assertions related to dynamic scanning, which are directly relevant to the refactoring of the dynamic scan component in the main PR.Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
â¤ī¸ Share
- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)đĒ§ Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit