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

feat: add WaveComponent #220

Merged
merged 6 commits into from
Dec 16, 2021
Merged

feat: add WaveComponent #220

merged 6 commits into from
Dec 16, 2021

Conversation

scolladon
Copy link
Owner

What does this pull request contains

New types for all API version:

  • DiscoveryAIModel
  • DiscoveryGoal
  • WaveComponent

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Explain your changes


Add new entry in metadata file
Add new folder for discovery
Adapt the WaveHandler to support multiple folder

Does this close any currently open issues?


closes #218

  • Jest test to check the fix is applied are added.

Any particular element to being able to test locally


Run jest yarn test

Any other comments?


Where has this been tested?


Operating System: root:xnu-6153.141.43~1/RELEASE_X86_64

yarn version: 1.22.17

node version: v14.18.1

git version: 2.34.1

sfdx version: sfdx-cli/7.129.0 darwin-x64 node-v14.18.1

sgd plugin version: 4.11.0

@scolladon scolladon requested a review from mehdicherf December 9, 2021 21:26
@codecov
Copy link

codecov bot commented Dec 9, 2021

Codecov Report

Merging #220 (8a79c67) into master (8379424) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #220   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          498       498           
=========================================
  Hits           498       498           
Impacted Files Coverage Δ
src/service/typeHandlerFactory.js 100.00% <ø> (ø)
src/utils/metadataConstants.js 100.00% <ø> (ø)
src/service/waveHandler.js 100.00% <100.00%> (ø)
src/utils/packageConstructor.js 100.00% <100.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 8379424...8a79c67. Read the comment docs.

return acc
}, WAVE_SUBTYPE)
}
console.log(this.type)
Copy link
Collaborator

Choose a reason for hiding this comment

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

question: Is this a remaining of a debugging session or is it useful to always have this log?

Copy link
Owner Author

Choose a reason for hiding this comment

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

That is something I forgot to clean after the debugging session, nice catch !
Thanks

@scolladon scolladon requested a review from mehdicherf December 10, 2021 09:26
@codeclimate
Copy link

codeclimate bot commented Dec 10, 2021

Code Climate has analyzed commit 1cb518d and detected 0 issues on this pull request.

View more on Code Climate.

@scolladon scolladon merged commit bcacdaa into master Dec 16, 2021
@scolladon scolladon deleted the feat/wave-metadata-types branch December 16, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SGD Not Adding All Changed Tableau Components to Package.xml
2 participants