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(blocks) : Authentication for todoist block #9319

Merged

Conversation

Abhi1992002
Copy link
Contributor

Implement OAuth authentication for Todoist with a basic authentication mechanism for testing purposes. The basic authentication will be removed in the next block pr.

I’ve been using the official Python SDK for Todoist, called todoist-api-python.

@Abhi1992002 Abhi1992002 requested a review from a team as a code owner January 22, 2025 17:16
@Abhi1992002 Abhi1992002 requested review from ntindle and Pwuts and removed request for a team January 22, 2025 17:16
@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end platform/blocks size/l labels Jan 22, 2025
Copy link

netlify bot commented Jan 22, 2025

Deploy Preview for auto-gpt-docs-dev ready!

Name Link
🔨 Latest commit a049c35
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/679b89b5c114140008b4ac45
😎 Deploy Preview https://deploy-preview-9319--auto-gpt-docs-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Abhi1992002 Abhi1992002 changed the title Authentication for todoist block feat(blocks) : Authentication for todoist block Jan 22, 2025
Copy link

netlify bot commented Jan 22, 2025

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit a049c35
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/679b89b51780a70008e2f408
😎 Deploy Preview https://deploy-preview-9319--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Abhi1992002 Abhi1992002 mentioned this pull request Jan 22, 2025
7 tasks
@ntindle
Copy link
Member

ntindle commented Jan 24, 2025

Other than the above two, this is good to me

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jan 24, 2025
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

Copy link
Member

@ntindle ntindle left a comment

Choose a reason for hiding this comment

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

forgot to actually hit request changes

@Abhi1992002 Abhi1992002 force-pushed the abhi/todoist-integration-authentication-and-some-basic-blocks branch from 4825e92 to c9bd83b Compare January 27, 2025 15:42
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jan 27, 2025
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jan 28, 2025
@Abhi1992002 Abhi1992002 force-pushed the abhi/todoist-integration-authentication-and-some-basic-blocks branch from 538700c to d989c2f Compare January 29, 2025 10:06
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot added conflicts Automatically applied to PRs with merge conflicts and removed conflicts Automatically applied to PRs with merge conflicts labels Jan 29, 2025
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@Abhi1992002 Abhi1992002 force-pushed the abhi/todoist-integration-authentication-and-some-basic-blocks branch from d989c2f to 4d38df0 Compare January 30, 2025 06:54
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jan 30, 2025
Copy link

deepsource-io bot commented Jan 30, 2025

Here's the code health analysis summary for commits 1f83a8c..a049c35. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@Abhi1992002 Abhi1992002 requested a review from ntindle January 30, 2025 06:55
github-merge-queue bot pushed a commit that referenced this pull request Jan 30, 2025
- Resolves - #9303 and #9304
- Depends on - #9319

### Blocks list

Block Name | What It Does | Manually Tested
-- | -- | --
Todoist Create Label | Creates a new label in Todoist | ✅
Todoist List Labels | Retrieves all personal labels from Todoist | ✅
Todoist Get Label | Retrieves a specific label by ID | ✅
Todoist Create Task | Creates a new task in Todoist | ✅
Todoist Get Tasks | Retrieves active tasks from Todoist | ✅
Todoist Update Task | Updates an existing task | ✅
Todoist Close Task | Completes/closes a task | ✅
Todoist Reopen Task | Reopens a completed task | ✅
Todoist Delete Task | Permanently deletes a task | ✅
Todoist List Projects | Retrieves all projects from Todoist | ✅
Todoist Create Project | Creates a new project in Todoist | ✅
Todoist Get Project | Retrieves details for a specific project | ✅
Todoist Update Project | Updates an existing project | ✅
Todoist Delete Project | Deletes a project and its contents | ✅
Todoist List Collaborators | Retrieves collaborators on a project | ✅
Todoist List Sections | Retrieves sections from Todoist | ✅
Todoist Get Section | Retrieves details for a specific section | ✅
Todoist Delete Section | Deletes a section and its tasks | ✅
Todoist Create Comment | Creates a new comment on a task or project | ✅
Todoist Get Comments | Retrieves all comments for a task or project | ✅
Todoist Get Comment | Retrieves a specific comment by ID | ✅
Todoist Update Comment | Updates an existing comment | ✅
Todoist Delete Comment | Deletes a comment | ✅

> I’ve only created action blocks in Todoist because webhooks can only
be manually created [we can't do it programatically right now]. I’ve
already emailed Todoist for help, but they haven’t replied yet. Once I
receive a reply, I’ll create a pull request for webhook triggers in
Todoist.
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jan 30, 2025
@Abhi1992002 Abhi1992002 force-pushed the abhi/todoist-integration-authentication-and-some-basic-blocks branch from 8fce69f to efb9669 Compare January 30, 2025 14:16
@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jan 30, 2025
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed platform/frontend AutoGPT Platform - Front end platform/blocks labels Jan 30, 2025
@github-actions github-actions bot added size/s and removed size/l labels Jan 30, 2025
@ntindle ntindle added this pull request to the merge queue Jan 30, 2025
Merged via the queue into dev with commit f5bf36c Jan 30, 2025
22 checks passed
@ntindle ntindle deleted the abhi/todoist-integration-authentication-and-some-basic-blocks branch January 30, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/backend AutoGPT Platform - Back end size/s
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants