-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into az/worker_for_chunks
- Loading branch information
Showing
199 changed files
with
2,338 additions
and
1,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,38 +5,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- id: files | ||
uses: tj-actions/[email protected] | ||
with: | ||
files: | | ||
cvat-sdk/**/*.py | ||
cvat-cli/**/*.py | ||
tests/python/**/*.py | ||
cvat/apps/quality_control/**/*.py | ||
cvat/apps/analytics_report/**/*.py | ||
dir_names: true | ||
|
||
- name: Run checks | ||
env: | ||
PR_FILES_AM: ${{ steps.files.outputs.added_modified }} | ||
PR_FILES_RENAMED: ${{ steps.files.outputs.renamed }} | ||
run: | | ||
# If different modules use different Black configs, | ||
# we need to run Black for each python component group separately. | ||
# Otherwise, they all will use the same config. | ||
pipx install $(grep "^black" ./cvat-cli/requirements/development.txt) | ||
UPDATED_DIRS="${{steps.files.outputs.all_changed_files}}" | ||
echo "Black version: $(black --version)" | ||
if [[ ! -z $UPDATED_DIRS ]]; then | ||
pipx install $(egrep "black.*" ./cvat-cli/requirements/development.txt) | ||
echo "Black version: "$(black --version) | ||
echo "The dirs will be checked: $UPDATED_DIRS" | ||
EXIT_CODE=0 | ||
for DIR in $UPDATED_DIRS; do | ||
black --check --diff $DIR || EXIT_CODE=$(($? | $EXIT_CODE)) || true | ||
done | ||
exit $EXIT_CODE | ||
else | ||
echo "No files with the \"py\" extension found" | ||
fi | ||
black --check --diff . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Fixed | ||
|
||
- Propagation creates copies on non-existing frames in a ground truth job | ||
(<https://github.com/cvat-ai/cvat/pull/8550>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Added | ||
|
||
- Feature to hide a mask during editing (<https://github.com/cvat-ai/cvat/pull/8554>) |
4 changes: 0 additions & 4 deletions
4
changelog.d/20241022_121638_klakhov_fix_request_status_crush.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...gelog.d/20241029_105216_maria_do_not_export_honeypots_when_exporting_project.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Fixed | ||
|
||
- Exporting projects with tasks containing honeypots. Honeypots are no longer exported. | ||
(<https://github.com/cvat-ai/cvat/pull/8597>) |
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
changelog.d/20241029_120317_dmitrii.lavrukhin_remove_business.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Removed | ||
|
||
- Removed unused business group | ||
(<https://github.com/cvat-ai/cvat/pull/8607>) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Fixed | ||
|
||
- Error after creating GT job on Create job page with frame selection method `random_per_job` | ||
(<https://github.com/cvat-ai/cvat/pull/8623>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.