N-o-Z
N-o-Z
ACL migration code was added when we moved from RBAC to ACL in lakeFS. I think it is about time we remove this migration path from future lakeFS versions.
Performing the mtime update before performing the actual copy on the blockstore could potentially cause a substantial gap between underlying storage object mtime and lakeFS mtime. This could cause issues...
We should sanitize any user inputted fields in pull requests such as Title and Description to avoid potentially malicious attacks
We can rewrite the docker files, and re-use files for different jobs potentially avoiding code duplication. See: https://docs.docker.com/compose/multiple-compose-files/merge/