from_disk: Update loader classes implementation
GitLoaderFromDisk
and GitLoaderFromArchive
implementation can now
be simplified by inheriting from GitLoader
class and by overriding
the fetch_pack_from_origin
method to fetch git objects from disk
instead of fetching them from a remote URL.
Also remove the deprecation notice for GitLoaderFromDisk
as it is
likely there will be use cases in a near future for that git loader.
Related to !190 (comment 183093)
Merge request reports
Activity
Filter activity
mentioned in merge request !190
Jenkins job DLDG/gitlab-builds #203 succeeded in 1 min 49 sec.
See Console Output, Blue Ocean and Coverage Report for more details.
Please register or sign in to reply