Skip to content

Update package.json#14430

Merged
joyceerhl merged 1 commit into
mainfrom
package-json
Oct 29, 2020
Merged

Update package.json#14430
joyceerhl merged 1 commit into
mainfrom
package-json

Conversation

@joyceerhl
Copy link
Copy Markdown

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).
  • The wiki is updated with any design decisions/details.

@joyceerhl joyceerhl added the no-changelog No news entry required label Oct 18, 2020
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 18, 2020

Codecov Report

Merging #14430 into main will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #14430      +/-   ##
==========================================
- Coverage   65.01%   65.01%   -0.01%     
==========================================
  Files         539      539              
  Lines       25050    25050              
  Branches     3533     3533              
==========================================
- Hits        16287    16286       -1     
- Misses       8102     8103       +1     
  Partials      661      661              
Impacted Files Coverage Δ
src/client/common/utils/platform.ts 68.00% <0.00%> (-4.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c77b138...576d7c3. Read the comment docs.

Comment thread build/ci/templates/steps/initialization.yml Outdated
Comment thread package.json
Comment thread src/test/standardTest.ts Outdated
Copy link
Copy Markdown

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

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

Waiting on what Don said. We need to only put the dependency in the package.json during build time.

@joyceerhl joyceerhl force-pushed the package-json branch 2 times, most recently from 835bde5 to 9ad320f Compare October 20, 2020 23:44
Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

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

Hey Joyce. Sorry about the pain on this. But this is looking to merge into WIP/NoDS. We need it going into that new myNoDS branch that is off of main. That branch has the correct commits to not have a bunch of merge conflicts going into main due to the squash merges into WIP/NoDS.

Copy link
Copy Markdown

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Something that was discussed with core team was to bring the smoke tests into Python repo (bring back old smoke tests):

  • This way we know python extension works well with DS (rather than expecting DS to test integration with Python), so they know what they could be breaking in DS early on.
  • You just need the dataScienec.smoke.test.ts files from DS code.

Copy link
Copy Markdown

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

You will also need to update the Github Actions (as they have smoke tests running in github actions too), else merging this PR into main will break CI.

@joyceerhl joyceerhl changed the base branch from WIP/NoDS to myNoDS October 21, 2020 16:47
@joyceerhl joyceerhl changed the base branch from myNoDS to WIP/NoDS October 21, 2020 16:47
@joyceerhl joyceerhl changed the base branch from WIP/NoDS to myNoDS October 21, 2020 16:54
Base automatically changed from myNoDS to main October 24, 2020 00:08
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@joyceerhl joyceerhl merged commit f8636cd into main Oct 29, 2020
@joyceerhl joyceerhl deleted the package-json branch October 29, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants