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

fix: LSDV-4711: CORS error accessing previously annotated data #4091

Merged
merged 5 commits into from
Apr 24, 2023

Conversation

bmartel
Copy link
Contributor

@bmartel bmartel commented Apr 24, 2023

PR fulfills these requirements

  • Commit message(s) and PR title follows the format [fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made ex. fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors
  • Tests for the changes have been added/updated (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • Best efforts were made to ensure docs/code are concise and coherent (checked for spelling/grammatical errors, commented out code, debug logs etc.)
  • Self-reviewed and ran all changes on a local instance (for bug fixes/features)

Change has impacts in these area(s)

(check all that apply)

  • Product design
  • Backend (Database)
  • Backend (API)
  • Frontend

Describe the reason for change

Follow up adjustments to fix some consistency issues, and a possible error return based on code review.

Does this PR introduce a breaking change?

(check only one)

  • Yes, and covered entirely by feature flag(s)
  • Yes, and covered partially by feature flag(s)
  • No
  • Not sure (briefly explain the situation below)

What level of testing was included in the change?

(check all that apply)

  • e2e
  • integration
  • unit

Which logical domain(s) does this change affect?

Presigned Urls, CORS

@netlify
Copy link

netlify bot commented Apr 24, 2023

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit ea7054e
🔍 Latest deploy log https://app.netlify.com/sites/heartex-docs/deploys/6446f5fc221a610008848284

@netlify
Copy link

netlify bot commented Apr 24, 2023

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit ea7054e
🔍 Latest deploy log https://app.netlify.com/sites/label-studio-docs-new-theme/deploys/6446f5fcd160080008a74586

@bmartel bmartel changed the title Fb lsdv 4711 fix: LSDV-4711: CORS error accessing previously annotated data Apr 24, 2023
@bmartel bmartel requested a review from makseq April 24, 2023 18:38
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.04 🎉

Comparison is base (c63ece1) 76.63% compared to head (ea7054e) 76.68%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4091      +/-   ##
===========================================
+ Coverage    76.63%   76.68%   +0.04%     
===========================================
  Files          155      155              
  Lines        11668    11669       +1     
===========================================
+ Hits          8942     8948       +6     
+ Misses        2726     2721       -5     

see 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bmartel bmartel merged commit 0393666 into develop Apr 24, 2023
@bmartel bmartel deleted the fb-lsdv-4711 branch April 24, 2023 22:35
Travis1282 pushed a commit that referenced this pull request May 25, 2023
* fix: LSDV-4711: CORS error accessing previously annotated data

* convert to tavern tests

* reinstating the presign_storage_data test as it covers directly the functions

* fix the resolving uri in the tests
shayantabatabaee pushed a commit to shayantabatabaee/label-studio that referenced this pull request Sep 19, 2023
…Signal#4091)

* fix: LSDV-4711: CORS error accessing previously annotated data

* convert to tavern tests

* reinstating the presign_storage_data test as it covers directly the functions

* fix the resolving uri in the tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants