Shamika Kumar
06/02/2021, 7:15 AMTal Sofer
06/02/2021, 7:27 AMTal Sofer
06/02/2021, 7:36 AMTal Sofer
06/02/2021, 7:39 AMTal Sofer
06/02/2021, 9:31 AMShamika Kumar
06/02/2021, 11:00 AMOz Katz
resolveRef
- given a reference, there's a function that checks whether this reference is a branch or a commit. It does so by first attempting to get a branch with the given ID, and if a 404 is returned, try and get a commit with that ID. This logic is correct and desirable, so not sure I'd qualify this is a bug per-se.
See: https://github.com/treeverse/lakeFS/blob/master/webui/src/lib/hooks/repo.jsx#L8
If there's a way to supress the error from the JS log, that would probably help avoid the confusion, but looking at this issue (open since 2012...) I doubt there is:
https://bugs.chromium.org/p/chromium/issues/detail?id=124534Shamika Kumar
06/02/2021, 12:27 PM