Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

feat: Always use the newest validation scratch org during Validate #1428

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Conversation

alanjaouen
Copy link
Contributor

@alanjaouen alanjaouen commented Oct 20, 2023

Summary generated by Reviewpad on 08 Nov 23 22:07 UTC

This pull request includes two patches.

The first patch updates the ORDER BY filter in the ScratchOrgInfoFetcher.ts file from "ORDER BY CreatedDate ASC" to "ORDER BY CreatedDate DESC".

The second patch adds spaces to the queries in the ScratchOrgInfoFetcher.ts file, improving readability.

fixes #1228

Checklist

All items have to be completed before a PR is merged

  • Adhere to Contribution Guidelines
  • Updates to Decision Records considered?
  • Updates to documentation at DX@Scale Guide considered?
  • Tested changes?
  • Unit Tests new and existing passing locally?

@reviewpad reviewpad bot added small Pull request is small waiting-for-review labels Oct 20, 2023
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dca75e6) 46.86% compared to head (87e253d) 46.86%.

❗ Current head 87e253d differs from pull request most recent head 0d67a71. Consider uploading reports for the commit 0d67a71 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1428   +/-   ##
=======================================
  Coverage   46.86%   46.86%           
=======================================
  Files          70       70           
  Lines        2665     2665           
  Branches      302      313   +11     
=======================================
  Hits         1249     1249           
+ Misses       1414     1386   -28     
- Partials        2       30   +28     

see 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@NathanielNizard NathanielNizard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would help us greatly at Aviv Group. One Team.

@azlam-abdulsalam
Copy link
Contributor

@NathanielNizard definitely, just need to test it, otherwise I am all good

@alanjaouen have you tested it?

@alanjaouen
Copy link
Contributor Author

@azlam-abdulsalam tested loccaly, I don't know how to / if I can unit test this

@azlam-abdulsalam azlam-abdulsalam merged commit 8b93c2a into dxatscale:main Nov 8, 2023
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
small Pull request is small waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Always use the newest validation scratch org during Validate
3 participants