Cleanup apiutils module a bit and move git related functions to another module
Compare changes
Files
3
src/caosdb/utils/git_utils.py
0 → 100644
+ 84
− 0
This is a simple refactoring: Some git-related functions have been used to a different module and the old functions have been deprecated.
Just check whether you are fine with my decision and whether the functions are called from the deprecated ones correctly.
It looks like these functions were tested manually before. Feel free to add a feature request for unit tests for these functions.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.