-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] implementation Notion analyzer #3869
Conversation
Conflicts need to be resolved! |
relationship of resources and permission modified.
updated the expected json for test.
41bf0a4
to
540c2de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I mentioned this to Kashif, but I'm not very familiar with our analyzers, so feel free to treat all my comments as optional.
Thanks @ahrav for thoroughly reviewing the PR. I have incorporated your comments. |
Merge activity
|
Description:
Since
![Screenshot 2025-02-04 at 6 46 37 PM](https://private-user-images.githubusercontent.com/5653562/409579656-2fb711fe-466f-4b78-9b25-56852f08cd3b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODY1MTUsIm5iZiI6MTczOTQ4NjIxNSwicGF0aCI6Ii81NjUzNTYyLzQwOTU3OTY1Ni0yZmI3MTFmZS00NjZmLTRiNzgtOWIyNS01Njg1MmYwOGNkM2IucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjIzNjU1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDY2M2UxZGVmNzUxMWE4NjQ2Njg0YTE2Mzc5NTEwMGRkZjYzMWRmMzlmMDAzYmQyODgzMWVmZjc5Nzg5YWMzNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wFxgT0pVDU6jvWK3bd_51MWAWveYScqPd6K-RG-otdU)
Notion.co
allows to enable capabilities against integration token, It is a good candidate to build an analyzer for it.This PR implements notion analyzer along with its integration test.
Checklist:
make test-community
)?make lint
this requires golangci-lint)?