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

Fixed x-forwarded-proto header (No need to set the header explicitly, as it is set by Traefik). #6308

Merged
merged 4 commits into from
Jun 14, 2023

Conversation

azhavoro
Copy link
Contributor

Motivation and context

How has this been tested?

Manually with docker-compose.https.yml config enabled

Checklist

  • I submit my changes into the develop branch
  • I have added a description of my changes into the CHANGELOG file
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)
  • I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #6308 (1ef581c) into develop (e8a31b8) will increase coverage by 6.55%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #6308      +/-   ##
===========================================
+ Coverage    73.14%   79.69%   +6.55%     
===========================================
  Files          320      320              
  Lines        37249    37240       -9     
  Branches      6748     6744       -4     
===========================================
+ Hits         27244    29678    +2434     
+ Misses        9725     7284    -2441     
+ Partials       280      278       -2     
Components Coverage Δ
cvat-ui 77.09% <ø> (+13.74%) ⬆️
cvat-server 82.05% <ø> (+0.02%) ⬆️

@SpecLad
Copy link
Contributor

SpecLad commented Jun 14, 2023

Add a changelog entry, please.

@azhavoro azhavoro requested a review from mdacoca as a code owner June 14, 2023 11:14
@azhavoro azhavoro merged commit fb87d7d into develop Jun 14, 2023
@azhavoro azhavoro mentioned this pull request Jun 16, 2023
bsekachev added a commit that referenced this pull request Jun 16, 2023
## \[2.4.7] - 2023-06-16
### Added
- \[API\] API Now supports the creation and removal of Ground Truth
jobs. (<#6204>)
- \[API\] We've introduced task quality estimation endpoints.
(<#6204>)
- \[CLI\] An option to select the organization.
(<#6317>)

### Fixed
- Issues with running serverless models for EXIF-rotated images.
(<#6275>)
- File uploading issues when using https configuration.
(<#6308>)
- Dataset export error with `outside` property of tracks.
(<#5971>)
- Broken logging in the TransT serverless function.
(<#6290>)

---------

Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>
Co-authored-by: Mariia Acoca <39969264+mdacoca@users.noreply.github.com>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
Co-authored-by: klakhov <kirill.9992@gmail.com>
Co-authored-by: Roman Donchenko <roman@cvat.ai>
Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: Paweł Kotiuk <kotiuk@zohomail.eu>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
@azhavoro azhavoro deleted the az/fix_tus branch June 19, 2023 14:03
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.

3 participants