Skip to content

Allow uploading unsuccessful dataset, and export failed rows (For conversions)#8111

Draft
alesan99 wants to merge 12 commits into
mainfrom
conversions-wb
Draft

Allow uploading unsuccessful dataset, and export failed rows (For conversions)#8111
alesan99 wants to merge 12 commits into
mainfrom
conversions-wb

Lint code with ESLint and Prettier

7daf0ab
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 3, 2026 in 2s

12 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 10 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 71 in specifyweb/backend/businessrules/migration_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong name for an argument in a call Error

Keyword argument 'discipline' is not a supported parameter name of
function create_uniqueness_rule
.

Check failure on line 30 in specifyweb/backend/businessrules/migrations/0004_catnum_uniquerule.py

See this annotation in the file changed.

Code scanning / CodeQL

Wrong name for an argument in a call Error

Keyword argument 'discipline' is not a supported parameter name of
function create_uniqueness_rule
.

Check notice on line 1 in specifyweb/backend/businessrules/tests/test_collectionobject.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'Collection' is not used.

Check notice on line 17 in specifyweb/backend/businessrules/uniqueness_rules.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
specifyweb.specify.models
begins an import cycle.

Check notice on line 17 in specifyweb/backend/businessrules/uniqueness_rules.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Discipline' is not used.

Check notice on line 37 in specifyweb/backend/context/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
specifyweb.backend.context.remote_prefs
begins an import cycle.

Check notice on line 5 in specifyweb/backend/redis_cache/rqueue.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'RedisSet' is not used.

Check notice on line 22 in specifyweb/backend/stored_queries/format.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
specifyweb.backend.context.remote_prefs
begins an import cycle.

Check notice on line 17 in specifyweb/backend/workbench/upload/auditlog.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
specifyweb.backend.context.remote_prefs
begins an import cycle.

Check notice on line 445 in specifyweb/backend/workbench/upload/upload.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable cache is not used.

Check notice on line 2091 in specifyweb/specify/migration_utils/update_schema_config.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable items is not used.

Check notice on line 4 in specifyweb/specify/tests/test_delete_blockers.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'UserPolicy' is not used.