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

Update dependencies #8308

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Update dependencies #8308

merged 1 commit into from
Aug 16, 2024

Conversation

azhavoro
Copy link
Contributor

@azhavoro azhavoro commented Aug 15, 2024

Updated:
backend python packages
golang image
frontend nginx base image

Motivation and context

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
    - [ ] 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.

Summary by CodeRabbit

  • New Features

    • Updated the base images for application containerization, enhancing the environment and dependencies.
    • Upgraded NGINX server version for improved performance and security in the UI application.
  • Bug Fixes

    • Updated various dependencies to their latest versions, improving functionality and performance.
  • Chores

    • Standardized casing in Dockerfile for consistency.

  backend python packages
  golang image
  frontend nginx base image
Copy link
Contributor

coderabbitai bot commented Aug 15, 2024

Walkthrough

The recent changes enhance the Docker configurations and update several dependencies in the application. Significant updates include upgrading the Go version in the Dockerfile, enhancing the NGINX base image for the UI, and incrementing various library versions in the requirements files. These modifications aim to improve performance, security, and overall reliability of the application while maintaining consistency in the Docker setup.

Changes

File Change Summary
Dockerfile, Dockerfile.ui Updated base images to newer versions, enhancing performance and consistency.
cvat/requirements/base.txt Updated several dependencies for bug fixes and improvements in functionality.
cvat/requirements/development.txt Incremented versions of tomlkit and setuptools, suggesting minor enhancements.
cvat/requirements/production.txt Updated watchfiles dependency to a newer version for potential improvements.

Poem

🐇 In a world of code, we hop and play,
With Docker and versions, we brighten the day.
Upgrades abound, let the bugs take flight,
With NGINX and Go, our future is bright!
So here’s to the changes, let’s cheer and rejoice,
For every small tweak gives our project a voice! 🎉


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

sonarcloud bot commented Aug 15, 2024

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 3f9083b and eef0e07.

Files selected for processing (5)
  • Dockerfile (2 hunks)
  • Dockerfile.ui (1 hunks)
  • cvat/requirements/base.txt (9 hunks)
  • cvat/requirements/development.txt (1 hunks)
  • cvat/requirements/production.txt (1 hunks)
Files skipped from review due to trivial changes (2)
  • cvat/requirements/development.txt
  • cvat/requirements/production.txt
Additional comments not posted (4)
Dockerfile.ui (1)

37-38: Upgrade to a newer NGINX image version.

The update to nginx:1.26.1-alpine3.19-slim is approved. This change may provide performance improvements and security patches. The slim variant can also reduce the image size, enhancing deployment efficiency.

Dockerfile (2)

4-4: Standardize alias casing.

The change from as to AS in the alias for the build stage is a stylistic improvement for consistency. This change does not affect functionality.


87-87: Upgrade Go version.

The update to golang:1.23.0 is approved. This change may introduce new features or optimizations. Ensure compatibility with any breaking changes introduced in this version.

cvat/requirements/base.txt (1)

38-38: Approve dependency updates.

The updates to the dependencies are approved. These may include bug fixes, performance improvements, or new features. Ensure compatibility with the rest of the codebase.

Also applies to: 72-72, 130-130, 141-141, 151-151, 173-173, 199-199, 272-272, 358-358

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.33%. Comparing base (3f9083b) to head (eef0e07).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8308      +/-   ##
===========================================
- Coverage    83.35%   83.33%   -0.02%     
===========================================
  Files          391      391              
  Lines        41556    41556              
  Branches      3839     3839              
===========================================
- Hits         34639    34632       -7     
- Misses        6917     6924       +7     
Components Coverage Δ
cvat-ui 79.56% <ø> (-0.04%) ⬇️
cvat-server 86.68% <ø> (-0.01%) ⬇️

@SpecLad SpecLad merged commit a69e122 into develop Aug 16, 2024
33 checks passed
@SpecLad SpecLad deleted the az/update_packages branch August 16, 2024 11:06
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