Skip to content
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

fix(web): list all not found assets #998

Merged
merged 7 commits into from Sep 26, 2021
Merged

fix(web): list all not found assets #998

merged 7 commits into from Sep 26, 2021

Conversation

saadjutt01
Copy link
Member

@saadjutt01 saadjutt01 commented Sep 18, 2021

Issue

Closes #997
Closes #757

Intent

Print helpful message in case of missing assets while sasjs web
Print message for UNC paths not supported while sasjs doc

Implementation

Throwing error message for UNC paths.
Screenshot 2021-09-20 at 10 51 24 AM

Catching all the missing assets and printing on on console.
image

Rest of the changes are the removal of unnecessary usage of await.

Checks

  • Code is formatted correctly (npm run lint:fix).
    image
  • Any new functionality has been unit tested.
  • All unit tests are passing (npm test).
    Mocked:
    image
    Server:
  • All CI checks are green.
  • JSDoc comments have been added or updated.
  • Reviewer is assigned.

krishna-acondy
krishna-acondy previously approved these changes Sep 18, 2021
@krishna-acondy
Copy link
Contributor

@saadjutt01 You might want to change the PR title to something more descriptive, starting with fix.

@saadjutt01 saadjutt01 changed the title Issue 997 fix(web): list all not found assets Sep 20, 2021
@saadjutt01
Copy link
Member Author

@saadjutt01 You might want to change the PR title to something more descriptive, starting with fix.

Updated.

@VladislavParhomchik
Copy link
Member

Server tests failed
image

@allanbowe allanbowe merged commit e166c78 into main Sep 26, 2021
@allanbowe allanbowe deleted the issue-997 branch September 26, 2021 12:21
@ghost
Copy link

ghost commented Sep 26, 2021

🎉 This PR is included in version 2.38.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve error when asset is not found for streaming apps sasjs doc - UNC and lineage issues
4 participants