Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Extract billy #173

Merged
merged 4 commits into from
Dec 19, 2016
Merged

Extract billy #173

merged 4 commits into from
Dec 19, 2016

Conversation

Serabe
Copy link
Contributor

@Serabe Serabe commented Dec 9, 2016

Billy is a new library directly extracted from go-git. It abstract
several storages systems in a filesystem interface.

More in github.com/src-d/billy

@codecov-io
Copy link

codecov-io commented Dec 9, 2016

Current coverage is 77.17% (diff: 100%)

Merging #173 into master will decrease coverage by 0.87%

@@             master       #173   diff @@
==========================================
  Files            94         92     -2   
  Lines          6051       5793   -258   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           4723       4471   -252   
- Misses          839        857    +18   
+ Partials        489        465    -24   

Powered by Codecov. Last update 60cf153...d736c4d

@Serabe Serabe force-pushed the feature/extract-billy branch from 97c00da to 5268cca Compare December 9, 2016 16:15
@@ -4,7 +4,7 @@ import (
"testing"

"gopkg.in/src-d/go-git.v4/storage/test"
"gopkg.in/src-d/go-git.v4/utils/fs/os"
"srcd.works/go-billy.v0/os"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that it is an external library, it should go into the third import block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've gone through all the changed files and added it to a third group. When needed, I've grouped other imports as well.

Thank you for the review!

@Serabe Serabe force-pushed the feature/extract-billy branch from 7a07e53 to a7eae73 Compare December 12, 2016 09:19
@@ -134,11 +134,11 @@ import (
"io"

"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/utils/fs"
"srcd.works/go-billy.v0/os"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grouping? ;)

@mcuadros
Copy link
Contributor

rebase?

@Serabe Serabe force-pushed the feature/extract-billy branch 2 times, most recently from bee7ae9 to cb804a9 Compare December 13, 2016 16:41
osfs "gopkg.in/src-d/go-git.v4/utils/fs/os"

"github.com/alcortesm/tgz"
"srcd.works/go-billy.v0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create a tag in go-bily and change the import to a version

@Serabe Serabe force-pushed the feature/extract-billy branch from cb804a9 to a591c46 Compare December 15, 2016 11:03
@mcuadros
Copy link
Contributor

@Serabe last rebase

Billy is a new library directly extracted from go-git. It abstract
several storages systems in a filesystem interface.

More in github.com/src-d/billy
@Serabe Serabe force-pushed the feature/extract-billy branch from a591c46 to 491ad2d Compare December 19, 2016 08:58
@Serabe
Copy link
Contributor Author

Serabe commented Dec 19, 2016

@mcuadros done. Waiting for CI.

@mcuadros mcuadros merged commit c2bd912 into src-d:master Dec 19, 2016
@Serabe Serabe deleted the feature/extract-billy branch December 19, 2016 10:20
mcuadros pushed a commit that referenced this pull request Jan 31, 2017
* Extract billy

Billy is a new library directly extracted from go-git. It abstract
several storages systems in a filesystem interface.

More in github.com/src-d/billy

* Fix grouping in imports block

* Update billy to v1

* Re-remove fs_implementation example
gsalingu-ovhus pushed a commit to gsalingu-ovhus/go-git that referenced this pull request Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants