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(block) : Todoist rest api blocks #9369

Merged
merged 25 commits into from
Jan 30, 2025
Merged

Conversation

Abhi1992002
Copy link
Contributor

@Abhi1992002 Abhi1992002 commented Jan 30, 2025

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.

@Abhi1992002 Abhi1992002 requested a review from a team as a code owner January 30, 2025 06:46
@Abhi1992002 Abhi1992002 requested review from Bentlybro and aarushik93 and removed request for a team January 30, 2025 06:46
Copy link

supabase bot commented Jan 30, 2025

This pull request has been ignored for the connected project bgwpwdsxblryihinutbx because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

Copy link
Contributor

This PR targets the master branch but does not come from dev or a hotfix/* branch.

Automatically setting the base branch to dev.

@github-actions github-actions bot added documentation Improvements or additions to documentation platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end platform/blocks labels Jan 30, 2025
@github-actions github-actions bot changed the base branch from master to dev January 30, 2025 06:47
Copy link

deepsource-io bot commented Jan 30, 2025

Here's the code health analysis summary for commits bd27ce5..882a0ea. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ Success
❗ 8 occurences introduced
View Check ↗

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

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jan 30, 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

netlify bot commented Jan 30, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 882a0ea
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/679b75d29ac92500089d1017

@Abhi1992002 Abhi1992002 force-pushed the abhi/todoist-rest-api-blocks branch from abe2220 to 0db2862 Compare January 30, 2025 07:13
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

netlify bot commented Jan 30, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 882a0ea
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/679b75d2d342d100082e43b1

@Abhi1992002 Abhi1992002 changed the title Abhi/todoist rest api blocks feat(block) : todoist rest api blocks Jan 30, 2025
@Abhi1992002 Abhi1992002 changed the title feat(block) : todoist rest api blocks feat(block) : Todoist rest api blocks Jan 30, 2025
@aarushik93 aarushik93 added this pull request to the merge queue Jan 30, 2025
Merged via the queue into dev with commit a44c933 Jan 30, 2025
27 checks passed
@aarushik93 aarushik93 deleted the abhi/todoist-rest-api-blocks branch January 30, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation platform/backend AutoGPT Platform - Back end platform/blocks platform/frontend AutoGPT Platform - Front end size/xl
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants