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

[DRAFT] Webhook example with record completed #5477

Draft
wants to merge 90 commits into
base: feat/add-webhooks-feature-branch
Choose a base branch
from

Conversation

frascuchon
Copy link
Member

@frascuchon frascuchon commented Sep 11, 2024

Description

This is a PR including an example using webhook to provide some record suggestions when annotating. This is a draft and some of the code could change.

You can start by looking at the webhook.py file

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (change restructuring the codebase without changing functionality)
  • Improvement (change adding some improvement to an existing functionality)
  • Documentation update

How Has This Been Tested

Checklist

  • I added relevant documentation
  • I followed the style guidelines of this project
  • I did a self-review of my code
  • I made corresponding changes to the documentation
  • I confirm My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

jfcalvo and others added 30 commits August 1, 2024 16:50
@frascuchon frascuchon changed the base branch from feat/add-webhooks-feature-branch to feat/add-webhook-expanded-events September 13, 2024 11:29
Base automatically changed from feat/add-webhook-expanded-events to feat/add-webhooks-feature-branch September 16, 2024 07:51
@burtenshaw
Copy link
Contributor

@frascuchon there are excess changes.

@frascuchon frascuchon changed the base branch from feat/add-webhooks-feature-branch to feat/add-record-related-webhook-events September 16, 2024 09:02
@frascuchon
Copy link
Member Author

I wi

@frascuchon there are excess changes.

I will work on several PRs ending by the webhook example

Base automatically changed from feat/add-record-related-webhook-events to feat/add-webhooks-feature-branch September 16, 2024 10:23
@frascuchon frascuchon force-pushed the feat/webhook-example-with-record-completed branch 2 times, most recently from bd59f99 to 4b44c46 Compare September 16, 2024 10:32
@frascuchon frascuchon force-pushed the feat/webhook-example-with-record-completed branch from 4b44c46 to 45cb194 Compare September 16, 2024 10:32
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.42%. Comparing base (48a0dfe) to head (aca87e8).

Additional details and impacted files
@@                        Coverage Diff                        @@
##           feat/add-webhooks-feature-branch    #5477   +/-   ##
=================================================================
  Coverage                             91.42%   91.42%           
=================================================================
  Files                                   157      157           
  Lines                                  6321     6321           
=================================================================
  Hits                                   5779     5779           
  Misses                                  542      542           
Flag Coverage Δ
argilla-server 91.42% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants