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 the main diff function #30

Merged
merged 6 commits into from
Aug 18, 2021
Merged

Conversation

aayushmau5
Copy link
Member

This is the PR that bootstraps all other functions. This will the main function which will be responsible for generating the diff.

@aayushmau5
Copy link
Member Author

@derberg @magicmatatjahu Need your reviews here :)

@derberg
Copy link
Member

derberg commented Aug 17, 2021

@aayushmau5 for duplications, please rename sonar config file from sonar-project.properties to .sonarcloud.properties and make sure that file that has duplications is listed there but only under sonar.cpd.exclusions

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

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

just remarks about JSDocs other thank that -> quality code mate!

one more question about

const breaking = 'breaking';
const nonBreaking = 'non-breaking';
const unclassified = 'unclassified';

are these declared in one or multiple places? we need to make sure it is just done once

src/main.ts Outdated
* Generates diff between two AsyncAPI documents
* @param firstDocument The parsed AsycnAPI document
* @param secondDocument The parsed AsycnAPI document
* @param {Config} config Configuration options
Copy link
Member

Choose a reason for hiding this comment

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

we need more jsdoc details on the configuration options, what options are basically available. Would be good to even include an example like https://github.com/asyncapi/generator/blob/master/lib/generator.js#L144-L165

Copy link
Member

Choose a reason for hiding this comment

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

like what this override means after all, what is the purpose. What is add, what is remove and what is edit

Copy link
Member Author

@aayushmau5 aayushmau5 Aug 17, 2021

Choose a reason for hiding this comment

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

yeah, I'm going to add this now. I was working on document generation and JSDoc just gave me Config. I thought it will give things inside them as well 😅

@aayushmau5
Copy link
Member Author

aayushmau5 commented Aug 17, 2021

const breaking = 'breaking';
const nonBreaking = 'non-breaking';
const unclassified = 'unclassified';

are these declared in one or multiple places? we need to make sure it is just done once

ah, cool. Then I will make a contants.ts file and put them there.

@aayushmau5
Copy link
Member Author

Wow, that sonar cloud config worked. 🚀

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aayushmau5 aayushmau5 requested a review from derberg August 17, 2021 16:58
Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

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

🚀

@derberg derberg merged commit 341081f into asyncapi:master Aug 18, 2021
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

3 participants