Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

feat: Github issues support #557

Merged
merged 13 commits into from
Jul 31, 2024
Merged

Conversation

manish-singh-bisht
Copy link
Contributor

@manish-singh-bisht manish-singh-bisht commented May 6, 2024

Description

Fixes #252

added github issue integration
task,user,collections,comments endpoints added
oauth added

https://www.loom.com/share/8404afa6be614e098a02268a3b5b88a1 (users,tasks,collections,comment(create,update,getComment))

https://www.loom.com/share/2d0ee45aae304e11baea2378253d62f3 (comment-get comments- 8 May 2024)

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

postman

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

vercel bot commented May 6, 2024

@manish-singh-bisht is attempting to deploy a commit to the OpenInt Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

github-actions bot commented May 6, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@manish-singh-bisht manish-singh-bisht marked this pull request as draft May 6, 2024 10:03
@manish-singh-bisht manish-singh-bisht marked this pull request as ready for review May 7, 2024 21:20
Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
revert-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 10:02am

@manish-singh-bisht
Copy link
Contributor Author

things to change

  1. image links-

github.mdx,

packages/client/src/features/integration/enums/metadata.ts,

packages/backend/services/metadata.ts

Copy link
Member

@Nabhag8848 Nabhag8848 left a comment

Choose a reason for hiding this comment

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

@manish-singh-bisht added some comments can you have a look, ping me here once you have done.

also have you tested this integration for customRedirectUrls ? if not please do and lemme know if that works or not this one: https://github.com/revertinc/revert/pull/574/files

integrationId: TP_ID.github,
name: 'GitHub',
imageSrc:
'https://res.cloudinary.com/dfcnic8wq/image/upload/v1702983006/Revert/szfzkoagws7h3miptezo.png',
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this is image of Jira

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes this jatin will provide.

Copy link
Member

Choose a reason for hiding this comment

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

packages/backend/services/ticket/collection.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/comment.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/comment.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/comment.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/task.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/task.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/task.ts Outdated Show resolved Hide resolved
packages/backend/services/ticket/task.ts Outdated Show resolved Hide resolved

github: {
name: 'GitHub',
logo: 'https://res.cloudinary.com/dfcnic8wq/image/upload/v1711549311/Revert/cmqpors8m8tid9zpn9ak.png',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
logo: 'https://res.cloudinary.com/dfcnic8wq/image/upload/v1711549311/Revert/cmqpors8m8tid9zpn9ak.png',
logo: GITHUBLOGO,

@manish-singh-bisht
Copy link
Contributor Author

@manish-singh-bisht added some comments can you have a look, ping me here once you have done.

also have you tested this integration for customRedirectUrls ? if not please do and lemme know if that works or not this one: https://github.com/revertinc/revert/pull/574/files

works

packages/backend/services/ticket/user.ts Show resolved Hide resolved
integrationId: TP_ID.github,
name: 'GitHub',
imageSrc:
'https://res.cloudinary.com/dfcnic8wq/image/upload/v1702983006/Revert/szfzkoagws7h3miptezo.png',
Copy link
Member

Choose a reason for hiding this comment

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

@manish-singh-bisht
Copy link
Contributor Author

things to change

1. image links-

github.mdx,

packages/client/src/features/integration/enums/metadata.ts,

packages/backend/services/metadata.ts

@Nabhag8848 we need images for the above mentioned places.thank you

Copy link
Member

@Nabhag8848 Nabhag8848 left a comment

Choose a reason for hiding this comment

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

@Nabhag8848 Nabhag8848 merged commit 8bcad8e into revertinc:main Jul 31, 2024
3 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REVER-23] Github issues support
2 participants