Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doccano/doccano
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mSsaWin/doccano
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 43 files changed
  • 1 contributor

Commits on Sep 30, 2025

  1. feat: enhance label management with popular labels and search functio…

    …nality
    
    - Added support for fetching popular labels in the label repository and application service.
    - Implemented search functionality for labels, allowing users to search by text.
    - Updated frontend components to utilize the new label services for better performance and user experience.
    - Adjusted permission settings for assignment and example views to streamline access control.
    - Increased data upload limits in settings for improved file handling.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    fc1a8f0 View commit details
    Browse the repository at this point in the history
  2. feat: enhance labeling interface and deduplicate label fetching

    - Added a section to display the currently selected label with an option to delete it.
    - Implemented a helper method to deduplicate labels by ID when fetching popular labels.
    - Updated label fetching logic to ensure no duplicates are present in the span and relation types.
    - Improved error handling for label fetching processes.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    c496e32 View commit details
    Browse the repository at this point in the history
  3. refactor: optimize label distribution calculation and fetching

    - Updated the LabelManager to only include labels that are actually used, reducing unnecessary zero-value entries.
    - Adjusted test cases to reflect the new label distribution logic.
    - Enhanced frontend components to load only relevant labels based on actual usage, improving performance and user experience.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    50732c8 View commit details
    Browse the repository at this point in the history
  4. fix: increase max_length of text field in LabelType model

    - Updated the text field in the LabelType model to allow a maximum length of 400 characters, enhancing flexibility for label descriptions.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    550ef6f View commit details
    Browse the repository at this point in the history
  5. feat: add openpyxl dependency and increase data upload limits

    - Added openpyxl version 3.1.0 to the project dependencies for enhanced Excel file handling.
    - Updated data upload settings to increase maximum number of fields to 30,000 and set maximum memory size to 10MB, improving file upload capabilities.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    3f74b56 View commit details
    Browse the repository at this point in the history
  6. chore: add name to production Docker Compose configuration

    - Added a name field to the production Docker Compose file for better identification of the service.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    ec142d5 View commit details
    Browse the repository at this point in the history
  7. chore: remove local API_URL from environment configuration

    - Removed the API_URL variable from the environment configuration in nuxt.config.js to streamline settings for production.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    9cc91b1 View commit details
    Browse the repository at this point in the history
  8. chore: update production configuration for security and routing

    - Added CSRF_TRUSTED_ORIGINS and ALLOWED_HOSTS environment variables to the Docker Compose file for enhanced security.
    - Updated Nginx configuration to improve routing by allowing for directory requests and added headers for forwarded protocol and host.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    239a817 View commit details
    Browse the repository at this point in the history
  9. chore: update Docker Compose configuration for production services

    - Changed backend, celery, and flower services to build from Dockerfiles instead of using pre-built images, allowing for more customization.
    - Updated nginx service to build from a specific Dockerfile for improved configuration management.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    f1584e1 View commit details
    Browse the repository at this point in the history
  10. chore: update Dockerfiles to install specific poetry version

    - Replaced the installation method of Poetry in both Dockerfiles with a direct pip installation of version 2.2.1 for consistency and reliability.
    - Removed the curl command for installing Poetry, streamlining the Docker build process.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    dd5653a View commit details
    Browse the repository at this point in the history
  11. chore: downgrade Poetry version in production Dockerfile

    - Updated the Dockerfile to install Poetry version 1.5.1 instead of 2.2.1, ensuring compatibility with existing project dependencies and configurations.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    8a2a9bb View commit details
    Browse the repository at this point in the history
  12. chore: update Dockerfile for nginx to enhance build process and confi…

    …guration
    
    - Added environment variables for public path and Node.js options to optimize the build.
    - Updated the installation method for Yarn to a specific version and enforced a frozen lockfile during installation.
    - Cleaned up the Docker image by removing unnecessary files after installation.
    - Created a media directory and adjusted permissions for nginx cache and media paths.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    54d6e29 View commit details
    Browse the repository at this point in the history
  13. chore: remove specific Yarn version installation from Dockerfile for …

    …nginx
    
    - Eliminated the installation of Yarn version 1.22.19 to streamline the build process.
    - Maintained the use of Yarn for dependency management with a frozen lockfile to ensure consistency.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    cf2ccd8 View commit details
    Browse the repository at this point in the history
  14. fix: update baseURL construction in ApiService to handle undefined AP…

    …I_URL
    
    - Modified the baseURL assignment in ApiService to ensure it defaults to an empty string if API_URL is not defined, preventing potential runtime errors.
    mSsaWin committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    8576a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. docs: add how to run guide for production setup with Docker Compose

    - Created a new documentation file detailing the steps to prepare the environment, build, and run the application using Docker Compose.
    - Included instructions for setting up environment variables, useful commands, and alternative methods for frontend updates.
    mSsaWin committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5884465 View commit details
    Browse the repository at this point in the history
Loading