Check if DSID is used in other branches
Changes introduced
-
check_jo_consistency.py
will check if a DSID is being used by any other branch in the remote and if so throw an error - this feature is used by both the commit script and the CI
Tests
-
Previous behaviour of commit script stays unchanged (I'm trying to commit a new jO from
999999
(dummy) so the commit script should suggest the proper DSID)
-
I put the jO in a DSID used by another branch => both the commit script and the CI fail:
-
I put the jO in the correct DSID (as suggested by the script) => both the commit script and the CI should succeed
Issues resolved
Closes #91 (closed)
Edited by Frank Siegert