-
-
Hi
We use this code to check whether a git repo contains only "new" files or whether a file was modified:
```
def git_check_added_only(repo: Repo):
prev_commit = repo.commit("HEAD~1")
h…
-
The current README is not helpful for external users who come to understand how the project works. We need to make is simple and provide general information on the project.
-
Parsing error for date format
-
-
I am able to implement all the mentioned steps in the read.me and was able to access the custos portal UI But unable to implement any of the operations from the user interface like user registration …
-
In the portal (https://gateway.iubemcenter.indiana.edu/), when clicked, 'Share' icon to view the shared with users, can see multiple occurrences of the same group/user. This needs to be fixed. I was l…
-
-
There is a potential NPE in
https://github.com/paul-hammant/qdox/blob/20c12cb233f536aee4b5a3c744381afed5ff3943/src/main/java/com/thoughtworks/qdox/library/SourceLibrary.java#L174-L175 when parsing pa…
-