-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: doccano/doccano
base: master
head repository: mSsaWin/doccano
compare: master
- 15 commits
- 43 files changed
- 1 contributor
Commits on Sep 30, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for fc1a8f0 - Browse repository at this point
Copy the full SHA fc1a8f0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c496e32 - Browse repository at this point
Copy the full SHA c496e32View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 50732c8 - Browse repository at this point
Copy the full SHA 50732c8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 550ef6f - Browse repository at this point
Copy the full SHA 550ef6fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3f74b56 - Browse repository at this point
Copy the full SHA 3f74b56View commit details -
chore: add name to production Docker Compose configuration
- Added a name field to the production Docker Compose file for better identification of the service.
Configuration menu - View commit details
-
Copy full SHA for ec142d5 - Browse repository at this point
Copy the full SHA ec142d5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9cc91b1 - Browse repository at this point
Copy the full SHA 9cc91b1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 239a817 - Browse repository at this point
Copy the full SHA 239a817View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f1584e1 - Browse repository at this point
Copy the full SHA f1584e1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dd5653a - Browse repository at this point
Copy the full SHA dd5653aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8a2a9bb - Browse repository at this point
Copy the full SHA 8a2a9bbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 54d6e29 - Browse repository at this point
Copy the full SHA 54d6e29View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cf2ccd8 - Browse repository at this point
Copy the full SHA cf2ccd8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8576a69 - Browse repository at this point
Copy the full SHA 8576a69View commit details
Commits on Oct 30, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5884465 - Browse repository at this point
Copy the full SHA 5884465View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master